Skip to content

Commit

Permalink
remove some vulnerable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cfeenstra67 committed Dec 30, 2023
1 parent e932d5d commit 4e675dd
Show file tree
Hide file tree
Showing 4 changed files with 596 additions and 333 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,21 @@
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"url-loader": "^4.1.1",
"webpack": "^5.72.0",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"overrides": {
"loader-utils": ">=2.0.3",
"@babel/traverse": ">=7.23.2",
"postcss": ">=8.4.31",
"json5": ">=2.2.2",
"xml2js": ">=0.5.0"
}
}
}
Loading

0 comments on commit 4e675dd

Please sign in to comment.