chore(deps): update dependency @types/lodash.throttle to v4.1.7

This commit is contained in:
Renovate Bot
2022-04-19 06:04:49 +00:00
committed by renovate[bot]
parent 543635d65c
commit f403d1ab9a
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -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": "*"

View File

@@ -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",