From 10fbc624b9667a676d1cbca283039359e3416c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 20:28:58 +0200 Subject: [PATCH] deps: bump sanitize-html from 2.4.0 to 2.5.0 (#535) [skip ci] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5546bb5b..86e6e8f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "prismjs": "^1.24.1", "puppeteer": "^10.2.0", "rss-parser": "^3.12.0", - "sanitize-html": "^2.4.0", + "sanitize-html": "^2.5.0", "simple-git": "^2.45.0", "svgo": "^2.5.0", "twemoji-parser": "^13.1.0", @@ -8345,9 +8345,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "node_modules/sanitize-html": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.4.0.tgz", - "integrity": "sha512-Y1OgkUiTPMqwZNRLPERSEi39iOebn2XJLbeiGOBhaJD/yLqtLGu6GE5w7evx177LeGgSE+4p4e107LMiydOf6A==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.5.0.tgz", + "integrity": "sha512-smU67ODza8E0rJF7oY37qQqMF5srxwEkqsgV17PFfdYAtIxnicH8LIyDEGINJIso8bPaxRZS7zGhCjg6BeDoqQ==", "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", @@ -16585,9 +16585,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "sanitize-html": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.4.0.tgz", - "integrity": "sha512-Y1OgkUiTPMqwZNRLPERSEi39iOebn2XJLbeiGOBhaJD/yLqtLGu6GE5w7evx177LeGgSE+4p4e107LMiydOf6A==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.5.0.tgz", + "integrity": "sha512-smU67ODza8E0rJF7oY37qQqMF5srxwEkqsgV17PFfdYAtIxnicH8LIyDEGINJIso8bPaxRZS7zGhCjg6BeDoqQ==", "requires": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index f1cb819b..c98d44dd 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "prismjs": "^1.24.1", "puppeteer": "^10.2.0", "rss-parser": "^3.12.0", - "sanitize-html": "^2.4.0", + "sanitize-html": "^2.5.0", "simple-git": "^2.45.0", "svgo": "^2.5.0", "twemoji-parser": "^13.1.0",