summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-22 06:37:00 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-10-22 08:47:59 +0200
commitb7a7629649b57bea1a6e04792374cdafd10bba4a (patch)
tree2ba9a15af553228e687d965a3627f8a2cd350c09
parent8cc6ce58cedb202c81169222f218da117dfbdc22 (diff)
Bump angular from 1.8.1 to 1.8.2 in /js
Bumps [angular](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 09702e484..01105c2e1 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -305,9 +305,9 @@
}
},
"angular": {
- "version": "1.8.1",
- "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.1.tgz",
- "integrity": "sha512-eiasF4uFXsmKD8qYpkKEi9rKVxMv0nIDZXsYrwzSbPIbjmTV05bx+18VDbRmMx7p+gL84T9Qw2NCpVe8w1QKHQ=="
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.2.tgz",
+ "integrity": "sha512-IauMOej2xEe7/7Ennahkbb5qd/HFADiNuLSESz9Q27inmi32zB0lnAsFeLEWcox3Gd1F6YhNd1CP7/9IukJ0Gw=="
},
"angular-animate": {
"version": "1.8.1",
diff --git a/js/package.json b/js/package.json
index 05498dc8c..b17d56a73 100644
--- a/js/package.json
+++ b/js/package.json
@@ -52,7 +52,7 @@
"natives": "^1.1.6"
},
"dependencies": {
- "angular": "^1.8.1",
+ "angular": "^1.8.2",
"angular-animate": "^1.8.1",
"angular-mocks": "^1.8.1",
"angular-route": "^1.8.2",