From 8ed568289717a63d50dac666fcb8617c8b9da82a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Jun 2022 11:12:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-1070902 - https://snyk.io/vuln/SNYK-JS-CORDOVAPLUGINCAMERA-1047870 - https://snyk.io/vuln/SNYK-JS-PLIST-2405644 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 - https://snyk.io/vuln/SNYK-JS-XMLDOM-1084960 - https://snyk.io/vuln/npm:plist:20180219 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 58a1e83..b5b3a05 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@angular/common": "4.1.3", "@angular/compiler": "4.1.3", "@angular/compiler-cli": "4.1.3", - "@angular/core": "4.1.3", + "@angular/core": "11.0.5", "@angular/forms": "4.1.3", "@angular/http": "4.1.3", "@angular/platform-browser": "4.1.3", @@ -39,9 +39,9 @@ "@ionic-native/transfer": "^3.5.0", "@ionic/cloud-angular": "^0.12.0", "@ionic/storage": "2.0.1", - "cordova-android": "^6.2.3", - "cordova-ios": "^4.4.0", - "cordova-plugin-camera": "~2.4.0", + "cordova-android": "^9.0.0", + "cordova-ios": "^6.0.0", + "cordova-plugin-camera": "~5.0.0", "cordova-plugin-console": "1.0.5", "cordova-plugin-device": "1.1.4", "cordova-plugin-file": "~4.3.2",