diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d03067bf6..a267db989 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -45,7 +45,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", - "@types/node": "^24.0.3", + "@types/node": "^24.0.10", "@types/react": "19.1.8", "@types/react-dom": "19.1.6", "@types/swagger-ui-dist": "^3.30.5", @@ -5687,11 +5687,10 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.0.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz", - "integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==", + "version": "24.0.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz", + "integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==", "dev": true, - "license": "MIT", "dependencies": { "undici-types": "~7.8.0" } diff --git a/frontend/package.json b/frontend/package.json index c49a079fd..5bdeb3ac1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -55,7 +55,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", - "@types/node": "^24.0.3", + "@types/node": "^24.0.10", "@types/react": "19.1.8", "@types/react-dom": "19.1.6", "@types/swagger-ui-dist": "^3.30.5",