From c3caff7ab8d405a8c3bdb22d32d4692ff5c446bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:47:14 +0000 Subject: [PATCH] Bump @lichess-org/stockfish-web from 0.2.3 to 0.3.0 Bumps [@lichess-org/stockfish-web](https://github.com/lichess-org/stockfish-web) from 0.2.3 to 0.3.0. - [Release notes](https://github.com/lichess-org/stockfish-web/releases) - [Commits](https://github.com/lichess-org/stockfish-web/compare/v0.2.3...v0.3.0) --- updated-dependencies: - dependency-name: "@lichess-org/stockfish-web" dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a4ea649..d11c6b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "dependencies": { "@lichess-org/chessground": "^10.1.1", - "@lichess-org/stockfish-web": "^0.2.3", + "@lichess-org/stockfish-web": "^0.3.0", "chess.js": "^1.4.0" }, "devDependencies": { @@ -1150,9 +1150,9 @@ } }, "node_modules/@lichess-org/stockfish-web": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@lichess-org/stockfish-web/-/stockfish-web-0.2.3.tgz", - "integrity": "sha512-tGCmBVklEQqJwN7pA6peGzgTw9F7Dk62Ajs53byL1EgGU75eqwzv1ZDecY4t7HAsxG5KlcVuEXWXwEDXkNR73w==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@lichess-org/stockfish-web/-/stockfish-web-0.3.0.tgz", + "integrity": "sha512-BZrxKiL2UvcLM5sJ+Veh/BzAa8Xs4g4/Pv9dy6+v63y7enXfAcaKVVHaRzgu95LhLZTqp9G5gyOKvahfqaPO0g==", "license": "AGPL-3.0-or-later" }, "node_modules/@napi-rs/wasm-runtime": { diff --git a/package.json b/package.json index 8bd0e5a..7e54880 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@lichess-org/chessground": "^10.1.1", - "@lichess-org/stockfish-web": "^0.2.3", + "@lichess-org/stockfish-web": "^0.3.0", "chess.js": "^1.4.0" } }