diff --git a/package-lock.json b/package-lock.json index 5325881fc..c77ddde7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "scratch-render": "^1.0.13", "scratch-sb1-converter": "^1.0.0", "scratch-storage": "^2.3.5", - "scratch-svg-renderer": "2.3.7", + "scratch-svg-renderer": "2.3.8", "scratch-translate-extension-languages": "^1.0.0", "text-encoding": "^0.7.0", "uuid": "^8.3.2", @@ -18701,9 +18701,9 @@ } }, "node_modules/scratch-svg-renderer": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.3.7.tgz", - "integrity": "sha512-8bg7lh8l/aYSYADDZTuJLa9L0lBecKhhRQNs7h48uJN91SDI5+905+xuEKsfw4MA7v0M2iQ0XXgzsHVQmGwBDg==", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.3.8.tgz", + "integrity": "sha512-nXxpIA55v1f8zz0CR1mXQcDfPP8HLUNZlE9hjTFi+5BXjU24veRSosbYoggaJzzQfKq2NPPI4obUzCcFeqJksQ==", "dependencies": { "base64-js": "^1.2.1", "base64-loader": "^1.0.0", diff --git a/package.json b/package.json index a2ac30ce8..e18450c8c 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "scratch-render": "^1.0.13", "scratch-sb1-converter": "^1.0.0", "scratch-storage": "^2.3.5", - "scratch-svg-renderer": "2.3.7", + "scratch-svg-renderer": "2.3.8", "scratch-translate-extension-languages": "^1.0.0", "text-encoding": "^0.7.0", "uuid": "^8.3.2",