Bump axios, @nestjs/common, @nestjs/core, @nestjs/mongoose, @nestjs/platform-express, @nestjs/testing and wait-on in /Nest-CRUD#406
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
…latform-express, @nestjs/testing and wait-on Bumps [axios](https://github.com/axios/axios) to 1.13.5 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/mongoose](https://github.com/nestjs/mongoose), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) and [wait-on](https://github.com/jeffbski/wait-on). These dependencies need to be updated together. Updates `axios` from 0.24.0 to 1.13.5 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.24.0...v1.13.5) Updates `@nestjs/common` from 8.2.6 to 11.1.14 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.14/packages/common) Updates `@nestjs/core` from 8.2.6 to 11.1.14 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.14/packages/core) Updates `@nestjs/mongoose` from 9.0.2 to 9.2.2 - [Release notes](https://github.com/nestjs/mongoose/releases) - [Commits](nestjs/mongoose@9.0.2...9.2.2) Updates `@nestjs/platform-express` from 8.2.6 to 11.1.14 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.14/packages/platform-express) Updates `@nestjs/testing` from 8.2.6 to 11.1.14 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.14/packages/testing) Updates `wait-on` from 6.0.0 to 9.0.4 - [Release notes](https://github.com/jeffbski/wait-on/releases) - [Commits](jeffbski/wait-on@v6.0.0...v9.0.4) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: indirect - dependency-name: "@nestjs/common" dependency-version: 11.1.14 dependency-type: direct:production - dependency-name: "@nestjs/core" dependency-version: 11.1.14 dependency-type: direct:production - dependency-name: "@nestjs/mongoose" dependency-version: 9.2.2 dependency-type: direct:production - dependency-name: "@nestjs/platform-express" dependency-version: 11.1.14 dependency-type: direct:production - dependency-name: "@nestjs/testing" dependency-version: 11.1.14 dependency-type: direct:development - dependency-name: wait-on dependency-version: 9.0.4 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 axios to 1.13.5 and updates ancestor dependencies axios, @nestjs/common, @nestjs/core, @nestjs/mongoose, @nestjs/platform-express, @nestjs/testing and wait-on. These dependencies need to be updated together.
Updates
axiosfrom 0.24.0 to 1.13.5Release notes
Sourced from axios's releases.
... (truncated)
Commits
29f7542chore(release): prepare release 1.13.5 (#7379)431c3a3ci: fix run condition (#7373)9ff3a78ci: update ymls (#7372)265b712docs: fix deprecated Buffer constructor and formatting issues in README (#7371)475e75afeat: add input validation to isAbsoluteURL (#7326)28c7215fix: Denial of Service via proto Key in mergeConfig (#7369)04cf019docs: clarify object check comment (#7323)696fa75fix: status is missing in AxiosError on and after v1.13.3 (#7368)569f028fix: added a option to choose between legacy and the new request/response int...44b7c9fchore(deps-dev): bump karma-sourcemap-loader (#7360)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
@nestjs/commonfrom 8.2.6 to 11.1.14Release notes
Sourced from
@nestjs/common's releases.... (truncated)
Commits
5d31df7chore(release): publish v11.1.14 release829d326Merge pull request #16314 from SpencerKaiser/bugfix/cors-types5058600fix(common): change requestOrigin type91212b2fix: return type error804d27bfix: invalid context when no stack trace is provided8d1c16cchore: update readmee3a958achore(release): publish v11.1.13 released88856ctest(common): add unit tests for class serializer interceptora1f6162Merge pull request #16202 from som14062005/fix/issue-161958222634refactor: move built-in types to module-level constantUpdates
@nestjs/corefrom 8.2.6 to 11.1.14Release notes
Sourced from
@nestjs/core's releases.... (truncated)
Commits
5d31df7chore(release): publish v11.1.14 release8d1c16cchore: update readmee3a958achore(release): publish v11.1.13 releasedb9494aperf(core): use set instead of array for module registry lookup909b504test(core): add unit tests for discovery service96932adchore(release): publish v11.1.12 release4fdeb0bstyle: address lint issuese5616c2feat: apply instance decorator to all enhancers585f55fchore: revert lerna versionfef323bchore(release): publish v11.1.11 releaseUpdates
@nestjs/mongoosefrom 9.0.2 to 9.2.2Release notes
Sourced from
@nestjs/mongoose's releases.... (truncated)
Commits
b97dcaechore(): release v9.2.24ab97f8chore: support the latest version of mongooseb0697dachore: fix hooks87c22b3Merge pull request #1680 from nestjs/renovate/cimg-node-19.x37e051achore(deps): update dependency typescript to v56fd8659chore(deps): update dependency@types/jestto v29.5.0f72cad5chore(deps): update dependency release-it to v15.9.0121ccbbchore(deps): update dependency@types/jestto v29.4.4ede0caachore(deps): update nest monorepo to v9.3.10bf1653bchore(deps): update node.js to v19.7Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
@nestjs/platform-expressfrom 8.2.6 to 11.1.14Release notes
Sourced from
@nestjs/platform-express's releases.... (truncated)
Commits
5d31df7chore(release): publish v11.1.14 release8d1c16cchore: update readmee3a958achore(release): publish v11.1.13 release58c761afix(deps): update dependency cors to v2.8.696932adchore(release): publish v11.1.12 release585f55fchore: revert lerna versionfef323bchore(release): publish v11.1.11 releasede5e026chore(@nestjs) publish v11.1.10 release8f0840atest(express): Add tests for getBodyParserOptions utility0c93692chore: update prettierUpdates
@nestjs/testingfrom 8.2.6 to 11.1.14Release notes
Sourced from
@nestjs/testing's releases.... (truncated)
Commits
5d31df7chore(release): publish v11.1.14 release8d1c16cchore: update readmee3a958achore(release): publish v11.1.13 release96932adchore(release): publish v11.1.12 release585f55fchore: revert lerna versionfef323bchore(release): publish v11.1.11 releasede5e026chore(@nestjs) publish v11.1.10 release5045feachore: update eslint monorepo64c8552chore(@nestjs) publish v11.1.9 release68cd545chore(@nestjs) publish v11.1.8 releaseUpdates
wait-onfrom 6.0.0 to 9.0.4Release notes
Sourced from wait-on's releases.
... (truncated)
Commits
ea94ded9.0.48b972f7Merge pull request #192 from jeffbski/update-deps-2026-02-12d7ecabfnpm audit fix664c290update patch deps1874bd29.0.3fc85086update minor deps2c2f85eMerge pull request #173 from westonruter/patch-1d209f979.0.236bb96aMerge pull request #184 from bdkopen/remove-expect-legacy5132c16chore: replace expect-legacy with chaiDependabot 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.