chore(mcpb): rebuild skyvern-claude-desktop.mcpb v1.0.46 (#7207)

This commit is contained in:
Marc Kelechava 2026-07-08 12:00:20 -07:00 committed by GitHub
parent a3ce97384c
commit f339ff76da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -953,9 +953,9 @@
}
},
"node_modules/undici": {
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.1.tgz",
"integrity": "sha512-5xoBibbmnjlcR3jdqtY2Lnx7WbrD/tHlT01TmvqZUFVc9Q1w4+j5hbnapTqbcXITMH1ovjq/W7BkqBilHiVAaA==",
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz",
"integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==",
"license": "MIT",
"engines": {
"node": ">=20.18.1"

View file

@ -6,5 +6,8 @@
"license": "Apache-2.0",
"dependencies": {
"mcp-remote": "0.1.38"
},
"overrides": {
"undici": "7.28.0"
}
}