Skip to content

Commit

Permalink
fix: api/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-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 6, 2024
1 parent 2dee9af commit 4be4894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"scripts": {},
"dependencies": {
"@sentry/node": "5.11.1",
"@sentry/node": "7.75.0",
"got": "11.8.5",
"node-fetch": "2.6.7",
"parse-github-url": "1.0.2",
Expand Down

1 comment on commit 4be4894

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 4be4894 Oct 6, 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.