From 31436e22cd9410ce5da830251e52d37fc30281c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 13:28:19 +0000 Subject: [PATCH] build(deps): bump react-simple-keyboard from 3.8.131 to 3.8.132 in /ui Bumps [react-simple-keyboard](https://github.com/hodgef/react-simple-keyboard) from 3.8.131 to 3.8.132. - [Release notes](https://github.com/hodgef/react-simple-keyboard/releases) - [Commits](https://github.com/hodgef/react-simple-keyboard/commits) --- updated-dependencies: - dependency-name: react-simple-keyboard dependency-version: 3.8.132 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index c3f2ab35..d0eb759d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -32,7 +32,7 @@ "react-hot-toast": "^2.6.0", "react-icons": "^5.5.0", "react-router": "^7.9.5", - "react-simple-keyboard": "^3.8.131", + "react-simple-keyboard": "^3.8.132", "react-use-websocket": "^4.13.0", "react-xtermjs": "^1.0.10", "recharts": "^3.3.0", @@ -6627,9 +6627,9 @@ } }, "node_modules/react-simple-keyboard": { - "version": "3.8.131", - "resolved": "https://registry.npmjs.org/react-simple-keyboard/-/react-simple-keyboard-3.8.131.tgz", - "integrity": "sha512-gICYtaV38AU/E1PTTwzJOF6s5fu6Nu3GZQwnaSNB4VGOO3UwOn8rioDEFBLvjMWpP8kwfWp2of8xywY647rTxA==", + "version": "3.8.132", + "resolved": "https://registry.npmjs.org/react-simple-keyboard/-/react-simple-keyboard-3.8.132.tgz", + "integrity": "sha512-GoXK+6SRu72Jn8qT8fy+PxstIdZEACyIi/7zy0qXcrB6EJaN6zZk0/w3Sv3ALLwXqQd/3t3yUL4DQOwoNO1cbw==", "license": "MIT", "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", diff --git a/ui/package.json b/ui/package.json index 6c1016d6..f3b089e4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -51,7 +51,7 @@ "react-hot-toast": "^2.6.0", "react-icons": "^5.5.0", "react-router": "^7.9.5", - "react-simple-keyboard": "^3.8.131", + "react-simple-keyboard": "^3.8.132", "react-use-websocket": "^4.13.0", "react-xtermjs": "^1.0.10", "recharts": "^3.3.0",