mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
fix(deps): update dependency marked to v4.1.0 (#3346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
628616ce32
commit
354f9ee16c
5 changed files with 11 additions and 11 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -134,7 +134,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lodash", "npm:4.17.21"],
|
||||
["lru-cache", "npm:7.14.0"],
|
||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:4.0.19"],
|
||||
["marked", "npm:4.1.0"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:5.1.0"],
|
||||
|
@ -13608,10 +13608,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:4.0.19", {
|
||||
"packageLocation": "./.yarn/cache/marked-npm-4.0.19-12036e8cf8-f369284adf.zip/node_modules/marked/",
|
||||
["npm:4.1.0", {
|
||||
"packageLocation": "./.yarn/cache/marked-npm-4.1.0-ee724b28d3-6ddb369cda.zip/node_modules/marked/",
|
||||
"packageDependencies": [
|
||||
["marked", "npm:4.0.19"]
|
||||
["marked", "npm:4.1.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -18197,7 +18197,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lodash", "npm:4.17.21"],
|
||||
["lru-cache", "npm:7.14.0"],
|
||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:4.0.19"],
|
||||
["marked", "npm:4.1.0"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:5.1.0"],
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/marked-npm-4.1.0-ee724b28d3-6ddb369cda.zip
vendored
Normal file
BIN
.yarn/cache/marked-npm-4.1.0-ee724b28d3-6ddb369cda.zip
vendored
Normal file
Binary file not shown.
|
@ -45,7 +45,7 @@
|
|||
"lodash": "4.17.21",
|
||||
"lru-cache": "7.14.0",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "4.0.19",
|
||||
"marked": "4.1.0",
|
||||
"memoizee": "0.4.15",
|
||||
"mime": "3.0.0",
|
||||
"minimatch": "5.1.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -10772,12 +10772,12 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"marked@npm:4.0.19":
|
||||
version: 4.0.19
|
||||
resolution: "marked@npm:4.0.19"
|
||||
"marked@npm:4.1.0":
|
||||
version: 4.1.0
|
||||
resolution: "marked@npm:4.1.0"
|
||||
bin:
|
||||
marked: bin/marked.js
|
||||
checksum: f369284adfcac8eaa495be73c71ccb6c5aff940da49c29b4844271d1769f5ff116d0d1a80fb8a17c00138de52c590b981525cec62a4e8896d910886958da0605
|
||||
checksum: 6ddb369cda1a21df6015271210aeb626319e3ac271acce1eb91f958a1e4f139a61e02e8fbedf8ad8027aede8b5ed098238695f94f411b573bf524f4531ceb535
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -15105,7 +15105,7 @@ typescript@4.1.3:
|
|||
lodash: 4.17.21
|
||||
lru-cache: 7.14.0
|
||||
lunr-mutable-indexes: 2.3.2
|
||||
marked: 4.0.19
|
||||
marked: 4.1.0
|
||||
memoizee: 0.4.15
|
||||
mime: 3.0.0
|
||||
minimatch: 5.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue