diff --git a/package-lock.json b/package-lock.json index 4f3e3fa..f9a9984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "source-map-support": "^0.5.21" }, "devDependencies": { - "@eslint/js": "^9.3.0", + "@eslint/js": "^9.4.0", "@stylistic/eslint-plugin": "^2.1.0", "@types/eslint__js": "^8.42.3", "@types/eslint-config-prettier": "^6.11.3", @@ -113,11 +113,10 @@ } }, "node_modules/@eslint/js": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.3.0.tgz", - "integrity": "sha512-niBqk8iwv96+yuTwjM6bWg8ovzAPF9qkICsGtcoa5/dmqcEMfdwNAX7+/OHcJHc7wj7XqPxH98oAHytFYlw6Sw==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.4.0.tgz", + "integrity": "sha512-fdI7VJjP3Rvc70lC4xkFXHB0fiPeojiL1PxVG6t1ZvXQrarj893PweuBTujxDUFk0Fxj4R7PIIAZ/aiiyZPZcg==", "dev": true, - "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } @@ -1957,6 +1956,15 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/js": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.3.0.tgz", + "integrity": "sha512-niBqk8iwv96+yuTwjM6bWg8ovzAPF9qkICsGtcoa5/dmqcEMfdwNAX7+/OHcJHc7wj7XqPxH98oAHytFYlw6Sw==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/eslint/node_modules/eslint-visitor-keys": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", diff --git a/package.json b/package.json index 999e53b..fb2427a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "prepare": "npm run build" }, "devDependencies": { - "@eslint/js": "^9.3.0", + "@eslint/js": "^9.4.0", "@stylistic/eslint-plugin": "^2.1.0", "@types/eslint__js": "^8.42.3", "@types/eslint-config-prettier": "^6.11.3",