chore(deps): bump the production group across 1 directory with 9 updates#83
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the production group across 1 directory with 9 updates#83dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the production group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ws](https://github.com/websockets/ws) | `8.20.1` | `8.21.0` | | [@fastify/cors](https://github.com/fastify/fastify-cors) | `11.2.0` | `11.3.0` | | [@fastify/helmet](https://github.com/fastify/fastify-helmet) | `13.0.2` | `13.1.0` | | [@fastify/static](https://github.com/fastify/fastify-static) | `9.1.3` | `10.1.0` | | [fastify](https://github.com/fastify/fastify) | `5.8.5` | `5.10.0` | | [ioredis](https://github.com/luin/ioredis) | `5.10.1` | `5.11.1` | | [i18next](https://github.com/i18next/i18next) | `26.2.0` | `26.3.6` | | [react-i18next](https://github.com/i18next/react-i18next) | `17.0.8` | `17.0.9` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.15.1` | `7.18.1` | Updates `ws` from 8.20.1 to 8.21.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.1...8.21.0) Updates `@fastify/cors` from 11.2.0 to 11.3.0 - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](fastify/fastify-cors@v11.2.0...v11.3.0) Updates `@fastify/helmet` from 13.0.2 to 13.1.0 - [Release notes](https://github.com/fastify/fastify-helmet/releases) - [Commits](fastify/fastify-helmet@v13.0.2...v13.1.0) Updates `@fastify/static` from 9.1.3 to 10.1.0 - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](fastify/fastify-static@v9.1.3...v10.1.0) Updates `fastify` from 5.8.5 to 5.10.0 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v5.8.5...v5.10.0) Updates `ioredis` from 5.10.1 to 5.11.1 - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.10.1...v5.11.1) Updates `i18next` from 26.2.0 to 26.3.6 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v26.2.0...v26.3.6) Updates `react-i18next` from 17.0.8 to 17.0.9 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v17.0.8...v17.0.9) Updates `react-router-dom` from 7.15.1 to 7.18.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.1/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.1/packages/react-router-dom) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: "@fastify/cors" dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: "@fastify/helmet" dependency-version: 13.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: "@fastify/static" dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production - dependency-name: fastify dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: ioredis dependency-version: 5.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: i18next dependency-version: 26.3.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: react-i18next dependency-version: 17.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: react-router-dom dependency-version: 7.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production ... Signed-off-by: dependabot[bot] <support@github.com>
Comment on lines
+3802
to
+3822
| "node_modules/engine.io/node_modules/ws": { | ||
| "version": "8.20.1", | ||
| "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz", | ||
| "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==", | ||
| "license": "MIT", | ||
| "engines": { | ||
| "node": ">=10.0.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "bufferutil": "^4.0.1", | ||
| "utf-8-validate": ">=5.0.2" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "bufferutil": { | ||
| "optional": true | ||
| }, | ||
| "utf-8-validate": { | ||
| "optional": true | ||
| } | ||
| } | ||
| }, |
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 group with 9 updates in the / directory:
8.20.18.21.011.2.011.3.013.0.213.1.09.1.310.1.05.8.55.10.05.10.15.11.126.2.026.3.617.0.817.0.97.15.17.18.1Updates
wsfrom 8.20.1 to 8.21.0Release notes
Sourced from ws's releases.
Commits
bca91ad[dist] 8.21.02b2abd4[security] Limit retained message parts78eabe2[security] Add latest vulnerability to SECURITY.mdUpdates
@fastify/corsfrom 11.2.0 to 11.3.0Release notes
Sourced from @fastify/cors's releases.
Commits
2c60caaBumped v11.3.0cf4986echore: bump@types/nodein the dev-dependencies-typescript group (#411)816d054test: remove remaining tap-style assertions from vary tests (#410)20507eachore(package.json): fix delvedor's personal url (#409)6fe85c4docs(readme): update request origin link (#408)57bdc65chore: bump fastify-plugin from 5.1.0 to 6.0.0 in the dependencies group (#407)a8ae57dchore: update depedabot setting4d34798chore(.gitattributes): retain binary file eol style (#402)675ebefrefactor(types): migrate from tsd to tstyche (#403)ef25e0bci: add lock-threads workflow (#401)Updates
@fastify/helmetfrom 13.0.2 to 13.1.0Release notes
Sourced from @fastify/helmet's releases.
Commits
33d89a3Bumped v13.1.06a7ecf2docs: fix broken links (#314)1e0ccb7chore: bump@types/nodein the dev-dependencies-typescript group (#315)51d6e89chore(package.json): fix delvedor's personal url6ac42edchore: bump fastify-plugin from 5.1.0 to 6.0.0 in the dependencies group (#312)9eb465cchore: update depedabot setting6f506darefactor(types): migrate from tsd to tstyche (#307)0c3d73dci: add lock-threads workflow (#306)8ae7182build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml (#303)307b579build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#304)Updates
@fastify/staticfrom 9.1.3 to 10.1.0Release notes
Sourced from @fastify/static's releases.
... (truncated)
Commits
36c939dBumped v10.1.07c1121afeat: use@fastify/errorfor errors and add optionsuppressWarning(#599)c57d8bcfix: set Vary: Accept-Encoding for preCompressed responses (#586)babf6dfBumped v10.0.008ed461fix!: allow setHeaders to override send headers (#598)99f0193fix: ignore unsupported deflate for precompressed assets (#596)a6e5f4dchore!: bump content-disposition fom 1.0.1 to 2.0.1 (#597)ad05a27Bumped v9.3.058811dbchore: update fastify-plugin dependency to version 6.0.0 (#594)a343813Bumped v9.2.0Updates
fastifyfrom 5.8.5 to 5.10.0Release notes
Sourced from fastify's releases.
... (truncated)
Commits
94bcbccBumped v5.10.0c47975edocs: Update import for page consistency (#6771)82952b8docs: Logging.md with per-route log level info (#6627)6ac2e95fix: derive request.port from request.host (#6680)5f4871fperf: reduce per-request overhead in the request lifecycle (#6831)ec4bc66chore: Bump fast-json-stringify to v7 (#6800)d0b649ddocs: fix incorrect hook count in Hooks.md (eight -> ten) (#6825)826c807docs: fix incorrect defaults and code examples in Server.md (#6805)6f63ce9fix: use ContentType to detectjsonandcharsetin reply.send (#6830)75d74e1feat: introduce log controller layer (#6580)Updates
ioredisfrom 5.10.1 to 5.11.1Release notes
Sourced from ioredis's releases.
Changelog
Sourced from ioredis's changelog.
Commits
fb224a7chore(release): 5.11.1 [skip ci]131ee24fix: parse protocol-relative Redis URLs as TCP connections (#2125)c84b2eefix(cluster): reconnect to nodes that restart without slot changes (#2096)1490432chore(release): 5.11.0 [skip ci]5359d4drefactor(utils): inline defaults and isArguments helpers (#2107)b7b3deffeat: add vector set command support (#2116)faa53fdci: update Node.js and Redis test matrix (#2119)37d0695feat: add increx command (#2115)612ee9dchore: update Redis 8.8 test image to custom (#2118)baf68d6feat: add array commands, typings and tests (#2114)Updates
i18nextfrom 26.2.0 to 26.3.6Release notes
Sourced from i18next's releases.
Changelog
Sourced from i18next's changelog.
Commits
e1c60d426.3.604da43efix: allow typescript 7 in optional peerDependencies range (react-i18next#1927)8eed4acbuild573ae7326.3.5