Skip to content

Commit

Permalink
fix: examples/brunch/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 11, 2024
1 parent 2dee9af commit c3431b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/brunch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"auto-reload-brunch": "^2",
"babel-brunch": "~6.0",
"babel-preset-latest": "^6",
"brunch": "^2",
"brunch": "^4.0.0",
"clean-css-brunch": "^2",
"uglify-js-brunch": "^2"
}
Expand Down

1 comment on commit c3431b1

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on c3431b1 Oct 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "@angular/platform-browser-dynamic" not prefixed with / or ./ or ../

Please sign in to comment.