Update server dependencies.

This commit is contained in:
baldo 2022-09-01 14:54:40 +02:00
parent f359509ba0
commit 4836e256dd
2 changed files with 10 additions and 10 deletions

View file

@ -67,13 +67,13 @@
"@types/compression": "^1.7.2",
"@types/deep-extend": "^0.4.32",
"@types/express": "^4.17.13",
"@types/glob": "^7.2.0",
"@types/glob": "^8.0.0",
"@types/graceful-fs": "^4.1.5",
"@types/html-to-text": "^8.1.1",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.184",
"@types/node": "^18.7.14",
"@types/node-cron": "^3.0.2",
"@types/node-cron": "^3.0.3",
"@types/nodemailer": "^6.4.5",
"@types/request": "^2.48.8",
"@vue/eslint-config-prettier": "^7.0.0",

View file

@ -915,10 +915,10 @@
dependencies:
"@types/node" "*"
"@types/glob@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
"@types/glob@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2"
integrity sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==
dependencies:
"@types/minimatch" "*"
"@types/node" "*"
@ -994,10 +994,10 @@
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
"@types/node-cron@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@types/node-cron/-/node-cron-3.0.2.tgz#1a95877680f828817e395789ac2bf8d72a5df6af"
integrity sha512-SK/4GYWiWvGLPl/yv+Tm5oLYbzMx1V3y7CsNTvOb3vF8O9oXH11U6/zckISHnBl4YH8MvXHFIUXbYoBONSdmzw==
"@types/node-cron@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/node-cron/-/node-cron-3.0.3.tgz#6d7a7bebecb20d83c850421d4d3178a7555be538"
integrity sha512-FPzux/llEiCe5mPn3TvLEORcF2pRXvH5cugtJCJf+UrkwQ7pYfb4wn9J/sxJ8QkT/sw9BjWSi9uur5Vh1OuAZQ==
"@types/node@*":
version "17.0.34"