From 7838183eb64dcd839142bfc9bfea8dc4fe0b60da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:44:38 +0000 Subject: [PATCH] Bump dompurify from 3.0.6 to 3.1.7 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.6 to 3.1.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.6...3.1.7) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d72e26f..c4b4c46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@uiw/react-heat-map": "^2.2.2", "axios": "^1.6.7", "chart.js": "^4.4.1", - "dompurify": "^3.0.6", + "dompurify": "^3.1.7", "dotenv": "^16.4.4", "framer-motion": "^10.18.0", "next-themes": "^0.3.0", @@ -4127,9 +4127,9 @@ } }, "node_modules/dompurify": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz", - "integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==" + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz", + "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==" }, "node_modules/dotenv": { "version": "16.4.4", diff --git a/package.json b/package.json index ef27fd1..efcf6a5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@uiw/react-heat-map": "^2.2.2", "axios": "^1.6.7", "chart.js": "^4.4.1", - "dompurify": "^3.0.6", + "dompurify": "^3.1.7", "dotenv": "^16.4.4", "framer-motion": "^10.18.0", "next-themes": "^0.3.0",