|
814 | 814 | dependencies:
|
815 | 815 | "@types/express" "*"
|
816 | 816 |
|
817 |
| -"@types/express-serve-static-core@^4.17.18", "@types/express-serve-static-core@^4.17.24": |
| 817 | +"@types/express-serve-static-core@^4.17.18": |
818 | 818 | version "4.17.24"
|
819 | 819 | resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.24.tgz#ea41f93bf7e0d59cd5a76665068ed6aab6815c07"
|
820 | 820 | integrity sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+dEhdfISDFovPB8VpEgW8oQCTpRuCe+0zJxB7NEA==
|
|
926 | 926 | resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
|
927 | 927 | integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==
|
928 | 928 |
|
929 |
| -"@types/serve-static@*", "@types/serve-static@^1.13.10": |
| 929 | +"@types/serve-static@*": |
930 | 930 | version "1.13.10"
|
931 | 931 | resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
|
932 | 932 | integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==
|
@@ -1394,7 +1394,7 @@ brace-expansion@^1.1.7:
|
1394 | 1394 | balanced-match "^1.0.0"
|
1395 | 1395 | concat-map "0.0.1"
|
1396 | 1396 |
|
1397 |
| -braces@^3.0.1, braces@~3.0.2: |
| 1397 | +braces@^3.0.1, braces@^3.0.2, braces@~3.0.2: |
1398 | 1398 | version "3.0.2"
|
1399 | 1399 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
|
1400 | 1400 | integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
|
@@ -4053,6 +4053,14 @@ micromatch@^4.0.2, micromatch@^4.0.4:
|
4053 | 4053 | braces "^3.0.1"
|
4054 | 4054 | picomatch "^2.2.3"
|
4055 | 4055 |
|
| 4056 | +micromatch@^4.0.5: |
| 4057 | + version "4.0.5" |
| 4058 | + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" |
| 4059 | + integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== |
| 4060 | + dependencies: |
| 4061 | + braces "^3.0.2" |
| 4062 | + picomatch "^2.3.1" |
| 4063 | + |
4056 | 4064 |
|
4057 | 4065 | version "1.47.0"
|
4058 | 4066 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.47.0.tgz#8cb313e59965d3c05cfbf898915a267af46a335c"
|
@@ -4522,6 +4530,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
|
4522 | 4530 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
|
4523 | 4531 | integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
|
4524 | 4532 |
|
| 4533 | +picomatch@^2.3.1: |
| 4534 | + version "2.3.1" |
| 4535 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 4536 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 4537 | + |
4525 | 4538 | pify@^3.0.0:
|
4526 | 4539 | version "3.0.0"
|
4527 | 4540 | resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
|
|
0 commit comments