diff --git a/package-lock.json b/package-lock.json index 9cf61c10..205400b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "husky": "9.1.7", "jest": "29.7.0", "lint-staged": "16.1.2", - "neostandard": "^0.12.1", + "neostandard": "^0.12.2", "rimraf": "6.0.1", "ts-jest": "29.4.0", "typescript": "5.8.3" @@ -9884,22 +9884,22 @@ "dev": true }, "node_modules/neostandard": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.12.1.tgz", - "integrity": "sha512-As/LDK+xx591BLb1rPRaPs+JfXFgyNx5BoBui1KBeF/J4s0mW8+NBohrYnMfgm1w1t7E/Y/tU34MjMiP6lns6A==", + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.12.2.tgz", + "integrity": "sha512-VZU8EZpSaNadp3rKEwBhVD1Kw8jE3AftQLkCyOaM7bWemL1LwsYRsBnAmXy2LjG9zO8t66qJdqB7ccwwORyrAg==", "dev": true, "dependencies": { "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@stylistic/eslint-plugin": "2.11.0", - "eslint-import-resolver-typescript": "^3.7.0", - "eslint-plugin-import-x": "^4.5.0", - "eslint-plugin-n": "^17.14.0", + "eslint-import-resolver-typescript": "^3.10.1", + "eslint-plugin-import-x": "^4.16.1", + "eslint-plugin-n": "^17.20.0", "eslint-plugin-promise": "^7.2.1", - "eslint-plugin-react": "^7.37.2", + "eslint-plugin-react": "^7.37.5", "find-up": "^5.0.0", - "globals": "^15.13.0", + "globals": "^15.15.0", "peowly": "^1.3.2", - "typescript-eslint": "^8.17.0" + "typescript-eslint": "^8.35.1" }, "bin": { "neostandard": "cli.mjs" diff --git a/package.json b/package.json index 1fa0725d..65ca184b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@vercel/ncc": "0.38.3", "babel-jest": "29.7.0", "eslint": "9.30.1", - "neostandard": "^0.12.1", + "neostandard": "^0.12.2", "husky": "9.1.7", "jest": "29.7.0", "lint-staged": "16.1.2",