Bump dependencies
| @@ -1461,9 +1461,9 @@ | ||
| 1461 | 1461 | "license": "MIT" |
| 1462 | 1462 | }, |
| 1463 | 1463 | "node_modules/body-parser": { |
| 1464 | 1464 | "version": "1.20.23", |
| 1465 | 1465 | "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.23.tgz", |
| 1466 | 1466 | "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g7rAxByjUMqQ3/J1PvK4qNy7s5bAbHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", |
| 1467 | 1467 | "license": "MIT", |
| 1468 | 1468 | "dependencies": { |
| 1469 | 1469 | "bytes": "3.1.2", |
| @@ -1474,7 +1474,7 @@ | ||
| 1474 | 1474 | "http-errors": "2.0.0", |
| 1475 | 1475 | "iconv-lite": "0.4.24", |
| 1476 | 1476 | "on-finished": "2.4.1", |
| 1477 | 1477 | "qs": "6.1113.0", |
| 1478 | 1478 | "raw-body": "2.5.2", |
| 1479 | 1479 | "type-is": "~1.6.18", |
| 1480 | 1480 | "unpipe": "1.0.0" |
| @@ -1505,6 +1505,21 @@ | ||
| 1505 | 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 | 1523 | "node_modules/boolbase": { |
| 1509 | 1524 | "version": "1.0.0", |
| 1510 | 1525 | "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", |
| @@ -1618,13 +1633,19 @@ | ||
| 1618 | 1633 | } |
| 1619 | 1634 | }, |
| 1620 | 1635 | "node_modules/call-bind": { |
| 1621 | 1636 | "version": "1.0.27", |
| 1622 | 1637 | "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.27.tgz", |
| 1623 | 1638 | "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJGHTSNSYICQ7scH7sZ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrAM2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", |
| 1624 | 1639 | "license": "MIT", |
| 1625 | 1640 | "dependencies": { |
| 1626 | 1641 | "functiones-binddefine-property": "^1.10.10", |
| 1627 | 1642 | "getes-intrinsicerrors": "^1.03.20", |
| 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 | 1650 | "funding": { |
| 1630 | 1651 | "url": "https://github.com/sponsors/ljharb" |
| @@ -2269,6 +2290,23 @@ | ||
| 2269 | 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 | 2310 | "node_modules/define-lazy-prop": { |
| 2273 | 2311 | "version": "2.0.0", |
| 2274 | 2312 | "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", |
| @@ -2445,6 +2483,27 @@ | ||
| 2445 | 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 | 2507 | "node_modules/escalade": { |
| 2449 | 2508 | "version": "3.1.2", |
| 2450 | 2509 | "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", |
| @@ -2702,36 +2761,37 @@ | ||
| 2702 | 2761 | "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw==" |
| 2703 | 2762 | }, |
| 2704 | 2763 | "node_modules/express": { |
| 2705 | 2764 | "version": "4.1920.20", |
| 2706 | 2765 | "resolved": "https://registry.npmjs.org/express/-/express-4.1920.20.tgz", |
| 2707 | 2766 | "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxGpLdae7I6QqShF5PnNTCVn4hI91Dx0Grkn2+0calOJcWKbpFcuzLZ91YWq9QIAsMTgMIKuQVte2dN9PeGSSAME2FR8anOhVA62QDIUaWVfEXVLw==", |
| 2767 | + "license": "MIT", | |
| 2708 | 2768 | "dependencies": { |
| 2709 | 2769 | "accepts": "~1.3.8", |
| 2710 | 2770 | "array-flatten": "1.1.1", |
| 2711 | 2771 | "body-parser": "1.20.23", |
| 2712 | 2772 | "content-disposition": "0.5.4", |
| 2713 | 2773 | "content-type": "~1.0.4", |
| 2714 | 2774 | "cookie": "0.6.0", |
| 2715 | 2775 | "cookie-signature": "1.0.6", |
| 2716 | 2776 | "debug": "2.6.9", |
| 2717 | 2777 | "depd": "2.0.0", |
| 2718 | 2778 | "encodeurl": "~12.0.20", |
| 2719 | 2779 | "escape-html": "~1.0.3", |
| 2720 | 2780 | "etag": "~1.8.1", |
| 2721 | 2781 | "finalhandler": "1.2.0", |
| 2722 | 2782 | "fresh": "0.5.2", |
| 2723 | 2783 | "http-errors": "2.0.0", |
| 2724 | 2784 | "merge-descriptors": "1.0.13", |
| 2725 | 2785 | "methods": "~1.1.2", |
| 2726 | 2786 | "on-finished": "2.4.1", |
| 2727 | 2787 | "parseurl": "~1.3.3", |
| 2728 | 2788 | "path-to-regexp": "0.1.710", |
| 2729 | 2789 | "proxy-addr": "~2.0.7", |
| 2730 | 2790 | "qs": "6.11.0", |
| 2731 | 2791 | "range-parser": "~1.2.1", |
| 2732 | 2792 | "safe-buffer": "5.2.1", |
| 2733 | 2793 | "send": "0.1819.0", |
| 2734 | 2794 | "serve-static": "1.1516.0", |
| 2735 | 2795 | "setprototypeof": "1.2.0", |
| 2736 | 2796 | "statuses": "2.0.1", |
| 2737 | 2797 | "type-is": "~1.6.18", |
| @@ -2750,6 +2810,15 @@ | ||
| 2750 | 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 | 2822 | "node_modules/express/node_modules/safe-buffer": { |
| 2754 | 2823 | "version": "5.2.1", |
| 2755 | 2824 | "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", |
| @@ -3028,15 +3097,19 @@ | ||
| 3028 | 3097 | } |
| 3029 | 3098 | }, |
| 3030 | 3099 | "node_modules/get-intrinsic": { |
| 3031 | 3100 | "version": "1.2.14", |
| 3032 | 3101 | "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.14.tgz", |
| 3033 | 3102 | "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", |
| 3034 | 3103 | "license": "MIT", |
| 3035 | 3104 | "dependencies": { |
| 3036 | 3105 | "functiones-binderrors": "^1.13.10", |
| 3037 | 3106 | "hasfunction-bind": "^1.01.32", |
| 3038 | 3107 | "has-proto": "^1.0.1", |
| 3039 | 3108 | "has-symbols": "^1.0.3", |
| 3109 | + "hasown": "^2.0.0" | |
| 3110 | + }, | |
| 3111 | + "engines": { | |
| 3112 | + "node": ">= 0.4" | |
| 3040 | 3113 | }, |
| 3041 | 3114 | "funding": { |
| 3042 | 3115 | "url": "https://github.com/sponsors/ljharb" |
| @@ -3120,6 +3193,18 @@ | ||
| 3120 | 3193 | "integrity": "sha512-KTLodkyGBWMK9IW6QIeJ2zCuju4Z0CLpbkADKo+yLhbSTD4l+CXXpQ/xaynGVAzeBezzJG6qn8MLeqOq3SmW0A==", |
| 3121 | 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 | 3208 | "node_modules/got": { |
| 3124 | 3209 | "version": "11.8.6", |
| 3125 | 3210 | "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz", |
| @@ -3169,18 +3254,6 @@ | ||
| 3169 | 3254 | "integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==", |
| 3170 | 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 | 3257 | "node_modules/has-flag": { |
| 3185 | 3258 | "version": "4.0.0", |
| 3186 | 3259 | "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
| @@ -3191,10 +3264,22 @@ | ||
| 3191 | 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 | 3279 | "node_modules/has-proto": { |
| 3195 | 3280 | "version": "1.0.13", |
| 3196 | 3281 | "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.13.tgz", |
| 3197 | 3282 | "integrity": "sha512-7qE+iP+O+bgF9clE5SJ1amZAJUiZS+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpTPhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhguMAUT2pl3FxzVUH+Q==", |
| 3198 | 3283 | "license": "MIT", |
| 3199 | 3284 | "engines": { |
| 3200 | 3285 | "node": ">= 0.4" |
| @@ -3215,6 +3300,18 @@ | ||
| 3215 | 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 | 3315 | "node_modules/he": { |
| 3219 | 3316 | "version": "1.2.0", |
| 3220 | 3317 | "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", |
| @@ -3804,10 +3901,13 @@ | ||
| 3804 | 3901 | } |
| 3805 | 3902 | }, |
| 3806 | 3903 | "node_modules/merge-descriptors": { |
| 3807 | 3904 | "version": "1.0.13", |
| 3808 | 3905 | "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.13.tgz", |
| 3809 | 3906 | "integrity": "sha512-cCi6g3gaNvAS7TZ897/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1wrVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", |
| 3810 | 3907 | "license": "MIT", |
| 3908 | + "funding": { | |
| 3909 | + "url": "https://github.com/sponsors/sindresorhus" | |
| 3910 | + } | |
| 3811 | 3911 | }, |
| 3812 | 3912 | "node_modules/methods": { |
| 3813 | 3913 | "version": "1.1.2", |
| @@ -4042,10 +4142,13 @@ | ||
| 4042 | 4142 | } |
| 4043 | 4143 | }, |
| 4044 | 4144 | "node_modules/object-inspect": { |
| 4045 | 4145 | "version": "1.1213.32", |
| 4046 | 4146 | "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.1213.32.tgz", |
| 4047 | 4147 | "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBRIRZSRuzJiynemAXPYtPe5BoI/hLXK1aT6zmVSO0jsQcs7fj6MGw89jCRESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/cjGfLcNOrtMYtGqm81gk3g==", |
| 4048 | 4148 | "license": "MIT", |
| 4149 | + "engines": { | |
| 4150 | + "node": ">= 0.4" | |
| 4151 | + }, | |
| 4049 | 4152 | "funding": { |
| 4050 | 4153 | "url": "https://github.com/sponsors/ljharb" |
| 4051 | 4154 | } |
| @@ -4346,9 +4449,9 @@ | ||
| 4346 | 4449 | } |
| 4347 | 4450 | }, |
| 4348 | 4451 | "node_modules/path-to-regexp": { |
| 4349 | 4452 | "version": "0.1.710", |
| 4350 | 4453 | "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.710.tgz", |
| 4351 | 4454 | "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", |
| 4352 | 4455 | "license": "MIT" |
| 4353 | 4456 | }, |
| 4354 | 4457 | "node_modules/peek-readable": { |
| @@ -4859,9 +4962,9 @@ | ||
| 4859 | 4962 | "license": "ISC" |
| 4860 | 4963 | }, |
| 4861 | 4964 | "node_modules/send": { |
| 4862 | 4965 | "version": "0.1819.0", |
| 4863 | 4966 | "resolved": "https://registry.npmjs.org/send/-/send-0.1819.0.tgz", |
| 4864 | 4967 | "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXgdW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", |
| 4865 | 4968 | "license": "MIT", |
| 4866 | 4969 | "dependencies": { |
| 4867 | 4970 | "debug": "2.6.9", |
| @@ -4889,9 +4992,9 @@ | ||
| 4889 | 4992 | "license": "MIT" |
| 4890 | 4993 | }, |
| 4891 | 4994 | "node_modules/serve-static": { |
| 4892 | 4995 | "version": "1.1516.0", |
| 4893 | 4996 | "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.1516.0.tgz", |
| 4894 | 4997 | "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9pDLK8zwl2eKaYrs8mrPZBJua4hMplRWJ1tIFksVC3FtBEBnl8dxgeHtsaMS8DhS9i4fLObaon6ABoc4/XPdUgne9ghQGdPA==", |
| 4895 | 4998 | "license": "MIT", |
| 4896 | 4999 | "dependencies": { |
| 4897 | 5000 | "encodeurl": "~1.0.2", |
| @@ -4903,6 +5006,53 @@ | ||
| 4903 | 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 | 5056 | "node_modules/setprototypeof": { |
| 4907 | 5057 | "version": "1.2.0", |
| 4908 | 5058 | "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", |
| @@ -4931,14 +5081,18 @@ | ||
| 4931 | 5081 | } |
| 4932 | 5082 | }, |
| 4933 | 5083 | "node_modules/side-channel": { |
| 4934 | 5084 | "version": "1.0.46", |
| 4935 | 5085 | "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.46.tgz", |
| 4936 | 5086 | "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42fDW/EZ6Q9RiO8eFG8Hj+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", |
| 4937 | 5087 | "license": "MIT", |
| 4938 | 5088 | "dependencies": { |
| 4939 | 5089 | "call-bind": "^1.0.07", |
| 4940 | 5090 | "getes-intrinsicerrors": "^1.03.20", |
| 4941 | 5091 | "objectget-inspectintrinsic": "^1.92.04", |
| 5092 | + "object-inspect": "^1.13.1" | |
| 5093 | + }, | |
| 5094 | + "engines": { | |
| 5095 | + "node": ">= 0.4" | |
| 4942 | 5096 | }, |
| 4943 | 5097 | "funding": { |
| 4944 | 5098 | "url": "https://github.com/sponsors/ljharb" |