From df3eb5d0c12490fc91e7c17f3ff4d79c8c76ace4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:25:34 +0000 Subject: [PATCH] Bump @nestjs/schematics from 9.2.0 to 10.1.3 Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 9.2.0 to 10.1.3. - [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/9.2.0...10.1.3) --- 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 5e91f06..b6e1aaf 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@nestjs/cli": "^9.0.0", - "@nestjs/schematics": "^9.0.0", + "@nestjs/schematics": "^10.1.3", "@nestjs/testing": "^9.0.0", "@types/express": "^4.17.13", "@types/jest": "28.1.4",