diff --git a/package-lock.json b/package-lock.json index 239b997a..f3bc452c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/semver": "7.5.8", "ava": "6.2.0", "conventional-changelog-conventionalcommits": "8.0.0", - "eslint": "9.15.0", + "eslint": "9.16.0", "eslint_bottom": "npm:eslint@9.0.0", "eslint-plugin-eslint-comments_bottom": "npm:eslint-plugin-eslint-comments@3.2.0", "eslint-plugin-import_bottom": "npm:eslint-plugin-import@2.31.0", @@ -503,9 +503,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.15.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.15.0.tgz", - "integrity": "sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==", + "version": "9.16.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.16.0.tgz", + "integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==", "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3859,9 +3859,9 @@ } }, "node_modules/eslint": { - "version": "9.15.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz", - "integrity": "sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==", + "version": "9.16.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.16.0.tgz", + "integrity": "sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", @@ -3869,7 +3869,7 @@ "@eslint/config-array": "^0.19.0", "@eslint/core": "^0.9.0", "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "9.15.0", + "@eslint/js": "9.16.0", "@eslint/plugin-kit": "^0.2.3", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", diff --git a/package.json b/package.json index 67498763..726dd6a1 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@types/semver": "7.5.8", "ava": "6.2.0", "conventional-changelog-conventionalcommits": "8.0.0", - "eslint": "9.15.0", + "eslint": "9.16.0", "eslint_bottom": "npm:eslint@9.0.0", "eslint-plugin-eslint-comments_bottom": "npm:eslint-plugin-eslint-comments@3.2.0", "eslint-plugin-import_bottom": "npm:eslint-plugin-import@2.31.0",