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

Commit cb0429f

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 8b1475d commit cb0429f

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
@@ -37,7 +37,7 @@
3737
"decamelize": "^1.2.0",
3838
"ejs": "1.0.0",
3939
"jed": "1.1.0",
40-
"js-yaml": "3.2.7",
40+
"js-yaml": "3.13.1",
4141
"le_node": "1.1.0",
4242
"lodash": "4.17.10",
4343
"moment": "2.10.3",

yarn.lock

+11-21
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ are-we-there-yet@~1.1.2:
136136
delegates "^1.0.0"
137137
readable-stream "^2.0.6"
138138

139-
argparse@^1.0.2, argparse@^1.0.7, "argparse@~ 1.0.0":
139+
argparse@^1.0.2, argparse@^1.0.7:
140140
version "1.0.9"
141141
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
142142
dependencies:
@@ -915,10 +915,10 @@ [email protected], core-util-is@~1.0.0:
915915
async "^2.0.0-rc.5"
916916
lodash "^4.13.1"
917917

918-
cp-translations@^1.0.146:
919-
version "1.0.146"
920-
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.146.tgz#dee5c55263fb31c7c5c3e4e8fd573f3a05921f8d"
921-
integrity sha512-h2DRtFybsA2tvcnWg8FI5ZmxyBgavMDr9F+Cp0e78VgyJJusJLPvuSSHHtUxwnYKNsrdgCWZKnPwRkwJXXJtsQ==
918+
cp-translations@^1.0.149:
919+
version "1.0.149"
920+
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.149.tgz#e09845115a80380cf19c49dfd003d8ed75578690"
921+
integrity sha512-AQa/d/MDNAM8y70gWbE6a65R9ZUYP11WWOF056Eq8Ttngdzg6j1WsmkV4VuZQB5NSIYrZIuM2UoCWIOfC20kmw==
922922

923923
cross-spawn-async@^2.0.0, cross-spawn-async@^2.1.8:
924924
version "2.2.5"
@@ -1741,10 +1741,6 @@ esprima@^4.0.0:
17411741
version "4.0.0"
17421742
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
17431743

1744-
"esprima@~ 2.0.0":
1745-
version "2.0.0"
1746-
resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.0.0.tgz#609ac5c2667eae5433b41eb9ecece2331b41498f"
1747-
17481744
esprima@~1.0:
17491745
version "1.0.4"
17501746
resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.0.4.tgz#9f557e08fc3b4d26ece9dd34f8fbf476b62585ad"
@@ -2715,12 +2711,13 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
27152711
version "3.0.2"
27162712
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
27172713

2718-
2719-
version "3.2.7"
2720-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.2.7.tgz#102790f265d986fe95a4d0f2a792e7a7bd886eec"
2714+
[email protected], js-yaml@^3.2.5, js-yaml@^3.9.1:
2715+
version "3.13.1"
2716+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
2717+
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
27212718
dependencies:
2722-
argparse "~ 1.0.0"
2723-
esprima "~ 2.0.0"
2719+
argparse "^1.0.7"
2720+
esprima "^4.0.0"
27242721

27252722
27262723
version "3.4.5"
@@ -2729,13 +2726,6 @@ [email protected]:
27292726
argparse "^1.0.2"
27302727
esprima "^2.6.0"
27312728

2732-
js-yaml@^3.2.5, js-yaml@^3.9.1:
2733-
version "3.10.0"
2734-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
2735-
dependencies:
2736-
argparse "^1.0.7"
2737-
esprima "^4.0.0"
2738-
27392729
jsbn@~0.1.0:
27402730
version "0.1.1"
27412731
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

0 commit comments

Comments
 (0)