From f403d1ab9a29a81703e6ec5eb06d7bf29d14cf73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Apr 2022 06:04:49 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash.throttle to v4.1.7 --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index d4d307fe7..87dd86f8d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -66,7 +66,7 @@ "@types/jest": "27.4.1", "@types/lodash.debounce": "4.0.7", "@types/lodash.merge": "4.6.7", - "@types/lodash.throttle": "4.1.6", + "@types/lodash.throttle": "4.1.7", "@types/lodash.uniqueid": "4.0.6", "@types/node": "16.11.27", "@types/promise-retry": "1.1.3", @@ -9901,9 +9901,9 @@ } }, "node_modules/@types/lodash.throttle": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.6.tgz", - "integrity": "sha512-/UIH96i/sIRYGC60NoY72jGkCJtFN5KVPhEMMMTjol65effe1gPn0tycJqV5tlSwMTzX8FqzB5yAj0rfGHTPNg==", + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.7.tgz", + "integrity": "sha512-znwGDpjCHQ4FpLLx19w4OXDqq8+OvREa05H89obtSyXyOFKL3dDjCslsmfBz0T2FU8dmf5Wx1QvogbINiGIu9g==", "dev": true, "dependencies": { "@types/lodash": "*" @@ -40424,9 +40424,9 @@ } }, "@types/lodash.throttle": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.6.tgz", - "integrity": "sha512-/UIH96i/sIRYGC60NoY72jGkCJtFN5KVPhEMMMTjol65effe1gPn0tycJqV5tlSwMTzX8FqzB5yAj0rfGHTPNg==", + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.7.tgz", + "integrity": "sha512-znwGDpjCHQ4FpLLx19w4OXDqq8+OvREa05H89obtSyXyOFKL3dDjCslsmfBz0T2FU8dmf5Wx1QvogbINiGIu9g==", "dev": true, "requires": { "@types/lodash": "*" diff --git a/ui/package.json b/ui/package.json index bfd20508f..87c49cb3a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -65,7 +65,7 @@ "@types/jest": "27.4.1", "@types/lodash.debounce": "4.0.7", "@types/lodash.merge": "4.6.7", - "@types/lodash.throttle": "4.1.6", + "@types/lodash.throttle": "4.1.7", "@types/lodash.uniqueid": "4.0.6", "@types/node": "16.11.27", "@types/promise-retry": "1.1.3",