Skip to content

Commit 0549869

Browse files
committed
fix: bump js-yaml to ^4.3.1 to resolve GHSA-5p4m-2wfm-xmqj
Leave the package version bump/release out of this PR; that's a separate step for whoever cuts the next release (release.yml triggers off a pushed git tag, not off package.json's version field).
1 parent 3f7d577 commit 0549869

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/DataDog/dd-wasm-js-rewriter/issues"
2020
},
2121
"dependencies": {
22-
"js-yaml": "^4.1.1",
22+
"js-yaml": "^4.3.1",
2323
"lru-cache": "^7.14.0",
2424
"module-details-from-path": "^1.0.4",
2525
"node-gyp-build": "^4.8.4"

0 commit comments

Comments
 (0)