Skip to content

Commit

Permalink
chore(deps): remove braces/express overrides (#1263)
Browse files Browse the repository at this point in the history
- the overrides were put in place to fix some vulnerabilities but it doesn't seem to be required anymore
  • Loading branch information
ghiscoding authored Sep 13, 2024
1 parent 9b3cb29 commit 4b7aea7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 32 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
},
"pnpm": {
"overrides": {
"braces": "^3.0.3",
"express": "^4.19.2",
"ws": "^8.18.0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^5.1.0",
"webpack-node-externals": "^3.0.0"
}
}
47 changes: 18 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b7aea7

Please sign in to comment.