summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",