mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
Update dependency @nestjs/schematics to v7.2.8
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
75be4611d3
commit
022070107c
2 changed files with 12 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "7.5.6",
|
||||
"@nestjs/schematics": "7.2.7",
|
||||
"@nestjs/schematics": "7.2.8",
|
||||
"@nestjs/testing": "7.6.13",
|
||||
"@types/express": "4.17.11",
|
||||
"@types/jest": "26.0.20",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -645,7 +645,17 @@
|
|||
cron "1.7.2"
|
||||
uuid "8.3.2"
|
||||
|
||||
"@nestjs/schematics@7.2.7", "@nestjs/schematics@^7.1.0":
|
||||
"@nestjs/schematics@7.2.8":
|
||||
version "7.2.8"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/schematics/-/schematics-7.2.8.tgz#58f195afb9446fb83874c286b4640d6632b63fdc"
|
||||
integrity sha512-cxs76Ia1SHTp18jXTusZtUucNjAmorlTzSaeKUH+71fri2pA0JOS4RJlfta5znDuA26gboolanPE6U0ZzaLM3A==
|
||||
dependencies:
|
||||
"@angular-devkit/core" "11.2.0"
|
||||
"@angular-devkit/schematics" "11.2.0"
|
||||
fs-extra "9.1.0"
|
||||
pluralize "8.0.0"
|
||||
|
||||
"@nestjs/schematics@^7.1.0":
|
||||
version "7.2.7"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/schematics/-/schematics-7.2.7.tgz#22cd9d687afbbce068a7d20df02806c6f85832a8"
|
||||
integrity sha512-71XqMPf7s2P1Q6PVMDLbSLphVWgGDK2CgURVYyreuIWXVSoi9pcPIeO5k0Qb5n5jELlKwdrf66g05U2I6TIxzg==
|
||||
|
|
Loading…
Reference in a new issue