From f4b8695ae74593437e7b7a84c3d9ffda72edb5dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 23:25:56 +0000 Subject: [PATCH] Bump angular from 1.6.9 to 1.8.0 Bumps [angular](https://github.com/angular/angular.js) from 1.6.9 to 1.8.0. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.6.9...v1.8.0) Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3de31bea..321bc816 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "angular": { - "version": "1.6.9", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.6.9.tgz", - "integrity": "sha512-6igWH2GIsxV+J38wNWCh8oyjaZsrIPIDO35twloIUyjlF2Yit6UyLAWujHP05ma/LFxTsx4NtYibRoMNBXPR1A==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.0.tgz", + "integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==" }, "balanced-match": { "version": "1.0.0", @@ -273,7 +273,8 @@ "integrity": "sha1-1K4A02Z2IQdRBXrSWK5K1KkWGto=" }, "cordova-plugin-splashscreen": { - "version": "git+https://github.com/apache/cordova-plugin-splashscreen.git#d96c08e00badb5beca400abce4885bded56a03f7" + "version": "git+https://github.com/apache/cordova-plugin-splashscreen.git#d96c08e00badb5beca400abce4885bded56a03f7", + "from": "git+https://github.com/apache/cordova-plugin-splashscreen.git#d96c08e00badb5beca400abce4885bded56a03f7" }, "cordova-plugin-whitelist": { "version": "1.3.3", diff --git a/package.json b/package.json index 64b9c1cd..f8c7668e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "Apache Cordova Team", "license": "Apache-2.0", "dependencies": { - "angular": "^1.6.9", + "angular": "^1.8.0", "cordova-android": "^7.0.0", "cordova-plugin-browsertab": "^0.2.0", "cordova-plugin-buildinfo": "^2.0.1",