build(deps): bump file-type, @nestjs/common and @swc/cli in /samples/server/petstore/typescript-nestjs-server#24466
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [file-type](https://github.com/sindresorhus/file-type) to 21.3.4 and updates ancestor dependencies [file-type](https://github.com/sindresorhus/file-type), [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) and [@swc/cli](https://github.com/swc-project/pkgs). These dependencies need to be updated together. Updates `file-type` from 19.6.0 to 21.3.4 - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](sindresorhus/file-type@v19.6.0...v21.3.4) Updates `@nestjs/common` from 11.1.3 to 11.1.28 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.28/packages/common) Updates `@swc/cli` from 0.6.0 to 0.8.1 - [Commits](https://github.com/swc-project/pkgs/commits) --- updated-dependencies: - dependency-name: file-type dependency-version: 21.3.4 dependency-type: indirect - dependency-name: "@nestjs/common" dependency-version: 11.1.28 dependency-type: direct:production - dependency-name: "@swc/cli" dependency-version: 0.8.1 dependency-type: direct:development ... 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 file-type to 21.3.4 and updates ancestor dependencies file-type, @nestjs/common and @swc/cli. These dependencies need to be updated together.
Updates
file-typefrom 19.6.0 to 21.3.4Release notes
Sourced from file-type's releases.
... (truncated)
Commits
fbe8b7721.3.4aec20a0Harden parser more3afcca521.3.3c48c90bHarden parser more135f91bHarden parser moree18028c21.3.2a155cd7Fix ZIP bomb in known-size ZIP probing6954817Harden parser more370ed91Fix bound recursive BOM and ID3 detectiond2ecea1Add a few more safeguardsUpdates
@nestjs/commonfrom 11.1.3 to 11.1.28Release notes
Sourced from @nestjs/common's releases.
... (truncated)
Commits
dfaa376chore(release): publish v11.1.28 releasea5e86d8fix(common): Add missing exception classes to HttpErrorByCode660a124chore(release): publish v11.1.27 releaseaa5c4f1chore: update readme and package.json9ff83d5chore(release): publish v11.1.26 release02f8041chore(release): publish v11.1.25 release1634915test(common): Add unit tests for cli-colors utility380bf5cMerge pull request #17058 from Se3do/test/extend-metadataaf4542btest(common): Add unit tests for assignCustomParameterMetadatab67aea1test(common): Add unit tests for extendArrayMetadataUpdates
@swc/clifrom 0.6.0 to 0.8.1Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@swc/clisince your current version.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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrade the TypeScript NestJS petstore sample to
@nestjs/common11.1.28,@swc/cli0.8.1, andfile-type21.3.4. This pulls in parser security fixes and recent NestJS bug fixes.Dependencies
file-type21.3.4: parser hardening; fixes ZIP bomb and malformed input issues.@nestjs/common11.1.28: adds missing HttpErrorByCode entries; improves SSE teardown.@swc/cli0.8.1: requires Node >=20.19; updates internals (e.g.,tinyglobby,bin-wrapper).Migration
chokidar@^5(peer dependency).Written for commit 82db2a6. Summary will update on new commits.