-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): bump form-data from 4.0.2 to 4.0.4 in /templates/typescript/stagehand in the npm_and_yarn group across 1 directory #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps the npm_and_yarn group with 1 update in the /templates/typescript/stagehand directory: [form-data](https://github.com/form-data/form-data). Updates `form-data` from 4.0.2 to 4.0.4 - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What Changed
This PR bumps the form-data
dependency from 4.0.2
to 4.0.4
in the package-lock.json
for the /templates/typescript/stagehand
template. This is an indirect dependency update that brings in fixes for handling nullish values and improves the randomness of form boundaries.
Risks / Concerns
This is a routine patch-level dependency update managed by Dependabot. The changes consist of bug fixes and security improvements, such as using the crypto
module for boundary generation. The risk associated with this update is minimal. Nice work keeping dependencies up to date.
1 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Unintended Major Dependency Upgrade
The commit introduces an unmentioned major version update for the @onkernel/sdk
dependency, changing it from 0.1.0-alpha.16
to ">=0.8.0"
(resolved to 0.8.0
). This significant jump from an alpha to a stable version could introduce breaking changes. The PR title and description state that the commit only updates form-data
(from 4.0.2 to 4.0.4), indicating this @onkernel/sdk
change is likely unintended.
templates/typescript/stagehand/package-lock.json#L9-L380
create-kernel-app/templates/typescript/stagehand/package-lock.json
Lines 9 to 380 in 5d61f30
"@browserbasehq/stagehand": "^2.2.1", | |
"@onkernel/sdk": ">=0.8.0", | |
"zod": "^3.25.7" | |
}, | |
"peerDependencies": { | |
"typescript": "^5" | |
} | |
}, | |
"node_modules/@ai-sdk/anthropic": { | |
"version": "1.2.11", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/anthropic/-/anthropic-1.2.11.tgz", | |
"integrity": "sha512-lZLcEMh8MXY4NVSrN/7DyI2rnid8k7cn/30nMmd3bwJrnIsOuIuuFvY8f0nj+pFcTi6AYK7ujLdqW5dQVz1YQw==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/azure": { | |
"version": "1.3.23", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/azure/-/azure-1.3.23.tgz", | |
"integrity": "sha512-vpsaPtU24RBVk/IMM5UylR/N4RtAuL2NZLWc7LJ3tvMTHu6pI46a7w+1qIwR3F6yO9ehWR8qvfLaBefJNFxaVw==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/openai": "1.3.22", | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/cerebras": { | |
"version": "0.2.14", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/cerebras/-/cerebras-0.2.14.tgz", | |
"integrity": "sha512-BIDf9hfgAEEu3xhNUyBWvAzeSgt7A7cSMj7UcKS4jhBDybRoKjoEGWHC7916j8LS/5Hkdmo6jwaxWxn/gZJYbQ==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/openai-compatible": "0.2.14", | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/deepseek": { | |
"version": "0.2.14", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/deepseek/-/deepseek-0.2.14.tgz", | |
"integrity": "sha512-TISD1FzBWuQkHEHoVustoJILV33ZNgfYxeTkq1xU2vHEZuWTGZV7/IlXixyFsfqDCdVgrbLeIABk5FuCw7niLg==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/openai-compatible": "0.2.14", | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/google": { | |
"version": "1.2.18", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/google/-/google-1.2.18.tgz", | |
"integrity": "sha512-8B70+i+uB12Ae6Sn6B9Oc6W0W/XorGgc88Nx0pyUrcxFOdytHBaAVhTPqYsO3LLClfjYN8pQ9GMxd5cpGEnUcA==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/groq": { | |
"version": "1.2.9", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/groq/-/groq-1.2.9.tgz", | |
"integrity": "sha512-7MoDaxm8yWtiRbD1LipYZG0kBl+Xe0sv/EeyxnHnGPZappXdlgtdOgTZVjjXkT3nWP30jjZi9A45zoVrBMb3Xg==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/mistral": { | |
"version": "1.2.8", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/mistral/-/mistral-1.2.8.tgz", | |
"integrity": "sha512-lv857D9UJqCVxiq2Fcu7mSPTypEHBUqLl1K+lCaP6X/7QAkcaxI36QDONG+tOhGHJOXTsS114u8lrUTaEiGXbg==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/openai": { | |
"version": "1.3.22", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/openai/-/openai-1.3.22.tgz", | |
"integrity": "sha512-QwA+2EkG0QyjVR+7h6FE7iOu2ivNqAVMm9UJZkVxxTk5OIq5fFJDTEI/zICEMuHImTTXR2JjsL6EirJ28Jc4cw==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/openai-compatible": { | |
"version": "0.2.14", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/openai-compatible/-/openai-compatible-0.2.14.tgz", | |
"integrity": "sha512-icjObfMCHKSIbywijaoLdZ1nSnuRnWgMEMLgwoxPJgxsUHMx0aVORnsLUid4SPtdhHI3X2masrt6iaEQLvOSFw==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/perplexity": { | |
"version": "1.1.9", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/perplexity/-/perplexity-1.1.9.tgz", | |
"integrity": "sha512-Ytolh/v2XupXbTvjE18EFBrHLoNMH0Ueji3lfSPhCoRUfkwrgZ2D9jlNxvCNCCRiGJG5kfinSHvzrH5vGDklYA==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/provider": { | |
"version": "1.1.3", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/provider/-/provider-1.1.3.tgz", | |
"integrity": "sha512-qZMxYJ0qqX/RfnuIaab+zp8UAeJn/ygXXAffR5I4N0n1IrvA6qBsjc8hXLmBiMV2zoXlifkacF7sEFnYnjBcqg==", | |
"license": "Apache-2.0", | |
"dependencies": { | |
"json-schema": "^0.4.0" | |
}, | |
"engines": { | |
"node": ">=18" | |
} | |
}, | |
"node_modules/@ai-sdk/provider-utils": { | |
"version": "2.2.8", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/provider-utils/-/provider-utils-2.2.8.tgz", | |
"integrity": "sha512-fqhG+4sCVv8x7nFzYnFo19ryhAa3w096Kmc3hWxMQfW/TubPOmt3A6tYZhl4mUfQWWQMsuSkLrtjlWuXBVSGQA==", | |
"license": "Apache-2.0", | |
"dependencies": { | |
"@ai-sdk/provider": "1.1.3", | |
"nanoid": "^3.3.8", | |
"secure-json-parse": "^2.7.0" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.23.8" | |
} | |
}, | |
"node_modules/@ai-sdk/react": { | |
"version": "1.2.12", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/react/-/react-1.2.12.tgz", | |
"integrity": "sha512-jK1IZZ22evPZoQW3vlkZ7wvjYGYF+tRBKXtrcolduIkQ/m/sOAVcVeVDUDvh1T91xCnWCdUGCPZg2avZ90mv3g==", | |
"license": "Apache-2.0", | |
"dependencies": { | |
"@ai-sdk/provider-utils": "2.2.8", | |
"@ai-sdk/ui-utils": "1.2.11", | |
"swr": "^2.2.5", | |
"throttleit": "2.1.0" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"react": "^18 || ^19 || ^19.0.0-rc", | |
"zod": "^3.23.8" | |
}, | |
"peerDependenciesMeta": { | |
"zod": { | |
"optional": true | |
} | |
} | |
}, | |
"node_modules/@ai-sdk/togetherai": { | |
"version": "0.2.14", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/togetherai/-/togetherai-0.2.14.tgz", | |
"integrity": "sha512-tdCe5kawsQrnMZB8aF1iL1P3+NfrPwILH9UudAZ5cNVY5dTFl+mXk3R37YJS+mkWeAoedr8Cb7mAuGxR47bsFw==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/openai-compatible": "0.2.14", | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@ai-sdk/ui-utils": { | |
"version": "1.2.11", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/ui-utils/-/ui-utils-1.2.11.tgz", | |
"integrity": "sha512-3zcwCc8ezzFlwp3ZD15wAPjf2Au4s3vAbKsXQVyhxODHcmu0iyPO2Eua6D/vicq/AUm/BAo60r97O6HU+EI0+w==", | |
"license": "Apache-2.0", | |
"dependencies": { | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8", | |
"zod-to-json-schema": "^3.24.1" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.23.8" | |
} | |
}, | |
"node_modules/@ai-sdk/xai": { | |
"version": "1.2.16", | |
"resolved": "https://registry.npmjs.org/@ai-sdk/xai/-/xai-1.2.16.tgz", | |
"integrity": "sha512-UOZT8td9PWwMi2dF9a0U44t/Oltmf6QmIJdSvrOcLG4mvpRc1UJn6YJaR0HtXs3YnW6SvY1zRdIDrW4GFpv4NA==", | |
"license": "Apache-2.0", | |
"optional": true, | |
"dependencies": { | |
"@ai-sdk/openai-compatible": "0.2.14", | |
"@ai-sdk/provider": "1.1.3", | |
"@ai-sdk/provider-utils": "2.2.8" | |
}, | |
"engines": { | |
"node": ">=18" | |
}, | |
"peerDependencies": { | |
"zod": "^3.0.0" | |
} | |
}, | |
"node_modules/@anthropic-ai/sdk": { | |
"version": "0.39.0", | |
"resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.39.0.tgz", | |
"integrity": "sha512-eMyDIPRZbt1CCLErRCi3exlAvNkBtRe+kW5vvJyef93PmNr/clstYgHhtvmkxN82nlKgzyGPCyGxrm0JQ1ZIdg==", | |
"license": "MIT", | |
"dependencies": { | |
"@types/node": "^18.11.18", | |
"@types/node-fetch": "^2.6.4", | |
"abort-controller": "^3.0.0", | |
"agentkeepalive": "^4.2.1", | |
"form-data-encoder": "1.7.2", | |
"formdata-node": "^4.3.2", | |
"node-fetch": "^2.6.7" | |
} | |
}, | |
"node_modules/@browserbasehq/sdk": { | |
"version": "2.6.0", | |
"resolved": "https://registry.npmjs.org/@browserbasehq/sdk/-/sdk-2.6.0.tgz", | |
"integrity": "sha512-83iXP5D7xMm8Wyn66TUaUrgoByCmAJuoMoZQI3sGg3JAiMlTfnCIMqyVBoNSaItaPIkaCnrsj6LiusmXV2X9YA==", | |
"license": "Apache-2.0", | |
"dependencies": { | |
"@types/node": "^18.11.18", | |
"@types/node-fetch": "^2.6.4", | |
"abort-controller": "^3.0.0", | |
"agentkeepalive": "^4.2.1", | |
"form-data-encoder": "1.7.2", | |
"formdata-node": "^4.3.2", | |
"node-fetch": "^2.6.7" | |
} | |
}, | |
"node_modules/@browserbasehq/stagehand": { | |
"version": "2.2.1", | |
"resolved": "https://registry.npmjs.org/@browserbasehq/stagehand/-/stagehand-2.2.1.tgz", | |
"integrity": "sha512-RwxhvlXKdEVf8cQpHnA05pj+PA92lGLCA1bkqZwri2GDzWWiDx7WTVf0QPWfAD6T8E3cD4hVHIVQpbCmogwxFg==", | |
"license": "MIT", | |
"dependencies": { | |
"@anthropic-ai/sdk": "0.39.0", | |
"@browserbasehq/sdk": "^2.4.0", | |
"@google/genai": "^0.8.0", | |
"ai": "^4.3.9", | |
"openai": "^4.87.1", | |
"pino": "^9.6.0", | |
"pino-pretty": "^13.0.0", | |
"playwright": "^1.52.0", | |
"ws": "^8.18.0", | |
"zod-to-json-schema": "^3.23.5" | |
}, | |
"optionalDependencies": { | |
"@ai-sdk/anthropic": "^1.2.6", | |
"@ai-sdk/azure": "^1.3.19", | |
"@ai-sdk/cerebras": "^0.2.6", | |
"@ai-sdk/deepseek": "^0.2.13", | |
"@ai-sdk/google": "^1.2.6", | |
"@ai-sdk/groq": "^1.2.4", | |
"@ai-sdk/mistral": "^1.2.7", | |
"@ai-sdk/openai": "^1.0.14", | |
"@ai-sdk/perplexity": "^1.1.7", | |
"@ai-sdk/togetherai": "^0.2.6", | |
"@ai-sdk/xai": "^1.2.15", | |
"ollama-ai-provider": "^1.2.0" | |
}, | |
"peerDependencies": { | |
"@playwright/test": "^1.42.1", | |
"deepmerge": "^4.3.1", | |
"dotenv": "^16.4.5", | |
"zod": "^3.23.8" | |
} | |
}, | |
"node_modules/@google/genai": { | |
"version": "0.8.0", | |
"resolved": "https://registry.npmjs.org/@google/genai/-/genai-0.8.0.tgz", | |
"integrity": "sha512-Zs+OGyZKyMbFofGJTR9/jTQSv8kITh735N3tEuIZj4VlMQXTC0soCFahysJ9NaeenRlD7xGb6fyqmX+FwrpU6Q==", | |
"license": "Apache-2.0", | |
"dependencies": { | |
"google-auth-library": "^9.14.2", | |
"ws": "^8.18.0" | |
}, | |
"engines": { | |
"node": ">=18.0.0" | |
} | |
}, | |
"node_modules/@onkernel/sdk": { | |
"version": "0.8.0", | |
"resolved": "https://registry.npmjs.org/@onkernel/sdk/-/sdk-0.8.0.tgz", | |
"integrity": "sha512-OpGY/WI6INfKWabsd7vonMiycN2hE5+tUJNPklKW3uj3zyonph+35RZhzW6LXhnjO+To9nLQ8+4621Trh+Hc0g==", |
Was this report helpful? Give feedback by reacting with 👍 or 👎
Bumps the npm_and_yarn group with 1 update in the /templates/typescript/stagehand directory: form-data.
Updates
form-data
from 4.0.2 to 4.0.4Changelog
Sourced from form-data's changelog.
Commits
41996f5
v4.0.4316c82b
[meta] actually ensure the readme backup isn’t published2300ca1
[meta] fix readme capitalization811f682
[meta] addauto-changelog
5e34080
[Tests] fix linting errors1d11a76
[Tests] handle predict-v8-randomness failures in node < 17 and node > 2358c25d7
[Dev Deps] update@ljharb/eslint-config
3d17230
[Fix] Switch to usingcrypto
random for boundary valuesd8d67dc
v4.0.3e6e83cc
[meta] remove local commit hooksDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
TL;DR
Bumped
form-data
from 4.0.2 to 4.0.4 in the TypeScript Stagehand template.Why we made these changes
To incorporate bug fixes, such as preventing crashes with nullish values, and improve robustness by using
crypto
for boundary values in theform-data
library.What changed?
templates/typescript/stagehand/package-lock.json
: Updated to reflect theform-data
version bump to 4.0.4.Validation