diff --git a/package-lock.json b/package-lock.json index 7ca7ef2..7ca4063 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "devDependencies": { "@commitlint/cli": "17.7.1", "@form8ion/commitlint-config": "1.0.55", - "@form8ion/eslint-config": "6.0.2", + "@form8ion/eslint-config": "6.0.3", "@travi/any": "2.1.8", "ban-sensitive-files": "1.10.0", "cz-conventional-changelog": "3.3.0", @@ -535,9 +535,9 @@ "dev": true }, "node_modules/@eslint/js": { - "version": "8.47.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.47.0.tgz", - "integrity": "sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==", + "version": "8.48.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.48.0.tgz", + "integrity": "sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -554,12 +554,12 @@ } }, "node_modules/@form8ion/eslint-config": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-6.0.2.tgz", - "integrity": "sha512-pQ0MnUx/fFU3/3hP3mFWlhmJJ7cHpazqLTvBka7nmSAS2pVGR17yXBDXoWyXQCmAwgmxnzXJupvGcVHP/ks7mA==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-6.0.3.tgz", + "integrity": "sha512-hSpnv4HQzkIAa9ewcqZcmOnXxCQgBrOd3tXWzAN9Yvf6QNbbyK+LVD80UOUC3diDTAo4NcL3kTTaHnmjDGz01g==", "dev": true, "dependencies": { - "eslint": "8.47.0", + "eslint": "8.48.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-anti-trojan-source": "1.1.1", "eslint-plugin-eslint-comments": "3.2.0", @@ -3582,15 +3582,15 @@ } }, "node_modules/eslint": { - "version": "8.47.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.47.0.tgz", - "integrity": "sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==", + "version": "8.48.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.48.0.tgz", + "integrity": "sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "^8.47.0", + "@eslint/js": "8.48.0", "@humanwhocodes/config-array": "^0.11.10", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", diff --git a/package.json b/package.json index e022694..b25cb9d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@commitlint/cli": "17.7.1", "@form8ion/commitlint-config": "1.0.55", - "@form8ion/eslint-config": "6.0.2", + "@form8ion/eslint-config": "6.0.3", "@travi/any": "2.1.8", "ban-sensitive-files": "1.10.0", "cz-conventional-changelog": "3.3.0",