Skip to content

Commit

Permalink
fix: packages/cli/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-PATHTOREGEXP-7925106
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 15, 2024
1 parent 2dee9af commit 416d7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"esm": "3.1.4",
"execa": "3.2.0",
"expect": "29.5.0",
"express": "4.17.1",
"express": "4.21.1",
"fast-deep-equal": "3.1.3",
"find-up": "4.1.0",
"fs-extra": "10.0.0",
Expand Down Expand Up @@ -158,7 +158,7 @@
"raw-body": "2.4.1",
"rimraf": "3.0.2",
"semver": "5.7.2",
"serve-handler": "6.1.1",
"serve-handler": "6.1.6",
"split2": "4.2.0",
"strip-ansi": "6.0.1",
"supports-hyperlinks": "3.0.0",
Expand Down

1 comment on commit 416d7e9

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 416d7e9 Oct 15, 2024

Choose a reason for hiding this comment

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

Failed to deploy:

Module not found "file:///src/packages/build-utils/test/fixtures/03-zero-config-angular/src/app/app.module".

Please sign in to comment.