Skip to content

Commit af0d0f6

Browse files
Update dependency js-yaml to v4.1.1 [SECURITY] (#9072)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d39ceff commit af0d0f6

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"globals": "16.1.0",
3232
"history": "4.10.1",
3333
"js-cookie": "3.0.5",
34-
"js-yaml": "4.1.0",
34+
"js-yaml": "4.1.1",
3535
"json-e": "4.8.0",
3636
"json-schema-defaults": "0.4.0",
3737
"lodash": "4.17.21",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6859,10 +6859,10 @@ js-levenshtein@^1.1.6:
68596859
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
68606860
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
68616861

6862-
[email protected].0, js-yaml@^4.1.0:
6863-
version "4.1.0"
6864-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
6865-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
6862+
6863+
version "4.1.1"
6864+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
6865+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
68666866
dependencies:
68676867
argparse "^2.0.1"
68686868

@@ -6874,6 +6874,13 @@ js-yaml@^3.13.1:
68746874
argparse "^1.0.7"
68756875
esprima "^4.0.0"
68766876

6877+
js-yaml@^4.1.0:
6878+
version "4.1.0"
6879+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
6880+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
6881+
dependencies:
6882+
argparse "^2.0.1"
6883+
68776884
[email protected], jsbn@^1.1.0:
68786885
version "1.1.0"
68796886
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040"

0 commit comments

Comments
 (0)