mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-25 02:32:52 -05:00
fix(deps): update dependency marked to v4.0.18 (#3264)
This commit is contained in:
parent
531f4685ab
commit
b3f964d93a
4 changed files with 20 additions and 4 deletions
11
.pnp.js
generated
11
.pnp.js
generated
|
@ -134,7 +134,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.17"],
|
||||
["marked", "npm:4.0.18"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:5.1.0"],
|
||||
|
@ -13514,6 +13514,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["marked", "npm:4.0.17"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:4.0.18", {
|
||||
"packageLocation": "./.yarn/cache/marked-npm-4.0.18-3f495ac058-45174f93f9.zip/node_modules/marked/",
|
||||
"packageDependencies": [
|
||||
["marked", "npm:4.0.18"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["media-typer", [
|
||||
|
@ -18171,7 +18178,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.17"],
|
||||
["marked", "npm:4.0.18"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
["mime", "npm:3.0.0"],
|
||||
["minimatch", "npm:5.1.0"],
|
||||
|
|
BIN
.yarn/cache/marked-npm-4.0.18-3f495ac058-45174f93f9.zip
vendored
Normal file
BIN
.yarn/cache/marked-npm-4.0.18-3f495ac058-45174f93f9.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.17",
|
||||
"marked": "4.0.18",
|
||||
"memoizee": "0.4.15",
|
||||
"mime": "3.0.0",
|
||||
"minimatch": "5.1.0",
|
||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -10685,6 +10685,15 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"marked@npm:4.0.18":
|
||||
version: 4.0.18
|
||||
resolution: "marked@npm:4.0.18"
|
||||
bin:
|
||||
marked: bin/marked.js
|
||||
checksum: 45174f93f994e0c08170731bf8c75dedbf8f48b9079599f59b5db841153ad9c9bcaecb947d207e3e991c92d005ac98592b80688171377a61959c0e8e9c01b8ea
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"media-typer@npm:0.3.0":
|
||||
version: 0.3.0
|
||||
resolution: "media-typer@npm:0.3.0"
|
||||
|
@ -15055,7 +15064,7 @@ typescript@4.1.3:
|
|||
lodash: 4.17.21
|
||||
lru-cache: 7.10.1
|
||||
lunr-mutable-indexes: 2.3.2
|
||||
marked: 4.0.17
|
||||
marked: 4.0.18
|
||||
memoizee: 0.4.15
|
||||
mime: 3.0.0
|
||||
minimatch: 5.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue