Skip to content

Commit

Permalink
chore: address js dependency security issues (#2205)
Browse files Browse the repository at this point in the history
* chore: address js dependency security issues

* fix: use a patched v1.4.1 of `loader-utils`
  • Loading branch information
darrenjaneczek authored Aug 28, 2023
1 parent 55a04e7 commit 8a99ada
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 427 deletions.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,20 @@
},
"resolutions": {
"d3-graphviz": "^5.1.0",
"jquery": "^3.6.4"
"jquery": "^3.6.4",
"braces": ">2.3.1",
"d3-color": "^3.1.0",
"glob-parent": ">5.1.2",
"got": ">12.1.0",
"json5": ">2.2.2",
"loader-utils": "^1.4.1",
"mem": ">4.0.0",
"nth-check": "^2.0.1",
"postcss": ">8.2.13",
"tough-cookie": "^4.1.3",
"semver": "^7.5.2",
"trim": ">0.0.3",
"trim-newlines": ">4.0.1",
"yargs-parser": ">18.1.1"
}
}
Loading

0 comments on commit 8a99ada

Please sign in to comment.