From 23f1ae5fb147255ebb8945aa4d5fb4ce2940d013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:43:09 +0000 Subject: [PATCH] Bump dompurify and @turbowarp/scratch-svg-renderer Bumps [dompurify](https://github.com/cure53/DOMPurify) and [@turbowarp/scratch-svg-renderer](https://github.com/TurboWarp/scratch-svg-renderer). These dependencies needed to be updated together. Updates `dompurify` from 2.2.7 to 2.5.7 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.7...2.5.7) Updates `@turbowarp/scratch-svg-renderer` from 1.0.202407311639 to 1.0.202409161736 - [Changelog](https://github.com/TurboWarp/scratch-svg-renderer/blob/develop/CHANGELOG.md) - [Commits](https://github.com/TurboWarp/scratch-svg-renderer/commits) --- updated-dependencies: - dependency-name: dompurify dependency-type: indirect - dependency-name: "@turbowarp/scratch-svg-renderer" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e73069b..58a70122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2841,16 +2841,16 @@ "dev": true }, "node_modules/@turbowarp/scratch-svg-renderer": { - "version": "1.0.202407311639", - "resolved": "https://registry.npmjs.org/@turbowarp/scratch-svg-renderer/-/scratch-svg-renderer-1.0.202407311639.tgz", - "integrity": "sha512-7L81cpaVZKPBFdQt8EIjk8Pp4NijiEe5gaXbcfb5lof8u9HRjf8exC/Ckj6MoL9qXHSHVA0GvR3fP4Iv/G33pA==", + "version": "1.0.202409161736", + "resolved": "https://registry.npmjs.org/@turbowarp/scratch-svg-renderer/-/scratch-svg-renderer-1.0.202409161736.tgz", + "integrity": "sha512-Lztj24zQqT8Ddw7gz1zCbRFZXi/h3r9boEzlQs5omtHeImGZe6I8mLkoHyeP/jJGOUpp5LKZgTKGOStBLtRSiw==", "dev": true, "dependencies": { "@turbowarp/nanolog": "^0.2.0", "base64-js": "1.2.1", "base64-loader": "1.0.0", "css-tree": "1.1.3", - "dompurify": "2.2.7", + "dompurify": "^2.5.6", "fastestsmallesttextencoderdecoder": "^1.0.22", "transformation-matrix": "1.15.0" }, @@ -6343,9 +6343,9 @@ } }, "node_modules/dompurify": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.7.tgz", - "integrity": "sha512-jdtDffdGNY+C76jvodNTu9jt5yYj59vuTUyx+wXdzcSwAGTYZDAQkQ7Iwx9zcGrA4ixC1syU4H3RZROqRxokxg==", + "version": "2.5.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz", + "integrity": "sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q==", "dev": true }, "node_modules/domutils": {