mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix: upgrade handlebars from 4.7.6 to 4.7.7 (#2114)
This commit is contained in:
parent
ff6b47cad1
commit
1e6fa60491
2 changed files with 30 additions and 5 deletions
|
@ -34,12 +34,12 @@
|
|||
"dayjs": "1.10.3",
|
||||
"envinfo": "7.7.3",
|
||||
"express": "4.17.1",
|
||||
"handlebars": "4.7.6",
|
||||
"handlebars": "4.7.7",
|
||||
"http-errors": "1.8.0",
|
||||
"js-yaml": "3.14.1",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"kleur": "4.1.3",
|
||||
"lodash": "4.17.20",
|
||||
"lodash": "4.17.21",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "1.2.7",
|
||||
"mime": "2.5.0",
|
||||
|
|
31
yarn.lock
31
yarn.lock
|
@ -6842,7 +6842,25 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"handlebars@npm:4.7.6, handlebars@npm:^4.7.6":
|
||||
"handlebars@npm:4.7.7":
|
||||
version: 4.7.7
|
||||
resolution: "handlebars@npm:4.7.7"
|
||||
dependencies:
|
||||
minimist: ^1.2.5
|
||||
neo-async: ^2.6.0
|
||||
source-map: ^0.6.1
|
||||
uglify-js: ^3.1.4
|
||||
wordwrap: ^1.0.0
|
||||
dependenciesMeta:
|
||||
uglify-js:
|
||||
optional: true
|
||||
bin:
|
||||
handlebars: bin/handlebars
|
||||
checksum: 2df9a6b422e2ccc0b7ca53f7a1f9915b47d19bf3fd372824a87e2a28b7952fa2cb3348cbe33a87ef49ee04f42d10359aab44819ca8d680ee3a5b53d48bd062a1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"handlebars@npm:^4.7.6":
|
||||
version: 4.7.6
|
||||
resolution: "handlebars@npm:4.7.6"
|
||||
dependencies:
|
||||
|
@ -9104,6 +9122,13 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lodash@npm:4.17.21":
|
||||
version: 4.17.21
|
||||
resolution: "lodash@npm:4.17.21"
|
||||
checksum: 4983720b9abca930a4a46f18db163d7dad8dd00dbed6db0cc7b499b33b717cce69f80928b27bbb1ff2cbd3b19d251ee90669a8b5ea466072ca81c2ebe91e7468
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lodash@npm:^4.11.2, lodash@npm:^4.17.11, lodash@npm:^4.17.13, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.2.1":
|
||||
version: 4.17.19
|
||||
resolution: "lodash@npm:4.17.19"
|
||||
|
@ -13190,7 +13215,7 @@ typescript@3.9.7:
|
|||
express: 4.17.1
|
||||
fs-extra: 9.0.1
|
||||
get-stdin: 7.0.0
|
||||
handlebars: 4.7.6
|
||||
handlebars: 4.7.7
|
||||
http-errors: 1.8.0
|
||||
husky: 2.7.0
|
||||
in-publish: 2.0.1
|
||||
|
@ -13202,7 +13227,7 @@ typescript@3.9.7:
|
|||
kleur: 4.1.3
|
||||
lint-staged: 8.2.1
|
||||
lockfile-lint: 4.3.7
|
||||
lodash: 4.17.20
|
||||
lodash: 4.17.21
|
||||
lunr-mutable-indexes: 2.3.2
|
||||
marked: 1.2.7
|
||||
mime: 2.5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue