mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-13 11:40:35 +00:00
chore(deps): bump the root-npm-minor-patch group across 1 directory with 4 updates
Bumps the root-npm-minor-patch group with 4 updates in the / directory: [@cline/sdk](https://github.com/cline/cline/tree/HEAD/sdk/packages/sdk), [@modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector), [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) and [cline](https://github.com/cline/cline/tree/HEAD/apps/cli). Updates `@cline/sdk` from 0.0.41 to 0.0.47 - [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.47/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 `better-sqlite3` from 12.10.0 to 12.10.1 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v12.10.0...v12.10.1) Updates `cline` from 3.0.9 to 3.0.24 - [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.24/apps/cli) --- updated-dependencies: - dependency-name: "@cline/sdk" dependency-version: 0.0.47 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: better-sqlite3 dependency-version: 12.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: root-npm-minor-patch - dependency-name: cline dependency-version: 3.0.24 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:
parent
5371c70229
commit
39cb848fb9
2 changed files with 1479 additions and 799 deletions
2270
package-lock.json
generated
2270
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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.47",
|
||||
"@modelcontextprotocol/inspector": "^0.22.0",
|
||||
"@modelcontextprotocol/sdk": "^1.29.0",
|
||||
"better-sqlite3": "^12.10.0",
|
||||
"cline": "^3.0.7"
|
||||
"better-sqlite3": "^12.10.1",
|
||||
"cline": "^3.0.24"
|
||||
},
|
||||
"overrides": {
|
||||
"@openai/codex": "0.132.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue