Skip to content

[Snyk] Security upgrade browserify from 8.1.3 to 12.0.0 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506
  • Loading branch information
snyk-bot committed Oct 28, 2021
commit 8923785959b01db134dc932aa6435e3fd356de51
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"async": "^0.9.0",
"auth-provider": "^0.6.2",
"browserify": "^8.1.3",
"browserify": "^12.0.0",
"ejs": "^2.2.4",
"hellojs": "^1.4.3",
"highlight.js": "^8.4.0",
Expand Down