mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-18 02:22:46 -05:00
fix(deps): update dependency mime to v2.6.0 (#2634)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ef2fbff755
commit
089796ca47
6 changed files with 30 additions and 16 deletions
21
.pnp.js
generated
21
.pnp.js
generated
|
@ -68,7 +68,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/http-errors", "npm:1.8.0"],
|
||||
["@types/jest", "npm:26.0.14"],
|
||||
["@types/lodash", "npm:4.14.167"],
|
||||
["@types/mime", "npm:2.0.1"],
|
||||
["@types/mime", "npm:2.0.3"],
|
||||
["@types/minimatch", "npm:3.0.3"],
|
||||
["@types/node", "npm:14.14.37"],
|
||||
["@types/pino", "npm:6.3.12"],
|
||||
|
@ -129,7 +129,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:2.1.3"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:2.5.2"],
|
||||
["mime", "npm:2.6.0"],
|
||||
["minimatch", "npm:3.0.4"],
|
||||
["mkdirp", "npm:1.0.4"],
|
||||
["mv", "npm:2.1.1"],
|
||||
|
@ -4621,6 +4621,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/mime", "npm:2.0.1"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:2.0.3", {
|
||||
"packageLocation": "./.yarn/cache/@types-mime-npm-2.0.3-809d6f0e0f-6df548a912.zip/node_modules/@types/mime/",
|
||||
"packageDependencies": [
|
||||
["@types/mime", "npm:2.0.3"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["@types/minimatch", [
|
||||
|
@ -12866,10 +12873,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:2.5.2", {
|
||||
"packageLocation": "./.yarn/cache/mime-npm-2.5.2-d3335c8166-3e5377f0a1.zip/node_modules/mime/",
|
||||
["npm:2.6.0", {
|
||||
"packageLocation": "./.yarn/cache/mime-npm-2.6.0-88b89d8de0-844542a865.zip/node_modules/mime/",
|
||||
"packageDependencies": [
|
||||
["mime", "npm:2.5.2"]
|
||||
["mime", "npm:2.6.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -16981,7 +16988,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/http-errors", "npm:1.8.0"],
|
||||
["@types/jest", "npm:26.0.14"],
|
||||
["@types/lodash", "npm:4.14.167"],
|
||||
["@types/mime", "npm:2.0.1"],
|
||||
["@types/mime", "npm:2.0.3"],
|
||||
["@types/minimatch", "npm:3.0.3"],
|
||||
["@types/node", "npm:14.14.37"],
|
||||
["@types/pino", "npm:6.3.12"],
|
||||
|
@ -17042,7 +17049,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:2.1.3"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:2.5.2"],
|
||||
["mime", "npm:2.6.0"],
|
||||
["minimatch", "npm:3.0.4"],
|
||||
["mkdirp", "npm:1.0.4"],
|
||||
["mv", "npm:2.1.1"],
|
||||
|
|
BIN
.yarn/cache/@types-mime-npm-2.0.3-809d6f0e0f-6df548a912.zip
vendored
Normal file
BIN
.yarn/cache/@types-mime-npm-2.0.3-809d6f0e0f-6df548a912.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/mime-npm-2.5.2-d3335c8166-3e5377f0a1.zip
vendored
BIN
.yarn/cache/mime-npm-2.5.2-d3335c8166-3e5377f0a1.zip
vendored
Binary file not shown.
BIN
.yarn/cache/mime-npm-2.6.0-88b89d8de0-844542a865.zip
vendored
Normal file
BIN
.yarn/cache/mime-npm-2.6.0-88b89d8de0-844542a865.zip
vendored
Normal file
Binary file not shown.
|
@ -46,7 +46,7 @@
|
|||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "2.1.3",
|
||||
"memoizee": "0.4.15",
|
||||
"mime": "2.5.2",
|
||||
"mime": "2.6.0",
|
||||
"minimatch": "3.0.4",
|
||||
"mkdirp": "1.0.4",
|
||||
"mv": "2.1.1",
|
||||
|
@ -92,7 +92,7 @@
|
|||
"@types/http-errors": "1.8.0",
|
||||
"@types/jest": "26.0.14",
|
||||
"@types/lodash": "4.14.167",
|
||||
"@types/mime": "2.0.1",
|
||||
"@types/mime": "2.0.3",
|
||||
"@types/minimatch": "3.0.3",
|
||||
"@types/node": "14.14.37",
|
||||
"@types/pino": "6.3.12",
|
||||
|
|
21
yarn.lock
21
yarn.lock
|
@ -2997,13 +2997,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/mime@npm:*, @types/mime@npm:2.0.1":
|
||||
"@types/mime@npm:*":
|
||||
version: 2.0.1
|
||||
resolution: "@types/mime@npm:2.0.1"
|
||||
checksum: 61a328979fb59648d4bcd557050f6270f3afd50602829e9fd182d70129cbd2ff057f36dd6db4be9b01e0f1c6463784efc854ed4bbe99075017483680865d1977
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/mime@npm:2.0.3":
|
||||
version: 2.0.3
|
||||
resolution: "@types/mime@npm:2.0.3"
|
||||
checksum: 6df548a912494f8579d548cd883be0425f30eaa2922283335c405e270600f49045a06d766460c0f0edabb41dff570c614d174d3c52215de3bddd11f190ec9ae9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/minimatch@npm:3.0.3":
|
||||
version: 3.0.3
|
||||
resolution: "@types/minimatch@npm:3.0.3"
|
||||
|
@ -10154,12 +10161,12 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"mime@npm:2.5.2":
|
||||
version: 2.5.2
|
||||
resolution: "mime@npm:2.5.2"
|
||||
"mime@npm:2.6.0":
|
||||
version: 2.6.0
|
||||
resolution: "mime@npm:2.6.0"
|
||||
bin:
|
||||
mime: cli.js
|
||||
checksum: 3e5377f0a1891350247699c5fff0469752a35d5c0baeb7cbee86907c143215ee8621d17c17401f10ffe020a0b327aa503b98cb7340039fce69bc465aed414fb7
|
||||
checksum: 844542a865e3c7096372c95fdf2eb3082e30152aedece8baaae0dd38d5e7a8d5662d2696fcbb63783e1639d7c304203667bc06d1de119af70162dea87286a084
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -13958,7 +13965,7 @@ typescript@4.1.3:
|
|||
"@types/http-errors": 1.8.0
|
||||
"@types/jest": 26.0.14
|
||||
"@types/lodash": 4.14.167
|
||||
"@types/mime": 2.0.1
|
||||
"@types/mime": 2.0.3
|
||||
"@types/minimatch": 3.0.3
|
||||
"@types/node": 14.14.37
|
||||
"@types/pino": 6.3.12
|
||||
|
@ -14019,7 +14026,7 @@ typescript@4.1.3:
|
|||
lunr-mutable-indexes: 2.3.2
|
||||
marked: 2.1.3
|
||||
memoizee: 0.4.15
|
||||
mime: 2.5.2
|
||||
mime: 2.6.0
|
||||
minimatch: 3.0.4
|
||||
mkdirp: 1.0.4
|
||||
mv: 2.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue