summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-13 12:03:07 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-04-14 09:10:42 +0200
commitf6558b1c0c26ab0ec34e6047cb6b0973d6d63223 (patch)
tree16bed8aa53afebffe761943b7799329c20813560
parent1bd52255a1202f4fe859f50979fb8d7e3b86789b (diff)
Bump angular-route from 1.8.2 to 1.8.3 in /js
Bumps [angular-route](https://github.com/angular/angular.js) from 1.8.2 to 1.8.3. - [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.2...v1.8.3) --- updated-dependencies: - dependency-name: angular-route dependency-type: direct:production update-type: version-update:semver-patch ... 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 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"