Skip to content

Commit 2b491b3

Browse files
Bump js-yaml from 4.1.0 to 4.1.1 in /console/ui
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 403597e commit 2b491b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

console/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"i18next-fs-backend": "^2.6.0",
3333
"i18next-http-backend": "^3.0.2",
3434
"ip-regex": "^5.0.0",
35-
"js-yaml": "^4.1.0",
35+
"js-yaml": "^4.1.1",
3636
"material-react-table": "^3.2.1",
3737
"normalize.css": "^8.0.1",
3838
"react": "^19.1.1",

console/ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3402,10 +3402,10 @@ js-tokens@^9.0.1:
34023402
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-9.0.1.tgz#2ec43964658435296f6761b34e10671c2d9527f4"
34033403
integrity sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==
34043404

3405-
js-yaml@^4.1.0:
3406-
version "4.1.0"
3407-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
3408-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
3405+
js-yaml@^4.1.0, js-yaml@^4.1.1:
3406+
version "4.1.1"
3407+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
3408+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
34093409
dependencies:
34103410
argparse "^2.0.1"
34113411

0 commit comments

Comments
 (0)