Skip to content

Commit 9130696

Browse files
chore(deps): update dependency js-yaml to v4.1.1 [security] (#809)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c55ca9 commit 9130696

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-jest": "27.9.0",
4343
"jest": "29.7.0",
4444
"jest-circus": "29.7.0",
45-
"js-yaml": "4.1.0",
45+
"js-yaml": "4.1.1",
4646
"prettier": "3.5.3",
4747
"ts-jest": "29.4.0",
4848
"typescript": "5.3.3"

yarn.lock

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

2921-
js-yaml@4.1.0, js-yaml@^4.1.0:
2922-
version "4.1.0"
2923-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
2924-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
2921+
js-yaml@4.1.1:
2922+
version "4.1.1"
2923+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
2924+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
29252925
dependencies:
29262926
argparse "^2.0.1"
29272927

@@ -2933,6 +2933,13 @@ js-yaml@^3.13.1:
29332933
argparse "^1.0.7"
29342934
esprima "^4.0.0"
29352935

2936+
js-yaml@^4.1.0:
2937+
version "4.1.0"
2938+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
2939+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
2940+
dependencies:
2941+
argparse "^2.0.1"
2942+
29362943
jsesc@^2.5.1:
29372944
version "2.5.2"
29382945
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"

0 commit comments

Comments
 (0)