Merge pull request #4313 from scratchfoundation/renovate/scratch-svg-renderer-2.x

fix(deps): update dependency scratch-svg-renderer to v2.0.15
This commit is contained in:
renovate[bot] 2024-03-06 13:05:45 +00:00 committed by GitHub
commit 7c5eac700a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -26,7 +26,7 @@
"scratch-render": "^1.0.13", "scratch-render": "^1.0.13",
"scratch-sb1-converter": "^1.0.0", "scratch-sb1-converter": "^1.0.0",
"scratch-storage": "^2.3.5", "scratch-storage": "^2.3.5",
"scratch-svg-renderer": "2.0.14", "scratch-svg-renderer": "2.0.15",
"scratch-translate-extension-languages": "^1.0.0", "scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0", "text-encoding": "^0.7.0",
"uuid": "^8.3.2", "uuid": "^8.3.2",
@ -18759,9 +18759,9 @@
} }
}, },
"node_modules/scratch-svg-renderer": { "node_modules/scratch-svg-renderer": {
"version": "2.0.14", "version": "2.0.15",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.0.14.tgz", "resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.0.15.tgz",
"integrity": "sha512-pSdPvRy7zP6bdz5mw0OH7dFpzipr08e3HY/1sTj+7nbVltWkYMDqS7NBat6J3n0YjcSXGpo4Zj5gGtYNwrr+6A==", "integrity": "sha512-9TbI32QvLD9v99DENG7JmFcHq4U5MGQkiBTvyxVyeildirSFutL8toLm/HMZLi/u8RRIzpRPXgn/WGm6ZyShzg==",
"dependencies": { "dependencies": {
"base64-js": "^1.2.1", "base64-js": "^1.2.1",
"base64-loader": "^1.0.0", "base64-loader": "^1.0.0",

View file

@ -58,7 +58,7 @@
"scratch-render": "^1.0.13", "scratch-render": "^1.0.13",
"scratch-sb1-converter": "^1.0.0", "scratch-sb1-converter": "^1.0.0",
"scratch-storage": "^2.3.5", "scratch-storage": "^2.3.5",
"scratch-svg-renderer": "2.0.14", "scratch-svg-renderer": "2.0.15",
"scratch-translate-extension-languages": "^1.0.0", "scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0", "text-encoding": "^0.7.0",
"uuid": "^8.3.2", "uuid": "^8.3.2",