Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @angular/animations from 12.2.16 to 12.2.17.
    See this package in npm: https://www.npmjs.com/package/@angular/animations
  - @angular/common from 12.2.16 to 12.2.17.
    See this package in npm: https://www.npmjs.com/package/@angular/common
  - @angular/compiler from 12.2.16 to 12.2.17.
    See this package in npm: https://www.npmjs.com/package/@angular/compiler
  - @angular/core from 12.2.16 to 12.2.17.
    See this package in npm: https://www.npmjs.com/package/@angular/core
  - @angular/forms from 12.2.16 to 12.2.17.
    See this package in npm: https://www.npmjs.com/package/@angular/forms
  - @angular/platform-browser from 12.2.16 to 12.2.17.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser
  - @angular/platform-browser-dynamic from 12.2.16 to 12.2.17.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic
  - @angular/router from 12.2.16 to 12.2.17.
    See this package in npm: https://www.npmjs.com/package/@angular/router

See this project in Snyk:
https://app.snyk.io/org/dltmurphy/project/3ac4302e-2f0b-441e-b2d9-59c19fb66589?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 1, 2024
1 parent d7674f5 commit 9ac4785
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@angular/animations": "^12.2.13",
"@angular/animations": "^12.2.17",
"@angular/cdk": "^12.2.13",
"@angular/common": "^12.2.13",
"@angular/compiler": "^12.2.13",
"@angular/core": "^12.2.13",
"@angular/forms": "^12.2.13",
"@angular/platform-browser": "^12.2.13",
"@angular/platform-browser-dynamic": "^12.2.13",
"@angular/router": "^12.2.13",
"@angular/common": "^12.2.17",
"@angular/compiler": "^12.2.17",
"@angular/core": "^12.2.17",
"@angular/forms": "^12.2.17",
"@angular/platform-browser": "^12.2.17",
"@angular/platform-browser-dynamic": "^12.2.17",
"@angular/router": "^12.2.17",
"@bitwarden/jslib-angular": "file:jslib/angular",
"@bitwarden/jslib-common": "file:jslib/common",
"@bitwarden/jslib-electron": "file:jslib/electron",
Expand Down

0 comments on commit 9ac4785

Please sign in to comment.