Skip to content

Commit 93cc994

Browse files
chore(deps): bump js-yaml from 3.14.0 to 4.0.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.0.0. - [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.14.0...4.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8e9225 commit 93cc994

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"express": "^5.0.0-alpha.8",
8585
"http-proxy": "^1.18.0",
8686
"httpolyglot": "^0.1.2",
87-
"js-yaml": "^3.13.1",
87+
"js-yaml": "^4.0.0",
8888
"limiter": "^1.1.5",
8989
"node-fetch": "^2.6.1",
9090
"pem": "^1.14.2",

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,11 @@ argparse@^1.0.7:
14911491
dependencies:
14921492
sprintf-js "~1.0.2"
14931493

1494+
argparse@^2.0.1:
1495+
version "2.0.1"
1496+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
1497+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
1498+
14941499
arr-diff@^4.0.0:
14951500
version "4.0.0"
14961501
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
@@ -4479,6 +4484,13 @@ js-yaml@^3.10.0, js-yaml@^3.13.1:
44794484
argparse "^1.0.7"
44804485
esprima "^4.0.0"
44814486

4487+
js-yaml@^4.0.0:
4488+
version "4.0.0"
4489+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f"
4490+
integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==
4491+
dependencies:
4492+
argparse "^2.0.1"
4493+
44824494
jsbn@~0.1.0:
44834495
version "0.1.1"
44844496
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

0 commit comments

Comments
 (0)