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 0362cdbda..96e1e2308 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -315,9 +315,9 @@
"integrity": "sha512-v5J02y47Du7k42wNZK+q4GWclP4Acw0sS6fZu/TI1rE8i/3MRvI/umAvfpm+WBB5+mAg4c35iBfw0qgyIVZl7A=="
},
"angular-mocks": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.8.0.tgz",
- "integrity": "sha512-oFKJIqR6zcsW6V9UQMuUYCXIcTy+n7oYExXxZkvU57hwJQdU1nuNZcSMQA9URiEAPyo7v3bqm0eOP3Ezi7Bigg=="
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.8.1.tgz",
+ "integrity": "sha512-lynQMo81pq/viSXjeBdSI2Noo/DPkHWzTiECKqxBrEVTxyl/y1LHZvm3u1I21oPjwXaMm8wIGXi1srbBr+Jerw=="
},
"angular-route": {
"version": "1.8.0",
diff --git a/js/package.json b/js/package.json
index 4a40c380d..8b5ca9a00 100644
--- a/js/package.json
+++ b/js/package.json
@@ -54,7 +54,7 @@
"dependencies": {
"angular": "^1.8.1",
"angular-animate": "^1.8.1",
- "angular-mocks": "^1.8.0",
+ "angular-mocks": "^1.8.1",
"angular-route": "^1.8.0",
"angular-sanitize": "^1.8.1",
"debug": "^4.2.0",