fork of hey-api/openapi-ts because I need some additional things

Merge pull request #464 from hey-api/dependabot/npm_and_yarn/dev-deps-c5a2cae039

authored by

Jordan Shatford and committed by
GitHub
dfad4258 d46f71ba

+125 -120
+2 -2
packages/openapi-ts/package.json
··· 92 92 "@vitest/coverage-v8": "1.5.0", 93 93 "axios": "1.6.8", 94 94 "cross-spawn": "7.0.3", 95 - "eslint": "9.0.0", 95 + "eslint": "9.1.0", 96 96 "eslint-config-prettier": "9.1.0", 97 97 "eslint-plugin-simple-import-sort": "12.1.0", 98 98 "eslint-plugin-sort-keys-fix": "1.1.2", ··· 103 103 "prettier": "3.2.5", 104 104 "puppeteer": "22.6.5", 105 105 "rimraf": "5.0.5", 106 - "rollup": "4.14.3", 106 + "rollup": "4.16.1", 107 107 "rollup-plugin-dts": "6.1.0", 108 108 "rxjs": "7.8.1", 109 109 "ts-node": "10.9.2",
+123 -118
pnpm-lock.yaml
··· 83 83 version: 17.3.5(@angular/common@17.3.5)(@angular/core@17.3.5)(@angular/platform-browser@17.3.5)(rxjs@7.8.1) 84 84 '@rollup/plugin-commonjs': 85 85 specifier: 25.0.7 86 - version: 25.0.7(rollup@4.14.3) 86 + version: 25.0.7(rollup@4.16.1) 87 87 '@rollup/plugin-json': 88 88 specifier: 6.1.0 89 - version: 6.1.0(rollup@4.14.3) 89 + version: 6.1.0(rollup@4.16.1) 90 90 '@rollup/plugin-node-resolve': 91 91 specifier: 15.2.3 92 - version: 15.2.3(rollup@4.14.3) 92 + version: 15.2.3(rollup@4.16.1) 93 93 '@rollup/plugin-terser': 94 94 specifier: 0.4.4 95 - version: 0.4.4(rollup@4.14.3) 95 + version: 0.4.4(rollup@4.16.1) 96 96 '@rollup/plugin-typescript': 97 97 specifier: 11.1.6 98 - version: 11.1.6(rollup@4.14.3)(tslib@2.6.2)(typescript@5.4.5) 98 + version: 11.1.6(rollup@4.16.1)(tslib@2.6.2)(typescript@5.4.5) 99 99 '@types/cross-spawn': 100 100 specifier: 6.0.6 101 101 version: 6.0.6 ··· 115 115 specifier: 7.0.3 116 116 version: 7.0.3 117 117 eslint: 118 - specifier: 9.0.0 119 - version: 9.0.0 118 + specifier: 9.1.0 119 + version: 9.1.0 120 120 eslint-config-prettier: 121 121 specifier: 9.1.0 122 - version: 9.1.0(eslint@9.0.0) 122 + version: 9.1.0(eslint@9.1.0) 123 123 eslint-plugin-simple-import-sort: 124 124 specifier: 12.1.0 125 - version: 12.1.0(eslint@9.0.0) 125 + version: 12.1.0(eslint@9.1.0) 126 126 eslint-plugin-sort-keys-fix: 127 127 specifier: 1.1.2 128 128 version: 1.1.2 ··· 148 148 specifier: 5.0.5 149 149 version: 5.0.5 150 150 rollup: 151 - specifier: 4.14.3 152 - version: 4.14.3 151 + specifier: 4.16.1 152 + version: 4.16.1 153 153 rollup-plugin-dts: 154 154 specifier: 6.1.0 155 - version: 6.1.0(rollup@4.14.3)(typescript@5.4.5) 155 + version: 6.1.0(rollup@4.16.1)(typescript@5.4.5) 156 156 rxjs: 157 157 specifier: 7.8.1 158 158 version: 7.8.1 ··· 167 167 version: 5.4.5 168 168 typescript-eslint: 169 169 specifier: 7.7.0 170 - version: 7.7.0(eslint@9.0.0)(typescript@5.4.5) 170 + version: 7.7.0(eslint@9.1.0)(typescript@5.4.5) 171 171 vitest: 172 172 specifier: 1.5.0 173 173 version: 1.5.0(@types/node@20.12.7)(less@4.2.0) ··· 2851 2851 dev: true 2852 2852 optional: true 2853 2853 2854 - /@eslint-community/eslint-utils@4.4.0(eslint@9.0.0): 2854 + /@eslint-community/eslint-utils@4.4.0(eslint@9.1.0): 2855 2855 resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 2856 2856 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2857 2857 peerDependencies: 2858 2858 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 2859 2859 dependencies: 2860 - eslint: 9.0.0 2860 + eslint: 9.1.0 2861 2861 eslint-visitor-keys: 3.4.3 2862 2862 dev: true 2863 2863 ··· 2883 2883 - supports-color 2884 2884 dev: true 2885 2885 2886 - /@eslint/js@9.0.0: 2887 - resolution: {integrity: sha512-RThY/MnKrhubF6+s1JflwUjPEsnCEmYCWwqa/aRISKWNXGZ9epUwft4bUMM35SdKF9xvBrLydAM1RDHd1Z//ZQ==} 2886 + /@eslint/js@9.1.1: 2887 + resolution: {integrity: sha512-5WoDz3Y19Bg2BnErkZTp0en+c/i9PvgFS7MBe1+m60HjFr0hrphlAGp4yzI7pxpt4xShln4ZyYp4neJm8hmOkQ==} 2888 2888 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2889 2889 dev: true 2890 2890 2891 - /@humanwhocodes/config-array@0.12.3: 2892 - resolution: {integrity: sha512-jsNnTBlMWuTpDkeE3on7+dWJi0D6fdDfeANj/w7MpS8ztROCoLvIO2nG0CcFj+E4k8j4QrSTh4Oryi3i2G669g==} 2891 + /@humanwhocodes/config-array@0.13.0: 2892 + resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} 2893 2893 engines: {node: '>=10.10.0'} 2894 2894 dependencies: 2895 2895 '@humanwhocodes/object-schema': 2.0.3 ··· 2906 2906 2907 2907 /@humanwhocodes/object-schema@2.0.3: 2908 2908 resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} 2909 + dev: true 2910 + 2911 + /@humanwhocodes/retry@0.2.3: 2912 + resolution: {integrity: sha512-X38nUbachlb01YMlvPFojKoiXq+LzZvuSce70KPMPdeM1Rj03k4dR7lDslhbqXn3Ang4EU3+EAmwEAsbrjHW3g==} 2913 + engines: {node: '>=18.18'} 2909 2914 dev: true 2910 2915 2911 2916 /@isaacs/cliui@8.0.2: ··· 3171 3176 - supports-color 3172 3177 dev: true 3173 3178 3174 - /@rollup/plugin-commonjs@25.0.7(rollup@4.14.3): 3179 + /@rollup/plugin-commonjs@25.0.7(rollup@4.16.1): 3175 3180 resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} 3176 3181 engines: {node: '>=14.0.0'} 3177 3182 peerDependencies: ··· 3180 3185 rollup: 3181 3186 optional: true 3182 3187 dependencies: 3183 - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) 3188 + '@rollup/pluginutils': 5.1.0(rollup@4.16.1) 3184 3189 commondir: 1.0.1 3185 3190 estree-walker: 2.0.2 3186 3191 glob: 8.1.0 3187 3192 is-reference: 1.2.1 3188 3193 magic-string: 0.30.8 3189 - rollup: 4.14.3 3194 + rollup: 4.16.1 3190 3195 dev: true 3191 3196 3192 - /@rollup/plugin-json@6.1.0(rollup@4.14.3): 3197 + /@rollup/plugin-json@6.1.0(rollup@4.16.1): 3193 3198 resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} 3194 3199 engines: {node: '>=14.0.0'} 3195 3200 peerDependencies: ··· 3198 3203 rollup: 3199 3204 optional: true 3200 3205 dependencies: 3201 - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) 3202 - rollup: 4.14.3 3206 + '@rollup/pluginutils': 5.1.0(rollup@4.16.1) 3207 + rollup: 4.16.1 3203 3208 dev: true 3204 3209 3205 - /@rollup/plugin-node-resolve@15.2.3(rollup@4.14.3): 3210 + /@rollup/plugin-node-resolve@15.2.3(rollup@4.16.1): 3206 3211 resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} 3207 3212 engines: {node: '>=14.0.0'} 3208 3213 peerDependencies: ··· 3211 3216 rollup: 3212 3217 optional: true 3213 3218 dependencies: 3214 - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) 3219 + '@rollup/pluginutils': 5.1.0(rollup@4.16.1) 3215 3220 '@types/resolve': 1.20.2 3216 3221 deepmerge: 4.3.1 3217 3222 is-builtin-module: 3.2.1 3218 3223 is-module: 1.0.0 3219 3224 resolve: 1.22.8 3220 - rollup: 4.14.3 3225 + rollup: 4.16.1 3221 3226 dev: true 3222 3227 3223 - /@rollup/plugin-terser@0.4.4(rollup@4.14.3): 3228 + /@rollup/plugin-terser@0.4.4(rollup@4.16.1): 3224 3229 resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} 3225 3230 engines: {node: '>=14.0.0'} 3226 3231 peerDependencies: ··· 3229 3234 rollup: 3230 3235 optional: true 3231 3236 dependencies: 3232 - rollup: 4.14.3 3237 + rollup: 4.16.1 3233 3238 serialize-javascript: 6.0.2 3234 3239 smob: 1.5.0 3235 3240 terser: 5.30.3 3236 3241 dev: true 3237 3242 3238 - /@rollup/plugin-typescript@11.1.6(rollup@4.14.3)(tslib@2.6.2)(typescript@5.4.5): 3243 + /@rollup/plugin-typescript@11.1.6(rollup@4.16.1)(tslib@2.6.2)(typescript@5.4.5): 3239 3244 resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==} 3240 3245 engines: {node: '>=14.0.0'} 3241 3246 peerDependencies: ··· 3248 3253 tslib: 3249 3254 optional: true 3250 3255 dependencies: 3251 - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) 3256 + '@rollup/pluginutils': 5.1.0(rollup@4.16.1) 3252 3257 resolve: 1.22.8 3253 - rollup: 4.14.3 3258 + rollup: 4.16.1 3254 3259 tslib: 2.6.2 3255 3260 typescript: 5.4.5 3256 3261 dev: true 3257 3262 3258 - /@rollup/pluginutils@5.1.0(rollup@4.14.3): 3263 + /@rollup/pluginutils@5.1.0(rollup@4.16.1): 3259 3264 resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} 3260 3265 engines: {node: '>=14.0.0'} 3261 3266 peerDependencies: ··· 3267 3272 '@types/estree': 1.0.5 3268 3273 estree-walker: 2.0.2 3269 3274 picomatch: 2.3.1 3270 - rollup: 4.14.3 3275 + rollup: 4.16.1 3271 3276 dev: true 3272 3277 3273 - /@rollup/rollup-android-arm-eabi@4.14.3: 3274 - resolution: {integrity: sha512-X9alQ3XM6I9IlSlmC8ddAvMSyG1WuHk5oUnXGw+yUBs3BFoTizmG1La/Gr8fVJvDWAq+zlYTZ9DBgrlKRVY06g==} 3278 + /@rollup/rollup-android-arm-eabi@4.16.1: 3279 + resolution: {integrity: sha512-92/y0TqNLRYOTXpm6Z7mnpvKAG9P7qmK7yJeRJSdzElNCUnsgbpAsGqerUboYRIQKzgfq4pWu9xVkgpWLfmNsw==} 3275 3280 cpu: [arm] 3276 3281 os: [android] 3277 3282 requiresBuild: true 3278 3283 dev: true 3279 3284 optional: true 3280 3285 3281 - /@rollup/rollup-android-arm64@4.14.3: 3282 - resolution: {integrity: sha512-eQK5JIi+POhFpzk+LnjKIy4Ks+pwJ+NXmPxOCSvOKSNRPONzKuUvWE+P9JxGZVxrtzm6BAYMaL50FFuPe0oWMQ==} 3286 + /@rollup/rollup-android-arm64@4.16.1: 3287 + resolution: {integrity: sha512-ttWB6ZCfRLuDIUiE0yiu5gcqOsYjA5F7kEV1ggHMj20FwLZ8A1FMeahZJFl/pnOmcnD2QL0z4AcDuo27utGU8A==} 3283 3288 cpu: [arm64] 3284 3289 os: [android] 3285 3290 requiresBuild: true 3286 3291 dev: true 3287 3292 optional: true 3288 3293 3289 - /@rollup/rollup-darwin-arm64@4.14.3: 3290 - resolution: {integrity: sha512-Od4vE6f6CTT53yM1jgcLqNfItTsLt5zE46fdPaEmeFHvPs5SjZYlLpHrSiHEKR1+HdRfxuzXHjDOIxQyC3ptBA==} 3294 + /@rollup/rollup-darwin-arm64@4.16.1: 3295 + resolution: {integrity: sha512-QLDvPLetbqjHojTGFw9+nuSP3YY/iz2k1cep6crYlr97sS+ZJ0W43b8Z0zC00+lnFZj6JSNxiA4DjboNQMuh1A==} 3291 3296 cpu: [arm64] 3292 3297 os: [darwin] 3293 3298 requiresBuild: true 3294 3299 dev: true 3295 3300 optional: true 3296 3301 3297 - /@rollup/rollup-darwin-x64@4.14.3: 3298 - resolution: {integrity: sha512-0IMAO21axJeNIrvS9lSe/PGthc8ZUS+zC53O0VhF5gMxfmcKAP4ESkKOCwEi6u2asUrt4mQv2rjY8QseIEb1aw==} 3302 + /@rollup/rollup-darwin-x64@4.16.1: 3303 + resolution: {integrity: sha512-TAUK/D8khRrRIa1KwRzo8JNKk3tcqaeXWdtsiLgA8zmACWwlWLjPCJ4DULGHQrMkeBjp1Cd3Yuwx04lZgFx5Vg==} 3299 3304 cpu: [x64] 3300 3305 os: [darwin] 3301 3306 requiresBuild: true 3302 3307 dev: true 3303 3308 optional: true 3304 3309 3305 - /@rollup/rollup-linux-arm-gnueabihf@4.14.3: 3306 - resolution: {integrity: sha512-ge2DC7tHRHa3caVEoSbPRJpq7azhG+xYsd6u2MEnJ6XzPSzQsTKyXvh6iWjXRf7Rt9ykIUWHtl0Uz3T6yXPpKw==} 3310 + /@rollup/rollup-linux-arm-gnueabihf@4.16.1: 3311 + resolution: {integrity: sha512-KO+WGZjrh6zyFTD1alIFkfdtxf8B4BC+hqd3kBZHscPLvE5FR/6QKsyuCT0JlERxxYBSUKNUQ/UHyX5uwO1x2A==} 3307 3312 cpu: [arm] 3308 3313 os: [linux] 3309 3314 requiresBuild: true 3310 3315 dev: true 3311 3316 optional: true 3312 3317 3313 - /@rollup/rollup-linux-arm-musleabihf@4.14.3: 3314 - resolution: {integrity: sha512-ljcuiDI4V3ySuc7eSk4lQ9wU8J8r8KrOUvB2U+TtK0TiW6OFDmJ+DdIjjwZHIw9CNxzbmXY39wwpzYuFDwNXuw==} 3318 + /@rollup/rollup-linux-arm-musleabihf@4.16.1: 3319 + resolution: {integrity: sha512-NqxbllzIB1WoAo4ThUXVtd21iiM5IHMTTXmXySKBLVcZvkU0HIZmatlP7hLzb5yQubcmdIeWmncd2NdsjocEiw==} 3315 3320 cpu: [arm] 3316 3321 os: [linux] 3317 3322 requiresBuild: true 3318 3323 dev: true 3319 3324 optional: true 3320 3325 3321 - /@rollup/rollup-linux-arm64-gnu@4.14.3: 3322 - resolution: {integrity: sha512-Eci2us9VTHm1eSyn5/eEpaC7eP/mp5n46gTRB3Aar3BgSvDQGJZuicyq6TsH4HngNBgVqC5sDYxOzTExSU+NjA==} 3326 + /@rollup/rollup-linux-arm64-gnu@4.16.1: 3327 + resolution: {integrity: sha512-snma5NvV8y7IECQ5rq0sr0f3UUu+92NVmG/913JXJMcXo84h9ak9TA5UI9Cl2XRM9j3m37QwDBtEYnJzRkSmxA==} 3323 3328 cpu: [arm64] 3324 3329 os: [linux] 3325 3330 requiresBuild: true 3326 3331 dev: true 3327 3332 optional: true 3328 3333 3329 - /@rollup/rollup-linux-arm64-musl@4.14.3: 3330 - resolution: {integrity: sha512-UrBoMLCq4E92/LCqlh+blpqMz5h1tJttPIniwUgOFJyjWI1qrtrDhhpHPuFxULlUmjFHfloWdixtDhSxJt5iKw==} 3334 + /@rollup/rollup-linux-arm64-musl@4.16.1: 3335 + resolution: {integrity: sha512-KOvqGprlD84ueivhCi2flvcUwDRD20mAsE3vxQNVEI2Di9tnPGAfEu6UcrSPZbM+jG2w1oSr43hrPo0RNg6GGg==} 3331 3336 cpu: [arm64] 3332 3337 os: [linux] 3333 3338 requiresBuild: true 3334 3339 dev: true 3335 3340 optional: true 3336 3341 3337 - /@rollup/rollup-linux-powerpc64le-gnu@4.14.3: 3338 - resolution: {integrity: sha512-5aRjvsS8q1nWN8AoRfrq5+9IflC3P1leMoy4r2WjXyFqf3qcqsxRCfxtZIV58tCxd+Yv7WELPcO9mY9aeQyAmw==} 3342 + /@rollup/rollup-linux-powerpc64le-gnu@4.16.1: 3343 + resolution: {integrity: sha512-/gsNwtiGLqYwN4vP+EIdUC6Q6LTlpupWqokqIndvZcjn9ig/5P01WyaYCU2wvfL/2Z82jp5kX8c1mDBOvCP3zg==} 3339 3344 cpu: [ppc64] 3340 3345 os: [linux] 3341 3346 requiresBuild: true 3342 3347 dev: true 3343 3348 optional: true 3344 3349 3345 - /@rollup/rollup-linux-riscv64-gnu@4.14.3: 3346 - resolution: {integrity: sha512-sk/Qh1j2/RJSX7FhEpJn8n0ndxy/uf0kI/9Zc4b1ELhqULVdTfN6HL31CDaTChiBAOgLcsJ1sgVZjWv8XNEsAQ==} 3350 + /@rollup/rollup-linux-riscv64-gnu@4.16.1: 3351 + resolution: {integrity: sha512-uU8zuGkQfGqfD9w6VRJZI4IuG4JIfNxxJgEmLMAmPVHREKGsxFVfgHy5c6CexQF2vOfgjB33OsET3Vdn2lln9A==} 3347 3352 cpu: [riscv64] 3348 3353 os: [linux] 3349 3354 requiresBuild: true 3350 3355 dev: true 3351 3356 optional: true 3352 3357 3353 - /@rollup/rollup-linux-s390x-gnu@4.14.3: 3354 - resolution: {integrity: sha512-jOO/PEaDitOmY9TgkxF/TQIjXySQe5KVYB57H/8LRP/ux0ZoO8cSHCX17asMSv3ruwslXW/TLBcxyaUzGRHcqg==} 3358 + /@rollup/rollup-linux-s390x-gnu@4.16.1: 3359 + resolution: {integrity: sha512-lsjLtDgtcGFEuBP6yrXwkRN5/wKlvUZtfbKZZu0yaoNpiBL4epgnO21osAALIspVRnl4qZgyLFd8xjCYYWgwfw==} 3355 3360 cpu: [s390x] 3356 3361 os: [linux] 3357 3362 requiresBuild: true 3358 3363 dev: true 3359 3364 optional: true 3360 3365 3361 - /@rollup/rollup-linux-x64-gnu@4.14.3: 3362 - resolution: {integrity: sha512-8ybV4Xjy59xLMyWo3GCfEGqtKV5M5gCSrZlxkPGvEPCGDLNla7v48S662HSGwRd6/2cSneMQWiv+QzcttLrrOA==} 3366 + /@rollup/rollup-linux-x64-gnu@4.16.1: 3367 + resolution: {integrity: sha512-N2ZizKhUryqqrMfdCnjhJhZRgv61C6gK+hwVtCIKC8ts8J+go+vqENnGexwg21nHIOvLN5mBM8a7DI2vlyIOPg==} 3363 3368 cpu: [x64] 3364 3369 os: [linux] 3365 3370 requiresBuild: true 3366 3371 dev: true 3367 3372 optional: true 3368 3373 3369 - /@rollup/rollup-linux-x64-musl@4.14.3: 3370 - resolution: {integrity: sha512-s+xf1I46trOY10OqAtZ5Rm6lzHre/UiLA1J2uOhCFXWkbZrJRkYBPO6FhvGfHmdtQ3Bx793MNa7LvoWFAm93bg==} 3374 + /@rollup/rollup-linux-x64-musl@4.16.1: 3375 + resolution: {integrity: sha512-5ICeMxqg66FrOA2AbnBQ2TJVxfvZsKLxmof0ibvPLaYtbsJqnTUtJOofgWb46Gjd4uZcA4rdsp4JCxegzQPqCg==} 3371 3376 cpu: [x64] 3372 3377 os: [linux] 3373 3378 requiresBuild: true 3374 3379 dev: true 3375 3380 optional: true 3376 3381 3377 - /@rollup/rollup-win32-arm64-msvc@4.14.3: 3378 - resolution: {integrity: sha512-+4h2WrGOYsOumDQ5S2sYNyhVfrue+9tc9XcLWLh+Kw3UOxAvrfOrSMFon60KspcDdytkNDh7K2Vs6eMaYImAZg==} 3382 + /@rollup/rollup-win32-arm64-msvc@4.16.1: 3383 + resolution: {integrity: sha512-1vIP6Ce02L+qWD7uZYRiFiuAJo3m9kARatWmFSnss0gZnVj2Id7OPUU9gm49JPGasgcR3xMqiH3fqBJ8t00yVg==} 3379 3384 cpu: [arm64] 3380 3385 os: [win32] 3381 3386 requiresBuild: true 3382 3387 dev: true 3383 3388 optional: true 3384 3389 3385 - /@rollup/rollup-win32-ia32-msvc@4.14.3: 3386 - resolution: {integrity: sha512-T1l7y/bCeL/kUwh9OD4PQT4aM7Bq43vX05htPJJ46RTI4r5KNt6qJRzAfNfM+OYMNEVBWQzR2Gyk+FXLZfogGw==} 3390 + /@rollup/rollup-win32-ia32-msvc@4.16.1: 3391 + resolution: {integrity: sha512-Y3M92DcVsT6LoP+wrKpoUWPaazaP1fzbNkp0a0ZSj5Y//+pQVfVe/tQdsYQQy7dwXR30ZfALUIc9PCh9Izir6w==} 3387 3392 cpu: [ia32] 3388 3393 os: [win32] 3389 3394 requiresBuild: true 3390 3395 dev: true 3391 3396 optional: true 3392 3397 3393 - /@rollup/rollup-win32-x64-msvc@4.14.3: 3394 - resolution: {integrity: sha512-/BypzV0H1y1HzgYpxqRaXGBRqfodgoBBCcsrujT6QRcakDQdfU+Lq9PENPh5jB4I44YWq+0C2eHsHya+nZY1sA==} 3398 + /@rollup/rollup-win32-x64-msvc@4.16.1: 3399 + resolution: {integrity: sha512-x0fvpHMuF7fK5r8oZxSi8VYXkrVmRgubXpO/wcf15Lk3xZ4Jvvh5oG+u7Su1776A7XzVKZhD2eRc4t7H50gL3w==} 3395 3400 cpu: [x64] 3396 3401 os: [win32] 3397 3402 requiresBuild: true ··· 3703 3708 dev: true 3704 3709 optional: true 3705 3710 3706 - /@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.0.0)(typescript@5.4.5): 3711 + /@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.1.0)(typescript@5.4.5): 3707 3712 resolution: {integrity: sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==} 3708 3713 engines: {node: ^18.18.0 || >=20.0.0} 3709 3714 peerDependencies: ··· 3715 3720 optional: true 3716 3721 dependencies: 3717 3722 '@eslint-community/regexpp': 4.10.0 3718 - '@typescript-eslint/parser': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 3723 + '@typescript-eslint/parser': 7.7.0(eslint@9.1.0)(typescript@5.4.5) 3719 3724 '@typescript-eslint/scope-manager': 7.7.0 3720 - '@typescript-eslint/type-utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 3721 - '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 3725 + '@typescript-eslint/type-utils': 7.7.0(eslint@9.1.0)(typescript@5.4.5) 3726 + '@typescript-eslint/utils': 7.7.0(eslint@9.1.0)(typescript@5.4.5) 3722 3727 '@typescript-eslint/visitor-keys': 7.7.0 3723 3728 debug: 4.3.4 3724 - eslint: 9.0.0 3729 + eslint: 9.1.0 3725 3730 graphemer: 1.4.0 3726 3731 ignore: 5.3.1 3727 3732 natural-compare: 1.4.0 ··· 3732 3737 - supports-color 3733 3738 dev: true 3734 3739 3735 - /@typescript-eslint/parser@7.7.0(eslint@9.0.0)(typescript@5.4.5): 3740 + /@typescript-eslint/parser@7.7.0(eslint@9.1.0)(typescript@5.4.5): 3736 3741 resolution: {integrity: sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==} 3737 3742 engines: {node: ^18.18.0 || >=20.0.0} 3738 3743 peerDependencies: ··· 3747 3752 '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) 3748 3753 '@typescript-eslint/visitor-keys': 7.7.0 3749 3754 debug: 4.3.4 3750 - eslint: 9.0.0 3755 + eslint: 9.1.0 3751 3756 typescript: 5.4.5 3752 3757 transitivePeerDependencies: 3753 3758 - supports-color ··· 3761 3766 '@typescript-eslint/visitor-keys': 7.7.0 3762 3767 dev: true 3763 3768 3764 - /@typescript-eslint/type-utils@7.7.0(eslint@9.0.0)(typescript@5.4.5): 3769 + /@typescript-eslint/type-utils@7.7.0(eslint@9.1.0)(typescript@5.4.5): 3765 3770 resolution: {integrity: sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==} 3766 3771 engines: {node: ^18.18.0 || >=20.0.0} 3767 3772 peerDependencies: ··· 3772 3777 optional: true 3773 3778 dependencies: 3774 3779 '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) 3775 - '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 3780 + '@typescript-eslint/utils': 7.7.0(eslint@9.1.0)(typescript@5.4.5) 3776 3781 debug: 4.3.4 3777 - eslint: 9.0.0 3782 + eslint: 9.1.0 3778 3783 ts-api-utils: 1.3.0(typescript@5.4.5) 3779 3784 typescript: 5.4.5 3780 3785 transitivePeerDependencies: ··· 3808 3813 - supports-color 3809 3814 dev: true 3810 3815 3811 - /@typescript-eslint/utils@7.7.0(eslint@9.0.0)(typescript@5.4.5): 3816 + /@typescript-eslint/utils@7.7.0(eslint@9.1.0)(typescript@5.4.5): 3812 3817 resolution: {integrity: sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==} 3813 3818 engines: {node: ^18.18.0 || >=20.0.0} 3814 3819 peerDependencies: 3815 3820 eslint: ^8.56.0 3816 3821 dependencies: 3817 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) 3822 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.0) 3818 3823 '@types/json-schema': 7.0.15 3819 3824 '@types/semver': 7.5.8 3820 3825 '@typescript-eslint/scope-manager': 7.7.0 3821 3826 '@typescript-eslint/types': 7.7.0 3822 3827 '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) 3823 - eslint: 9.0.0 3828 + eslint: 9.1.0 3824 3829 semver: 7.6.0 3825 3830 transitivePeerDependencies: 3826 3831 - supports-color ··· 5829 5834 source-map: 0.6.1 5830 5835 dev: true 5831 5836 5832 - /eslint-config-prettier@9.1.0(eslint@9.0.0): 5837 + /eslint-config-prettier@9.1.0(eslint@9.1.0): 5833 5838 resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} 5834 5839 hasBin: true 5835 5840 peerDependencies: 5836 5841 eslint: '>=7.0.0' 5837 5842 dependencies: 5838 - eslint: 9.0.0 5843 + eslint: 9.1.0 5839 5844 dev: true 5840 5845 5841 - /eslint-plugin-simple-import-sort@12.1.0(eslint@9.0.0): 5846 + /eslint-plugin-simple-import-sort@12.1.0(eslint@9.1.0): 5842 5847 resolution: {integrity: sha512-Y2fqAfC11TcG/WP3TrI1Gi3p3nc8XJyEOJYHyEPEGI/UAgNx6akxxlX74p7SbAQdLcgASKhj8M0GKvH3vq/+ig==} 5843 5848 peerDependencies: 5844 5849 eslint: '>=5.0.0' 5845 5850 dependencies: 5846 - eslint: 9.0.0 5851 + eslint: 9.1.0 5847 5852 dev: true 5848 5853 5849 5854 /eslint-plugin-sort-keys-fix@1.1.2: ··· 5887 5892 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5888 5893 dev: true 5889 5894 5890 - /eslint@9.0.0: 5891 - resolution: {integrity: sha512-IMryZ5SudxzQvuod6rUdIUz29qFItWx281VhtFVc2Psy/ZhlCeD/5DT6lBIJ4H3G+iamGJoTln1v+QSuPw0p7Q==} 5895 + /eslint@9.1.0: 5896 + resolution: {integrity: sha512-1TCBecGFQtItia2o39P7Z4BK1X7ByNPxAiWJvwiyTGcOwYnTiiASgMpNA6a+beu8cFPhEDWvPf6mIlYUJv6sgA==} 5892 5897 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5893 5898 hasBin: true 5894 5899 dependencies: 5895 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) 5900 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.0) 5896 5901 '@eslint-community/regexpp': 4.10.0 5897 5902 '@eslint/eslintrc': 3.0.2 5898 - '@eslint/js': 9.0.0 5899 - '@humanwhocodes/config-array': 0.12.3 5903 + '@eslint/js': 9.1.1 5904 + '@humanwhocodes/config-array': 0.13.0 5900 5905 '@humanwhocodes/module-importer': 1.0.1 5906 + '@humanwhocodes/retry': 0.2.3 5901 5907 '@nodelib/fs.walk': 1.2.8 5902 5908 ajv: 6.12.6 5903 5909 chalk: 4.1.2 ··· 5913 5919 file-entry-cache: 8.0.0 5914 5920 find-up: 5.0.0 5915 5921 glob-parent: 6.0.2 5916 - graphemer: 1.4.0 5917 5922 ignore: 5.3.1 5918 5923 imurmurhash: 0.1.4 5919 5924 is-glob: 4.0.3 ··· 9124 9129 glob: 10.3.12 9125 9130 dev: true 9126 9131 9127 - /rollup-plugin-dts@6.1.0(rollup@4.14.3)(typescript@5.4.5): 9132 + /rollup-plugin-dts@6.1.0(rollup@4.16.1)(typescript@5.4.5): 9128 9133 resolution: {integrity: sha512-ijSCPICkRMDKDLBK9torss07+8dl9UpY9z1N/zTeA1cIqdzMlpkV3MOOC7zukyvQfDyxa1s3Dl2+DeiP/G6DOw==} 9129 9134 engines: {node: '>=16'} 9130 9135 peerDependencies: ··· 9132 9137 typescript: ^4.5 || ^5.0 9133 9138 dependencies: 9134 9139 magic-string: 0.30.8 9135 - rollup: 4.14.3 9140 + rollup: 4.16.1 9136 9141 typescript: 5.4.5 9137 9142 optionalDependencies: 9138 9143 '@babel/code-frame': 7.24.2 9139 9144 dev: true 9140 9145 9141 - /rollup@4.14.3: 9142 - resolution: {integrity: sha512-ag5tTQKYsj1bhrFC9+OEWqb5O6VYgtQDO9hPDBMmIbePwhfSr+ExlcU741t8Dhw5DkPCQf6noz0jb36D6W9/hw==} 9146 + /rollup@4.16.1: 9147 + resolution: {integrity: sha512-5CaD3MPDlPKfhqzRvWXK96G6ELJfPZNb3LHiZxTHgDdC6jvwfGz2E8nY+9g1ONk4ttHsK1WaFP19Js4PSr1E3g==} 9143 9148 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 9144 9149 hasBin: true 9145 9150 dependencies: 9146 9151 '@types/estree': 1.0.5 9147 9152 optionalDependencies: 9148 - '@rollup/rollup-android-arm-eabi': 4.14.3 9149 - '@rollup/rollup-android-arm64': 4.14.3 9150 - '@rollup/rollup-darwin-arm64': 4.14.3 9151 - '@rollup/rollup-darwin-x64': 4.14.3 9152 - '@rollup/rollup-linux-arm-gnueabihf': 4.14.3 9153 - '@rollup/rollup-linux-arm-musleabihf': 4.14.3 9154 - '@rollup/rollup-linux-arm64-gnu': 4.14.3 9155 - '@rollup/rollup-linux-arm64-musl': 4.14.3 9156 - '@rollup/rollup-linux-powerpc64le-gnu': 4.14.3 9157 - '@rollup/rollup-linux-riscv64-gnu': 4.14.3 9158 - '@rollup/rollup-linux-s390x-gnu': 4.14.3 9159 - '@rollup/rollup-linux-x64-gnu': 4.14.3 9160 - '@rollup/rollup-linux-x64-musl': 4.14.3 9161 - '@rollup/rollup-win32-arm64-msvc': 4.14.3 9162 - '@rollup/rollup-win32-ia32-msvc': 4.14.3 9163 - '@rollup/rollup-win32-x64-msvc': 4.14.3 9153 + '@rollup/rollup-android-arm-eabi': 4.16.1 9154 + '@rollup/rollup-android-arm64': 4.16.1 9155 + '@rollup/rollup-darwin-arm64': 4.16.1 9156 + '@rollup/rollup-darwin-x64': 4.16.1 9157 + '@rollup/rollup-linux-arm-gnueabihf': 4.16.1 9158 + '@rollup/rollup-linux-arm-musleabihf': 4.16.1 9159 + '@rollup/rollup-linux-arm64-gnu': 4.16.1 9160 + '@rollup/rollup-linux-arm64-musl': 4.16.1 9161 + '@rollup/rollup-linux-powerpc64le-gnu': 4.16.1 9162 + '@rollup/rollup-linux-riscv64-gnu': 4.16.1 9163 + '@rollup/rollup-linux-s390x-gnu': 4.16.1 9164 + '@rollup/rollup-linux-x64-gnu': 4.16.1 9165 + '@rollup/rollup-linux-x64-musl': 4.16.1 9166 + '@rollup/rollup-win32-arm64-msvc': 4.16.1 9167 + '@rollup/rollup-win32-ia32-msvc': 4.16.1 9168 + '@rollup/rollup-win32-x64-msvc': 4.16.1 9164 9169 fsevents: 2.3.3 9165 9170 dev: true 9166 9171 ··· 10154 10159 resolution: {integrity: sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==} 10155 10160 dev: true 10156 10161 10157 - /typescript-eslint@7.7.0(eslint@9.0.0)(typescript@5.4.5): 10162 + /typescript-eslint@7.7.0(eslint@9.1.0)(typescript@5.4.5): 10158 10163 resolution: {integrity: sha512-wZZ+7mTQJCn4mGAvzdERtL4vwKGM/mF9cMSMeKUllz3Hgbd1Mdd5L60Q+nJmCio9RB4OyMMr0EX4Ry2Q7jiAyw==} 10159 10164 engines: {node: ^18.18.0 || >=20.0.0} 10160 10165 peerDependencies: ··· 10164 10169 typescript: 10165 10170 optional: true 10166 10171 dependencies: 10167 - '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.0.0)(typescript@5.4.5) 10168 - '@typescript-eslint/parser': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 10169 - '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 10170 - eslint: 9.0.0 10172 + '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.1.0)(typescript@5.4.5) 10173 + '@typescript-eslint/parser': 7.7.0(eslint@9.1.0)(typescript@5.4.5) 10174 + '@typescript-eslint/utils': 7.7.0(eslint@9.1.0)(typescript@5.4.5) 10175 + eslint: 9.1.0 10171 10176 typescript: 5.4.5 10172 10177 transitivePeerDependencies: 10173 10178 - supports-color ··· 10378 10383 esbuild: 0.19.12 10379 10384 less: 4.2.0 10380 10385 postcss: 8.4.38 10381 - rollup: 4.14.3 10386 + rollup: 4.16.1 10382 10387 sass: 1.71.1 10383 10388 terser: 5.29.1 10384 10389 optionalDependencies: ··· 10417 10422 esbuild: 0.20.2 10418 10423 less: 4.2.0 10419 10424 postcss: 8.4.38 10420 - rollup: 4.14.3 10425 + rollup: 4.16.1 10421 10426 optionalDependencies: 10422 10427 fsevents: 2.3.3 10423 10428 dev: true ··· 10454 10459 esbuild: 0.20.2 10455 10460 less: 4.2.0 10456 10461 postcss: 8.4.38 10457 - rollup: 4.14.3 10462 + rollup: 4.16.1 10458 10463 optionalDependencies: 10459 10464 fsevents: 2.3.3 10460 10465 dev: true