mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Update dependency js-yaml to v4.1.0
This commit is contained in:
parent
4fe417bcab
commit
95f5a51cef
2 changed files with 8 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
"image-size": "0.8.3",
|
"image-size": "0.8.3",
|
||||||
"intl": "1.2.5",
|
"intl": "1.2.5",
|
||||||
"intl-messageformat": "5.4.3",
|
"intl-messageformat": "5.4.3",
|
||||||
"js-yaml": "4.0.0",
|
"js-yaml": "4.1.0",
|
||||||
"jsonpath": "1.1.1",
|
"jsonpath": "1.1.1",
|
||||||
"jsonwebtoken": "8.5.1",
|
"jsonwebtoken": "8.5.1",
|
||||||
"juice": "7.0.0",
|
"juice": "7.0.0",
|
||||||
|
|
|
@ -5511,6 +5511,13 @@ js-yaml@4.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
argparse "^2.0.1"
|
argparse "^2.0.1"
|
||||||
|
|
||||||
|
js-yaml@4.1.0:
|
||||||
|
version "4.1.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
|
||||||
|
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
|
||||||
|
dependencies:
|
||||||
|
argparse "^2.0.1"
|
||||||
|
|
||||||
jsbn@~0.1.0:
|
jsbn@~0.1.0:
|
||||||
version "0.1.1"
|
version "0.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
|
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
|
||||||
|
|
Loading…
Add table
Reference in a new issue