summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-12 14:13:37 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-04-12 19:39:29 +0200
commit54bbbcb7e5d632df6b828f134fc373556f64e90f (patch)
treeed9e121cb95ea4d44ccbccfdeb13ae9849da5a32
parent7099218da71819bfc9939a38a4c276ceb2b38f0c (diff)
Bump angular-animate from 1.8.2 to 1.8.3 in /js
Bumps [angular-animate](https://github.com/angular/angular.js) from 1.8.2 to 1.8.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.8.2...v1.8.3) --- updated-dependencies: - dependency-name: angular-animate dependency-type: direct:production update-type: version-update:semver-patch ... 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 eb3cfccea..9374cf66e 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -412,9 +412,9 @@
"integrity": "sha512-IauMOej2xEe7/7Ennahkbb5qd/HFADiNuLSESz9Q27inmi32zB0lnAsFeLEWcox3Gd1F6YhNd1CP7/9IukJ0Gw=="
},
"angular-animate": {
- "version": "1.8.2",
- "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.8.2.tgz",
- "integrity": "sha512-Jbr9+grNMs9Kj57xuBU3Ju3NOPAjS1+g2UAwwDv7su1lt0/PLDy+9zEwDiu8C8xJceoTbmBNKiWGPJGBdCQLlA=="
+ "version": "1.8.3",
+ "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.8.3.tgz",
+ "integrity": "sha512-/LtTKvy5sD6MZbV0v+nHgOIpnFF0mrUp+j5WIxVprVhcrJriYpuCZf4S7Owj1o76De/J0eRzANUozNJ6hVepnQ=="
},
"angular-mocks": {
"version": "1.8.2",
diff --git a/js/package.json b/js/package.json
index 92db389b0..23e115bf5 100644
--- a/js/package.json
+++ b/js/package.json
@@ -53,7 +53,7 @@
},
"dependencies": {
"angular": "^1.8.2",
- "angular-animate": "^1.8.2",
+ "angular-animate": "^1.8.3",
"angular-mocks": "^1.8.2",
"angular-route": "^1.8.2",
"angular-sanitize": "^1.8.2",