From cb34e4dfdd31ae0921ffeb4fe3b589426794add4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:19:01 +0000 Subject: [PATCH] Bump @nestjs/schematics from 10.2.3 to 11.0.2 Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 10.2.3 to 11.0.2. - [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.2) --- 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..fb6a30e 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.2", "@nestjs/testing": "^9.0.0", "@types/express": "^4.17.13", "@types/jest": "28.1.4",