Skip to content

Commit

Permalink
Update Browsersync to resolve axios vulnerability
Browse files Browse the repository at this point in the history
See GitHub Advisory: GHSA-wf5p-g6vw-rhxx

Updating to `browser-sync@3` is a non-breaking change because this project does not use `tunnel: true`
  • Loading branch information
colinrotherham committed Feb 21, 2024
1 parent 63061b2 commit 2180803
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 172 deletions.
206 changes: 35 additions & 171 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"ansi-colors": "^4.1.3",
"body-parser": "^1.20.2",
"browser-sync": "^2.29.3",
"browser-sync": "^3.0.2",
"chokidar": "^3.6.0",
"cookie-parser": "^1.4.6",
"cross-spawn": "^7.0.3",
Expand Down

0 comments on commit 2180803

Please sign in to comment.