Bump the packages group with 5 updates#184
Conversation
Bumps the packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.30` | `24.0.0` | | [fdir](https://github.com/thecodrr/fdir) | `6.4.5` | `6.4.6` | | [undici-types](https://github.com/nodejs/undici) | `6.21.0` | `7.8.0` | | [unrs-resolver](https://github.com/unrs/unrs-resolver) | `1.7.12` | `1.7.13` | | [zod](https://github.com/colinhacks/zod) | `3.25.56` | `3.25.57` | Updates `@types/node` from 22.15.30 to 24.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `fdir` from 6.4.5 to 6.4.6 - [Release notes](https://github.com/thecodrr/fdir/releases) - [Commits](thecodrr/fdir@v6.4.5...v6.4.6) Updates `undici-types` from 6.21.0 to 7.8.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.21.0...v7.8.0) Updates `unrs-resolver` from 1.7.12 to 1.7.13 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](unrs/unrs-resolver@v1.7.12...v1.7.13) Updates `zod` from 3.25.56 to 3.25.57 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.56...v3.25.57) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: fdir dependency-version: 6.4.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: packages - dependency-name: undici-types dependency-version: 7.8.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: packages - dependency-name: unrs-resolver dependency-version: 1.7.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: packages - dependency-name: zod dependency-version: 3.25.57 dependency-type: indirect update-type: version-update:semver-patch dependency-group: packages ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
|
|
||
| undici-types@6.21.0: | ||
| resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} | ||
| undici-types@7.8.0: |
There was a problem hiding this comment.
Description: Undici is an HTTP/1.1 client. Starting in version 4.5.0 and prior to versions 5.28.5, 6.21.1, and 7.2.3, undici uses Math.random() to choose the boundary for a multipart/form-data request. It is known that the output of Math.random() can be predicted if several of its generated values are known. If there is a mechanism in an app that sends multipart requests to an attacker-controlled website, they can use this to leak the necessary values. Therefore, an attacker can tamper with the requests going to the backend APIs if certain conditions are met. This is fixed in versions 5.28.5, 6.21.1, and 7.2.3. As a workaround, do not issue multipart requests to attacker controlled servers.
Relevant link: GHSA-c76h-2ccp-4975
Severity: Medium
There was a problem hiding this comment.
The vulnerability is addressed by updating the version of undici from 5.28.4 to 5.28.5, which includes the fix for the security issue related to predictable multipart form-data boundaries.
| undici-types@7.8.0: | |
| engines: {node: '>= 0.4'} | |
| undici-types@7.8.0: | |
| resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} | |
| undici@5.28.5: | |
| resolution: {integrity: sha512-6sNWXJQhVvQKNVQNHHqmCbm+JI+CRgGa5QJOmOgRXxJGHsHNHZVlDlXUlhCZXZJBXhVXjZbNTXBTBZvKjJQjlmw==} | |
| engines: {node: '>=14.0'} | |
| universal-user-agent@7.0.3: |
|
✅ I finished the code review, and left comments with the issues I found. I will now generate code fix suggestions. |
Bumps the packages group with 5 updates:
22.15.3024.0.06.4.56.4.66.21.07.8.01.7.121.7.133.25.563.25.57Updates
@types/nodefrom 22.15.30 to 24.0.0Commits
Updates
fdirfrom 6.4.5 to 6.4.6Release notes
Sourced from fdir's releases.
Commits
4a8b167chore: bump version to 6.4.6c2593d2fix: do not stop crawling atcurrentDepth0 (#149)Updates
undici-typesfrom 6.21.0 to 7.8.0Release notes
Sourced from undici-types's releases.
... (truncated)
Commits
6ea61afBumped v7.8.0 (#4154)c29be3bbuild(deps-dev): bump esbuild from 0.24.2 to 0.25.2 (#4130)a113b90chore: update WPT (#4141)9dd11b8docs: fix inteceptors typo (#4151)03c497ccache: don't check size if not necessary (#4140)d2be897types(websocket): Import from stream/web (#4038)c8acc81apply some sqlite pragma optimizations (#4147)e0058a7skip now failing tests (#4145)8a5de7ccache: more efficient sqlite indices (#4142)981636fBumped v7.7.0 (#4138)Updates
unrs-resolverfrom 1.7.12 to 1.7.13Release notes
Sourced from unrs-resolver's releases.
Changelog
Sourced from unrs-resolver's changelog.
Commits
3dc302echore: release v1.7.13 (#143)98a895cfix: support extends in referenced project (#142)Updates
zodfrom 3.25.56 to 3.25.57Release notes
Sourced from zod's releases.
Commits
76ddfe33.25.5732ae1cdImprove stringbool (#4661)fa83a8aFix pluto303f1e9fix: issc type at ZodCheckLessThan (#4659)9548f11chore: allow readonly arrays inz.literal(#4643)20b464dAdd tests, use ReadonlyArraye57ddcaReplace non existing error instance. (#4649)daae643docs: fix broken link in Zod Core errors docs (#4640)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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