mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-12 22:40:28 -04:00
test(deps): update dependency scratch-vm to v5.0.162
This commit is contained in:
parent
4b9f1de723
commit
80d5d2cad8
2 changed files with 5 additions and 45 deletions
48
package-lock.json
generated
48
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue