From 8c0433d13a960a38054653cb19fd774b67a0d29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:41:13 +0100 Subject: [PATCH] chore(deps): Bump @nestjs/core from 10.2.6 to 10.2.7 (#525) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) from 10.2.6 to 10.2.7.
Release notes

Sourced from @​nestjs/core's releases.

v10.2.7 (2023-10-05)

Bug fixes

Enhancements

Dependencies

Committers: 2

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/core&package-manager=npm_and_yarn&previous-version=10.2.6&new-version=10.2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d43cf313..17625343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nestjs/axios": "^3.0.0", "@nestjs/common": "^10.2.7", "@nestjs/config": "^3.1.1", - "@nestjs/core": "^10.2.6", + "@nestjs/core": "^10.2.7", "@nestjs/passport": "^10.0.2", "@nestjs/platform-express": "^10.2.7", "@nestjs/swagger": "^7.1.13", @@ -2704,9 +2704,9 @@ } }, "node_modules/@nestjs/core": { - "version": "10.2.6", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.2.6.tgz", - "integrity": "sha512-oGQ2CoBeFRT7egG47MFqS89xlXBTIRZBkRpKRTPMftEfL1RMXhXIcIIaGfzp11wx6qxrBVxBXpVLM09oaqHpaQ==", + "version": "10.2.7", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.2.7.tgz", + "integrity": "sha512-5GSu53QUUcwX17sNmlJPa1I0wIeAZOKbedyVuQx0ZAwWVa9g0wJBbsNP+R4EJ+j5Dkdzt/8xkiZvnKt8RFRR8g==", "hasInstallScript": true, "dependencies": { "@nuxtjs/opencollective": "0.3.2", diff --git a/package.json b/package.json index 3b1790c1..55ed2e65 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nestjs/axios": "^3.0.0", "@nestjs/common": "^10.2.7", "@nestjs/config": "^3.1.1", - "@nestjs/core": "^10.2.6", + "@nestjs/core": "^10.2.7", "@nestjs/passport": "^10.0.2", "@nestjs/platform-express": "^10.2.7", "@nestjs/swagger": "^7.1.13",