-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the packages group with 5 updates #184
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
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 |
@@ -2925,8 +2925,8 @@ packages: | |||
resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} | |||
engines: {node: '>= 0.4'} | |||
|
|||
undici-types@6.21.0: | |||
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} | |||
undici-types@7.8.0: |
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.30
24.0.0
6.4.5
6.4.6
6.21.0
7.8.0
1.7.12
1.7.13
3.25.56
3.25.57
Updates
@types/node
from 22.15.30 to 24.0.0Commits
Updates
fdir
from 6.4.5 to 6.4.6Release notes
Sourced from fdir's releases.
Commits
4a8b167
chore: bump version to 6.4.6c2593d2
fix: do not stop crawling atcurrentDepth
0 (#149)Updates
undici-types
from 6.21.0 to 7.8.0Release notes
Sourced from undici-types's releases.
... (truncated)
Commits
6ea61af
Bumped v7.8.0 (#4154)c29be3b
build(deps-dev): bump esbuild from 0.24.2 to 0.25.2 (#4130)a113b90
chore: update WPT (#4141)9dd11b8
docs: fix inteceptors typo (#4151)03c497c
cache: don't check size if not necessary (#4140)d2be897
types(websocket): Import from stream/web (#4038)c8acc81
apply some sqlite pragma optimizations (#4147)e0058a7
skip now failing tests (#4145)8a5de7c
cache: more efficient sqlite indices (#4142)981636f
Bumped v7.7.0 (#4138)Updates
unrs-resolver
from 1.7.12 to 1.7.13Release notes
Sourced from unrs-resolver's releases.
Changelog
Sourced from unrs-resolver's changelog.
Commits
3dc302e
chore: release v1.7.13 (#143)98a895c
fix: support extends in referenced project (#142)Updates
zod
from 3.25.56 to 3.25.57Release notes
Sourced from zod's releases.
Commits
76ddfe3
3.25.5732ae1cd
Improve stringbool (#4661)fa83a8a
Fix pluto303f1e9
fix: issc type at ZodCheckLessThan (#4659)9548f11
chore: allow readonly arrays inz.literal
(#4643)20b464d
Add tests, use ReadonlyArraye57ddca
Replace non existing error instance. (#4649)daae643
docs: 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 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 conditions