mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
fix(deps): update dependency mime to v3 (#2957)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e9902ecd4b
commit
ac4392a221
17
.pnp.js
generated
17
.pnp.js
generated
@ -133,7 +133,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.6.0"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:3.0.4"],
|
||||
["mkdirp", "npm:1.0.4"],
|
||||
["mv", "npm:2.1.1"],
|
||||
@ -7840,14 +7840,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
]],
|
||||
["core-js", [
|
||||
["npm:2.6.9", {
|
||||
"packageLocation": "./.yarn/unplugged/core-js-npm-2.6.9-f821bf686c/node_modules/core-js/",
|
||||
"packageLocation": "./.yarn/cache/core-js-npm-2.6.9-f821bf686c-00c30207eb.zip/node_modules/core-js/",
|
||||
"packageDependencies": [
|
||||
["core-js", "npm:2.6.9"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:3.20.2", {
|
||||
"packageLocation": "./.yarn/unplugged/core-js-npm-3.20.2-656ea79cc8/node_modules/core-js/",
|
||||
"packageLocation": "./.yarn/cache/core-js-npm-3.20.2-656ea79cc8-642927e21a.zip/node_modules/core-js/",
|
||||
"packageDependencies": [
|
||||
["core-js", "npm:3.20.2"]
|
||||
],
|
||||
@ -13366,6 +13366,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["mime", "npm:2.6.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:3.0.0", {
|
||||
"packageLocation": "./.yarn/cache/mime-npm-3.0.0-8d911e4c06-92e15d00a8.zip/node_modules/mime/",
|
||||
"packageDependencies": [
|
||||
["mime", "npm:3.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["mime-db", [
|
||||
@ -14898,7 +14905,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
]],
|
||||
["puppeteer", [
|
||||
["npm:5.5.0", {
|
||||
"packageLocation": "./.yarn/unplugged/puppeteer-npm-5.5.0-bba75ba998/node_modules/puppeteer/",
|
||||
"packageLocation": "./.yarn/cache/puppeteer-npm-5.5.0-bba75ba998-08ba8a7da5.zip/node_modules/puppeteer/",
|
||||
"packageDependencies": [
|
||||
["puppeteer", "npm:5.5.0"],
|
||||
["debug", "virtual:65523936f66795efc0bd6f7ca9a755f1be9f9bb998dc7cd39f5d823ea185c793a03b3f329f921a146569ee8bdffdd22dd15c2e08d286539b118e1cbbab91f8cf#npm:4.1.1"],
|
||||
@ -17651,7 +17658,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.6.0"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:3.0.4"],
|
||||
["mkdirp", "npm:1.0.4"],
|
||||
["mv", "npm:2.1.1"],
|
||||
|
BIN
.yarn/cache/mime-npm-3.0.0-8d911e4c06-92e15d00a8.zip
vendored
Normal file
BIN
.yarn/cache/mime-npm-3.0.0-8d911e4c06-92e15d00a8.zip
vendored
Normal file
Binary file not shown.
@ -47,7 +47,7 @@
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "2.1.3",
|
||||
"memoizee": "0.4.15",
|
||||
"mime": "2.6.0",
|
||||
"mime": "3.0.0",
|
||||
"minimatch": "3.0.4",
|
||||
"mkdirp": "1.0.4",
|
||||
"mv": "2.1.1",
|
||||
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in New Issue
Block a user