Skip to content

Commit 13e1933

Browse files
committed
Replace hull.js with @turbowarp/ancient-hull.js
It's the same package but with GHSA-q849-wxrc-vqrp fixed Note that GHSA-q849-wxrc-vqrp did not affect us anyways as we don't use the third argument so really this does not do much.
1 parent 49f714e commit 13e1933

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

package-lock.json

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"webpack-dev-server": "3.11.2"
4747
},
4848
"dependencies": {
49+
"@turbowarp/ancient-hull.js": "^0.2.12",
4950
"@turbowarp/nanolog": "^0.2.0",
5051
"@turbowarp/scratch-svg-renderer": "^1.0.0-202312242305-12c360b",
5152
"grapheme-breaker": "0.3.2",
52-
"hull.js": "0.2.10",
5353
"ify-loader": "1.0.4",
5454
"linebreak": "0.3.0",
5555
"raw-loader": "^0.5.1",

src/RenderWebGL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const EventEmitter = require('events');
22

3-
const hull = require('hull.js');
3+
const hull = require('@turbowarp/ancient-hull.js');
44
const twgl = require('twgl.js');
55

66
const SVGRenderer = require('@turbowarp/scratch-svg-renderer');

0 commit comments

Comments
 (0)