summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-22 06:49:13 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-10-22 09:35:46 +0200
commit4579a7bfc2c7937c2c0fa53aefe47dae821e5e98 (patch)
tree597ad9dc1539e50d80e3ea4e2abf717f4ce6d379
parent17b0aab9e20aef704f05c769498ccc7ceeb4fb06 (diff)
Bump angular-animate from 1.8.1 to 1.8.2 in /js
Bumps [angular-animate](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2. - [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.1...v1.8.2) Signed-off-by: dependabot[bot] <support@github.com>
-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 89b889e32..1a136e1e9 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -310,9 +310,9 @@
"integrity": "sha512-IauMOej2xEe7/7Ennahkbb5qd/HFADiNuLSESz9Q27inmi32zB0lnAsFeLEWcox3Gd1F6YhNd1CP7/9IukJ0Gw=="
},
"angular-animate": {
- "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=="
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.8.2.tgz",
+ "integrity": "sha512-Jbr9+grNMs9Kj57xuBU3Ju3NOPAjS1+g2UAwwDv7su1lt0/PLDy+9zEwDiu8C8xJceoTbmBNKiWGPJGBdCQLlA=="
},
"angular-mocks": {
"version": "1.8.1",
diff --git a/js/package.json b/js/package.json
index dc543c94b..6434f20a9 100644
--- a/js/package.json
+++ b/js/package.json
@@ -53,7 +53,7 @@
},
"dependencies": {
"angular": "^1.8.2",
- "angular-animate": "^1.8.1",
+ "angular-animate": "^1.8.2",
"angular-mocks": "^1.8.1",
"angular-route": "^1.8.2",
"angular-sanitize": "^1.8.2",