diff --git a/package-lock.json b/package-lock.json index 899626e61..b4af6487a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@typescript-eslint/parser": "^8.24.0", "esbuild": "^0.25.0", "esbuild-node-externals": "^1.18.0", - "eslint": "^9.20.0", + "eslint": "^9.20.1", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", @@ -2536,9 +2536,9 @@ } }, "node_modules/eslint": { - "version": "9.20.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.0.tgz", - "integrity": "sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==", + "version": "9.20.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.1.tgz", + "integrity": "sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index db38bf3d6..aae9020f5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@typescript-eslint/parser": "^8.24.0", "esbuild": "^0.25.0", "esbuild-node-externals": "^1.18.0", - "eslint": "^9.20.0", + "eslint": "^9.20.1", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",