summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-07 07:24:06 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-10-07 09:24:18 +0200
commit7fc4fdf501a6e6bae2cdb6cc46e35445a89a6eec (patch)
treeb6cf80cafd789d1ad4bd67368b9807ec5fc62c6e /js
parenta4c2ef8fb31db5289ecfe9951b6b8f2490366f11 (diff)
Bump angular-route from 1.8.0 to 1.8.1 in /js
Bumps [angular-route](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1. - [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.0...v1.8.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'js')
-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 96e1e2308..36b973c9a 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -320,9 +320,9 @@
"integrity": "sha512-lynQMo81pq/viSXjeBdSI2Noo/DPkHWzTiECKqxBrEVTxyl/y1LHZvm3u1I21oPjwXaMm8wIGXi1srbBr+Jerw=="
},
"angular-route": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.8.0.tgz",
- "integrity": "sha512-ORvXAdVfCCA6XFwyjSkVQFFGufj0mNGiCvBR93Qsii8+7t/6Ioy6wheUoCj1x4NWUv7hAq3nYYGCVO6QEKb1BQ=="
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.8.1.tgz",
+ "integrity": "sha512-VkmgOTLN6NJwJDCvV0VTcJ5DEont0g/oEORneKrKBJBoIi0xEC2cR0txkpXGiXcNN8FqFj6e7dW3DBEwo7eEAw=="
},
"angular-sanitize": {
"version": "1.8.1",
diff --git a/js/package.json b/js/package.json
index 8b5ca9a00..818dfee39 100644
--- a/js/package.json
+++ b/js/package.json
@@ -55,7 +55,7 @@
"angular": "^1.8.1",
"angular-animate": "^1.8.1",
"angular-mocks": "^1.8.1",
- "angular-route": "^1.8.0",
+ "angular-route": "^1.8.1",
"angular-sanitize": "^1.8.1",
"debug": "^4.2.0",
"masonry-layout": "^4.2.2",