From c8b42af3835ac5be85cfdc2ae457b242980a68f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 09:40:31 +0000 Subject: [PATCH] Bump angular from 1.7.6 to 1.7.7 in /js Bumps [angular](https://github.com/angular/angular.js) from 1.7.6 to 1.7.7. - [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.6...v1.7.7) 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 3edf42e56..6d05bfcd0 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1420,9 +1420,9 @@ "dev": true }, "angular": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.6.tgz", - "integrity": "sha512-QELpvuMIe1FTGniAkRz93O6A+di0yu88niDwcdzrSqtUHNtZMgtgFS4f7W/6Gugbuwej8Kyswlmymwdp8iPCWg==" + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.7.tgz", + "integrity": "sha512-MH3JEGd8y/EkNCKJ8EV6Ch0j9X0rZTta/QVIDpBWaIdfh85/e5KO8+ZKgvWIb02MQuiS20pDFmMFlv4ZaLcLWg==" }, "angular-animate": { "version": "1.7.6", diff --git a/js/package.json b/js/package.json index 6f1fc53f8..f8bdaf1dc 100644 --- a/js/package.json +++ b/js/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@uirouter/angularjs": "^1.0.22", - "angular": "^1.7.6", + "angular": "^1.7.7", "angular-animate": "^1.7.6", "angular-file-upload": "^2.5.0", "angular-markdown-it": "^0.6.1",