diff --git a/package-lock.json b/package-lock.json index c996cc10..807143e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "marked-highlight": "^2.0.6", "neovim": "^4.10.0", "ts-node": "^10.4.0", - "twgl.js": "^4.21.2" + "twgl.js": "^5.5.3" }, "devDependencies": { "@babel/cli": "^7.16.0", @@ -8021,9 +8021,9 @@ } }, "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": "5.5.3", + "resolved": "https://registry.npmjs.org/twgl.js/-/twgl.js-5.5.3.tgz", + "integrity": "sha512-lUrWxXmEURxQphwu4hMkudIThjhbrej3WUKH2qdTifixuO1FxQRLgxJVQ81rTDw9CBoxx4m4iIEOfgCf02Ip1Q==" }, "node_modules/type-fest": { "version": "0.13.1", diff --git a/package.json b/package.json index 779c3582..4b752ee9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "marked-highlight": "^2.0.6", "neovim": "^4.10.0", "ts-node": "^10.4.0", - "twgl.js": "^4.21.2" + "twgl.js": "^5.5.3" }, "devDependencies": { "@babel/cli": "^7.16.0",