0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -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:
renovate[bot] 2021-11-05 07:17:07 +01:00 committed by GitHub
parent ef2fbff755
commit 089796ca47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 9 deletions

21
.pnp.js generated
View file

@ -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"],

Binary file not shown.

Binary file not shown.

View file

@ -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",

BIN
yarn.lock

Binary file not shown.