From 3f77c99544a4541c68d14c0fbc0e3a09c853a438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 14 Aug 2018 19:24:12 +0000 Subject: [PATCH] Bump angular-animate from 1.7.2 to 1.7.3 in /js Bumps [angular-animate](https://github.com/angular/angular.js) from 1.7.2 to 1.7.3. - [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.2...v1.7.3) 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 cb08c106b..30faf8a8c 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -409,9 +409,9 @@ "integrity": "sha512-JcKKJbBdybUsmQ6x1M3xWyTYQ/ioVKJhSByEAjqrhmlOfvMFdhfMqAx5KIo8rLGk4DFolYPcCSgssjgTVjCtRQ==" }, "angular-animate": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.2.tgz", - "integrity": "sha512-/MQL2FEFXhdzFUKJ9AJq6gAYz3YGsh2xHTztuQKY5FkqjEBpF5YGypgprTz153P7t51T8nFqLsG8jwkpRdM6gg==" + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.3.tgz", + "integrity": "sha512-RIYQhql+jUU13jwTrXemSMYTfbGuLBr7jh67R3UbR2yCQ8IOxcXHn2tx+hm8PwXX8agsFAQjWSPP5wam5ecuSg==" }, "angular-file-upload": { "version": "2.5.0", diff --git a/js/package.json b/js/package.json index 7ff75a5ad..1bce3fb9e 100644 --- a/js/package.json +++ b/js/package.json @@ -10,7 +10,7 @@ "dependencies": { "@uirouter/angularjs": "^1.0.20", "angular": "^1.7.2", - "angular-animate": "^1.7.2", + "angular-animate": "^1.7.3", "angular-file-upload": "^2.5.0", "angular-markdown-it": "^0.6.1", "angular-sanitize": "^1.7.2",