Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @nestjs/schematics from 10.2.2 to 10.2.3 #2090

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@faker-js/faker": "^9.1.0",
"@nestjs/schematics": "^10.2.2",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@smithy/util-stream": "^3.1.9",
"@types/amqplib": "^0",
Expand Down
51 changes: 49 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,25 @@ __metadata:
languageName: node
linkType: hard

"@angular-devkit/core@npm:17.3.11":
version: 17.3.11
resolution: "@angular-devkit/core@npm:17.3.11"
dependencies:
ajv: "npm:8.12.0"
ajv-formats: "npm:2.1.1"
jsonc-parser: "npm:3.2.1"
picomatch: "npm:4.0.1"
rxjs: "npm:7.8.1"
source-map: "npm:0.7.4"
peerDependencies:
chokidar: ^3.5.2
peerDependenciesMeta:
chokidar:
optional: true
checksum: 10/eb9a9ea1383cea8e55a8a0686b7c79790a2b4600a9250b2b826af527e5c1f3dbffb14d6a19b899d4c414f8e2723df71608c2f06612e895b553b5777174c207d2
languageName: node
linkType: hard

"@angular-devkit/core@npm:17.3.8":
version: 17.3.8
resolution: "@angular-devkit/core@npm:17.3.8"
Expand Down Expand Up @@ -100,6 +119,19 @@ __metadata:
languageName: node
linkType: hard

"@angular-devkit/schematics@npm:17.3.11":
version: 17.3.11
resolution: "@angular-devkit/schematics@npm:17.3.11"
dependencies:
"@angular-devkit/core": "npm:17.3.11"
jsonc-parser: "npm:3.2.1"
magic-string: "npm:0.30.8"
ora: "npm:5.4.1"
rxjs: "npm:7.8.1"
checksum: 10/752246dba1146a99f051faa6b9ed048f76c4a8c0fff73aee153023945b2e47d3bd07a7cbd5b0b60776640dad3c31d0ded8b760fc3995417369b02630e7dd8d08
languageName: node
linkType: hard

"@angular-devkit/schematics@npm:17.3.8":
version: 17.3.8
resolution: "@angular-devkit/schematics@npm:17.3.8"
Expand Down Expand Up @@ -1838,7 +1870,7 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/schematics@npm:^10.0.1, @nestjs/schematics@npm:^10.2.2":
"@nestjs/schematics@npm:^10.0.1":
version: 10.2.2
resolution: "@nestjs/schematics@npm:10.2.2"
dependencies:
Expand All @@ -1853,6 +1885,21 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/schematics@npm:^10.2.3":
version: 10.2.3
resolution: "@nestjs/schematics@npm:10.2.3"
dependencies:
"@angular-devkit/core": "npm:17.3.11"
"@angular-devkit/schematics": "npm:17.3.11"
comment-json: "npm:4.2.5"
jsonc-parser: "npm:3.3.1"
pluralize: "npm:8.0.0"
peerDependencies:
typescript: ">=4.8.2"
checksum: 10/516bb622e6632ee5a62e0334687dbd7f9e110e5fdcd6b4c97b0417db347c38cadd6e41599cc026bf156112bcc55f6fd2f62633e970e2f5b969c2099f33ec3c12
languageName: node
linkType: hard

"@nestjs/serve-static@npm:^4.0.2":
version: 4.0.2
resolution: "@nestjs/serve-static@npm:4.0.2"
Expand Down Expand Up @@ -8287,7 +8334,7 @@ __metadata:
"@nestjs/core": "npm:^10.4.6"
"@nestjs/platform-express": "npm:^10.4.6"
"@nestjs/schedule": "npm:^4.1.1"
"@nestjs/schematics": "npm:^10.2.2"
"@nestjs/schematics": "npm:^10.2.3"
"@nestjs/serve-static": "npm:^4.0.2"
"@nestjs/swagger": "npm:^8.0.0"
"@nestjs/testing": "npm:^10.4.6"
Expand Down