mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-06-08 03:24:25 -04:00
fix(deps): update dependency twgl.js to v6
This commit is contained in:
parent
e2056520f6
commit
01acedc40e
2 changed files with 12 additions and 5 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"minilog": "^3.1.0",
|
||||
"raw-loader": "^0.5.1",
|
||||
"scratch-svg-renderer": "^3.0.0",
|
||||
"twgl.js": "^4.4.0"
|
||||
"twgl.js": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.26.10",
|
||||
|
@ -20439,6 +20439,13 @@
|
|||
"base64-loader": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-render/node_modules/twgl.js": {
|
||||
"version": "4.24.0",
|
||||
"resolved": "https://registry.npmjs.org/twgl.js/-/twgl.js-4.24.0.tgz",
|
||||
"integrity": "sha512-JGVTxuV9dqaBmajXyvuZIlhCHrTbIaoNjQvtdoLHyK74OtbmNwZUj6rfdp+pz9htitI/tVxiVQ2nuw+KmD29vg==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/scratch-sb1-converter": {
|
||||
"version": "2.0.122",
|
||||
"resolved": "https://registry.npmjs.org/scratch-sb1-converter/-/scratch-sb1-converter-2.0.122.tgz",
|
||||
|
@ -22718,9 +22725,9 @@
|
|||
"license": "Unlicense"
|
||||
},
|
||||
"node_modules/twgl.js": {
|
||||
"version": "4.24.0",
|
||||
"resolved": "https://registry.npmjs.org/twgl.js/-/twgl.js-4.24.0.tgz",
|
||||
"integrity": "sha512-JGVTxuV9dqaBmajXyvuZIlhCHrTbIaoNjQvtdoLHyK74OtbmNwZUj6rfdp+pz9htitI/tVxiVQ2nuw+KmD29vg==",
|
||||
"version": "6.1.1",
|
||||
"resolved": "https://registry.npmjs.org/twgl.js/-/twgl.js-6.1.1.tgz",
|
||||
"integrity": "sha512-/VCUYYWdU4tif3nAUZORJPVUFgBRbLrFHB2ZMRyw3hIGNIhgaOSHIOckYOSVfQWJw/UGW/3q8NRA1ymwLmSfaA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/type-check": {
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"minilog": "^3.1.0",
|
||||
"raw-loader": "^0.5.1",
|
||||
"scratch-svg-renderer": "^3.0.0",
|
||||
"twgl.js": "^4.4.0"
|
||||
"twgl.js": "^6.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"scratch-render-fonts": "^1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue