Skip to content

Commit

Permalink
fix: 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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Dec 6, 2023
1 parent 701c5e5 commit dfb9137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "~12.2.18",
"@angular-devkit/build-angular": "~16.1.0",
"@angular/animations": "~12.2.17",
"@angular/cdk": "^12.2.13",
"@angular/common": "~12.2.17",
Expand Down Expand Up @@ -88,7 +88,7 @@
"buffer": "^6.0.3",
"com-darryncampbell-cordova-plugin-intent": "git+https://github.com/mpgxvii/darryncampbell-cordova-plugin-intent.git",
"compare-versions": "^5.0.3",
"cordova-lib": "^9.0.1",
"cordova-lib": "^12.0.0",
"cordova-plugin-android-permissions": "^1.1.2",
"cordova-plugin-app-version": "^0.1.12",
"cordova-plugin-badge": "^0.8.8",
Expand Down

0 comments on commit dfb9137

Please sign in to comment.