Bump angular-animate from 1.7.0 to 1.7.1 in /js

Bumps [angular-animate](https://github.com/angular/angular.js) from 1.7.0 to 1.7.1.
- [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.0...v1.7.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-06-09 10:20:51 +00:00
parent 78f5d24a5d
commit a56c82928c
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@@ -420,9 +420,9 @@
"integrity": "sha512-7/ZSit5n1PXM3DGCJRJh9H2iErSqFhGEuzAil47JhcBFLcIR2vMFkD3S0IoJdBQCLQRIt23oH92IJZoMqyi5CQ=="
},
"angular-animate": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.0.tgz",
"integrity": "sha512-508uYJLhcX85cKqOlp3stzv1WEnlEtKPGC2J1ljn8sxhwUhENWte2lGI8DJev26Lsk5dHpinBSJC/J0f7jj53w=="
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.1.tgz",
"integrity": "sha512-QY6g/G8TdUJlKW/t/rqLNvYBR6Ie8EXePaVjwrO2RCfUG5EIDY2XHar3oKGYAN+desVXgv/jVimhz9KU8v27nQ=="
},
"angular-markdown-it": {
"version": "0.6.1",

View File

@@ -9,7 +9,7 @@
},
"dependencies": {
"angular": "^1.7.1",
"angular-animate": "^1.6.8",
"angular-animate": "^1.7.1",
"angular-markdown-it": "^0.6.1",
"angular-sanitize": "^1.6.8",
"markdown-it": "^8.4.1",