Skip to content

Commit 4bfe052

Browse files
committed
Bump js-yaml to a patched version
Adds an npm override pinning the transitive js-yaml dependency to its patched version: - js-yaml 4.2.0 -> 4.3.0 (GHSA-52cp-r559-cp3m, CVE-2026-59869) Stays within the current major version line. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 578b6525-9314-4451-8a03-97df3e5f04cd
1 parent 5c88ff6 commit 4bfe052

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"eslint-plugin-json": "^3.1.0"
2020
},
2121
"overrides": {
22-
"lodash": ">=4.18.0"
22+
"lodash": ">=4.18.0",
23+
"js-yaml": "^4.3.0"
2324
}
24-
}
25+
}

0 commit comments

Comments
 (0)