mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix(deps): update dependency marked to v4.0.17 (#3226)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
325e536f03
commit
9d9c086ba3
4 changed files with 10 additions and 3 deletions
11
.pnp.js
generated
11
.pnp.js
generated
|
@ -131,7 +131,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||||
["lodash", "npm:4.17.21"],
|
["lodash", "npm:4.17.21"],
|
||||||
["lru-cache", "npm:7.10.1"],
|
["lru-cache", "npm:7.10.1"],
|
||||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||||
["marked", "npm:4.0.16"],
|
["marked", "npm:4.0.17"],
|
||||||
["memoizee", "npm:0.4.15"],
|
["memoizee", "npm:0.4.15"],
|
||||||
["mime", "npm:3.0.0"],
|
["mime", "npm:3.0.0"],
|
||||||
["minimatch", "npm:5.1.0"],
|
["minimatch", "npm:5.1.0"],
|
||||||
|
@ -13511,6 +13511,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||||
["marked", "npm:4.0.16"]
|
["marked", "npm:4.0.16"]
|
||||||
],
|
],
|
||||||
"linkType": "HARD",
|
"linkType": "HARD",
|
||||||
|
}],
|
||||||
|
["npm:4.0.17", {
|
||||||
|
"packageLocation": "./.yarn/cache/marked-npm-4.0.17-d85fa63152-8b81f4fe80.zip/node_modules/marked/",
|
||||||
|
"packageDependencies": [
|
||||||
|
["marked", "npm:4.0.17"]
|
||||||
|
],
|
||||||
|
"linkType": "HARD",
|
||||||
}]
|
}]
|
||||||
]],
|
]],
|
||||||
["media-typer", [
|
["media-typer", [
|
||||||
|
@ -18156,7 +18163,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||||
["lodash", "npm:4.17.21"],
|
["lodash", "npm:4.17.21"],
|
||||||
["lru-cache", "npm:7.10.1"],
|
["lru-cache", "npm:7.10.1"],
|
||||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||||
["marked", "npm:4.0.16"],
|
["marked", "npm:4.0.17"],
|
||||||
["memoizee", "npm:0.4.15"],
|
["memoizee", "npm:0.4.15"],
|
||||||
["mime", "npm:3.0.0"],
|
["mime", "npm:3.0.0"],
|
||||||
["minimatch", "npm:5.1.0"],
|
["minimatch", "npm:5.1.0"],
|
||||||
|
|
BIN
.yarn/cache/marked-npm-4.0.17-d85fa63152-8b81f4fe80.zip
vendored
Normal file
BIN
.yarn/cache/marked-npm-4.0.17-d85fa63152-8b81f4fe80.zip
vendored
Normal file
Binary file not shown.
|
@ -45,7 +45,7 @@
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"lru-cache": "7.10.1",
|
"lru-cache": "7.10.1",
|
||||||
"lunr-mutable-indexes": "2.3.2",
|
"lunr-mutable-indexes": "2.3.2",
|
||||||
"marked": "4.0.16",
|
"marked": "4.0.17",
|
||||||
"memoizee": "0.4.15",
|
"memoizee": "0.4.15",
|
||||||
"mime": "3.0.0",
|
"mime": "3.0.0",
|
||||||
"minimatch": "5.1.0",
|
"minimatch": "5.1.0",
|
||||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue