Skip to content

Commit 52ecfe7

Browse files
oiokiclaude
andauthored
build(deps): Upgrade js-yaml 4.x to 4.1.1 to fix GHSA-mh29-5h37-fv8m (#209)
The same advisory also affects [email protected] (fixed in 4.1.1). This instance is pulled in by [email protected] and @eslint/[email protected], both of which require js-yaml@^4.1.0. No resolutions override is added: a broad "js-yaml" entry cannot safely pin both the 3.x and 4.x instances simultaneously since the two major versions have incompatible APIs (safeLoad/safeDump were removed in 4.x). Since ^4.1.0 naturally satisfies 4.1.1, removing the stale lockfile entry is sufficient. Co-authored-by: Claude <[email protected]>
1 parent 486cfcc commit 52ecfe7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4239,9 +4239,9 @@ js-yaml@^3.13.1:
42394239
esprima "^4.0.0"
42404240

42414241
js-yaml@^4.1.0:
4242-
version "4.1.0"
4243-
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz"
4244-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
4242+
version "4.1.1"
4243+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
4244+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
42454245
dependencies:
42464246
argparse "^2.0.1"
42474247

0 commit comments

Comments
 (0)