Skip to content

Commit

Permalink
fix: examples/scully/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-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694
  • Loading branch information
snyk-bot committed Oct 14, 2024
1 parent 2dee9af commit b377381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/scully/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.7",
"@angular-devkit/build-angular": "~12.0.0",
"@angular/cli": "~9.0.0-rc.7",
"@angular/compiler-cli": "~9.0.0-rc.7",
"@angular/compiler-cli": "~18.2.8",
"@angular/language-service": "~9.0.0-rc.7",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
Expand Down

1 comment on commit b377381

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on b377381 Oct 14, 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.