mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-25 02:32:52 -05:00
fix(deps): update dependency minimatch to v5 (#3035)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e88571fa3e
commit
2ef97d4847
5 changed files with 39 additions and 5 deletions
20
.pnp.js
generated
20
.pnp.js
generated
|
@ -134,7 +134,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["marked", "npm:4.0.12"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:3.0.4"],
|
||||
["minimatch", "npm:5.0.1"],
|
||||
["mkdirp", "npm:1.0.4"],
|
||||
["mv", "npm:2.1.1"],
|
||||
["nock", "npm:12.0.3"],
|
||||
|
@ -6825,6 +6825,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["concat-map", "npm:0.0.1"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:2.0.1", {
|
||||
"packageLocation": "./.yarn/cache/brace-expansion-npm-2.0.1-17aa2616f9-c499787968.zip/node_modules/brace-expansion/",
|
||||
"packageDependencies": [
|
||||
["brace-expansion", "npm:2.0.1"],
|
||||
["balanced-match", "npm:1.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["braces", [
|
||||
|
@ -13435,6 +13443,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["brace-expansion", "npm:1.1.11"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:5.0.1", {
|
||||
"packageLocation": "./.yarn/cache/minimatch-npm-5.0.1-612724f6f0-6554aca258.zip/node_modules/minimatch/",
|
||||
"packageDependencies": [
|
||||
["minimatch", "npm:5.0.1"],
|
||||
["brace-expansion", "npm:2.0.1"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["minimist", [
|
||||
|
@ -17659,7 +17675,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["marked", "npm:4.0.12"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:3.0.4"],
|
||||
["minimatch", "npm:5.0.1"],
|
||||
["mkdirp", "npm:1.0.4"],
|
||||
["mv", "npm:2.1.1"],
|
||||
["nock", "npm:12.0.3"],
|
||||
|
|
BIN
.yarn/cache/brace-expansion-npm-2.0.1-17aa2616f9-c499787968.zip
vendored
Normal file
BIN
.yarn/cache/brace-expansion-npm-2.0.1-17aa2616f9-c499787968.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/minimatch-npm-5.0.1-612724f6f0-6554aca258.zip
vendored
Normal file
BIN
.yarn/cache/minimatch-npm-5.0.1-612724f6f0-6554aca258.zip
vendored
Normal file
Binary file not shown.
|
@ -48,7 +48,7 @@
|
|||
"marked": "4.0.12",
|
||||
"memoizee": "0.4.15",
|
||||
"mime": "3.0.0",
|
||||
"minimatch": "3.0.4",
|
||||
"minimatch": "5.0.1",
|
||||
"mkdirp": "1.0.4",
|
||||
"mv": "2.1.1",
|
||||
"pino": "6.14.0",
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -4681,6 +4681,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"brace-expansion@npm:^2.0.1":
|
||||
version: 2.0.1
|
||||
resolution: "brace-expansion@npm:2.0.1"
|
||||
dependencies:
|
||||
balanced-match: ^1.0.0
|
||||
checksum: c4997879681c552122f3c46859a8e90a1d082ed4431514099d5b981e75c6e9c76838de700f9b680326a16cfdc05306b384a581aacd00d0bfe2109c560b2ac008
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"braces@npm:^2.3.1":
|
||||
version: 2.3.2
|
||||
resolution: "braces@npm:2.3.2"
|
||||
|
@ -10608,7 +10617,7 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"minimatch@npm:2 || 3, minimatch@npm:3.0.4, minimatch@npm:^3.0.4":
|
||||
"minimatch@npm:2 || 3, minimatch@npm:^3.0.4":
|
||||
version: 3.0.4
|
||||
resolution: "minimatch@npm:3.0.4"
|
||||
dependencies:
|
||||
|
@ -10617,6 +10626,15 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"minimatch@npm:5.0.1":
|
||||
version: 5.0.1
|
||||
resolution: "minimatch@npm:5.0.1"
|
||||
dependencies:
|
||||
brace-expansion: ^2.0.1
|
||||
checksum: 6554aca25884b6c31bf42ca7c91970bb0f0c82447b99468f87809ba9ad7803fcd6dd888e58fcd592df5b1a0fd4f5e2b752656a1dbd6a9bbeb629d2c40f1f8b94
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"minimist-options@npm:4.1.0, minimist-options@npm:^4.0.2":
|
||||
version: 4.1.0
|
||||
resolution: "minimist-options@npm:4.1.0"
|
||||
|
@ -14553,7 +14571,7 @@ typescript@4.1.3:
|
|||
marked: 4.0.12
|
||||
memoizee: 0.4.15
|
||||
mime: 3.0.0
|
||||
minimatch: 3.0.4
|
||||
minimatch: 5.0.1
|
||||
mkdirp: 1.0.4
|
||||
mv: 2.1.1
|
||||
nock: 12.0.3
|
||||
|
|
Loading…
Add table
Reference in a new issue