From 9bd743f7476cb29b526f9001216eb258748f9652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 15:15:03 +0000 Subject: [PATCH] Bump angular from 1.7.8 to 1.8.0 in /src/main/resources/assets Bumps [angular](https://github.com/angular/angular.js) from 1.7.8 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.7.8...v1.8.0) Signed-off-by: dependabot[bot] --- src/main/resources/assets/package-lock.json | 13 ++++++++++--- src/main/resources/assets/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/package-lock.json b/src/main/resources/assets/package-lock.json index cbe9f8b..4e48b59 100644 --- a/src/main/resources/assets/package-lock.json +++ b/src/main/resources/assets/package-lock.json @@ -254,9 +254,9 @@ } }, "angular": { - "version": "1.7.8", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.8.tgz", - "integrity": "sha512-wtef/y4COxM7ZVhddd7JtAAhyYObq9YXKar9tsW7558BImeVYteJiTxCKeJOL45lJ/+7B4wrAC49j8gTFYEthg==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.0.tgz", + "integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==" }, "angular-animate": { "version": "1.7.8", @@ -321,6 +321,13 @@ "integrity": "sha512-yh308RVd/UWtdZhROBDtMx4nEaoIDoz4/Rjb6+1jTmb5klIaCXGV5CXprJJXgxku/9zV+GR/G62ok4JbZ3lLpw==", "requires": { "angular": ">=1.4.0 1.7.x" + }, + "dependencies": { + "angular": { + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz", + "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==" + } } }, "ansi-colors": { diff --git a/src/main/resources/assets/package.json b/src/main/resources/assets/package.json index d7fe1b5..9596196 100644 --- a/src/main/resources/assets/package.json +++ b/src/main/resources/assets/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@uirouter/angularjs": "^1.0.21", - "angular": "^1.7.6", + "angular": "^1.8.0", "angular-animate": "^1.7.6", "angular-nvd3": "^1.0.9", "angular-sanitize": "^1.7.8",