Skip to content

Commit a6850e3

Browse files
build(deps): 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:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36c56ce commit a6850e3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

packages/crd-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Utils with create react doc",
55
"main": "index.js",
66
"dependencies": {
7-
"js-yaml": "^3.14.0"
7+
"js-yaml": "^4.1.1"
88
},
99
"repository": {
1010
"type": "git",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,6 +2019,11 @@ argparse@^1.0.7:
20192019
dependencies:
20202020
sprintf-js "~1.0.2"
20212021

2022+
argparse@^2.0.1:
2023+
version "2.0.1"
2024+
resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
2025+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
2026+
20222027
aria-query@^4.2.2:
20232028
version "4.2.2"
20242029
resolved "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
@@ -6540,14 +6545,21 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
65406545
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
65416546
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
65426547

6543-
js-yaml@^3.13.1, js-yaml@^3.14.0, js-yaml@^3.9.1:
6548+
js-yaml@^3.13.1, js-yaml@^3.9.1:
65446549
version "3.14.0"
65456550
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
65466551
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
65476552
dependencies:
65486553
argparse "^1.0.7"
65496554
esprima "^4.0.0"
65506555

6556+
js-yaml@^4.1.1:
6557+
version "4.1.1"
6558+
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
6559+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
6560+
dependencies:
6561+
argparse "^2.0.1"
6562+
65516563
js-yaml@~3.7.0:
65526564
version "3.7.0"
65536565
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"

0 commit comments

Comments
 (0)