Bump dependencies

78a25f361bfecd5a0536e9c1dce6bfdc3ab79027

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +215 -61Showing whitespace changes
package-lock.json+215 -61
@@ -1461,9 +1461,9 @@
1461 "license": "MIT"1461 "license": "MIT"
1462 },1462 },
1463 "node_modules/body-parser": {1463 "node_modules/body-parser": {
1464 "version": "1.20.2",1464 "version": "1.20.3",
1465 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz",1465 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
1466 "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==",1466 "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
1467 "license": "MIT",1467 "license": "MIT",
1468 "dependencies": {1468 "dependencies": {
1469 "bytes": "3.1.2",1469 "bytes": "3.1.2",
@@ -1474,7 +1474,7 @@
1474 "http-errors": "2.0.0",1474 "http-errors": "2.0.0",
1475 "iconv-lite": "0.4.24",1475 "iconv-lite": "0.4.24",
1476 "on-finished": "2.4.1",1476 "on-finished": "2.4.1",
1477 "qs": "6.11.0",1477 "qs": "6.13.0",
1478 "raw-body": "2.5.2",1478 "raw-body": "2.5.2",
1479 "type-is": "~1.6.18",1479 "type-is": "~1.6.18",
1480 "unpipe": "1.0.0"1480 "unpipe": "1.0.0"
@@ -1505,6 +1505,21 @@
1505 "node": ">=0.10.0"1505 "node": ">=0.10.0"
1506 }1506 }
1507 },1507 },
1508 "node_modules/body-parser/node_modules/qs": {
1509 "version": "6.13.0",
1510 "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
1511 "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
1512 "license": "BSD-3-Clause",
1513 "dependencies": {
1514 "side-channel": "^1.0.6"
1515 },
1516 "engines": {
1517 "node": ">=0.6"
1518 },
1519 "funding": {
1520 "url": "https://github.com/sponsors/ljharb"
1521 }
1522 },
1508 "node_modules/boolbase": {1523 "node_modules/boolbase": {
1509 "version": "1.0.0",1524 "version": "1.0.0",
1510 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",1525 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
@@ -1618,13 +1633,19 @@
1618 }1633 }
1619 },1634 },
1620 "node_modules/call-bind": {1635 "node_modules/call-bind": {
1621 "version": "1.0.2",1636 "version": "1.0.7",
1622 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",1637 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
1623 "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",1638 "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
1624 "license": "MIT",1639 "license": "MIT",
1625 "dependencies": {1640 "dependencies": {
1626 "function-bind": "^1.1.1",1641 "es-define-property": "^1.0.0",
1627 "get-intrinsic": "^1.0.2"1642 "es-errors": "^1.3.0",
1643 "function-bind": "^1.1.2",
1644 "get-intrinsic": "^1.2.4",
1645 "set-function-length": "^1.2.1"
1646 },
1647 "engines": {
1648 "node": ">= 0.4"
1628 },1649 },
1629 "funding": {1650 "funding": {
1630 "url": "https://github.com/sponsors/ljharb"1651 "url": "https://github.com/sponsors/ljharb"
@@ -2269,6 +2290,23 @@
2269 "node": ">=10"2290 "node": ">=10"
2270 }2291 }
2271 },2292 },
2293 "node_modules/define-data-property": {
2294 "version": "1.1.4",
2295 "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
2296 "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
2297 "license": "MIT",
2298 "dependencies": {
2299 "es-define-property": "^1.0.0",
2300 "es-errors": "^1.3.0",
2301 "gopd": "^1.0.1"
2302 },
2303 "engines": {
2304 "node": ">= 0.4"
2305 },
2306 "funding": {
2307 "url": "https://github.com/sponsors/ljharb"
2308 }
2309 },
2272 "node_modules/define-lazy-prop": {2310 "node_modules/define-lazy-prop": {
2273 "version": "2.0.0",2311 "version": "2.0.0",
2274 "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",2312 "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
@@ -2445,6 +2483,27 @@
2445 "url": "https://github.com/fb55/entities?sponsor=1"2483 "url": "https://github.com/fb55/entities?sponsor=1"
2446 }2484 }
2447 },2485 },
2486 "node_modules/es-define-property": {
2487 "version": "1.0.0",
2488 "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
2489 "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
2490 "license": "MIT",
2491 "dependencies": {
2492 "get-intrinsic": "^1.2.4"
2493 },
2494 "engines": {
2495 "node": ">= 0.4"
2496 }
2497 },
2498 "node_modules/es-errors": {
2499 "version": "1.3.0",
2500 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
2501 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
2502 "license": "MIT",
2503 "engines": {
2504 "node": ">= 0.4"
2505 }
2506 },
2448 "node_modules/escalade": {2507 "node_modules/escalade": {
2449 "version": "3.1.2",2508 "version": "3.1.2",
2450 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",2509 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
@@ -2702,36 +2761,37 @@
2702 "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw=="2761 "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw=="
2703 },2762 },
2704 "node_modules/express": {2763 "node_modules/express": {
2705 "version": "4.19.2",2764 "version": "4.20.0",
2706 "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz",2765 "resolved": "https://registry.npmjs.org/express/-/express-4.20.0.tgz",
2707 "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==",2766 "integrity": "sha512-pLdae7I6QqShF5PnNTCVn4hI91Dx0Grkn2+IAsMTgMIKuQVte2dN9PeGSSAME2FR8anOhVA62QDIUaWVfEXVLw==",
2767 "license": "MIT",
2708 "dependencies": {2768 "dependencies": {
2709 "accepts": "~1.3.8",2769 "accepts": "~1.3.8",
2710 "array-flatten": "1.1.1",2770 "array-flatten": "1.1.1",
2711 "body-parser": "1.20.2",2771 "body-parser": "1.20.3",
2712 "content-disposition": "0.5.4",2772 "content-disposition": "0.5.4",
2713 "content-type": "~1.0.4",2773 "content-type": "~1.0.4",
2714 "cookie": "0.6.0",2774 "cookie": "0.6.0",
2715 "cookie-signature": "1.0.6",2775 "cookie-signature": "1.0.6",
2716 "debug": "2.6.9",2776 "debug": "2.6.9",
2717 "depd": "2.0.0",2777 "depd": "2.0.0",
2718 "encodeurl": "~1.0.2",2778 "encodeurl": "~2.0.0",
2719 "escape-html": "~1.0.3",2779 "escape-html": "~1.0.3",
2720 "etag": "~1.8.1",2780 "etag": "~1.8.1",
2721 "finalhandler": "1.2.0",2781 "finalhandler": "1.2.0",
2722 "fresh": "0.5.2",2782 "fresh": "0.5.2",
2723 "http-errors": "2.0.0",2783 "http-errors": "2.0.0",
2724 "merge-descriptors": "1.0.1",2784 "merge-descriptors": "1.0.3",
2725 "methods": "~1.1.2",2785 "methods": "~1.1.2",
2726 "on-finished": "2.4.1",2786 "on-finished": "2.4.1",
2727 "parseurl": "~1.3.3",2787 "parseurl": "~1.3.3",
2728 "path-to-regexp": "0.1.7",2788 "path-to-regexp": "0.1.10",
2729 "proxy-addr": "~2.0.7",2789 "proxy-addr": "~2.0.7",
2730 "qs": "6.11.0",2790 "qs": "6.11.0",
2731 "range-parser": "~1.2.1",2791 "range-parser": "~1.2.1",
2732 "safe-buffer": "5.2.1",2792 "safe-buffer": "5.2.1",
2733 "send": "0.18.0",2793 "send": "0.19.0",
2734 "serve-static": "1.15.0",2794 "serve-static": "1.16.0",
2735 "setprototypeof": "1.2.0",2795 "setprototypeof": "1.2.0",
2736 "statuses": "2.0.1",2796 "statuses": "2.0.1",
2737 "type-is": "~1.6.18",2797 "type-is": "~1.6.18",
@@ -2750,6 +2810,15 @@
2750 "node": ">= 0.6"2810 "node": ">= 0.6"
2751 }2811 }
2752 },2812 },
2813 "node_modules/express/node_modules/encodeurl": {
2814 "version": "2.0.0",
2815 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
2816 "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
2817 "license": "MIT",
2818 "engines": {
2819 "node": ">= 0.8"
2820 }
2821 },
2753 "node_modules/express/node_modules/safe-buffer": {2822 "node_modules/express/node_modules/safe-buffer": {
2754 "version": "5.2.1",2823 "version": "5.2.1",
2755 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",2824 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -3028,15 +3097,19 @@
3028 }3097 }
3029 },3098 },
3030 "node_modules/get-intrinsic": {3099 "node_modules/get-intrinsic": {
3031 "version": "1.2.1",3100 "version": "1.2.4",
3032 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",3101 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
3033 "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",3102 "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
3034 "license": "MIT",3103 "license": "MIT",
3035 "dependencies": {3104 "dependencies": {
3036 "function-bind": "^1.1.1",3105 "es-errors": "^1.3.0",
3037 "has": "^1.0.3",3106 "function-bind": "^1.1.2",
3038 "has-proto": "^1.0.1",3107 "has-proto": "^1.0.1",
3039 "has-symbols": "^1.0.3"3108 "has-symbols": "^1.0.3",
3109 "hasown": "^2.0.0"
3110 },
3111 "engines": {
3112 "node": ">= 0.4"
3040 },3113 },
3041 "funding": {3114 "funding": {
3042 "url": "https://github.com/sponsors/ljharb"3115 "url": "https://github.com/sponsors/ljharb"
@@ -3120,6 +3193,18 @@
3120 "integrity": "sha512-KTLodkyGBWMK9IW6QIeJ2zCuju4Z0CLpbkADKo+yLhbSTD4l+CXXpQ/xaynGVAzeBezzJG6qn8MLeqOq3SmW0A==",3193 "integrity": "sha512-KTLodkyGBWMK9IW6QIeJ2zCuju4Z0CLpbkADKo+yLhbSTD4l+CXXpQ/xaynGVAzeBezzJG6qn8MLeqOq3SmW0A==",
3121 "license": "MIT"3194 "license": "MIT"
3122 },3195 },
3196 "node_modules/gopd": {
3197 "version": "1.0.1",
3198 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
3199 "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
3200 "license": "MIT",
3201 "dependencies": {
3202 "get-intrinsic": "^1.1.3"
3203 },
3204 "funding": {
3205 "url": "https://github.com/sponsors/ljharb"
3206 }
3207 },
3123 "node_modules/got": {3208 "node_modules/got": {
3124 "version": "11.8.6",3209 "version": "11.8.6",
3125 "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",3210 "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
@@ -3169,18 +3254,6 @@
3169 "integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==",3254 "integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==",
3170 "license": "ISC"3255 "license": "ISC"
3171 },3256 },
3172 "node_modules/has": {
3173 "version": "1.0.3",
3174 "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
3175 "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
3176 "license": "MIT",
3177 "dependencies": {
3178 "function-bind": "^1.1.1"
3179 },
3180 "engines": {
3181 "node": ">= 0.4.0"
3182 }
3183 },
3184 "node_modules/has-flag": {3257 "node_modules/has-flag": {
3185 "version": "4.0.0",3258 "version": "4.0.0",
3186 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",3259 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -3191,10 +3264,22 @@
3191 "node": ">=8"3264 "node": ">=8"
3192 }3265 }
3193 },3266 },
3267 "node_modules/has-property-descriptors": {
3268 "version": "1.0.2",
3269 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
3270 "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
3271 "license": "MIT",
3272 "dependencies": {
3273 "es-define-property": "^1.0.0"
3274 },
3275 "funding": {
3276 "url": "https://github.com/sponsors/ljharb"
3277 }
3278 },
3194 "node_modules/has-proto": {3279 "node_modules/has-proto": {
3195 "version": "1.0.1",3280 "version": "1.0.3",
3196 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",3281 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
3197 "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",3282 "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
3198 "license": "MIT",3283 "license": "MIT",
3199 "engines": {3284 "engines": {
3200 "node": ">= 0.4"3285 "node": ">= 0.4"
@@ -3215,6 +3300,18 @@
3215 "url": "https://github.com/sponsors/ljharb"3300 "url": "https://github.com/sponsors/ljharb"
3216 }3301 }
3217 },3302 },
3303 "node_modules/hasown": {
3304 "version": "2.0.2",
3305 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
3306 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
3307 "license": "MIT",
3308 "dependencies": {
3309 "function-bind": "^1.1.2"
3310 },
3311 "engines": {
3312 "node": ">= 0.4"
3313 }
3314 },
3218 "node_modules/he": {3315 "node_modules/he": {
3219 "version": "1.2.0",3316 "version": "1.2.0",
3220 "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",3317 "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -3804,10 +3901,13 @@
3804 }3901 }
3805 },3902 },
3806 "node_modules/merge-descriptors": {3903 "node_modules/merge-descriptors": {
3807 "version": "1.0.1",3904 "version": "1.0.3",
3808 "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",3905 "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
3809 "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==",3906 "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
3810 "license": "MIT"3907 "license": "MIT",
3908 "funding": {
3909 "url": "https://github.com/sponsors/sindresorhus"
3910 }
3811 },3911 },
3812 "node_modules/methods": {3912 "node_modules/methods": {
3813 "version": "1.1.2",3913 "version": "1.1.2",
@@ -4042,10 +4142,13 @@
4042 }4142 }
4043 },4143 },
4044 "node_modules/object-inspect": {4144 "node_modules/object-inspect": {
4045 "version": "1.12.3",4145 "version": "1.13.2",
4046 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",4146 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
4047 "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",4147 "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
4048 "license": "MIT",4148 "license": "MIT",
4149 "engines": {
4150 "node": ">= 0.4"
4151 },
4049 "funding": {4152 "funding": {
4050 "url": "https://github.com/sponsors/ljharb"4153 "url": "https://github.com/sponsors/ljharb"
4051 }4154 }
@@ -4346,9 +4449,9 @@
4346 }4449 }
4347 },4450 },
4348 "node_modules/path-to-regexp": {4451 "node_modules/path-to-regexp": {
4349 "version": "0.1.7",4452 "version": "0.1.10",
4350 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",4453 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
4351 "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==",4454 "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",
4352 "license": "MIT"4455 "license": "MIT"
4353 },4456 },
4354 "node_modules/peek-readable": {4457 "node_modules/peek-readable": {
@@ -4859,9 +4962,9 @@
4859 "license": "ISC"4962 "license": "ISC"
4860 },4963 },
4861 "node_modules/send": {4964 "node_modules/send": {
4862 "version": "0.18.0",4965 "version": "0.19.0",
4863 "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",4966 "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
4864 "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",4967 "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
4865 "license": "MIT",4968 "license": "MIT",
4866 "dependencies": {4969 "dependencies": {
4867 "debug": "2.6.9",4970 "debug": "2.6.9",
@@ -4889,9 +4992,9 @@
4889 "license": "MIT"4992 "license": "MIT"
4890 },4993 },
4891 "node_modules/serve-static": {4994 "node_modules/serve-static": {
4892 "version": "1.15.0",4995 "version": "1.16.0",
4893 "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",4996 "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.0.tgz",
4894 "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",4997 "integrity": "sha512-pDLK8zwl2eKaYrs8mrPZBJua4hMplRWJ1tIFksVC3FtBEBnl8dxgeHtsaMS8DhS9i4fLObaon6ABoc4/hQGdPA==",
4895 "license": "MIT",4998 "license": "MIT",
4896 "dependencies": {4999 "dependencies": {
4897 "encodeurl": "~1.0.2",5000 "encodeurl": "~1.0.2",
@@ -4903,6 +5006,53 @@
4903 "node": ">= 0.8.0"5006 "node": ">= 0.8.0"
4904 }5007 }
4905 },5008 },
5009 "node_modules/serve-static/node_modules/ms": {
5010 "version": "2.1.3",
5011 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
5012 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
5013 "license": "MIT"
5014 },
5015 "node_modules/serve-static/node_modules/send": {
5016 "version": "0.18.0",
5017 "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
5018 "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
5019 "license": "MIT",
5020 "dependencies": {
5021 "debug": "2.6.9",
5022 "depd": "2.0.0",
5023 "destroy": "1.2.0",
5024 "encodeurl": "~1.0.2",
5025 "escape-html": "~1.0.3",
5026 "etag": "~1.8.1",
5027 "fresh": "0.5.2",
5028 "http-errors": "2.0.0",
5029 "mime": "1.6.0",
5030 "ms": "2.1.3",
5031 "on-finished": "2.4.1",
5032 "range-parser": "~1.2.1",
5033 "statuses": "2.0.1"
5034 },
5035 "engines": {
5036 "node": ">= 0.8.0"
5037 }
5038 },
5039 "node_modules/set-function-length": {
5040 "version": "1.2.2",
5041 "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
5042 "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
5043 "license": "MIT",
5044 "dependencies": {
5045 "define-data-property": "^1.1.4",
5046 "es-errors": "^1.3.0",
5047 "function-bind": "^1.1.2",
5048 "get-intrinsic": "^1.2.4",
5049 "gopd": "^1.0.1",
5050 "has-property-descriptors": "^1.0.2"
5051 },
5052 "engines": {
5053 "node": ">= 0.4"
5054 }
5055 },
4906 "node_modules/setprototypeof": {5056 "node_modules/setprototypeof": {
4907 "version": "1.2.0",5057 "version": "1.2.0",
4908 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",5058 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
@@ -4931,14 +5081,18 @@
4931 }5081 }
4932 },5082 },
4933 "node_modules/side-channel": {5083 "node_modules/side-channel": {
4934 "version": "1.0.4",5084 "version": "1.0.6",
4935 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",5085 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
4936 "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",5086 "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
4937 "license": "MIT",5087 "license": "MIT",
4938 "dependencies": {5088 "dependencies": {
4939 "call-bind": "^1.0.0",5089 "call-bind": "^1.0.7",
4940 "get-intrinsic": "^1.0.2",5090 "es-errors": "^1.3.0",
4941 "object-inspect": "^1.9.0"5091 "get-intrinsic": "^1.2.4",
5092 "object-inspect": "^1.13.1"
5093 },
5094 "engines": {
5095 "node": ">= 0.4"
4942 },5096 },
4943 "funding": {5097 "funding": {
4944 "url": "https://github.com/sponsors/ljharb"5098 "url": "https://github.com/sponsors/ljharb"