chore(deps): bump the npm_and_yarn group across 2 directories with 5 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 4 updates in the /apps/sim directory: @modelcontextprotocol/sdk, better-auth, js-yaml and lodash.
Bumps the npm_and_yarn group with 1 update in the /scripts directory: glob.
Updates @modelcontextprotocol/sdk from 1.20.2 to 1.26.0
Release notes
Sourced from @modelcontextprotocol/sdk's releases.
v1.26.0
Addresses "Sharing server/transport instances can leak cross-client response data" in this GHSA https://github.com/modelcontextprotocol/typescript-sdk/security/advisories/GHSA-345p-7cg4-v4c7
What's Changed
- chore: bump v1.25.3 for backport fixes by
@pcarletonin modelcontextprotocol/typescript-sdk#1412- fix(deps): resolve npm audit vulnerabilities and bump dependencies (v1.x backport) by
@samuvin modelcontextprotocol/typescript-sdk#1382- Fix #1430: Client Credentials providers scopes support (backported) by
@NSeydouxin modelcontextprotocol/typescript-sdk#1442- chore: bump version to 1.26.0 by
@pcarletonin modelcontextprotocol/typescript-sdk#1479New Contributors
@samuvmade their first contribution in modelcontextprotocol/typescript-sdk#1382@NSeydouxmade their first contribution in modelcontextprotocol/typescript-sdk#1442Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.25.3...v1.26.0
v1.25.3
What's Changed
- [v1.x backport] Use correct schema for client sampling validation when tools are present by
@olaservoin modelcontextprotocol/typescript-sdk#1407- fix: prevent Hono from overriding global Response object (v1.x) by
@mattzcareyin modelcontextprotocol/typescript-sdk#1411Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.25.2...v1.25.3
v1.25.2
What's Changed
- ci: trigger workflow on v1.x branch by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1319- fix: README badges links destinations by
@antonpk1in modelcontextprotocol/typescript-sdk#907- fix: prevent ReDoS in UriTemplate regex patterns (v1.x backport) by
@pcarletonin modelcontextprotocol/typescript-sdk#1365New Contributors
@antonpk1made their first contribution in modelcontextprotocol/typescript-sdk#907Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.25.1...v1.25.2
1.25.1
What's Changed
- spec types - backwards compatibility changes by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1306- chore: bump version for patch fix by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1307Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.25.0...1.25.1
1.25.0
What's Changed
- list changed handlers on client constructor by
@mattzcareyin modelcontextprotocol/typescript-sdk#1206- Role - moved from inline to reusable type by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1221- fix: use versioned npm tag for non-main branch releases by
@pcarletonin modelcontextprotocol/typescript-sdk#1236- No automatic completion support unless needed - Revisited yet again by
@cliffhallin modelcontextprotocol/typescript-sdk#1237- fix: Support updating output schema by
@vincent0426in modelcontextprotocol/typescript-sdk#1048
... (truncated)
Commits
fe9c07bchore: bump version to 1.26.0 (#1479)4f01e7efix: add non-null assertions for optional setupServer fields in stateful testa05be17Merge commit from fork50d9fa3Fix #1430: Client Credentials providers scopes support (backported) (#1442)aa81a66fix(deps): resolve npm audit vulnerabilities and bump dependencies (v1.x back...6aba065chore: bump v1.25.3 for backport fixes (#1412)6e8f7e1fix: prevent Hono from overriding global Response object (v1.x) (#1411)12ae856[v1.x backport] Use correct schema for client sampling validation when tools ...b392f02fix: prevent ReDoS in UriTemplate regex patterns (v1.x backport) (#1365)a0c9b13fix: README badges links destinations (#907)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by pcarleton, a new releaser for @modelcontextprotocol/sdk since your current version.
Updates better-auth from 1.3.12 to 1.4.5
Release notes
Sourced from better-auth's releases.
v1.4.5-beta.2
🐞 Bug Fixes
- Add helper types to exports - by
@himself65in better-auth/better-auth#6479 (9b556)View changes on GitHub
v1.4.4
🚀 Features
- cli: Better-auth-command - by
@Ridhim-RRin better-auth/better-auth#6362 (5e06f)- scim: Add support to parse custom scim+json media type - by
@jonathansaminesin better-auth/better-auth#6365 (6e9ec)🐞 Bug Fixes
- Customizing fields should be optional for rate limit options - by
@ceolinwillin better-auth/better-auth#6398 (115c9)- Chunk account data cookie when exceeding limit - by
@jslnoin better-auth/better-auth#6393 (c9eca)- Remove applying user-agent by default - by
@Bekacruin better-auth/better-auth#6417 (34d7d)- Additional fields default values should apply when creating session - by
@Bekacruin better-auth/better-auth#5763 (d5713)- Return null early if userid isn't defined - by
@Bekacruin better-auth/better-auth#6418 (e4508)- logger: Log level priority - by
@danielfinkein better-auth/better-auth#6411 (4c25b)- mcp: Return origin url as authorization server - by
@jslnoin better-auth/better-auth#6397 (594bb)- multi-session: Endpoints breaks with invalid signatures - by
@ping-maxwellin better-auth/better-auth#6342 (9433e)- oidc-provider: Resolve getSignedCookie return type - by
@bytaesuin better-auth/better-auth#6346 (425dd)View changes on GitHub
v1.4.4-beta.3
🚀 Features
- Lint dependencies - by
@jonathansaminesin better-auth/better-auth#6309 (efaef)- cli: Better-auth-command - by
@Ridhim-RRin better-auth/better-auth#6362 (1abd7)- one-tap: Add fedcm support - by
@jslnoin better-auth/better-auth#6380 (fd23c)- scim: Add support to parse custom scim+json media type - by
@jonathansaminesin better-auth/better-auth#6365 (a91a8)🐞 Bug Fixes
- Customizing fields should be optional for rate limit options - by
@ceolinwillin better-auth/better-auth#6398 (9abd8)- Chunk account data cookie when exceeding limit - by
@jslnoin better-auth/better-auth#6393 (57d36)- Remove applying user-agent by default - by
@Bekacruin better-auth/better-auth#6417 (0617b)- Improve error handling for unsupported additionalFields on generate - by
@Kinfe123in better-auth/better-auth#3977 (39eb6)- Return null early if userid isn't defined - by
@Bekacruin better-auth/better-auth#6418 (022ce)- Additional fields default values should apply when creating session - by
@Bekacruin better-auth/better-auth#5763 (76998)- Preserve user ID in cookie cache during stateless sessions - by
@GautamBytesin better-auth/better-auth#6452 (a25fb)- expo:
- Dismiss auth session on android to prevent invalid state error - by
@GautamBytesin better-auth/better-auth#6388 (3a133)- logger:
- Log level priority - by
@danielfinkein better-auth/better-auth#6411 (fa01c)- mcp:
- Return origin url as authorization server - by
@jslnoin better-auth/better-auth#6397 (86c8d)
... (truncated)
Commits
2000fd6chore: release v1.4.5fcab5a8fix: add helper types to exports (#6479)c666670chore: release v1.4.5-beta.1fd72560fix(db-adapter): string[] and number[] fieldTypes incorrectly parsed for plug...189deddchore: release v1.4.4-beta.36269a33chore: release v1.4.4-beta.252c15d4chore: fix validation errors in unit tests (#6466)a25fb65fix: preserve user ID in cookie cache during stateless sessions (#6452)5cbe0a5chore: enforce imports to usenode:protocol (#6461)fbe51c8chore: add spell checker (#6319)- Additional commits viewable in compare view
Updates js-yaml from 4.1.0 to 4.1.1
Changelog
Sourced from js-yaml's changelog.
[4.1.1] - 2025-11-12
Security
- Fix prototype pollution issue in yaml merge (<<) operator.
Commits
Updates lodash from 4.17.21 to 4.17.23
Commits
dec55b7Bump main to v4.17.23 (#6088)19c9251fix: setCacheHas JSDoc return type should be boolean (#6071)b5e6729jsdoc: Add -0 and BigInt zeros to _.compact falsey values list (#6062)edadd45Prevent prototype pollution on baseUnset function4879a7adoc: fix autoLink function, conversion of source links (#6056)9648f69chore: removeyarn.lockfile (#6053)dfa407dci: remove legacy configuration files (#6052)156e196feat: add renovate setup (#6039)933e106ci: add pipeline for Bun (#6023)072a807docs: update links related to Open JS Foundation (#5968)- Additional commits viewable in compare view
Updates glob from 11.0.2 to 12.0.0
Changelog
Sourced from glob's changelog.
changeglob
13
- Move the CLI program out to a separate package,
glob-bin. Install that if you'd like to continue using glob from the command line.12
- Remove the unsafe
--shelloption. The--shelloption is now ONLY supported on known shells where the behavior can be implemented safely.11.1
- Add the
--shelloption for the command line, with a warning that this is unsafe. (It will be removed in v12.)- Add the
--cmd-arg/-gas a way to safely add positional arguments to the command provided to the CLI tool.- Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding
shell:trueexecution.11.0
- Drop support for node before v20
10.4
- Add
includeChildMatches: falseoption- Export the
Ignoreclass10.3
- Add
--default -pflag to provide a default pattern- exclude symbolic links to directories when
followandnodirare both set10.2
- Add glob cli
10.1
- Return
'.'instead of the empty string''when the current working directory is returned as a match.- Add
posix: trueoption to return/delimited paths, even on
... (truncated)
Commits
2b03cca12.0.0d56203dprettier configbb521e5Remove --shell option where unsafe to use2551fb511.1.047473c0bin: Do not expose filenames to shell expansionbc33fe1skip tilde test on systems that lack tilde expansion59bf9cafix notesdde4fa6docs(README): add #anchor and improvenotes0559b0edocs: add better links to path-scurry docsc9773c2fix: correct typos inREADME.md- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by isaacs, a new releaser for glob since your current version.
Install script changes
This version adds prepare script that runs during installation. Review the package contents before updating.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
@modelcontextprotocol/sdk
npm
1.20.2 → 1.26.0
Minor
Security Advisories
glob CLI: Command injection via -c/--cmd executes matches with shell:true
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Technical Details
| ID: | 13935972 |
| UUID: | 3960452995 |
| Node ID: | PR_kwDONmSNmM7EwJbB |
| Host: | GitHub |
| Repository: | simstudioai/sim |