Skip to content

Commit 844e4a7

Browse files
Bump js-yaml from 4.1.0 to 4.1.1 in /tests/e2e (#5191)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25ab5ed commit 844e4a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"brotli-unicode": "^1.0.2",
2929
"cli-argument-parser": "0.7.4",
3030
"fflate": "^0.8.2",
31-
"js-yaml": "^4.1.0",
31+
"js-yaml": "^4.1.1",
3232
"lz4js": "^0.2.0",
3333
"msgpackr": "^1.11.0",
3434
"protobufjs": "^7.4.0",

tests/e2e/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4631,10 +4631,10 @@ js-tokens@^4.0.0:
46314631
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
46324632
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
46334633

4634-
js-yaml@^4.1.0:
4635-
version "4.1.0"
4636-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
4637-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
4634+
js-yaml@^4.1.0, js-yaml@^4.1.1:
4635+
version "4.1.1"
4636+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
4637+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
46384638
dependencies:
46394639
argparse "^2.0.1"
46404640

0 commit comments

Comments
 (0)