From c4903efd59283028c2eec2c7f648b2a763646bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 11:47:10 +0100 Subject: [PATCH] build(deps): bump sanitize-html from 2.5.3 to 2.6.0 in /web/ui (#9896) Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.5.3 to 2.6.0. - [Release notes](https://github.com/apostrophecms/sanitize-html/releases) - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: sanitize-html dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/ui/package-lock.json | 16 ++++++++-------- web/ui/react-app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index ae3fac271..00f4497cd 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -6147,9 +6147,9 @@ "license": "MIT" }, "node_modules/sanitize-html": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.5.3.tgz", - "integrity": "sha512-DGATXd1fs/Rm287/i5FBKVYSBBUL0iAaztOA1/RFhEs4yqo39/X52i/q/CwsfCUG5cilmXSBmnQmyWfnKhBlOg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.0.tgz", + "integrity": "sha512-qc+NqTeaOi/QVAVs5gOY9tqIVk4r1pcUbx1Q2N1a609Os3TNlm85zll2d8g8m/RM6RWg9llir0SpAcePQVIC1w==", "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", @@ -7241,7 +7241,7 @@ "react-router-dom": "^5.2.1", "react-test-renderer": "^17.0.2", "reactstrap": "^8.9.0", - "sanitize-html": "^2.5.3", + "sanitize-html": "^2.6.0", "sass": "1.43.4", "tempusdominus-bootstrap-4": "^5.1.2", "tempusdominus-core": "^5.0.3" @@ -29682,7 +29682,7 @@ "react-scripts": "4.0.3", "react-test-renderer": "^17.0.2", "reactstrap": "^8.9.0", - "sanitize-html": "^2.5.3", + "sanitize-html": "^2.6.0", "sass": "1.43.4", "sinon": "^12.0.1", "tempusdominus-bootstrap-4": "^5.1.2", @@ -44576,9 +44576,9 @@ "dev": true }, "sanitize-html": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.5.3.tgz", - "integrity": "sha512-DGATXd1fs/Rm287/i5FBKVYSBBUL0iAaztOA1/RFhEs4yqo39/X52i/q/CwsfCUG5cilmXSBmnQmyWfnKhBlOg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.0.tgz", + "integrity": "sha512-qc+NqTeaOi/QVAVs5gOY9tqIVk4r1pcUbx1Q2N1a609Os3TNlm85zll2d8g8m/RM6RWg9llir0SpAcePQVIC1w==", "requires": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", diff --git a/web/ui/react-app/package.json b/web/ui/react-app/package.json index e27d24968..e02dba491 100644 --- a/web/ui/react-app/package.json +++ b/web/ui/react-app/package.json @@ -37,7 +37,7 @@ "react-router-dom": "^5.2.1", "react-test-renderer": "^17.0.2", "reactstrap": "^8.9.0", - "sanitize-html": "^2.5.3", + "sanitize-html": "^2.6.0", "sass": "1.43.4", "tempusdominus-bootstrap-4": "^5.1.2", "tempusdominus-core": "^5.0.3"