From cb3df9fc7bb980cc595422977356efc7fa152d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 21 Jan 2019 09:06:55 +0000 Subject: [PATCH] Bump angular from 1.7.5 to 1.7.6 in /js Bumps [angular](https://github.com/angular/angular.js) from 1.7.5 to 1.7.6. - [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.5...v1.7.6) 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 f11f230d2..a0cd1a609 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1412,9 +1412,9 @@ "dev": true }, "angular": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.5.tgz", - "integrity": "sha512-760183yxtGzni740IBTieNuWLtPNAoMqvmC0Z62UoU0I3nqk+VJuO3JbQAXOyvo3Oy/ZsdNQwrSTh/B0OQZjNw==" + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.6.tgz", + "integrity": "sha512-QELpvuMIe1FTGniAkRz93O6A+di0yu88niDwcdzrSqtUHNtZMgtgFS4f7W/6Gugbuwej8Kyswlmymwdp8iPCWg==" }, "angular-animate": { "version": "1.7.6", diff --git a/js/package.json b/js/package.json index 7903ad007..6b17e9865 100644 --- a/js/package.json +++ b/js/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@uirouter/angularjs": "^1.0.21", - "angular": "^1.7.5", + "angular": "^1.7.6", "angular-animate": "^1.7.6", "angular-file-upload": "^2.5.0", "angular-markdown-it": "^0.6.1",