mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
fix(deps): update dependency typeorm to v0.2.34
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
73802506a0
commit
5c9f045e04
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.33"
|
||||
"typeorm": "0.2.34"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "7.6.0",
|
||||
|
|
|
@ -6635,10 +6635,10 @@ typedarray@^0.0.6:
|
|||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
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==
|
||||
typeorm@0.2.34:
|
||||
version "0.2.34"
|
||||
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.34.tgz#637b3cec2de54ee7f423012b813a2022c0aacc8b"
|
||||
integrity sha512-FZAeEGGdSGq7uTH3FWRQq67JjKu0mgANsSZ04j3kvDYNgy9KwBl/6RFgMVgiSgjf7Rqd7NrhC2KxVT7I80qf7w==
|
||||
dependencies:
|
||||
"@sqltools/formatter" "^1.2.2"
|
||||
app-root-path "^3.0.0"
|
||||
|
|
Loading…
Reference in a new issue