Skip to content

Commit 262ea63

Browse files
fix(deps): update dependency js-yaml to v5
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 6f6da31 commit 262ea63

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"mocha": "^10.5.1"
9696
},
9797
"dependencies": {
98-
"js-yaml": "^4.2.0",
98+
"js-yaml": "^5.0.0",
9999
"yaml": "^2.8.3"
100100
},
101101
"resolutions": {

console/yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4972,13 +4972,20 @@ jest-worker@^27.4.5:
49724972
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
49734973
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
49744974

4975-
js-yaml@^4.1.0, js-yaml@^4.2.0:
4975+
js-yaml@^4.1.0:
49764976
version "4.2.0"
49774977
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524"
49784978
integrity sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==
49794979
dependencies:
49804980
argparse "^2.0.1"
49814981

4982+
js-yaml@^5.0.0:
4983+
version "5.1.0"
4984+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-5.1.0.tgz#c084ac880197833810a69e9c7e51eae12ff35448"
4985+
integrity sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==
4986+
dependencies:
4987+
argparse "^2.0.1"
4988+
49824989
jsbn@~0.1.0:
49834990
version "0.1.1"
49844991
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

0 commit comments

Comments
 (0)