Skip to content

Commit ed64114

Browse files
authored
fix: resolve Dependabot js-yaml DoS alert (#124) (#124)
1 parent 0458e51 commit ed64114

2 files changed

Lines changed: 25 additions & 18 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"overrides": {
5858
"immutable": ">=5.1.5",
5959
"minimatch": ">=3.1.3",
60-
"picomatch": ">=4.0.4"
60+
"picomatch": ">=4.0.4",
61+
"js-yaml": "^4.2.0"
6162
},
6263
"dependencies": {
6364
"cash-dom": "^1.3.4",

0 commit comments

Comments
 (0)