summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-22 06:36:50 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-10-22 08:48:28 +0200
commit17b0aab9e20aef704f05c769498ccc7ceeb4fb06 (patch)
treed2f2f53545b895bb7aba71e983fdf0ad7d07d103
parentb7a7629649b57bea1a6e04792374cdafd10bba4a (diff)
Bump angular-sanitize from 1.8.1 to 1.8.2 in /js
Bumps [angular-sanitize](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2. - [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.1...v1.8.2) 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 01105c2e1..89b889e32 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -325,9 +325,9 @@
"integrity": "sha512-49LJYxuaQ/ZDiu9dD2xo1LkazqObkGjw0a7dUF7UKCT8EELgBsMd6QrI6aEVGtI62ppkiFkxqmiV8fcwYdXpug=="
},
"angular-sanitize": {
- "version": "1.8.1",
- "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.1.tgz",
- "integrity": "sha512-kDtbAQkN+biyvBMJ8mgFIDZureng5yl6qegFCQ+bUw50n3KOx4FCsZ9S5tNAQ/rjYYTC5tP4hREv7+2ha+8M2w=="
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.2.tgz",
+ "integrity": "sha512-OB6Goa+QN3byf5asQ7XRl7DKZejm/F/ZOqa9z1skqYVOWA2hoBxoCmt9E7+i7T/TbxZP5zYzKxNZVVJNu860Hg=="
},
"ansi-colors": {
"version": "1.1.0",
diff --git a/js/package.json b/js/package.json
index b17d56a73..dc543c94b 100644
--- a/js/package.json
+++ b/js/package.json
@@ -56,7 +56,7 @@
"angular-animate": "^1.8.1",
"angular-mocks": "^1.8.1",
"angular-route": "^1.8.2",
- "angular-sanitize": "^1.8.1",
+ "angular-sanitize": "^1.8.2",
"debug": "^4.2.0",
"masonry-layout": "^4.2.2",
"moment": "^2.29.1"