chore(deps): bump the root-npm-minor-patch group across 1 directory with 3 updates

Bumps the root-npm-minor-patch group with 3 updates in the / directory: [@cline/sdk](https://github.com/cline/cline/tree/HEAD/sdk/packages/sdk), [@modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector) and [cline](https://github.com/cline/cline/tree/HEAD/apps/cli).


Updates `@cline/sdk` from 0.0.41 to 0.0.43
- [Release notes](https://github.com/cline/cline/releases)
- [Changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cline/cline/commits/sdk/sdk/v0.0.43/sdk/packages/sdk)

Updates `@modelcontextprotocol/inspector` from 0.21.2 to 0.22.0
- [Release notes](https://github.com/modelcontextprotocol/inspector/releases)
- [Commits](https://github.com/modelcontextprotocol/inspector/compare/0.21.2...0.22.0)

Updates `cline` from 3.0.9 to 3.0.20
- [Release notes](https://github.com/cline/cline/releases)
- [Changelog](https://github.com/cline/cline/blob/main/apps/cli/CHANGELOG.md)
- [Commits](https://github.com/cline/cline/commits/cli-v3.0.20/apps/cli)

---
updated-dependencies:
- dependency-name: "@cline/sdk"
  dependency-version: 0.0.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-npm-minor-patch
- dependency-name: "@modelcontextprotocol/inspector"
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-npm-minor-patch
- dependency-name: cline
  dependency-version: 3.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-08 14:48:49 +00:00 committed by GitHub
parent 3a43f7632f
commit e967b668ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1352 additions and 715 deletions

2061
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,11 +11,11 @@
"probe-science": "sh -c 'if [ -x .venv-science/bin/python ]; then .venv-science/bin/python scripts/probe_science_toolbelt.py; else python3 scripts/probe_science_toolbelt.py; fi'"
},
"dependencies": {
"@cline/sdk": "^0.0.41",
"@modelcontextprotocol/inspector": "^0.21.2",
"@cline/sdk": "^0.0.43",
"@modelcontextprotocol/inspector": "^0.22.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"better-sqlite3": "^12.10.0",
"cline": "^3.0.7"
"cline": "^3.0.20"
},
"overrides": {
"@openai/codex": "0.132.0"