Skip to content

Commit 3031c15

Browse files
Update dependency js-yaml to v4
1 parent 5122aa7 commit 3031c15

File tree

3 files changed

+75
-12
lines changed

3 files changed

+75
-12
lines changed

package-lock.json

Lines changed: 67 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"grunt-sass": "3.1.0",
6060
"handlebars": "4.7.7",
6161
"highlight.js": "9.18.5",
62-
"js-yaml": "3.14.1",
62+
"js-yaml": "4.1.0",
6363
"json-refs": "3.0.15",
6464
"json-stable-stringify": "1.0.1",
6565
"lodash": "4.17.21",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,6 +2270,13 @@ js-yaml@4.0.0:
22702270
dependencies:
22712271
argparse "^2.0.1"
22722272

2273+
js-yaml@4.1.0:
2274+
version "4.1.0"
2275+
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz"
2276+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
2277+
dependencies:
2278+
argparse "^2.0.1"
2279+
22732280
jsbn@~0.1.0:
22742281
version "0.1.1"
22752282
resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"

0 commit comments

Comments
 (0)