mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-08 02:54:13 -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 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.10.1"],
|
||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:4.0.16"],
|
||||
["marked", "npm:4.0.17"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:5.1.0"],
|
||||
|
@ -13511,6 +13511,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["marked", "npm:4.0.16"]
|
||||
],
|
||||
"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", [
|
||||
|
@ -18156,7 +18163,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lodash", "npm:4.17.21"],
|
||||
["lru-cache", "npm:7.10.1"],
|
||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:4.0.16"],
|
||||
["marked", "npm:4.0.17"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.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",
|
||||
"lru-cache": "7.10.1",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "4.0.16",
|
||||
"marked": "4.0.17",
|
||||
"memoizee": "0.4.15",
|
||||
"mime": "3.0.0",
|
||||
"minimatch": "5.1.0",
|
||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -10734,6 +10734,15 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"marked@npm:4.0.17":
|
||||
version: 4.0.17
|
||||
resolution: "marked@npm:4.0.17"
|
||||
bin:
|
||||
marked: bin/marked.js
|
||||
checksum: 8b81f4fe809ef30c282771c8ee53ecdd54ce90b37f2eb780f022e9e4564ec54ecc4db5dd516fd0838e40124ec30df335ab8f4587d7c4df58fd245dc3627e13b8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"media-typer@npm:0.3.0":
|
||||
version: 0.3.0
|
||||
resolution: "media-typer@npm:0.3.0"
|
||||
|
@ -15092,7 +15101,7 @@ typescript@4.1.3:
|
|||
lodash: 4.17.21
|
||||
lru-cache: 7.10.1
|
||||
lunr-mutable-indexes: 2.3.2
|
||||
marked: 4.0.16
|
||||
marked: 4.0.17
|
||||
memoizee: 0.4.15
|
||||
mime: 3.0.0
|
||||
minimatch: 5.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue