diff --git a/ui/package-lock.json b/ui/package-lock.json index a88835988..4195c978e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -57,7 +57,7 @@ "@types/bricks.js": "1.8.5", "@types/fontfaceobserver": "2.1.3", "@types/jest": "30.0.0", - "@types/node": "25.9.2", + "@types/node": "25.9.3", "@types/promise-retry": "1.1.6", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", @@ -5375,9 +5375,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz", - "integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==", + "version": "25.9.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz", + "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/ui/package.json b/ui/package.json index 324aaba59..f66eac6c3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -53,7 +53,7 @@ "@types/bricks.js": "1.8.5", "@types/fontfaceobserver": "2.1.3", "@types/jest": "30.0.0", - "@types/node": "25.9.2", + "@types/node": "25.9.3", "@types/promise-retry": "1.1.6", "@types/react": "19.2.17", "@types/react-dom": "19.2.3",