diff --git a/package-lock.json b/package-lock.json index e4ecbc45a..b178c128d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "scratch-render-fonts": "1.0.161", "scratch-semantic-release-config": "3.0.0", "scratch-storage": "4.0.49", - "scratch-vm": "5.0.161", + "scratch-vm": "5.0.162", "scratch-webpack-configuration": "3.0.0", "semantic-release": "19.0.5", "tap": "11.1.5", @@ -20572,9 +20572,9 @@ "license": "BSD-3-Clause" }, "node_modules/scratch-vm": { - "version": "5.0.161", - "resolved": "https://registry.npmjs.org/scratch-vm/-/scratch-vm-5.0.161.tgz", - "integrity": "sha512-TI71fqQo+l5xveGVfOfIW0bp0LMSLvYTBGaaOtO5ctaWtyOsu0GXn465nmj/Nz3Mo8JgHg/HwIGLSss8idnYxg==", + "version": "5.0.162", + "resolved": "https://registry.npmjs.org/scratch-vm/-/scratch-vm-5.0.162.tgz", + "integrity": "sha512-pdwOadK5wNfOWl3mM5s93g/NxCGTXxUX/X/MC0DJNicmTpNshDOgkvrRlBN4souIj8dRny52S+cp0/oERcXlzQ==", "dev": true, "license": "AGPL-3.0-only", "dependencies": { @@ -20603,27 +20603,6 @@ "web-worker": "^1.3.0" } }, - "node_modules/scratch-vm/node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, "node_modules/scratch-vm/node_modules/dom-serializer": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", @@ -20723,25 +20702,6 @@ "node": ">= 6" } }, - "node_modules/scratch-vm/node_modules/scratch-svg-renderer": { - "version": "3.0.58", - "resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.58.tgz", - "integrity": "sha512-St3mOG6XyXamcTwNOdVEq5M/rQ1VBP5GIiaNziOsDliuUt9z4zLJWjklQPSwZ9n46z0VvW6QKux/p9iqE1RQ4w==", - "dev": true, - "license": "AGPL-3.0-only", - "dependencies": { - "base64-js": "^1.2.1", - "base64-loader": "^1.0.0", - "css-tree": "^1.1.3", - "fastestsmallesttextencoderdecoder": "^1.0.22", - "isomorphic-dompurify": "^2.4.0", - "minilog": "^3.1.0", - "transformation-matrix": "^1.15.0" - }, - "peerDependencies": { - "scratch-render-fonts": "^1.0.0" - } - }, "node_modules/scratch-webpack-configuration": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/scratch-webpack-configuration/-/scratch-webpack-configuration-3.0.0.tgz", diff --git a/package.json b/package.json index cd2d0e01f..0573adda4 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "scratch-render-fonts": "1.0.161", "scratch-semantic-release-config": "3.0.0", "scratch-storage": "4.0.49", - "scratch-vm": "5.0.161", + "scratch-vm": "5.0.162", "scratch-webpack-configuration": "3.0.0", "semantic-release": "19.0.5", "tap": "11.1.5",