From bf158ca7949e855a1ee3e70ab2ae25f741c06fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 04:45:19 +0000 Subject: [PATCH] Bump twgl.js from 4.22.1 to 4.23.1 Bumps [twgl.js](https://github.com/greggman/twgl.js) from 4.22.1 to 4.23.1. - [Release notes](https://github.com/greggman/twgl.js/releases) - [Commits](https://github.com/greggman/twgl.js/compare/v4.22.1...v4.23.1) --- 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..9c2a33c 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.23.1" }, "devDependencies": { "@types/stats": "^0.16.30", diff --git a/yarn.lock b/yarn.lock index 3e22632..1f30229 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.23.1: + version "4.23.1" + resolved "https://registry.yarnpkg.com/twgl.js/-/twgl.js-4.23.1.tgz#90541963a97de1de5c94a6aca1e0577fd99bd1c3" + integrity sha512-j/rHvMUocTw7sDvQoxwpvi0EnU0Y8iuN7ouS5QuBgMiTLPZvMuViqKsU1+/yInZQkC3RLKdfRpuDtzy9vuBWjg== typescript@^4.7.2: version "4.7.2"