From 5428779b0d25aa2033e7186cd33597560c4156bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:22:01 +0000 Subject: [PATCH] Bump @nestjs/schematics from 10.2.3 to 11.0.1 Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 10.2.3 to 11.0.1. - [Release notes](https://github.com/nestjs/schematics/releases) - [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/schematics/compare/10.2.3...11.0.1) --- updated-dependencies: - dependency-name: "@nestjs/schematics" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce9b452..7bbc7c0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@nestjs/cli": "^10.4.4", - "@nestjs/schematics": "^10.1.3", + "@nestjs/schematics": "^11.0.1", "@nestjs/testing": "^9.0.0", "@types/express": "^4.17.13", "@types/jest": "28.1.4",