diff --git a/package-lock.json b/package-lock.json index 3aee4710..7c3eae43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", "@nestjs/cli": "10.4.5", - "@nestjs/schematics": "10.2.0", + "@nestjs/schematics": "10.2.2", "@nestjs/testing": "10.4.5", "@shelf/jest-dynamodb": "3.5.0", "@trivago/prettier-plugin-sort-imports": "4.3.0", @@ -5353,9 +5353,9 @@ } }, "node_modules/@nestjs/schematics": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/@nestjs/schematics/-/schematics-10.2.0.tgz", - "integrity": "sha512-fxUKABuyc2SR50mZIi7lte/p8RpEEIKcVGXNcFhD7yZ0kWoFOhqCERa4Qt4i8yrrht0PIkYvP1fPPKFWQetzVQ==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/@nestjs/schematics/-/schematics-10.2.2.tgz", + "integrity": "sha512-D4pJ46E8llCA7WPr3cV6sfRqDlvnTjQWnF1fLyKYD3Ldl+KPtlLyIcxaqlLTB0YR9ItKNKIZTJzUehRxR7UUsQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ad877d30..d2c03719 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", "@nestjs/cli": "10.4.5", - "@nestjs/schematics": "10.2.0", + "@nestjs/schematics": "10.2.2", "@nestjs/testing": "10.4.5", "@shelf/jest-dynamodb": "3.5.0", "@trivago/prettier-plugin-sort-imports": "4.3.0",