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 11.1.1 to 11.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/animations
  - @angular/common from 11.1.1 to 11.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/common
  - @angular/compiler from 11.1.1 to 11.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/compiler
  - @angular/core from 11.1.1 to 11.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/core
  - @angular/forms from 11.1.1 to 11.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/forms
  - @angular/platform-browser from 11.1.1 to 11.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser
  - @angular/platform-browser-dynamic from 11.1.1 to 11.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic
  - @angular/router from 11.1.1 to 11.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/router

See this project in Snyk:
https://app.snyk.io/org/ahiiia92/project/72b64747-88ec-400c-84d9-1f16a0e18f53?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 19, 2024
1 parent 3a426c1 commit 5ecafdb
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 64 deletions.
152 changes: 96 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~11.1.0",
"@angular/common": "~11.1.0",
"@angular/compiler": "~11.1.0",
"@angular/core": "~11.1.0",
"@angular/forms": "~11.1.0",
"@angular/platform-browser": "~11.1.0",
"@angular/platform-browser-dynamic": "~11.1.0",
"@angular/router": "~11.1.0",
"@angular/animations": "~11.2.14",
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/core": "~11.2.14",
"@angular/forms": "~11.2.14",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"bootstrap": "^4.6.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
Expand Down

0 comments on commit 5ecafdb

Please sign in to comment.