mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(deps): update dependency @types/lodash to v4.14.181 (#3134)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
b6e1a672c3
commit
fff9905eec
4 changed files with 6 additions and 6 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -70,7 +70,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/express-serve-static-core", "npm:4.17.28"],
|
||||
["@types/http-errors", "npm:1.8.2"],
|
||||
["@types/jest", "npm:26.0.24"],
|
||||
["@types/lodash", "npm:4.14.180"],
|
||||
["@types/lodash", "npm:4.14.181"],
|
||||
["@types/mime", "npm:2.0.3"],
|
||||
["@types/minimatch", "npm:3.0.5"],
|
||||
["@types/node", "npm:14.14.37"],
|
||||
|
@ -5084,10 +5084,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["@types/lodash", [
|
||||
["npm:4.14.180", {
|
||||
"packageLocation": "./.yarn/cache/@types-lodash-npm-4.14.180-37662c62d4-cceb37ae8e.zip/node_modules/@types/lodash/",
|
||||
["npm:4.14.181", {
|
||||
"packageLocation": "./.yarn/cache/@types-lodash-npm-4.14.181-a4e20bcfaf-633c025174.zip/node_modules/@types/lodash/",
|
||||
"packageDependencies": [
|
||||
["@types/lodash", "npm:4.14.180"]
|
||||
["@types/lodash", "npm:4.14.181"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -17907,7 +17907,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/express-serve-static-core", "npm:4.17.28"],
|
||||
["@types/http-errors", "npm:1.8.2"],
|
||||
["@types/jest", "npm:26.0.24"],
|
||||
["@types/lodash", "npm:4.14.180"],
|
||||
["@types/lodash", "npm:4.14.181"],
|
||||
["@types/mime", "npm:2.0.3"],
|
||||
["@types/minimatch", "npm:3.0.5"],
|
||||
["@types/node", "npm:14.14.37"],
|
||||
|
|
Binary file not shown.
|
@ -95,7 +95,7 @@
|
|||
"@types/express-serve-static-core": "4.17.28",
|
||||
"@types/http-errors": "1.8.2",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/lodash": "4.14.180",
|
||||
"@types/lodash": "4.14.181",
|
||||
"@types/mime": "2.0.3",
|
||||
"@types/minimatch": "3.0.5",
|
||||
"@types/node": "14.14.37",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue