diff --git a/package-lock.json b/package-lock.json index f010419..b08e9a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@cucumber/cucumber": "9.5.1", "@form8ion/commitlint-config": "1.0.55", - "@form8ion/eslint-config": "6.0.3", + "@form8ion/eslint-config": "6.0.4", "@form8ion/eslint-config-cucumber": "1.4.1", "@form8ion/remark-lint-preset": "6.0.0", "@travi/any": "2.1.9", @@ -1659,9 +1659,9 @@ "dev": true }, "node_modules/@eslint/js": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.48.0.tgz", - "integrity": "sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz", + "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1678,12 +1678,12 @@ } }, "node_modules/@form8ion/eslint-config": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-6.0.3.tgz", - "integrity": "sha512-hSpnv4HQzkIAa9ewcqZcmOnXxCQgBrOd3tXWzAN9Yvf6QNbbyK+LVD80UOUC3diDTAo4NcL3kTTaHnmjDGz01g==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-6.0.4.tgz", + "integrity": "sha512-QG2Rue7aRIWksgSRAm9MBqY2Z0BXHYtaQkvFLnr0NHgMAFDAkCOkWsIz8dei8LstfU1tVjolTdsDx8NYOUippA==", "dev": true, "dependencies": { - "eslint": "8.48.0", + "eslint": "8.49.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-anti-trojan-source": "1.1.1", "eslint-plugin-eslint-comments": "3.2.0", @@ -5442,16 +5442,16 @@ } }, "node_modules/eslint": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.48.0.tgz", - "integrity": "sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz", + "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.48.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint/js": "8.49.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.12.4", diff --git a/package.json b/package.json index ce8ecc1..901129a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "devDependencies": { "@cucumber/cucumber": "9.5.1", "@form8ion/commitlint-config": "1.0.55", - "@form8ion/eslint-config": "6.0.3", + "@form8ion/eslint-config": "6.0.4", "@form8ion/eslint-config-cucumber": "1.4.1", "@form8ion/remark-lint-preset": "6.0.0", "@travi/any": "2.1.9",