summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-12 17:40:46 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-04-12 19:41:53 +0200
commit2603952e30061a7aa10cb7c2327391351f283df3 (patch)
tree011bd166dc4af21448b17f02267d348950e560cf
parent272a44511c944e038fc2f47c8d0c68e681c60079 (diff)
Bump angular-sanitize from 1.8.2 to 1.8.3 in /js
Bumps [angular-sanitize](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-sanitize 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 2ab1162c4..0d8618a0f 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -427,9 +427,9 @@
"integrity": "sha512-49LJYxuaQ/ZDiu9dD2xo1LkazqObkGjw0a7dUF7UKCT8EELgBsMd6QrI6aEVGtI62ppkiFkxqmiV8fcwYdXpug=="
},
"angular-sanitize": {
- "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=="
+ "version": "1.8.3",
+ "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.3.tgz",
+ "integrity": "sha512-2rxdqzlUVafUeWOwvY/FtyWk1pFTyCtzreeiTytG9m4smpuAEKaIJAjYeVwWsoV+nlTOcgpwV4W1OCmR+BQbUg=="
},
"ansi-colors": {
"version": "1.1.0",
diff --git a/js/package.json b/js/package.json
index cfd0df67c..7d75b2a0d 100644
--- a/js/package.json
+++ b/js/package.json
@@ -56,7 +56,7 @@
"angular-animate": "^1.8.3",
"angular-mocks": "^1.8.3",
"angular-route": "^1.8.2",
- "angular-sanitize": "^1.8.2",
+ "angular-sanitize": "^1.8.3",
"debug": "^4.3.4",
"masonry-layout": "^4.2.2"
}