From 86f00930c48103ca74f6772f9b6ae64529a7f427 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 09:12:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-IP-6240864 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 83604a484..5afaf3633 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": "~18.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": "^10.0.0", "cordova-plugin-android-permissions": "^1.1.2", "cordova-plugin-app-version": "^0.1.12", "cordova-plugin-badge": "^0.8.8",