diff --git a/package-lock.json b/package-lock.json index 7c4087a4c..19cded28a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,9 +15,9 @@ } }, "@angular-devkit/core": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.2.tgz", - "integrity": "sha512-ofDhTmJqoAkmkJP0duwUaCxDBMxPlc+AWYwgs3rKKZeJBb0d+tchEXHXevD5bYbbRfXtnwM+Vye2XYHhA4nWAA==", + "version": "14.2.3", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.3.tgz", + "integrity": "sha512-E8bnC6F0xNni4IIKAnIDBDkbi6cOePm4Q/Y9IrTk3wquGTfsiMlQpdnRA0nr+FTN/LT3N08O5dEw2Gd4ff4tGA==", "requires": { "ajv": "8.11.0", "ajv-formats": "2.1.1", @@ -55,11 +55,11 @@ } }, "@angular-devkit/schematics": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-14.2.2.tgz", - "integrity": "sha512-90hseNg1yQ2AR+lVr/NByZRHnYAlzCL6hr9p9q1KPHxA3Owo04yX6n6dvR/xf27hCopXInXKPsasR59XCx5ZOQ==", + "version": "14.2.3", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-14.2.3.tgz", + "integrity": "sha512-98ldx+To7xW1BH/DqIToQwHVscPZhXnZP01SeoiUnFlJE5FnXx8Lv7qHAQtE96M+cfE5NR1NKBgfCH3S3rnmFA==", "requires": { - "@angular-devkit/core": "14.2.2", + "@angular-devkit/core": "14.2.3", "jsonc-parser": "3.1.0", "magic-string": "0.26.2", "ora": "5.4.1", @@ -74,12 +74,12 @@ } }, "@angular-devkit/schematics-cli": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-14.2.2.tgz", - "integrity": "sha512-timCty5tO1A5VOcy8nVJ+jL98i6+ct5/Hg+4rQxc3J6agmmNL9fALboJBEz1ckTt7MewlGtrpohMMy+YGhuWOg==", + "version": "14.2.3", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-14.2.3.tgz", + "integrity": "sha512-MjXMpRfiKGvuUObG38lkYmE7794eiKVw5yndtFKtCNVlKoL0eEZ1unnhQjm3cEpZV8++IFHuhZpWhcZxPaMlqQ==", "requires": { - "@angular-devkit/core": "14.2.2", - "@angular-devkit/schematics": "14.2.2", + "@angular-devkit/core": "14.2.3", + "@angular-devkit/schematics": "14.2.3", "ansi-colors": "4.1.3", "inquirer": "8.2.4", "symbol-observable": "4.0.0", diff --git a/package.json b/package.json index 4ff95ed62..8d4c3f779 100644 --- a/package.json +++ b/package.json @@ -38,9 +38,9 @@ }, "homepage": "https://github.com/nestjs/nest-cli#readme", "dependencies": { - "@angular-devkit/core": "14.2.2", - "@angular-devkit/schematics": "14.2.2", - "@angular-devkit/schematics-cli": "14.2.2", + "@angular-devkit/core": "14.2.3", + "@angular-devkit/schematics": "14.2.3", + "@angular-devkit/schematics-cli": "14.2.3", "@nestjs/schematics": "^9.0.0", "chalk": "3.0.0", "chokidar": "3.5.3",