diff --git a/ui/package-lock.json b/ui/package-lock.json index f40c5174b..590c643a8 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -71,7 +71,7 @@ "@types/lodash.merge": "4.6.7", "@types/lodash.throttle": "4.1.7", "@types/lodash.uniqueid": "4.0.7", - "@types/node": "18.15.11", + "@types/node": "18.16.0", "@types/promise-retry": "1.1.3", "@types/qs": "6.9.7", "@types/react": "17.0.50", @@ -11713,9 +11713,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.15.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", - "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", + "version": "18.16.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.0.tgz", + "integrity": "sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==", "dev": true }, "node_modules/@types/node-fetch": { diff --git a/ui/package.json b/ui/package.json index 896decf21..372b1a70a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -70,7 +70,7 @@ "@types/lodash.merge": "4.6.7", "@types/lodash.throttle": "4.1.7", "@types/lodash.uniqueid": "4.0.7", - "@types/node": "18.15.11", + "@types/node": "18.16.0", "@types/promise-retry": "1.1.3", "@types/qs": "6.9.7", "@types/react": "17.0.50",