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

See this project in Snyk:
https://app.snyk.io/org/matteobruni/project/37d57f13-d548-468a-8d72-a84e4b12d4d4?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 25, 2020
1 parent bd34cb2 commit 997ba11
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions demo/angular/package.json
Expand Up @@ -15,14 +15,14 @@
"url": "git+https://github.com/matteobruni/tsparticles.git"
},
"dependencies": {
"@angular/animations": "~10.0.4",
"@angular/common": "~10.0.4",
"@angular/compiler": "~10.0.4",
"@angular/core": "~10.0.4",
"@angular/forms": "~10.0.4",
"@angular/platform-browser": "~10.0.4",
"@angular/platform-browser-dynamic": "~10.0.4",
"@angular/router": "~10.0.4",
"@angular/animations": "~10.1.0",
"@angular/common": "~10.1.0",
"@angular/compiler": "~10.1.0",
"@angular/core": "~10.1.0",
"@angular/forms": "~10.1.0",
"@angular/platform-browser": "~10.1.0",
"@angular/platform-browser-dynamic": "~10.1.0",
"@angular/router": "~10.1.0",
"ng-particles": "^2.0.13",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
Expand Down

0 comments on commit 997ba11

Please sign in to comment.