From 167f0d327e67ba54a5c97de35c8d0dd7186e634d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 20 Aug 2023 08:41:35 +0100
Subject: [PATCH] chore(deps-dev): Bump @nestjs/cli from 10.1.11 to 10.1.12
(#413)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [@nestjs/cli](https://github.com/nestjs/nest-cli) from 10.1.11 to
10.1.12.
Commits
3464c93
chore(): release v10.1.12
d8f25e5
Merge pull request #2112
from nestjs/renovate/cimg-node-20.x
116a430
Merge pull request #2212
from nestjs/renovate/inquirer-8.x
d229be9
Merge pull request #2183
from nestjs/renovate/webpack-5.x
01ab911
Merge pull request #2191
from nestjs/renovate/angular-cli-monorepo
f5f2d44
Merge pull request #2228
from colinhacks/resolve-entry
106e1a8
Update actions/start.action.ts
671e5d4
Merge pull request #2240
from zackdotcomputer/master
0e9e1d8
Merge pull request #2243
from nestjs/renovate/swc-monorepo
448a118
chore(deps): update dependency @swc/core
to v1.3.77
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/cli&package-manager=npm_and_yarn&previous-version=10.1.11&new-version=10.1.12)](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 | 84 +++++++++++++++++++++++++++++++----------------
package.json | 2 +-
2 files changed, 56 insertions(+), 30 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 9ac224ea..ccd1daf5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -43,7 +43,7 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
- "@nestjs/cli": "^10.1.11",
+ "@nestjs/cli": "^10.1.12",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.1.3",
"@tsconfig/node20": "^20.1.1",
@@ -117,9 +117,9 @@
}
},
"node_modules/@angular-devkit/core": {
- "version": "16.1.4",
- "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-16.1.4.tgz",
- "integrity": "sha512-WCAzNi9LxpFIi2WVPaJQd2kHPqCnCexWzUZN05ltJuBGCQL1O+LgRHGwnQ4WZoqmrF5tcWt2a3GFtJ3DgMc1hw==",
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-16.2.0.tgz",
+ "integrity": "sha512-l1k6Rqm3YM16BEn3CWyQKrk9xfu+2ux7Bw3oS+h1TO4/RoxO2PgHj8LLRh/WNrYVarhaqO7QZ5ePBkXNMkzJ1g==",
"dev": true,
"dependencies": {
"ajv": "8.12.0",
@@ -165,14 +165,14 @@
"dev": true
},
"node_modules/@angular-devkit/schematics": {
- "version": "16.1.4",
- "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-16.1.4.tgz",
- "integrity": "sha512-yjRgwHAfFaeuimgbQtjwSUyXzEHpMSdTRb2zg+TOp6skoGvHOG8xXFJ7DjBkSMeAQdFF0fkxhPS9YmlxqNc+7A==",
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-16.2.0.tgz",
+ "integrity": "sha512-QMDJXPE0+YQJ9Ap3MMzb0v7rx6ZbBEokmHgpdIjN3eILYmbAdsSGE8HTV8NjS9nKmcyE9OGzFCMb7PFrDTlTAw==",
"dev": true,
"dependencies": {
- "@angular-devkit/core": "16.1.4",
+ "@angular-devkit/core": "16.2.0",
"jsonc-parser": "3.2.0",
- "magic-string": "0.30.0",
+ "magic-string": "0.30.1",
"ora": "5.4.1",
"rxjs": "7.8.1"
},
@@ -183,13 +183,13 @@
}
},
"node_modules/@angular-devkit/schematics-cli": {
- "version": "16.1.4",
- "resolved": "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-16.1.4.tgz",
- "integrity": "sha512-/m05+9jCV6jYcQZhDoQXo8neusE1HGU5oM+Jw2xtl3oube8vzbymhwq1SoDeMlnhMnhnxg4rMsghEgRROAq4bA==",
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-16.2.0.tgz",
+ "integrity": "sha512-f3HjrDvSrRMvESogLsqsZXsEg//trIBySCHRXCglPrWLVdBbIRctGOhXqZoclRxXimIKUx14zLsOWzDwZG8+HQ==",
"dev": true,
"dependencies": {
- "@angular-devkit/core": "16.1.4",
- "@angular-devkit/schematics": "16.1.4",
+ "@angular-devkit/core": "16.2.0",
+ "@angular-devkit/schematics": "16.2.0",
"ansi-colors": "4.1.3",
"inquirer": "8.2.4",
"symbol-observable": "4.0.0",
@@ -230,6 +230,18 @@
"node": ">=12.0.0"
}
},
+ "node_modules/@angular-devkit/schematics/node_modules/magic-string": {
+ "version": "0.30.1",
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.1.tgz",
+ "integrity": "sha512-mbVKXPmS0z0G4XqFDCTllmDQ6coZzn94aMlb0o/A4HEHJCKcanlDZwYJgwnkmgD3jyWhUgj9VsPrfd972yPffA==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/sourcemap-codec": "^1.4.15"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
"node_modules/@azure/abort-controller": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz",
@@ -2504,21 +2516,21 @@
}
},
"node_modules/@nestjs/cli": {
- "version": "10.1.11",
- "resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-10.1.11.tgz",
- "integrity": "sha512-ORkpVFQvcPYtvkLfa0I9dMSPIppkqTOyLqPvJV0wiZofp8iR1+VEVzJVi+PMj53gOkly8TV9+6iy/dBA5Ssrog==",
+ "version": "10.1.12",
+ "resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-10.1.12.tgz",
+ "integrity": "sha512-L+KZOGBvSQUJACC4/o83FRLn5h3MOD5TrGi+Y2NjiDiZr0WYG5b0FaSaCSCy9WQTk46lMaiQYbvi0d4keHJnrw==",
"dev": true,
"dependencies": {
- "@angular-devkit/core": "16.1.4",
- "@angular-devkit/schematics": "16.1.4",
- "@angular-devkit/schematics-cli": "16.1.4",
+ "@angular-devkit/core": "16.2.0",
+ "@angular-devkit/schematics": "16.2.0",
+ "@angular-devkit/schematics-cli": "16.2.0",
"@nestjs/schematics": "^10.0.1",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"cli-table3": "0.6.3",
"commander": "4.1.1",
"fork-ts-checker-webpack-plugin": "8.0.0",
- "inquirer": "8.2.5",
+ "inquirer": "8.2.6",
"node-emoji": "1.11.0",
"ora": "5.4.1",
"os-name": "4.0.1",
@@ -2529,7 +2541,7 @@
"tsconfig-paths": "4.2.0",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.1.6",
- "webpack": "5.88.1",
+ "webpack": "5.88.2",
"webpack-node-externals": "3.0.0"
},
"bin": {
@@ -9025,9 +9037,9 @@
"dev": true
},
"node_modules/inquirer": {
- "version": "8.2.5",
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.5.tgz",
- "integrity": "sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==",
+ "version": "8.2.6",
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz",
+ "integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==",
"dev": true,
"dependencies": {
"ansi-escapes": "^4.2.1",
@@ -9044,12 +9056,26 @@
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0",
"through": "^2.3.6",
- "wrap-ansi": "^7.0.0"
+ "wrap-ansi": "^6.0.1"
},
"engines": {
"node": ">=12.0.0"
}
},
+ "node_modules/inquirer/node_modules/wrap-ansi": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/internal-slot": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
@@ -14977,9 +15003,9 @@
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
},
"node_modules/webpack": {
- "version": "5.88.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.1.tgz",
- "integrity": "sha512-FROX3TxQnC/ox4N+3xQoWZzvGXSuscxR32rbzjpXgEzWudJFEJBpdlkkob2ylrv5yzzufD1zph1OoFsLtm6stQ==",
+ "version": "5.88.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz",
+ "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
diff --git a/package.json b/package.json
index 1bb78a59..f2f41ae5 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
- "@nestjs/cli": "^10.1.11",
+ "@nestjs/cli": "^10.1.12",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.1.3",
"@tsconfig/node20": "^20.1.1",