From 7ffb131e84cf86fd9c43c3113da9e7fbef39d20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:23:46 +0000 Subject: [PATCH] npm deps(deps): bump twgl.js from 4.24.0 to 5.5.3 Bumps [twgl.js](https://github.com/greggman/twgl.js) from 4.24.0 to 5.5.3. - [Commits](https://github.com/greggman/twgl.js/commits/v5.5.3) --- updated-dependencies: - dependency-name: twgl.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",