From 20b583ab7ee2bedff34a8645a601b937ef2711d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:56:59 +0000 Subject: [PATCH] Bump the production-dependencies group across 1 directory with 4 updates Bumps the production-dependencies group with 4 updates in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@yume-chan/adb](https://github.com/yume-chan/ya-webadb/tree/HEAD/libraries/adb), [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). Updates `@anthropic-ai/sdk` from 0.78.0 to 0.86.1 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.78.0...sdk-v0.86.1) Updates `@yume-chan/adb` from 2.5.1 to 2.6.0 - [Release notes](https://github.com/yume-chan/ya-webadb/releases) - [Commits](https://github.com/yume-chan/ya-webadb/commits/v2.6.0/libraries/adb) Updates `react` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react) Updates `react-dom` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.86.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@yume-chan/adb" dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react-dom dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 108 ++++++++++++++++++++++++++++++++++++---------- package.json | 8 ++-- 2 files changed, 90 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 020055c..3f0f8f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,13 @@ "name": "web-flasher", "version": "0.0.0", "dependencies": { - "@anthropic-ai/sdk": "^0.78.0", - "@yume-chan/adb": "^2.5.1", + "@anthropic-ai/sdk": "^0.86.1", + "@yume-chan/adb": "^2.6.0", "@yume-chan/adb-credential-web": "^2.1.0", "@yume-chan/adb-daemon-webusb": "^2.3.2", "android-fastboot": "^1.1.3", - "react": "^19.2.0", - "react-dom": "^19.2.0" + "react": "^19.2.5", + "react-dom": "^19.2.5" }, "devDependencies": { "@dreamsicle.io/stylelint-config-tailwindcss": "^1.2.2", @@ -43,9 +43,9 @@ } }, "node_modules/@anthropic-ai/sdk": { - "version": "0.78.0", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.78.0.tgz", - "integrity": "sha512-PzQhR715td/m1UaaN5hHXjYB8Gl2lF9UVhrrGrZeysiF6Rb74Wc9GCB8hzLdzmQtBd1qe89F9OptgB9Za1Ib5w==", + "version": "0.86.1", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.86.1.tgz", + "integrity": "sha512-Q32GUFCVMmTJrVQC4bQOG2mA8rGNuYWJP8ODufxl3g5Awy1VjY5wy0Xm+mC++i5rBkZMvxhzOR9MNTW7IvIAmw==", "license": "MIT", "dependencies": { "json-schema-to-ts": "^3.1.1" @@ -1917,6 +1917,70 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz", @@ -2378,15 +2442,15 @@ } }, "node_modules/@yume-chan/adb": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@yume-chan/adb/-/adb-2.5.1.tgz", - "integrity": "sha512-Nm9ZA0cOxfINE+BlZ7whgqjtoLpaZg1xcV8e0C7YbpG/KOHnQGseGTwbfqJFR6xdqbRvvrNL4jIGGpxvn31ykw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@yume-chan/adb/-/adb-2.6.0.tgz", + "integrity": "sha512-1bM4/YwLUr7UHkvC3pe5fIPNNIgOQ97nUIvC4ooPZwRKG9pyHG39EihivZVmu3pm28XwHSGh5PC3sQi4ycoUXA==", "license": "MIT", "dependencies": { "@yume-chan/async": "^4.1.3", "@yume-chan/event": "^2.0.0", "@yume-chan/no-data-view": "^2.0.0", - "@yume-chan/stream-extra": "^2.1.0", + "@yume-chan/stream-extra": "^2.5.3", "@yume-chan/struct": "^2.3.2" } }, @@ -2434,13 +2498,13 @@ "license": "MIT" }, "node_modules/@yume-chan/stream-extra": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@yume-chan/stream-extra/-/stream-extra-2.1.0.tgz", - "integrity": "sha512-Sq1mDCLTIOu+TbI3VmFhcKL5hi+qZkDA3S+JezZb/AJm4ESC3hB7+LgQIQs3QEK/ZeRwMg37w4IOYHSh30R7BQ==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/@yume-chan/stream-extra/-/stream-extra-2.5.3.tgz", + "integrity": "sha512-eRZcl0+SMIt/cAp9UZfBbh74mYe+DZf5l3C6eX8zYYA1cx71nZce2NCf8Vp+/XNw3UtPaEz6IiES9o7Ax5xJdg==", "license": "MIT", "dependencies": { "@yume-chan/async": "^4.1.3", - "@yume-chan/struct": "^2.0.1" + "@yume-chan/struct": "^2.3.2" } }, "node_modules/@yume-chan/struct": { @@ -4790,24 +4854,24 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", - "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", + "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.4" + "react": "^19.2.5" } }, "node_modules/react-refresh": { diff --git a/package.json b/package.json index 112d1f8..f087ce5 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,13 @@ "prepare": "husky" }, "dependencies": { - "@anthropic-ai/sdk": "^0.78.0", - "@yume-chan/adb": "^2.5.1", + "@anthropic-ai/sdk": "^0.86.1", + "@yume-chan/adb": "^2.6.0", "@yume-chan/adb-credential-web": "^2.1.0", "@yume-chan/adb-daemon-webusb": "^2.3.2", "android-fastboot": "^1.1.3", - "react": "^19.2.0", - "react-dom": "^19.2.0" + "react": "^19.2.5", + "react-dom": "^19.2.5" }, "devDependencies": { "@dreamsicle.io/stylelint-config-tailwindcss": "^1.2.2",