summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/package-lock.json6
-rw-r--r--js/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index b7143daaf..5d436d973 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -310,9 +310,9 @@
"integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg=="
},
"angular-animate": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.8.0.tgz",
- "integrity": "sha512-ROFK3UIn1MSVpqAlay15ZxjPmVbvwaO3Zn/2vhmQdYeqxSbUVuOckcvtDLBpHPGPtOAreu35qfV7NQ7u2EgDcA=="
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.8.1.tgz",
+ "integrity": "sha512-v5J02y47Du7k42wNZK+q4GWclP4Acw0sS6fZu/TI1rE8i/3MRvI/umAvfpm+WBB5+mAg4c35iBfw0qgyIVZl7A=="
},
"angular-mocks": {
"version": "1.8.0",
diff --git a/js/package.json b/js/package.json
index bb8016286..2d3b9eca9 100644
--- a/js/package.json
+++ b/js/package.json
@@ -53,7 +53,7 @@
},
"dependencies": {
"angular": "^1.8.0",
- "angular-animate": "^1.8.0",
+ "angular-animate": "^1.8.1",
"angular-mocks": "^1.8.0",
"angular-route": "^1.8.0",
"angular-sanitize": "^1.8.0",