diff --git a/package-lock.json b/package-lock.json index dd89069..13ac003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,17 +21,17 @@ "@testing-library/user-event": "14.6.1", "@types/jest": "30.0.0", "@types/lodash-es": "4.17.12", - "@types/node": "24.10.8", + "@types/node": "24.10.9", "@types/react": "19.2.8", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "5.1.2", "@vitest/coverage-v8": "4.0.17", "bootstrap": "5.3.8", "jsdom": "27.4.0", - "prettier": "3.7.4", + "prettier": "3.8.0", "rimraf": "6.1.2", "typedoc": "0.27.9", - "typedoc-plugin-mdn-links": "5.0.10", + "typedoc-plugin-mdn-links": "5.1.0", "typedoc-plugin-rename-defaults": "0.7.3", "typescript": "5.8.3", "typescript-eslint": "8.53.0", @@ -2137,9 +2137,9 @@ } }, "node_modules/@types/node": { - "version": "24.10.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.8.tgz", - "integrity": "sha512-r0bBaXu5Swb05doFYO2kTWHMovJnNVbCsII0fhesM8bNRlLhXIuckley4a2DaD+vOdmm5G+zGkQZAPZsF80+YQ==", + "version": "24.10.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.9.tgz", + "integrity": "sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==", "dev": true, "license": "MIT", "dependencies": { @@ -5816,9 +5816,9 @@ } }, "node_modules/prettier": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", - "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz", + "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", "dev": true, "license": "MIT", "bin": { @@ -6720,9 +6720,9 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.10.tgz", - "integrity": "sha512-TOMj1+fyhqhdJaMwfkw7ANz+0KHjRVUnE/SorPW83wghElmsMxxCZhDSBgF2hRB9+qsf/qIjDw65RDay94E2Wg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.1.0.tgz", + "integrity": "sha512-fItGuNMvDXAQhtXk4q8tk8DinMODPeoyA7XLjqhXoq1q8bPccdxgFtZMHKbg+XnFAeCzIuYcJuZQgtNMOH3uTg==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index a70cb4b..af359f9 100644 --- a/package.json +++ b/package.json @@ -55,17 +55,17 @@ "@testing-library/user-event": "14.6.1", "@types/jest": "30.0.0", "@types/lodash-es": "4.17.12", - "@types/node": "24.10.8", + "@types/node": "24.10.9", "@types/react": "19.2.8", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "5.1.2", "@vitest/coverage-v8": "4.0.17", "bootstrap": "5.3.8", "jsdom": "27.4.0", - "prettier": "3.7.4", + "prettier": "3.8.0", "rimraf": "6.1.2", "typedoc": "0.27.9", - "typedoc-plugin-mdn-links": "5.0.10", + "typedoc-plugin-mdn-links": "5.1.0", "typedoc-plugin-rename-defaults": "0.7.3", "typescript": "5.8.3", "typescript-eslint": "8.53.0",