Update dependency @types/lodash.mapvalues to v4.6.7

This commit is contained in:
Renovate Bot
2022-04-22 02:19:16 +00:00
parent 92bc6a5932
commit bf915d7215
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -15,7 +15,7 @@
"devDependencies": {
"@types/jest": "27.4.1",
"@types/lodash.isplainobject": "4.0.7",
"@types/lodash.mapvalues": "4.6.6",
"@types/lodash.mapvalues": "4.6.7",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"@vue/test-utils": "1.3.0",
@@ -1335,9 +1335,9 @@
}
},
"node_modules/@types/lodash.mapvalues": {
"version": "4.6.6",
"resolved": "https://registry.npmjs.org/@types/lodash.mapvalues/-/lodash.mapvalues-4.6.6.tgz",
"integrity": "sha512-Mt9eg3AqwAt5HShuOu8taiIYg0sLl4w3vDi0++E0VtiOtj9DqQHaxVr3wicVop0eDEqr5ENbht7vsLJlkMHL+w==",
"version": "4.6.7",
"resolved": "https://registry.npmjs.org/@types/lodash.mapvalues/-/lodash.mapvalues-4.6.7.tgz",
"integrity": "sha512-yGTo9zD60Iw1Q+YBvx4Ad7RDj5rA6EpvYTpVPVsfe6pwHcwDcGChSqL1n2sPBMbCeHJ3R5kcaqpkdlrFe/y4Vg==",
"dev": true,
"dependencies": {
"@types/lodash": "*"
@@ -11124,9 +11124,9 @@
}
},
"@types/lodash.mapvalues": {
"version": "4.6.6",
"resolved": "https://registry.npmjs.org/@types/lodash.mapvalues/-/lodash.mapvalues-4.6.6.tgz",
"integrity": "sha512-Mt9eg3AqwAt5HShuOu8taiIYg0sLl4w3vDi0++E0VtiOtj9DqQHaxVr3wicVop0eDEqr5ENbht7vsLJlkMHL+w==",
"version": "4.6.7",
"resolved": "https://registry.npmjs.org/@types/lodash.mapvalues/-/lodash.mapvalues-4.6.7.tgz",
"integrity": "sha512-yGTo9zD60Iw1Q+YBvx4Ad7RDj5rA6EpvYTpVPVsfe6pwHcwDcGChSqL1n2sPBMbCeHJ3R5kcaqpkdlrFe/y4Vg==",
"dev": true,
"requires": {
"@types/lodash": "*"
+1 -1
View File
@@ -43,7 +43,7 @@
"devDependencies": {
"@types/jest": "27.4.1",
"@types/lodash.isplainobject": "4.0.7",
"@types/lodash.mapvalues": "4.6.6",
"@types/lodash.mapvalues": "4.6.7",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"@vue/test-utils": "1.3.0",