diff --git a/ui/package-lock.json b/ui/package-lock.json index 8f08d0619..1a47bb2f0 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -44,7 +44,7 @@ "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^7.0.2", "@testing-library/user-event": "^14.5.2", - "@types/node": "^22.7.5", + "@types/node": "^22.7.7", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.2", "@typescript-eslint/eslint-plugin": "^6.12.0", @@ -3251,11 +3251,10 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.7.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.6.tgz", - "integrity": "sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==", + "version": "22.7.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.7.tgz", + "integrity": "sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==", "devOptional": true, - "license": "MIT", "dependencies": { "undici-types": "~6.19.2" } diff --git a/ui/package.json b/ui/package.json index 7f7895c94..2bf0ce46b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -53,7 +53,7 @@ "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^7.0.2", "@testing-library/user-event": "^14.5.2", - "@types/node": "^22.7.5", + "@types/node": "^22.7.7", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.2", "@typescript-eslint/eslint-plugin": "^6.12.0",