mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
chore(deps): update dependency @nestjs/schematics to v8.0.3 (#1569)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e2fbf96227
commit
9b68560072
2 changed files with 13 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "8.1.1",
|
||||
"@nestjs/schematics": "8.0.2",
|
||||
"@nestjs/schematics": "8.0.3",
|
||||
"@nestjs/testing": "8.0.6",
|
||||
"@tsconfig/node12": "1.0.9",
|
||||
"@types/cli-color": "2.0.1",
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -795,7 +795,18 @@
|
|||
cron "1.7.2"
|
||||
uuid "8.3.2"
|
||||
|
||||
"@nestjs/schematics@8.0.2", "@nestjs/schematics@^8.0.0":
|
||||
"@nestjs/schematics@8.0.3":
|
||||
version "8.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/schematics/-/schematics-8.0.3.tgz#b2247e6f5e8dd38e67969a662437f61b48841456"
|
||||
integrity sha512-A5qyS9yv6v2RIBqbsyYG57NfYA8Jm/aypRV1nc7JXjhdfDHwWKqCsgQ/7/82vVjhlvVAfr5x/dpCWqcF3XYd7w==
|
||||
dependencies:
|
||||
"@angular-devkit/core" "12.0.5"
|
||||
"@angular-devkit/schematics" "12.0.5"
|
||||
fs-extra "10.0.0"
|
||||
jsonc-parser "3.0.0"
|
||||
pluralize "8.0.0"
|
||||
|
||||
"@nestjs/schematics@^8.0.0":
|
||||
version "8.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/schematics/-/schematics-8.0.2.tgz#ff0d92fcdfd885e66f69132d4ebbd97e4ab56ef5"
|
||||
integrity sha512-iWtpXfn1Zh4Vm37BzY8OSJ60Y9TqNOjk8J+KLIwcql9EuP+0C/C4WUn+vIQMfmnut3MxRmAYFE2B/LFYrjGC5Q==
|
||||
|
|
Loading…
Reference in a new issue