chore(deps): bump the production-dependencies group across 1 directory with 6 updates - #24
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…y with 6 updates Bumps the production-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@node-rs/argon2](https://github.com/napi-rs/node-rs) | `2.2.0` | `2.2.1` | | [jose](https://github.com/panva/jose) | `6.2.10` | `6.2.12` | | [otpauth](https://github.com/hectorm/otpauth) | `9.5.1` | `9.5.2` | | [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.8` | `19.3.0` | | [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.8` | `19.3.0` | | [zod](https://github.com/colinhacks/zod) | `4.5.4` | `4.6.2` | Updates `@node-rs/argon2` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/napi-rs/node-rs/releases) - [Commits](https://github.com/napi-rs/node-rs/compare/@node-rs/argon2@2.2.0...@node-rs/argon2@2.2.1) Updates `jose` from 6.2.10 to 6.2.12 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v6.2.10...v6.2.12) Updates `otpauth` from 9.5.1 to 9.5.2 - [Release notes](https://github.com/hectorm/otpauth/releases) - [Commits](hectorm/otpauth@v9.5.1...v9.5.2) Updates `react` from 19.2.8 to 19.3.0 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.3.0/packages/react) Updates `react-dom` from 19.2.8 to 19.3.0 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.3.0/packages/react-dom) Updates `zod` from 4.5.4 to 4.6.2 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.5.4...v4.6.2) --- updated-dependencies: - dependency-name: "@node-rs/argon2" dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: jose dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: otpauth dependency-version: 9.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react dependency-version: 19.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react-dom dependency-version: 19.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: zod dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 6 updates in the / directory:
2.2.02.2.16.2.106.2.129.5.19.5.219.2.819.3.019.2.819.3.04.5.44.6.2Updates
@node-rs/argon2from 2.2.0 to 2.2.1Commits
56c64a1chore(release): publishf8d6b3efix: record and lock Rust release dependencies (#1206)b8b4faefix: remove forced SSE4.2 from x64 builds (#1205)7769109fix: disable mimalloc arch optimizations on Linux ARM64 (#1204)bb467e8chore(deps): lock file maintenance (#1202)e692dfachore(deps): update dependency oxfmt to ^0.67.0 (#1203)784f4c3chore(deps): update rust to v1.98.1 (#1201)1f53bf3chore(deps): update dependency oxfmt to ^0.66.0 (#1198)cb6b2b2chore(deps): lock file maintenance (#1197)Updates
josefrom 6.2.10 to 6.2.12Release notes
Sourced from jose's releases.
Changelog
Sourced from jose's changelog.
Commits
505a55bchore(release): 6.2.127bc9a33perf: encode single-signature JWS input once78637bdperf: normalize General JWE shared headers oncebf5138bperf: deduplicate pending jwks key importsb23a6f3perf: use native encoding for larger ASCII stringsfd3ae3fperf: normalize jwks selection metadata once6925d43perf: avoid copying AES-GCM outputbe62530docs: clarify and shorten public API guidance1b41312build: preserve README when generation fails0b51829build: check tree-shaking for every public bindingUpdates
otpauthfrom 9.5.1 to 9.5.2Release notes
Sourced from otpauth's releases.
Commits
5a0cb609.5.294f1fccUpdate QuickJS version to 2026-06-04fac0c5cUpdate hectorm/ghaction-setup-quickjs88bdce0Harden and align hex/base32 secret decodingc431143Bump the github-actions-all group across 1 directory with 7 updates (#711)b6e3a62Update dependenciesUpdates
reactfrom 19.2.8 to 19.3.0Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
2dc7da7[test] Bump Jest to 30.4 (#37382)4f93894docs: remove stale parentType param from validateChildKeys JSDoc (#36928)dbc3750Update required references to GitHub repo (#36752)900ae09[flow] Bump flow to v0.317.0 (#36701)fbb1370[flow] Bump flow to v0.307.1 (#36199)56922cf[react-native-renderer] Delete Paper (legacy) renderer (#36285)74568e8[Flight] TransportAggregateErrors.errors(#36156)e66ef64[tests] remove withoutStack from assertConsole helpers (#35498)db71391[Fiber] Instrument the lazy initializer thenable in all cases (#35521)3e1abcc[tests] Require exact error messages in assertConsole helpers (#35497)Updates
react-domfrom 19.2.8 to 19.3.0Release notes
Sourced from react-dom's releases.