Skip to content

Commit

Permalink
Bump @nestjs/schematics from 10.0.2 to 10.0.3 (#311)
Browse files Browse the repository at this point in the history
Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/nestjs/schematics/releases)
- [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json)
- [Commits](nestjs/schematics@10.0.2...10.0.3)

---
updated-dependencies:
- dependency-name: "@nestjs/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 2252d71 commit f0977c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 39 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.2",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.7",
"@types/cron": "^2.4.0",
"@types/express": "^4.17.21",
Expand Down
45 changes: 7 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,6 @@ __metadata:
languageName: node
linkType: hard

"@angular-devkit/core@npm:16.1.8":
version: 16.1.8
resolution: "@angular-devkit/core@npm:16.1.8"
dependencies:
ajv: 8.12.0
ajv-formats: 2.1.1
jsonc-parser: 3.2.0
rxjs: 7.8.1
source-map: 0.7.4
peerDependencies:
chokidar: ^3.5.2
peerDependenciesMeta:
chokidar:
optional: true
checksum: 422d225df2fc1fcc44670fc51ca25873f3d937b20a0fc344f68182927b7ac775aff2c8014d98647133b65da45f220fbed2c234d25787e72865dab975a43ee907
languageName: node
linkType: hard

"@angular-devkit/core@npm:16.2.8":
version: 16.2.8
resolution: "@angular-devkit/core@npm:16.2.8"
Expand Down Expand Up @@ -106,19 +88,6 @@ __metadata:
languageName: node
linkType: hard

"@angular-devkit/schematics@npm:16.1.8":
version: 16.1.8
resolution: "@angular-devkit/schematics@npm:16.1.8"
dependencies:
"@angular-devkit/core": 16.1.8
jsonc-parser: 3.2.0
magic-string: 0.30.0
ora: 5.4.1
rxjs: 7.8.1
checksum: 9c691145565c8232bb807782ed6dd7de92b540faaa7a806723678964f9f3931fb5dad8d802966b2fcf31f2c388a3e3e8b0c640f8b212b5e3f9845205136f11a0
languageName: node
linkType: hard

"@angular-devkit/schematics@npm:16.2.8":
version: 16.2.8
resolution: "@angular-devkit/schematics@npm:16.2.8"
Expand Down Expand Up @@ -1288,18 +1257,18 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/schematics@npm:^10.0.2":
version: 10.0.2
resolution: "@nestjs/schematics@npm:10.0.2"
"@nestjs/schematics@npm:^10.0.3":
version: 10.0.3
resolution: "@nestjs/schematics@npm:10.0.3"
dependencies:
"@angular-devkit/core": 16.1.8
"@angular-devkit/schematics": 16.1.8
"@angular-devkit/core": 16.2.8
"@angular-devkit/schematics": 16.2.8
comment-json: 4.2.3
jsonc-parser: 3.2.0
pluralize: 8.0.0
peerDependencies:
typescript: ">=4.8.2"
checksum: bb54681dcf4f6c20315184c6b512998bbd2cb366dc197d0262efd4c0f25b87317cb305cf4b895237cbb712c80a5d7109f621e985f9de9cddd70d2bc5d2be7d62
checksum: da07bd9123336659134f9add1b8b6896b0d489ffe64bb77dd5b98ac583a3a01e4b1b39efb4c2db79e10f93f13e1f441d7d0d7cd0119f4e01ce1a9ac45edb8aba
languageName: node
linkType: hard

Expand Down Expand Up @@ -4155,7 +4124,7 @@ __metadata:
"@nestjs/passport": ^10.0.2
"@nestjs/platform-express": ^10.2.10
"@nestjs/schedule": ^4.0.0
"@nestjs/schematics": ^10.0.2
"@nestjs/schematics": ^10.0.3
"@nestjs/swagger": ^7.1.16
"@nestjs/testing": ^10.2.7
"@types/cron": ^2.4.0
Expand Down

0 comments on commit f0977c3

Please sign in to comment.