summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-12 17:40:46 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-04-12 19:41:33 +0200
commit272a44511c944e038fc2f47c8d0c68e681c60079 (patch)
tree868d58eff17d7ccd13ee0927289d149bb862ff04
parent49560982fbd0956de4ce27f6588abd2287d77215 (diff)
Bump angular from 1.8.2 to 1.8.3 in /js
Bumps [angular](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 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 f6d4348c0..2ab1162c4 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -407,9 +407,9 @@
}
},
"angular": {
- "version": "1.8.2",
- "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.2.tgz",
- "integrity": "sha512-IauMOej2xEe7/7Ennahkbb5qd/HFADiNuLSESz9Q27inmi32zB0lnAsFeLEWcox3Gd1F6YhNd1CP7/9IukJ0Gw=="
+ "version": "1.8.3",
+ "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz",
+ "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw=="
},
"angular-animate": {
"version": "1.8.3",
diff --git a/js/package.json b/js/package.json
index a452bd71d..cfd0df67c 100644
--- a/js/package.json
+++ b/js/package.json
@@ -52,7 +52,7 @@
"natives": "^1.1.6"
},
"dependencies": {
- "angular": "^1.8.2",
+ "angular": "^1.8.3",
"angular-animate": "^1.8.3",
"angular-mocks": "^1.8.3",
"angular-route": "^1.8.2",