From fdd648b5af6b78f7fe4c951df43f4e2a8934055c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 04:43:59 +0000 Subject: [PATCH] Bump twgl.js from 4.22.1 to 4.24.0 Bumps [twgl.js](https://github.com/greggman/twgl.js) from 4.22.1 to 4.24.0. - [Release notes](https://github.com/greggman/twgl.js/releases) - [Commits](https://github.com/greggman/twgl.js/commits) --- updated-dependencies: - dependency-name: twgl.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b7ee9bf..f023bda 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "lil-gui": "^0.16.1", "stats.js": "^0.17.0", - "twgl.js": "^4.22.1" + "twgl.js": "^4.24.0" }, "devDependencies": { "@types/stats": "^0.16.30", diff --git a/yarn.lock b/yarn.lock index 3e22632..f535996 100644 --- a/yarn.lock +++ b/yarn.lock @@ -217,10 +217,10 @@ supports-preserve-symlinks-flag@^1.0.0: resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== -twgl.js@^4.22.1: - version "4.22.1" - resolved "https://registry.yarnpkg.com/twgl.js/-/twgl.js-4.22.1.tgz#5da45cc14a1b3f3762b61cd82f19769154a0755d" - integrity sha512-Aw+oTRXB2hGiLXMkZBsqy0BIxGwHPouT7eJECqPPafV9R7ZktQgpVMZjqCrc4KbFPW29st6a7/bdm/2wt+HiDg== +twgl.js@^4.24.0: + version "4.24.0" + resolved "https://registry.yarnpkg.com/twgl.js/-/twgl.js-4.24.0.tgz#71b21ad56e1300cb10f12b1b72cae5bb31d81604" + integrity sha512-JGVTxuV9dqaBmajXyvuZIlhCHrTbIaoNjQvtdoLHyK74OtbmNwZUj6rfdp+pz9htitI/tVxiVQ2nuw+KmD29vg== typescript@^4.7.2: version "4.7.2"