mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix(deps): update dependency marked to v4.0.15 (#3153)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
559a7343d6
commit
61249a4edd
4 changed files with 20 additions and 4 deletions
11
.pnp.js
generated
11
.pnp.js
generated
|
@ -131,7 +131,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lodash", "npm:4.17.21"],
|
||||
["lru-cache", "npm:7.8.1"],
|
||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:4.0.14"],
|
||||
["marked", "npm:4.0.15"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:5.0.1"],
|
||||
|
@ -13412,6 +13412,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["marked", "npm:4.0.14"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:4.0.15", {
|
||||
"packageLocation": "./.yarn/cache/marked-npm-4.0.15-76d9b2723d-0523261ac8.zip/node_modules/marked/",
|
||||
"packageDependencies": [
|
||||
["marked", "npm:4.0.15"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["media-typer", [
|
||||
|
@ -17978,7 +17985,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lodash", "npm:4.17.21"],
|
||||
["lru-cache", "npm:7.8.1"],
|
||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:4.0.14"],
|
||||
["marked", "npm:4.0.15"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:5.0.1"],
|
||||
|
|
BIN
.yarn/cache/marked-npm-4.0.15-76d9b2723d-0523261ac8.zip
vendored
Normal file
BIN
.yarn/cache/marked-npm-4.0.15-76d9b2723d-0523261ac8.zip
vendored
Normal file
Binary file not shown.
|
@ -45,7 +45,7 @@
|
|||
"lodash": "4.17.21",
|
||||
"lru-cache": "7.8.1",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "4.0.14",
|
||||
"marked": "4.0.15",
|
||||
"memoizee": "0.4.15",
|
||||
"mime": "3.0.0",
|
||||
"minimatch": "5.0.1",
|
||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -10567,6 +10567,15 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"marked@npm:4.0.15":
|
||||
version: 4.0.15
|
||||
resolution: "marked@npm:4.0.15"
|
||||
bin:
|
||||
marked: bin/marked.js
|
||||
checksum: 0523261ac8bd60d65464e8a2dc802e31819cfa560f045425ce13e6bd3711c677dd2ed0c9ec23eff64525ce491f3ca04c841d545f033a98a445dcf5b5ea961fc1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"media-typer@npm:0.3.0":
|
||||
version: 0.3.0
|
||||
resolution: "media-typer@npm:0.3.0"
|
||||
|
@ -14839,7 +14848,7 @@ typescript@4.1.3:
|
|||
lodash: 4.17.21
|
||||
lru-cache: 7.8.1
|
||||
lunr-mutable-indexes: 2.3.2
|
||||
marked: 4.0.14
|
||||
marked: 4.0.15
|
||||
memoizee: 0.4.15
|
||||
mime: 3.0.0
|
||||
minimatch: 5.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue