From cb436a30e2886dd7b220244f5c1481ee4d7455be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:27:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 87b2b028..4e3d0f37 100644 --- a/package.json +++ b/package.json @@ -37,14 +37,14 @@ "plist": "^3.0.1" }, "dependencies": { - "cordova-lib": "^10.1.0", + "cordova-lib": "^12.0.0", "cordova-plugin-fonts": "^0.6.5", "cordova-plugin-splashscreen": "^6.0.0", "cordova-plugin-statusbar": "^2.4.3", "crypto-randomuuid": "^1.0.0", - "electron-builder": "^23.0.3", + "electron-builder": "^24.0.0", "gulp-uglify": "^3.0.2", - "npx": "^3.0.0" + "npx": "^9.0.0" }, "bugs": { "url": "https://github.com/adapt-it/adapt-it-mobile/issues"