From 6789662c386ff70f3b9c8c2ad878e798539c1199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Mar 2019 07:44:18 +0000 Subject: [PATCH] Bump angular-animate from 1.7.7 to 1.7.8 in /js Bumps [angular-animate](https://github.com/angular/angular.js) from 1.7.7 to 1.7.8. - [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.7...v1.7.8) 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 eb315e6e8..b933cf5a3 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1420,9 +1420,9 @@ "integrity": "sha512-wtef/y4COxM7ZVhddd7JtAAhyYObq9YXKar9tsW7558BImeVYteJiTxCKeJOL45lJ/+7B4wrAC49j8gTFYEthg==" }, "angular-animate": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.7.tgz", - "integrity": "sha512-KLbU9gtgCyNSaMZKnNe9Yi6UTlDMN2EWyokQ06TG5fbDWOePm+kv2xqeUg1S2h+ZLjK0NnoVDIvwDhVQ+AWAag==" + "version": "1.7.8", + "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.8.tgz", + "integrity": "sha512-bINtzizq7TbJzfVrDpwLfTxVl0Qd7fRNWFb5jKYI1vaFZobQNX/QONXlLow6ySsDbZ6eLECycB7mvWtfh1YYaw==" }, "angular-file-upload": { "version": "2.5.0", diff --git a/js/package.json b/js/package.json index 03790ef31..897ffc0d8 100644 --- a/js/package.json +++ b/js/package.json @@ -10,7 +10,7 @@ "dependencies": { "@uirouter/angularjs": "^1.0.22", "angular": "^1.7.8", - "angular-animate": "^1.7.7", + "angular-animate": "^1.7.8", "angular-file-upload": "^2.5.0", "angular-markdown-it": "^0.6.1", "angular-sanitize": "^1.7.8",