diff --git a/package-lock.json b/package-lock.json index 82cf2f161d..e9b8695c67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37724,9 +37724,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": "7.0.0", + "resolved": "https://registry.npmjs.org/twgl.js/-/twgl.js-7.0.0.tgz", + "integrity": "sha512-9HHZ8emdZb2nKPU0FDIGDlkp6AD9rWFv7ThqdbmUqyBhD3WTQpLN+89w4B+YshGwD1fL6PMVpVKZqC0pikgmcA==", "license": "MIT" }, "node_modules/type-check": { @@ -39977,7 +39977,7 @@ "linebreak": "0.3.0", "minilog": "3.1.0", "raw-loader": "0.5.1", - "twgl.js": "4.24.0" + "twgl.js": "7.0.0" }, "devDependencies": { "@babel/core": "7.28.0", diff --git a/packages/scratch-render/package.json b/packages/scratch-render/package.json index ddee006892..8ae26002bf 100644 --- a/packages/scratch-render/package.json +++ b/packages/scratch-render/package.json @@ -54,7 +54,7 @@ "linebreak": "0.3.0", "minilog": "3.1.0", "raw-loader": "0.5.1", - "twgl.js": "4.24.0" + "twgl.js": "7.0.0" }, "peerDependencies": { "scratch-render-fonts": "^1.0.0"