From 9da9bac1daa019328e5ab503d9d5c3561bc178e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 04:24:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9a4f5c..ee51cd6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@angular/platform-browser-dynamic": "^2.0.0-rc.1", "@angular/router": "^2.0.0-rc.1", "es6-shim": "^0.35.0", - "ionic-angular": "2.0.0-beta.7", + "ionic-angular": "2.0.0", "ionic-native": "^1.1.0", "ionicons": "3.0.0", "reflect-metadata": "^0.1.3",