mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
Merge pull request #1345 from hedgedoc/renovate/develop-typeorm-0.x
fix(deps): update dependency typeorm to v0.2.33 (develop)
This commit is contained in:
commit
21595934e5
2 changed files with 5 additions and 5 deletions
|
@ -60,7 +60,7 @@
|
|||
"rxjs": "7.1.0",
|
||||
"sqlite3": "5.0.2",
|
||||
"swagger-ui-express": "4.1.6",
|
||||
"typeorm": "0.2.32"
|
||||
"typeorm": "0.2.33"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "7.6.0",
|
||||
|
|
|
@ -6722,10 +6722,10 @@ typedarray@^0.0.6:
|
|||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
typeorm@0.2.32:
|
||||
version "0.2.32"
|
||||
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.32.tgz#544dbfdfe0cd0887548d9bcbd28527ea4f4b3c9b"
|
||||
integrity sha512-LOBZKZ9As3f8KRMPCUT2H0JZbZfWfkcUnO3w/1BFAbL/X9+cADTF6bczDGGaKVENJ3P8SaKheKmBgpt5h1x+EQ==
|
||||
typeorm@0.2.33:
|
||||
version "0.2.33"
|
||||
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.33.tgz#0ed0253bc0d5bbe3575bd53672d83d8e8fec0bca"
|
||||
integrity sha512-JjF8Y5gZxbLL1A4ARENgn+GegM4EyqUmQ7VKD7cBcQU0g3snGcOfUnFh7X5pS9I6KfBhRlvwamvjK1zlLg8+ug==
|
||||
dependencies:
|
||||
"@sqltools/formatter" "^1.2.2"
|
||||
app-root-path "^3.0.0"
|
||||
|
|
Loading…
Reference in a new issue