From f865149d3502862464de4135aeb571360c1484a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Oct 2018 01:15:59 +0000 Subject: [PATCH] Bump angular-animate from 1.7.4 to 1.7.5 in /js Bumps [angular-animate](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 335e068c8..b0483618d 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -274,9 +274,9 @@ "integrity": "sha512-nYTWc9CpZjTY57l8EA1+DGpQNzI6HewQ34bfRYoGXBYysIoPYjfcgTGWC+Vl3AaeCnhAb3VTkysVESvCBpUIoA==" }, "angular-animate": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.4.tgz", - "integrity": "sha512-9IzpAd39tzV6CL/kfNpkGFpVLHagHq8XpuCmPy+BfqwxzZOkCnSNtIJA0dfO0nKXg7j9UYGapboQeSuv+creSQ==" + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.5.tgz", + "integrity": "sha512-kU/fHIGf2a4a3bH7E1tzALTHk+QfoUSCK9fEcMFisd6ZWvNDwPzXWAilItqOC3EDiAXPmGHaNc9/aXiD9xrAxQ==" }, "angular-file-upload": { "version": "2.5.0", diff --git a/js/package.json b/js/package.json index 7130d0298..d9c3827a7 100644 --- a/js/package.json +++ b/js/package.json @@ -10,7 +10,7 @@ "dependencies": { "@uirouter/angularjs": "^1.0.20", "angular": "^1.7.4", - "angular-animate": "^1.7.4", + "angular-animate": "^1.7.5", "angular-file-upload": "^2.5.0", "angular-markdown-it": "^0.6.1", "angular-sanitize": "^1.7.4",