From a72b6d8bf1db44ba48886db32c53eff4da804073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 17:19:47 +0000 Subject: [PATCH] Bump angular from 1.7.8 to 1.7.9 in /src/main/webapp Bumps [angular](https://github.com/angular/angular.js) from 1.7.8 to 1.7.9. - [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.7.9) Signed-off-by: dependabot[bot] --- src/main/webapp/package-lock.json | 6 +++--- src/main/webapp/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/package-lock.json b/src/main/webapp/package-lock.json index c3c03ca..1fa5bd4 100644 --- a/src/main/webapp/package-lock.json +++ b/src/main/webapp/package-lock.json @@ -133,9 +133,9 @@ } }, "angular": { - "version": "1.7.8", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.8.tgz", - "integrity": "sha512-wtef/y4COxM7ZVhddd7JtAAhyYObq9YXKar9tsW7558BImeVYteJiTxCKeJOL45lJ/+7B4wrAC49j8gTFYEthg==" + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz", + "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==" }, "angular-nvd3": { "version": "1.0.9", diff --git a/src/main/webapp/package.json b/src/main/webapp/package.json index f05d1e5..3de5f26 100644 --- a/src/main/webapp/package.json +++ b/src/main/webapp/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@uirouter/angularjs": "^1.0.3", - "angular": "^1.6.6", + "angular": "^1.7.9", "angular-nvd3": "^1.0.9", "angularjs-gauge": "^2.2.0", "angularjs-slider": "^6.4.1",