From 7008745395fb03749c0a510145ead0636923a2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Oct 2018 09:14:47 +0000 Subject: [PATCH] Bump angular from 1.7.4 to 1.7.5 in /js Bumps [angular](https://github.com/angular/angular.js) from 1.7.4 to 1.7.5. - [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.4...v1.7.5) Signed-off-by: dependabot[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 7ce2f916d..618d3dd77 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -269,9 +269,9 @@ "dev": true }, "angular": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.4.tgz", - "integrity": "sha512-nYTWc9CpZjTY57l8EA1+DGpQNzI6HewQ34bfRYoGXBYysIoPYjfcgTGWC+Vl3AaeCnhAb3VTkysVESvCBpUIoA==" + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.5.tgz", + "integrity": "sha512-760183yxtGzni740IBTieNuWLtPNAoMqvmC0Z62UoU0I3nqk+VJuO3JbQAXOyvo3Oy/ZsdNQwrSTh/B0OQZjNw==" }, "angular-animate": { "version": "1.7.5", diff --git a/js/package.json b/js/package.json index 2fd2b7c70..c040e3f4d 100644 --- a/js/package.json +++ b/js/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@uirouter/angularjs": "^1.0.20", - "angular": "^1.7.4", + "angular": "^1.7.5", "angular-animate": "^1.7.5", "angular-file-upload": "^2.5.0", "angular-markdown-it": "^0.6.1",