summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-06 05:51:17 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-10-07 09:20:40 +0200
commit72b2b7478fe1b30caa20c9587b6f430511ccea95 (patch)
tree1bffe074e10dd6553ebf6d7c0d6bf809ad3857db /js
parent4425e9da42449413060d99b120b2933326a075c6 (diff)
Bump angular-animate from 1.8.0 to 1.8.1 in /js
Bumps [angular-animate](https://github.com/angular/angular.js) from 1.8.0 to 1.8.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.8.0...v1.8.1) Signed-off-by: dependabot[bot] <support@github.com>
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",