From 9d0fdf67631d1a8030d3292d7f27bb84df382c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:14:32 +0000 Subject: [PATCH] Bump react-unity-webgl from 9.5.0 to 9.5.1 Bumps [react-unity-webgl](https://github.com/jeffreylanters/react-unity-webgl) from 9.5.0 to 9.5.1. - [Release notes](https://github.com/jeffreylanters/react-unity-webgl/releases) - [Changelog](https://github.com/jeffreylanters/react-unity-webgl/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/jeffreylanters/react-unity-webgl/compare/v9.5.0...v9.5.1) --- updated-dependencies: - dependency-name: react-unity-webgl dependency-type: direct:production update-type: version-update:semver-patch ... 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 1f6bd19..9444637 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-router-dom": "^6.22.3", "react-scripts": "^5.0.1", "react-signature-pad-wrapper": "^3.3.4", - "react-unity-webgl": "^9.5.0", + "react-unity-webgl": "^9.5.1", "reactstrap": "^9.2.2", "sass": "^1.71.1", "short-unique-id": "^4.4.4", diff --git a/yarn.lock b/yarn.lock index 53b991c..64099f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7953,10 +7953,10 @@ react-transition-group@^4.4.2: loose-envify "^1.4.0" prop-types "^15.6.2" -react-unity-webgl@^9.5.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/react-unity-webgl/-/react-unity-webgl-9.5.0.tgz#08277bf80d0678dbd26131d2c7ea4eb05233862e" - integrity sha512-zmTffL2S7QL1g2DQem0/HzxhJaEQ3L4aEV4VUlQOkZc4JzMjScrqGVvHc4AnyMz94vVQqlbHwNfq4YhJEEGzQg== +react-unity-webgl@^9.5.1: + version "9.5.1" + resolved "https://registry.yarnpkg.com/react-unity-webgl/-/react-unity-webgl-9.5.1.tgz#8655b1c80a1c7ba83bb44c7d37856ce33006bb60" + integrity sha512-7zQmJR7gfzyAW/oXjMDMDozVmdEzktzm54vbftcbtS5bGXGUE8S9BYeXElQyugdUL1tY7EC7UpF+9nQPcwGhIQ== react@^18.2.0: version "18.2.0"