chore(deps): update dependency @types/lodash.uniqueid to v4.0.7

This commit is contained in:
Renovate Bot
2022-04-19 10:03:43 +00:00
committed by Łukasz Mierzwa
parent f403d1ab9a
commit ab0cede333
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -67,7 +67,7 @@
"@types/lodash.debounce": "4.0.7",
"@types/lodash.merge": "4.6.7",
"@types/lodash.throttle": "4.1.7",
"@types/lodash.uniqueid": "4.0.6",
"@types/lodash.uniqueid": "4.0.7",
"@types/node": "16.11.27",
"@types/promise-retry": "1.1.3",
"@types/qs": "6.9.7",
@@ -9910,9 +9910,9 @@
}
},
"node_modules/@types/lodash.uniqueid": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@types/lodash.uniqueid/-/lodash.uniqueid-4.0.6.tgz",
"integrity": "sha512-WXXsDm7Q1SiAeCG9ubCiDxOuLEDi5x+Crx8SgwTFgBtofATwK1jAeSbGz2bHlfqWezi7mcjynenlBFCeDLhHlw==",
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/@types/lodash.uniqueid/-/lodash.uniqueid-4.0.7.tgz",
"integrity": "sha512-ipMGW5nR+DTR6U5O08k1Ufr1F9iH+F3p7bhdwsnq6V6nCn/HgMq22UalDq4n91+03+pHFKyeXV1Y7vdJrm7S4g==",
"dev": true,
"dependencies": {
"@types/lodash": "*"
@@ -40433,9 +40433,9 @@
}
},
"@types/lodash.uniqueid": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@types/lodash.uniqueid/-/lodash.uniqueid-4.0.6.tgz",
"integrity": "sha512-WXXsDm7Q1SiAeCG9ubCiDxOuLEDi5x+Crx8SgwTFgBtofATwK1jAeSbGz2bHlfqWezi7mcjynenlBFCeDLhHlw==",
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/@types/lodash.uniqueid/-/lodash.uniqueid-4.0.7.tgz",
"integrity": "sha512-ipMGW5nR+DTR6U5O08k1Ufr1F9iH+F3p7bhdwsnq6V6nCn/HgMq22UalDq4n91+03+pHFKyeXV1Y7vdJrm7S4g==",
"dev": true,
"requires": {
"@types/lodash": "*"

View File

@@ -66,7 +66,7 @@
"@types/lodash.debounce": "4.0.7",
"@types/lodash.merge": "4.6.7",
"@types/lodash.throttle": "4.1.7",
"@types/lodash.uniqueid": "4.0.6",
"@types/lodash.uniqueid": "4.0.7",
"@types/node": "16.11.27",
"@types/promise-retry": "1.1.3",
"@types/qs": "6.9.7",