diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 8f33339..0276aba 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -61,7 +61,7 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", - "@types/node": "^24.10.1", + "@types/node": "^25.0.3", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.2", @@ -3914,9 +3914,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", - "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", "dev": true, "license": "MIT", "peer": true, diff --git a/dashboard/package.json b/dashboard/package.json index 8f75b80..830ab69 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -68,7 +68,7 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", - "@types/node": "^24.10.1", + "@types/node": "^25.0.3", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.2",