From adb5d6c39871846e6ec31d9d7197a9fd51fe5ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 12:57:35 +0100 Subject: [PATCH] chore(deps-dev): Bump @tsconfig/node20 from 20.1.0 to 20.1.1 (#394) Bumps [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) from 20.1.0 to 20.1.1.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tsconfig/node20&package-manager=npm_and_yarn&previous-version=20.1.0&new-version=20.1.1)](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 af9f8183..08bcbb32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "@nestjs/cli": "^10.1.11", "@nestjs/schematics": "^10.0.2", "@nestjs/testing": "^10.1.3", - "@tsconfig/node20": "^20.1.0", + "@tsconfig/node20": "^20.1.1", "@types/chance": "^1.1.3", "@types/compression": "^1.7.2", "@types/express": "^4.17.17", @@ -3056,9 +3056,9 @@ "devOptional": true }, "node_modules/@tsconfig/node20": { - "version": "20.1.0", - "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.0.tgz", - "integrity": "sha512-7Yz1xDv3sot8+NwiYA8wkx60qr3Tr+soJwlqVQSkiEqqgYoNmMmqSPiYs1vMmTxneB3igHAD11dGOR2+BShzTA==", + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.1.tgz", + "integrity": "sha512-7AuWv3hETpJGJegd0bTdnHIrdT/WuR3UUScGRemxhmH0vhbTTGKFZvY8DHZOqIECNdiIy6iFLh52E6Op9YrFiA==", "dev": true }, "node_modules/@types/babel__core": { diff --git a/package.json b/package.json index 2c4ed82c..6ee793d2 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nestjs/cli": "^10.1.11", "@nestjs/schematics": "^10.0.2", "@nestjs/testing": "^10.1.3", - "@tsconfig/node20": "^20.1.0", + "@tsconfig/node20": "^20.1.1", "@types/chance": "^1.1.3", "@types/compression": "^1.7.2", "@types/express": "^4.17.17",