From d1812b68010f504056c590fe0b7ab9459c78bd0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 17:42:44 +0000 Subject: [PATCH] [Security] Bump angular from 1.7.9 to 1.8.0 in /js Bumps [angular](https://github.com/angular/angular.js) from 1.7.9 to 1.8.0. **This update includes a security fix.** - [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.9...v1.8.0) Signed-off-by: dependabot-preview[bot] --- js/package-lock.json | 6 +++--- js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index 7f851a4fe..527a8a287 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1708,9 +1708,9 @@ "dev": true }, "angular": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz", - "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==" + "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.9", diff --git a/js/package.json b/js/package.json index d0dd40f20..164c4d81b 100644 --- a/js/package.json +++ b/js/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@uirouter/angularjs": "^1.0.26", - "angular": "^1.7.9", + "angular": "^1.8.0", "angular-animate": "^1.7.9", "angular-file-upload": "^2.5.0", "angular-markdown-it": "^0.6.1",