Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit be04423

Browse files
Bump js-yaml from 3.2.7 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.2.7 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.2.7...3.13.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f7fb4e commit be04423

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"cp-translations": "^1.0.148",
4242
"decamelize": "^2.0.0",
4343
"ejs": "2.5.6",
44-
"js-yaml": "3.2.7",
44+
"js-yaml": "3.13.1",
4545
"json2csv": "2.11.0",
4646
"le_node": "1.1.0",
4747
"lodash": "4.17.10",

yarn.lock

+11-21
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ are-we-there-yet@~1.1.2:
158158
delegates "^1.0.0"
159159
readable-stream "^2.0.6"
160160

161-
argparse@^1.0.2, argparse@^1.0.7, "argparse@~ 1.0.0":
161+
argparse@^1.0.2, argparse@^1.0.7:
162162
version "1.0.9"
163163
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
164164
dependencies:
@@ -920,10 +920,10 @@ [email protected], core-util-is@~1.0.0:
920920
async "^2.0.0-rc.5"
921921
lodash "^4.13.1"
922922

923-
cp-translations@^1.0.146:
924-
version "1.0.146"
925-
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.146.tgz#dee5c55263fb31c7c5c3e4e8fd573f3a05921f8d"
926-
integrity sha512-h2DRtFybsA2tvcnWg8FI5ZmxyBgavMDr9F+Cp0e78VgyJJusJLPvuSSHHtUxwnYKNsrdgCWZKnPwRkwJXXJtsQ==
923+
cp-translations@^1.0.148:
924+
version "1.0.148"
925+
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.148.tgz#5137c3a3ed1fb8552ac5e4fa8da8e3725323326a"
926+
integrity sha512-l50I6Jlhne0Oiv1zrRTSVNSh6DG2lmCtSxHJQKfpOlvEQCpY0Xn5HJEiJGV5mBTHhVZM9hD1vaM2yj9Bkt07Tg==
927927

928928
cross-spawn-async@^2.0.0:
929929
version "2.2.5"
@@ -1599,10 +1599,6 @@ esprima@^4.0.0:
15991599
version "4.0.0"
16001600
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
16011601

1602-
"esprima@~ 2.0.0":
1603-
version "2.0.0"
1604-
resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.0.0.tgz#609ac5c2667eae5433b41eb9ecece2331b41498f"
1605-
16061602
esprima@~1.0:
16071603
version "1.0.4"
16081604
resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.0.4.tgz#9f557e08fc3b4d26ece9dd34f8fbf476b62585ad"
@@ -2622,12 +2618,13 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
26222618
version "3.0.2"
26232619
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
26242620

2625-
2626-
version "3.2.7"
2627-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.2.7.tgz#102790f265d986fe95a4d0f2a792e7a7bd886eec"
2621+
[email protected], js-yaml@^3.2.5, js-yaml@^3.9.1:
2622+
version "3.13.1"
2623+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
2624+
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
26282625
dependencies:
2629-
argparse "~ 1.0.0"
2630-
esprima "~ 2.0.0"
2626+
argparse "^1.0.7"
2627+
esprima "^4.0.0"
26312628

26322629
26332630
version "3.4.5"
@@ -2636,13 +2633,6 @@ [email protected]:
26362633
argparse "^1.0.2"
26372634
esprima "^2.6.0"
26382635

2639-
js-yaml@^3.2.5, js-yaml@^3.9.1:
2640-
version "3.10.0"
2641-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
2642-
dependencies:
2643-
argparse "^1.0.7"
2644-
esprima "^4.0.0"
2645-
26462636
jsbn@~0.1.0:
26472637
version "0.1.1"
26482638
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

0 commit comments

Comments
 (0)