From 8d605e235c9207042f8e28261d33493e0c7e5c74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 May 2024 19:48:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 83604a484..68bc96f6b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": "^11.0.0", "cordova-plugin-android-permissions": "^1.1.2", "cordova-plugin-app-version": "^0.1.12", "cordova-plugin-badge": "^0.8.8",