diff --git a/ui/package-lock.json b/ui/package-lock.json index 5cc6681fd..38ed14dab 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -65,7 +65,7 @@ "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.9", "@types/lodash.uniqueid": "4.0.9", - "@types/node": "20.12.5", + "@types/node": "20.12.7", "@types/promise-retry": "1.1.6", "@types/qs": "6.9.14", "@types/react": "17.0.50", @@ -4151,9 +4151,9 @@ } }, "node_modules/@types/node": { - "version": "20.12.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz", - "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==", + "version": "20.12.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", + "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", "dev": true, "dependencies": { "undici-types": "~5.26.4" diff --git a/ui/package.json b/ui/package.json index 3308e8803..d257f2c67 100644 --- a/ui/package.json +++ b/ui/package.json @@ -60,7 +60,7 @@ "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.9", "@types/lodash.uniqueid": "4.0.9", - "@types/node": "20.12.5", + "@types/node": "20.12.7", "@types/promise-retry": "1.1.6", "@types/qs": "6.9.14", "@types/react": "17.0.50",