diff --git a/package-lock.json b/package-lock.json index cbd37d23..0ba02a9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@storybook/addon-a11y": "9.0.5", "@storybook/vue3": "9.0.5", "@storybook/vue3-vite": "9.0.5", - "@types/node": "22.15.30", + "@types/node": "24.0.1", "eslint": "9.28.0", "jiti": "2.4.2", "storybook": "9.0.5", @@ -2625,13 +2625,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.30", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.30.tgz", - "integrity": "sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==", + "version": "24.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.1.tgz", + "integrity": "sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.8.0" } }, "node_modules/@types/sortablejs": { @@ -4386,13 +4386,13 @@ } }, "node_modules/are-docs-informative": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", - "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.1.1.tgz", + "integrity": "sha512-sqRsNQBwbKLRX0jV5Cu5uzmtflf892n4Vukz7T659ebL4pz3mpOqCMU7lxMoBTFwnp10E3YB5ZcyHM41W5bcDA==", "dev": true, "license": "MIT", "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/argparse": { @@ -6142,14 +6142,14 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.7.1.tgz", - "integrity": "sha512-XBnVA5g2kUVokTNUiE1McEPse5n9/mNUmuJcx52psT6zBs2eVcXSmQBvjfa7NZdfLVSy3u1pEDDUxoxpwy89WA==", + "version": "51.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.0.1.tgz", + "integrity": "sha512-nnH6O8uk0Wp5EvHlVEPESKdGWTlu5g1tfBUZmL/jMZLBpUtttxxW+9hPzTMCYmYsQ3HwDsJdHJAiaDRKsP6iUg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { "@es-joy/jsdoccomment": "~0.50.2", - "are-docs-informative": "^0.0.2", + "are-docs-informative": "^0.1.1", "comment-parser": "1.4.1", "debug": "^4.4.1", "escape-string-regexp": "^4.0.0", @@ -6160,7 +6160,7 @@ "spdx-expression-parse": "^4.0.0" }, "engines": { - "node": ">=18" + "node": ">=22" }, "peerDependencies": { "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" @@ -11172,9 +11172,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", "dev": true, "license": "MIT" }, @@ -12424,7 +12424,7 @@ "eslint-plugin-depend": "1.2.0", "eslint-plugin-file-progress": "3.0.2", "eslint-plugin-import-x": "4.15.1", - "eslint-plugin-jsdoc": "50.7.1", + "eslint-plugin-jsdoc": "51.0.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-regexp": "2.8.0", "eslint-plugin-sonarjs": "3.0.2", diff --git a/package.json b/package.json index 52c402f3..c9e74339 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@storybook/addon-a11y": "9.0.5", "@storybook/vue3": "9.0.5", "@storybook/vue3-vite": "9.0.5", - "@types/node": "22.15.30", + "@types/node": "24.0.1", "eslint": "9.28.0", "jiti": "2.4.2", "storybook": "9.0.5", diff --git a/packages/configs/package.json b/packages/configs/package.json index 9387a5a0..4dd20c68 100644 --- a/packages/configs/package.json +++ b/packages/configs/package.json @@ -26,7 +26,7 @@ "eslint-plugin-depend": "1.2.0", "eslint-plugin-file-progress": "3.0.2", "eslint-plugin-import-x": "4.15.1", - "eslint-plugin-jsdoc": "50.7.1", + "eslint-plugin-jsdoc": "51.0.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-regexp": "2.8.0", "eslint-plugin-sonarjs": "3.0.2",