From 11b471e6c0fab3af5ac7afb7b8cfcbad8c091f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 05:28:25 +0000 Subject: [PATCH] chore(deps): bump sanitize-html from 2.3.0 to 2.3.1 in /client Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.3.0 to 2.3.1. - [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.3.0...2.3.1) Signed-off-by: dependabot[bot] --- client/package-lock.json | 18 +++++++++--------- client/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index d24e21a465..8a041dd0bd 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23858,9 +23858,9 @@ } }, "sanitize-html": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.3.0.tgz", - "integrity": "sha512-JAsbaKskfxR+ZhEnqO/T3c2dKalVDA6sXIgy/27TatIUzOPO/zWr1r8Ykzp1cwJx1j+DPMQF5ifvhniixRWYDA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.3.1.tgz", + "integrity": "sha512-JYziKrrtCEGhrsUAZK1mL0RdEcRxBGZ+ptgppv7ulAsan7MZVL+oVKRSPCIcYinfM1rVOMYh5dHLydMuHaQOUA==", "requires": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", @@ -23905,9 +23905,9 @@ } }, "entities": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", - "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" }, "escape-string-regexp": { "version": "4.0.0", @@ -23931,9 +23931,9 @@ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" }, "postcss": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.1.tgz", - "integrity": "sha512-RhsqOOAQzTgh1UB/IZdca7F9WDb7SUCR2Vnv1x7DbvuuggQIpoDwjK+q0rzoPffhYvWNKX5JSwS4so4K3UC6vA==", + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz", + "integrity": "sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg==", "requires": { "colorette": "^1.2.1", "nanoid": "^3.1.20", diff --git a/client/package.json b/client/package.json index 5c8cb0595d..c9aa0db059 100644 --- a/client/package.json +++ b/client/package.json @@ -71,7 +71,7 @@ "redux-saga": "^1.1.1", "reselect": "^4.0.0", "rxjs": "^6.6.3", - "sanitize-html": "^2.3.0", + "sanitize-html": "^2.3.1", "sass.js": "^0.11.0", "store": "^2.0.12", "typescript": "^4.1.3",