mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix(deps): update dependency marked to v4.0.16 (#3187)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e427ee40f2
commit
a17378d252
5 changed files with 11 additions and 11 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -131,7 +131,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lodash", "npm:4.17.21"],
|
||||
["lru-cache", "npm:7.9.0"],
|
||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:4.0.15"],
|
||||
["marked", "npm:4.0.16"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:5.0.1"],
|
||||
|
@ -13603,10 +13603,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:4.0.15", {
|
||||
"packageLocation": "./.yarn/cache/marked-npm-4.0.15-76d9b2723d-0523261ac8.zip/node_modules/marked/",
|
||||
["npm:4.0.16", {
|
||||
"packageLocation": "./.yarn/cache/marked-npm-4.0.16-1c7fe7ec7b-5ace437fa9.zip/node_modules/marked/",
|
||||
"packageDependencies": [
|
||||
["marked", "npm:4.0.15"]
|
||||
["marked", "npm:4.0.16"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -18276,7 +18276,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lodash", "npm:4.17.21"],
|
||||
["lru-cache", "npm:7.9.0"],
|
||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:4.0.15"],
|
||||
["marked", "npm:4.0.16"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:5.0.1"],
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/marked-npm-4.0.16-1c7fe7ec7b-5ace437fa9.zip
vendored
Normal file
BIN
.yarn/cache/marked-npm-4.0.16-1c7fe7ec7b-5ace437fa9.zip
vendored
Normal file
Binary file not shown.
|
@ -45,7 +45,7 @@
|
|||
"lodash": "4.17.21",
|
||||
"lru-cache": "7.9.0",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "4.0.15",
|
||||
"marked": "4.0.16",
|
||||
"memoizee": "0.4.15",
|
||||
"mime": "3.0.0",
|
||||
"minimatch": "5.0.1",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -10769,12 +10769,12 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"marked@npm:4.0.15":
|
||||
version: 4.0.15
|
||||
resolution: "marked@npm:4.0.15"
|
||||
"marked@npm:4.0.16":
|
||||
version: 4.0.16
|
||||
resolution: "marked@npm:4.0.16"
|
||||
bin:
|
||||
marked: bin/marked.js
|
||||
checksum: 0523261ac8bd60d65464e8a2dc802e31819cfa560f045425ce13e6bd3711c677dd2ed0c9ec23eff64525ce491f3ca04c841d545f033a98a445dcf5b5ea961fc1
|
||||
checksum: 5ace437fa91646c8a7b27d46f0e08f146b37990d31abe907708ed5d0523f4e8dbc7c71c8469fa390592329b083b1a090a9a2f5819c3219e0feacd5b12e781c05
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -15161,7 +15161,7 @@ typescript@4.1.3:
|
|||
lodash: 4.17.21
|
||||
lru-cache: 7.9.0
|
||||
lunr-mutable-indexes: 2.3.2
|
||||
marked: 4.0.15
|
||||
marked: 4.0.16
|
||||
memoizee: 0.4.15
|
||||
mime: 3.0.0
|
||||
minimatch: 5.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue