diff --git a/package-lock.json b/package-lock.json index 9ce2a62..6269cb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@eslint/js": "^9.15.0", - "@stylistic/eslint-plugin-js": "^2.9.0", + "@stylistic/eslint-plugin-js": "^2.10.1", "@stylistic/eslint-plugin-ts": "^2.10.1", "eslint": "^9.12.0", "eslint-import-resolver-typescript": "^3.6.3", @@ -36,7 +36,7 @@ "npm-run-all": "^4.1.5" }, "peerDependencies": { - "@stylistic/eslint-plugin-js": "^2.9.0", + "@eslint/js": "^9.15.0", "@stylistic/eslint-plugin-ts": "^2.10.1", "eslint": "^9.12.0", "eslint-import-resolver-typescript": "^3.6.3", @@ -4433,12 +4433,12 @@ "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==" }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.9.0.tgz", - "integrity": "sha512-h08DQybPsXxIvHIvQqU1tFWcu74M7kZK/0S0jVIDdoHSFq7jB+TzxikBWAg5j0lPR17WsGGGHAS8GHFlAAQXHA==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.10.1.tgz", + "integrity": "sha512-IikL/RKy9Sk2UMDUUpqrEcwDeYzUEt6SaL2/UVCFuVQxKACHSgStT0NxXkxZmBOUforaU52FPf2Su07FYH5s5g==", "dependencies": { - "eslint-visitor-keys": "^4.1.0", - "espree": "^10.2.0" + "eslint-visitor-keys": "^4.2.0", + "espree": "^10.3.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -4448,9 +4448,9 @@ } }, "node_modules/@stylistic/eslint-plugin-js/node_modules/eslint-visitor-keys": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", - "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, diff --git a/package.json b/package.json index 0e424be..b6151bb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@eslint/js": "^9.15.0", - "@stylistic/eslint-plugin-js": "^2.9.0", + "@stylistic/eslint-plugin-js": "^2.10.1", "@stylistic/eslint-plugin-ts": "^2.10.1", "eslint": "^9.12.0", "eslint-import-resolver-typescript": "^3.6.3", @@ -54,7 +54,7 @@ }, "peerDependencies": { "@eslint/js": "^9.15.0", - "@stylistic/eslint-plugin-js": "^2.9.0", + "@stylistic/eslint-plugin-js": "^2.10.1", "@stylistic/eslint-plugin-ts": "^2.10.1", "eslint": "^9.12.0", "eslint-import-resolver-typescript": "^3.6.3",