Skip to content

Commit 912f6b9

Browse files
Merge pull request #675 from validatedpatterns/dependabot/npm_and_yarn/console/js-yaml-4.2.0
chore(deps): bump js-yaml from 4.1.1 to 4.2.0 in /console
2 parents 5d5cb4f + c48ebc0 commit 912f6b9

2 files changed

Lines changed: 5 additions & 5 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.1.1",
98+
"js-yaml": "^4.2.0",
9999
"yaml": "^2.8.3"
100100
},
101101
"resolutions": {

console/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4972,10 +4972,10 @@ 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.1.1:
4976-
version "4.1.1"
4977-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
4978-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
4975+
js-yaml@^4.1.0, js-yaml@^4.2.0:
4976+
version "4.2.0"
4977+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524"
4978+
integrity sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==
49794979
dependencies:
49804980
argparse "^2.0.1"
49814981

0 commit comments

Comments
 (0)