mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-12 15:52:04 +00:00
Update definitelyTyped
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
4eea0791df
commit
c0e89b3bd0
2 changed files with 10 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
"@nestjs/typeorm": "7.1.5",
|
||||
"@types/bcrypt": "3.0.0",
|
||||
"@types/cron": "1.7.2",
|
||||
"@types/node-fetch": "2.5.8",
|
||||
"@types/node-fetch": "2.5.9",
|
||||
"@types/minio": "7.0.7",
|
||||
"@types/passport-http-bearer": "1.0.36",
|
||||
"bcrypt": "5.0.1",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -1157,7 +1157,15 @@
|
|||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/node-fetch@2.5.8", "@types/node-fetch@^2.5.0":
|
||||
"@types/node-fetch@2.5.9":
|
||||
version "2.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.9.tgz#c04a12115aa436f189e39579272b305e477621b4"
|
||||
integrity sha512-6cUyqLK+JBsATAqNQqk10jURoBFrzfRCDh4kaYxg8ivKhRPIpyBgAvuY7zM/3E4AwsYJSh5HCHBCJRM4DsCTaQ==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
form-data "^3.0.0"
|
||||
|
||||
"@types/node-fetch@^2.5.0":
|
||||
version "2.5.8"
|
||||
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.8.tgz#e199c835d234c7eb0846f6618012e558544ee2fb"
|
||||
integrity sha512-fbjI6ja0N5ZA8TV53RUqzsKNkl9fv8Oj3T7zxW7FGv1GSH7gwJaNF8dzCjrqKaxKeUpTz4yT1DaJFq/omNpGfw==
|
||||
|
|
Loading…
Reference in a new issue