Skip to content

Commit a64aa88

Browse files
Bump js-yaml from 3.14.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12b7b95 commit a64aa88

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"ipaddr.js": "^2.0.0",
8787
"ivy-codemirror": "^2.1.0",
8888
"jgrowl": "~1.4.2",
89-
"js-yaml": "3.14.0",
89+
"js-yaml": "4.1.1",
9090
"json2yaml": "^1.1.0",
9191
"jsondiffpatch": "^0.4.1",
9292
"linkify-string": "^4.1.3",

yarn.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10225,15 +10225,14 @@ js-tokens@^3.0.2:
1022510225
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
1022610226
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
1022710227

10228-
js-yaml@3.14.0, js-yaml@^3.12.2, js-yaml@^3.13.1, js-yaml@^3.2.5, js-yaml@^3.2.7:
10229-
version "3.14.0"
10230-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
10231-
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
10228+
js-yaml@4.1.1:
10229+
version "4.1.1"
10230+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
10231+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
1023210232
dependencies:
10233-
argparse "^1.0.7"
10234-
esprima "^4.0.0"
10233+
argparse "^2.0.1"
1023510234

10236-
js-yaml@^3.14.0:
10235+
js-yaml@^3.12.2, js-yaml@^3.13.1, js-yaml@^3.14.0, js-yaml@^3.2.5, js-yaml@^3.2.7:
1023710236
version "3.14.1"
1023810237
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
1023910238
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==

0 commit comments

Comments
 (0)