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 1c45e6601..f26a265ae 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -422,9 +422,9 @@
"integrity": "sha512-vqsT6zwu80cZ8RY7qRQBZuy6Fq5X7/N5hkV9LzNT0c8b546rw4ErGK6muW1u2JnDKYa7+jJuaGM702bWir4HGw=="
},
"angular-route": {
- "version": "1.8.2",
- "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.8.2.tgz",
- "integrity": "sha512-49LJYxuaQ/ZDiu9dD2xo1LkazqObkGjw0a7dUF7UKCT8EELgBsMd6QrI6aEVGtI62ppkiFkxqmiV8fcwYdXpug=="
+ "version": "1.8.3",
+ "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.8.3.tgz",
+ "integrity": "sha512-kpIcRmDR2+o1FxDVVYy8Rvfab86/7LDbOgTRb9T+X9ewPQiBRuDEnZtM3oJYBiQLvAXDYTJXHV48n/bGE9Mv2g=="
},
"angular-sanitize": {
"version": "1.8.3",
diff --git a/js/package.json b/js/package.json
index 35197050e..b0ec0eade 100644
--- a/js/package.json
+++ b/js/package.json
@@ -55,7 +55,7 @@
"angular": "^1.8.3",
"angular-animate": "^1.8.3",
"angular-mocks": "^1.8.3",
- "angular-route": "^1.8.2",
+ "angular-route": "^1.8.3",
"angular-sanitize": "^1.8.3",
"debug": "^4.3.4",
"masonry-layout": "^4.2.2"