diff --git a/package-lock.json b/package-lock.json index b91cb700..902fbed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,12 +17,12 @@ "devDependencies": { "@edge-runtime/vm": "^5.0.0", "@eslint/js": "^9.39.2", - "@types/node": "^25.0.9", + "@types/node": "^25.0.10", "@vitest/coverage-v8": "^4.0.17", "dotenv": "^17.2.3", "eslint": "^9.39.2", "eslint-plugin-jsdoc": "^62.3.0", - "eslint-plugin-perfectionist": "^5.3.1", + "eslint-plugin-perfectionist": "^5.4.0", "globals": "^17.0.0", "markdown-link-check": "^3.14.2", "markdownlint-cli": "^0.47.0", @@ -1591,9 +1591,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.9.tgz", - "integrity": "sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==", + "version": "25.0.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz", + "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==", "dev": true, "license": "MIT", "peer": true, @@ -3203,13 +3203,13 @@ } }, "node_modules/eslint-plugin-perfectionist": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-5.3.1.tgz", - "integrity": "sha512-v8kAP8TarQYqDC4kxr343ZNi++/oOlBnmWovsUZpbJ7A/pq1VHGlgsf/fDh4CdEvEstzkrc8NLvoVKtfpsC4oA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-5.4.0.tgz", + "integrity": "sha512-XxpUMpeVaSJF5rpF6NHmhj3xavHZrflKcRbDssAUWrHUU/+l3l7PPYnVJ6IOpR2KjQ1Blucaeb0cFL3LIBis0A==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.52.0", + "@typescript-eslint/utils": "^8.53.1", "natural-orderby": "^5.0.0" }, "engines": { diff --git a/package.json b/package.json index eaf3bbed..27c42dae 100644 --- a/package.json +++ b/package.json @@ -79,12 +79,12 @@ "devDependencies": { "@edge-runtime/vm": "^5.0.0", "@eslint/js": "^9.39.2", - "@types/node": "^25.0.9", + "@types/node": "^25.0.10", "@vitest/coverage-v8": "^4.0.17", "dotenv": "^17.2.3", "eslint": "^9.39.2", "eslint-plugin-jsdoc": "^62.3.0", - "eslint-plugin-perfectionist": "^5.3.1", + "eslint-plugin-perfectionist": "^5.4.0", "globals": "^17.0.0", "markdown-link-check": "^3.14.2", "markdownlint-cli": "^0.47.0",