Skip to content

Commit 6afe02f

Browse files
Bump js-yaml from 3.7.0 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.7.0 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.7.0...3.13.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4e3180 commit 6afe02f

File tree

1 file changed

+14
-21
lines changed

1 file changed

+14
-21
lines changed

yarn.lock

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,9 @@ are-we-there-yet@~1.1.2:
221221
readable-stream "^2.0.0 || ^1.1.13"
222222

223223
argparse@^1.0.7:
224-
version "1.0.9"
225-
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
224+
version "1.0.10"
225+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
226+
integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
226227
dependencies:
227228
sprintf-js "~1.0.2"
228229

@@ -1487,13 +1488,10 @@ espree@^3.3.1:
14871488
acorn "^4.0.1"
14881489
acorn-jsx "^3.0.0"
14891490

1490-
esprima@^2.6.0:
1491-
version "2.7.3"
1492-
resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581"
1493-
14941491
esprima@^4.0.0:
1495-
version "4.0.0"
1496-
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
1492+
version "4.0.1"
1493+
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
1494+
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
14971495

14981496
espurify@^1.6.0:
14991497
version "1.6.0"
@@ -1872,7 +1870,7 @@ has-color@^0.1.7, has-color@~0.1.0:
18721870

18731871
has-flag@^2.0.0:
18741872
version "2.0.0"
1875-
resolved "http://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
1873+
resolved "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
18761874

18771875
has-flag@^3.0.0:
18781876
version "3.0.0"
@@ -2181,7 +2179,7 @@ is-plain-obj@^1.0.0:
21812179

21822180
is-posix-bracket@^0.1.0:
21832181
version "0.1.1"
2184-
resolved "http://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
2182+
resolved "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
21852183

21862184
is-primitive@^2.0.0:
21872185
version "2.0.0"
@@ -2278,16 +2276,10 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
22782276
version "3.0.2"
22792277
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
22802278

2281-
js-yaml@^3.5.1:
2282-
version "3.7.0"
2283-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
2284-
dependencies:
2285-
argparse "^1.0.7"
2286-
esprima "^2.6.0"
2287-
2288-
js-yaml@^3.8.2:
2289-
version "3.10.0"
2290-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
2279+
js-yaml@^3.5.1, js-yaml@^3.8.2:
2280+
version "3.13.1"
2281+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
2282+
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
22912283
dependencies:
22922284
argparse "^1.0.7"
22932285
esprima "^4.0.0"
@@ -3081,7 +3073,7 @@ registry-auth-token@^3.0.1:
30813073

30823074
registry-url@^3.0.3:
30833075
version "3.1.0"
3084-
resolved "http://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942"
3076+
resolved "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942"
30853077
dependencies:
30863078
rc "^1.0.1"
30873079

@@ -3319,6 +3311,7 @@ spdx-license-ids@^1.0.2:
33193311
sprintf-js@~1.0.2:
33203312
version "1.0.3"
33213313
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
3314+
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
33223315

33233316
sshpk@^1.7.0:
33243317
version "1.10.1"

0 commit comments

Comments
 (0)