diff --git a/ui/package-lock.json b/ui/package-lock.json index c7a15ae60..3ee3cbd3d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -22,7 +22,7 @@ "@stdlib/string-truncate-middle": "^0.2.2", "@tanstack/react-virtual": "^3.11.2", "@types/js-yaml": "^4.0.9", - "@types/node": "22.10.7", + "@types/node": "22.10.10", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/react-highlight-words": "^0.20.0", @@ -7591,9 +7591,10 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.10.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz", - "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==", + "version": "22.10.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz", + "integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==", + "license": "MIT", "dependencies": { "undici-types": "~6.20.0" } diff --git a/ui/package.json b/ui/package.json index 1bfbb182a..153a24eb9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ "@stdlib/string-truncate-middle": "^0.2.2", "@tanstack/react-virtual": "^3.11.2", "@types/js-yaml": "^4.0.9", - "@types/node": "22.10.7", + "@types/node": "22.10.10", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/react-highlight-words": "^0.20.0",