From 7e6d24f6e4ade7a3a07cd68038a407d725570048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Fri, 29 Nov 2024 14:40:10 +0900 Subject: [PATCH] chore: update packages (#43) --- examples/backend-server/package.json | 4 +- package.json | 4 +- pnpm-lock.yaml | 244 +++++++++++++-------------- tests/package.json | 12 +- 4 files changed, 127 insertions(+), 137 deletions(-) diff --git a/examples/backend-server/package.json b/examples/backend-server/package.json index c5f79b2..02a305d 100644 --- a/examples/backend-server/package.json +++ b/examples/backend-server/package.json @@ -17,7 +17,7 @@ "dependencies": { "connect": "^3.7.0", "cross-env": "^7.0.3", - "ejs": "^3.1.9", - "serve-static": "^1.15.0" + "ejs": "^3.1.10", + "serve-static": "^1.16.2" } } diff --git a/package.json b/package.json index f004fcf..cd8b664 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", "globals": "^15.12.0", - "prettier": "^3.1.0", - "typescript": "^5.2.2", + "prettier": "^3.4.1", + "typescript": "^5.7.2", "typescript-eslint": "^8.16.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b1d7765..4c029e8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: devDependencies: '@vitest/eslint-plugin': specifier: ^1.1.12 - version: 1.1.12(@typescript-eslint/utils@8.16.0(eslint@9.15.0)(typescript@5.2.2))(eslint@9.15.0)(typescript@5.2.2) + version: 1.1.12(@typescript-eslint/utils@8.16.0(eslint@9.15.0)(typescript@5.7.2))(eslint@9.15.0)(typescript@5.7.2) eslint: specifier: ^9.15.0 version: 9.15.0 @@ -21,14 +21,14 @@ importers: specifier: ^15.12.0 version: 15.12.0 prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.4.1 + version: 3.4.1 typescript: - specifier: ^5.2.2 - version: 5.2.2 + specifier: ^5.7.2 + version: 5.7.2 typescript-eslint: specifier: ^8.16.0 - version: 8.16.0(eslint@9.15.0)(typescript@5.2.2) + version: 8.16.0(eslint@9.15.0)(typescript@5.7.2) examples/backend-server: dependencies: @@ -39,24 +39,24 @@ importers: specifier: ^7.0.3 version: 7.0.3 ejs: - specifier: ^3.1.9 - version: 3.1.9 + specifier: ^3.1.10 + version: 3.1.10 serve-static: - specifier: ^1.15.0 - version: 1.15.0 + specifier: ^1.16.2 + version: 1.16.2 devDependencies: npm-run-all: specifier: ^4.1.5 version: 4.1.5 vite: specifier: ^6.0.0 - version: 6.0.1(@types/node@20.9.2) + version: 6.0.1(@types/node@20.17.9) examples/basic: devDependencies: vite: specifier: ^6.0.0 - version: 6.0.1(@types/node@20.9.2) + version: 6.0.1(@types/node@20.17.9) examples/middleware-mode: devDependencies: @@ -65,43 +65,43 @@ importers: version: 3.7.0 vite: specifier: ^6.0.0 - version: 6.0.1(@types/node@20.9.2) + version: 6.0.1(@types/node@20.17.9) examples/with-proxy: devDependencies: vite: specifier: ^6.0.0 - version: 6.0.1(@types/node@20.9.2) + version: 6.0.1(@types/node@20.17.9) examples/with-proxy-no-websocket: devDependencies: vite: specifier: ^6.0.0 - version: 6.0.1(@types/node@20.9.2) + version: 6.0.1(@types/node@20.17.9) tests: devDependencies: '@playwright/test': - specifier: ^1.40.0 - version: 1.40.0 + specifier: ^1.49.0 + version: 1.49.0 '@types/cross-spawn': - specifier: ^6.0.5 - version: 6.0.5 + specifier: ^6.0.6 + version: 6.0.6 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 '@types/node': - specifier: ^20.9.2 - version: 20.9.2 + specifier: ^20.17.9 + version: 20.17.9 cross-env: specifier: ^7.0.3 version: 7.0.3 cross-spawn: - specifier: ^7.0.3 - version: 7.0.3 + specifier: ^7.0.6 + version: 7.0.6 fs-extra: - specifier: ^11.1.1 - version: 11.1.1 + specifier: ^11.2.0 + version: 11.2.0 strip-ansi: specifier: ^7.1.0 version: 7.1.0 @@ -109,8 +109,8 @@ importers: specifier: ^1.2.2 version: 1.2.2 typescript: - specifier: ^5.2.2 - version: 5.2.2 + specifier: ^5.7.2 + version: 5.7.2 tests/fixtures/backend-https-vite-http: dependencies: @@ -120,7 +120,7 @@ importers: devDependencies: vite: specifier: ^6.0.0 - version: 6.0.1(@types/node@20.9.2) + version: 6.0.1(@types/node@20.17.9) tests/fixtures/middleware-mode-with-separated-vite: devDependencies: @@ -129,7 +129,7 @@ importers: version: 3.7.0 vite: specifier: ^6.0.0 - version: 6.0.1(@types/node@20.9.2) + version: 6.0.1(@types/node@20.17.9) packages: @@ -347,9 +347,9 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@playwright/test@1.40.0': - resolution: {integrity: sha512-PdW+kn4eV99iP5gxWNSDQCbhMaDVej+RXL5xr6t04nbKLCBwYtA046t7ofoczHOm8u6c+45hpDKQVZqtqwkeQg==} - engines: {node: '>=16'} + '@playwright/test@1.49.0': + resolution: {integrity: sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==} + engines: {node: '>=18'} hasBin: true '@rollup/rollup-android-arm-eabi@4.27.4': @@ -442,8 +442,8 @@ packages: cpu: [x64] os: [win32] - '@types/cross-spawn@6.0.5': - resolution: {integrity: sha512-wsIMP68FvGXk+RaWhraz6Xp4v7sl4qwzHAmtPaJEN2NRTXXI9LtFawUpeTsBNL/pd6QoLStdytCaAyiK7AEd/Q==} + '@types/cross-spawn@6.0.6': + resolution: {integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==} '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} @@ -457,8 +457,8 @@ packages: '@types/jsonfile@6.1.1': resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} - '@types/node@20.9.2': - resolution: {integrity: sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==} + '@types/node@20.17.9': + resolution: {integrity: sha512-0JOXkRyLanfGPE2QRCwgxhzlBAvaRdCNMcvbd7jFfpmD4eEXll7LRwy5ymJmyeZqk7Nh7eD2LeUyQ68BbndmXw==} '@typescript-eslint/eslint-plugin@8.16.0': resolution: {integrity: sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q==} @@ -623,10 +623,6 @@ packages: resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} engines: {node: '>=4.8'} - cross-spawn@7.0.3: - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} - engines: {node: '>= 8'} - cross-spawn@7.0.6: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} @@ -666,8 +662,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - ejs@3.1.9: - resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} + ejs@3.1.10: + resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==} engines: {node: '>=0.10.0'} hasBin: true @@ -675,6 +671,10 @@ packages: resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} engines: {node: '>= 0.8'} + encodeurl@2.0.0: + resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} + engines: {node: '>= 0.8'} + error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} @@ -800,8 +800,8 @@ packages: resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} engines: {node: '>= 0.6'} - fs-extra@11.1.1: - resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} + fs-extra@11.2.0: + resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} engines: {node: '>=14.14'} fsevents@2.3.2: @@ -886,10 +886,6 @@ packages: resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} engines: {node: '>= 0.8'} - ignore@5.2.4: - resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} - engines: {node: '>= 4'} - ignore@5.3.2: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} @@ -1147,14 +1143,14 @@ packages: resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} engines: {node: '>=4'} - playwright-core@1.40.0: - resolution: {integrity: sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==} - engines: {node: '>=16'} + playwright-core@1.49.0: + resolution: {integrity: sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==} + engines: {node: '>=18'} hasBin: true - playwright@1.40.0: - resolution: {integrity: sha512-gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==} - engines: {node: '>=16'} + playwright@1.49.0: + resolution: {integrity: sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==} + engines: {node: '>=18'} hasBin: true postcss@8.4.49: @@ -1165,8 +1161,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.1.0: - resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==} + prettier@3.4.1: + resolution: {integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==} engines: {node: '>=14'} hasBin: true @@ -1218,12 +1214,12 @@ packages: engines: {node: '>=10'} hasBin: true - send@0.18.0: - resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} + send@0.19.0: + resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} engines: {node: '>= 0.8.0'} - serve-static@1.15.0: - resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} + serve-static@1.16.2: + resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==} engines: {node: '>= 0.8.0'} setprototypeof@1.2.0: @@ -1341,16 +1337,16 @@ packages: typescript: optional: true - typescript@5.2.2: - resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} + typescript@5.7.2: + resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} engines: {node: '>=14.17'} hasBin: true unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} - undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} universalify@2.0.0: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} @@ -1525,7 +1521,7 @@ snapshots: debug: 4.3.4 espree: 10.3.0 globals: 14.0.0 - ignore: 5.2.4 + ignore: 5.3.2 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -1566,9 +1562,9 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.13.0 - '@playwright/test@1.40.0': + '@playwright/test@1.49.0': dependencies: - playwright: 1.40.0 + playwright: 1.49.0 '@rollup/rollup-android-arm-eabi@4.27.4': optional: true @@ -1624,55 +1620,55 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.27.4': optional: true - '@types/cross-spawn@6.0.5': + '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 20.9.2 + '@types/node': 20.17.9 '@types/estree@1.0.6': {} '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.1 - '@types/node': 20.9.2 + '@types/node': 20.17.9 '@types/json-schema@7.0.15': {} '@types/jsonfile@6.1.1': dependencies: - '@types/node': 20.9.2 + '@types/node': 20.17.9 - '@types/node@20.9.2': + '@types/node@20.17.9': dependencies: - undici-types: 5.26.5 + undici-types: 6.19.8 - '@typescript-eslint/eslint-plugin@8.16.0(@typescript-eslint/parser@8.16.0(eslint@9.15.0)(typescript@5.2.2))(eslint@9.15.0)(typescript@5.2.2)': + '@typescript-eslint/eslint-plugin@8.16.0(@typescript-eslint/parser@8.16.0(eslint@9.15.0)(typescript@5.7.2))(eslint@9.15.0)(typescript@5.7.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.16.0(eslint@9.15.0)(typescript@5.2.2) + '@typescript-eslint/parser': 8.16.0(eslint@9.15.0)(typescript@5.7.2) '@typescript-eslint/scope-manager': 8.16.0 - '@typescript-eslint/type-utils': 8.16.0(eslint@9.15.0)(typescript@5.2.2) - '@typescript-eslint/utils': 8.16.0(eslint@9.15.0)(typescript@5.2.2) + '@typescript-eslint/type-utils': 8.16.0(eslint@9.15.0)(typescript@5.7.2) + '@typescript-eslint/utils': 8.16.0(eslint@9.15.0)(typescript@5.7.2) '@typescript-eslint/visitor-keys': 8.16.0 eslint: 9.15.0 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.4.3(typescript@5.2.2) + ts-api-utils: 1.4.3(typescript@5.7.2) optionalDependencies: - typescript: 5.2.2 + typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.16.0(eslint@9.15.0)(typescript@5.2.2)': + '@typescript-eslint/parser@8.16.0(eslint@9.15.0)(typescript@5.7.2)': dependencies: '@typescript-eslint/scope-manager': 8.16.0 '@typescript-eslint/types': 8.16.0 - '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.7.2) '@typescript-eslint/visitor-keys': 8.16.0 debug: 4.3.4 eslint: 9.15.0 optionalDependencies: - typescript: 5.2.2 + typescript: 5.7.2 transitivePeerDependencies: - supports-color @@ -1681,21 +1677,21 @@ snapshots: '@typescript-eslint/types': 8.16.0 '@typescript-eslint/visitor-keys': 8.16.0 - '@typescript-eslint/type-utils@8.16.0(eslint@9.15.0)(typescript@5.2.2)': + '@typescript-eslint/type-utils@8.16.0(eslint@9.15.0)(typescript@5.7.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.2.2) - '@typescript-eslint/utils': 8.16.0(eslint@9.15.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.7.2) + '@typescript-eslint/utils': 8.16.0(eslint@9.15.0)(typescript@5.7.2) debug: 4.3.4 eslint: 9.15.0 - ts-api-utils: 1.4.3(typescript@5.2.2) + ts-api-utils: 1.4.3(typescript@5.7.2) optionalDependencies: - typescript: 5.2.2 + typescript: 5.7.2 transitivePeerDependencies: - supports-color '@typescript-eslint/types@8.16.0': {} - '@typescript-eslint/typescript-estree@8.16.0(typescript@5.2.2)': + '@typescript-eslint/typescript-estree@8.16.0(typescript@5.7.2)': dependencies: '@typescript-eslint/types': 8.16.0 '@typescript-eslint/visitor-keys': 8.16.0 @@ -1704,21 +1700,21 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.4.3(typescript@5.2.2) + ts-api-utils: 1.4.3(typescript@5.7.2) optionalDependencies: - typescript: 5.2.2 + typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.16.0(eslint@9.15.0)(typescript@5.2.2)': + '@typescript-eslint/utils@8.16.0(eslint@9.15.0)(typescript@5.7.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.15.0) '@typescript-eslint/scope-manager': 8.16.0 '@typescript-eslint/types': 8.16.0 - '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.7.2) eslint: 9.15.0 optionalDependencies: - typescript: 5.2.2 + typescript: 5.7.2 transitivePeerDependencies: - supports-color @@ -1727,12 +1723,12 @@ snapshots: '@typescript-eslint/types': 8.16.0 eslint-visitor-keys: 4.2.0 - '@vitest/eslint-plugin@1.1.12(@typescript-eslint/utils@8.16.0(eslint@9.15.0)(typescript@5.2.2))(eslint@9.15.0)(typescript@5.2.2)': + '@vitest/eslint-plugin@1.1.12(@typescript-eslint/utils@8.16.0(eslint@9.15.0)(typescript@5.7.2))(eslint@9.15.0)(typescript@5.7.2)': dependencies: - '@typescript-eslint/utils': 8.16.0(eslint@9.15.0)(typescript@5.2.2) + '@typescript-eslint/utils': 8.16.0(eslint@9.15.0)(typescript@5.7.2) eslint: 9.15.0 optionalDependencies: - typescript: 5.2.2 + typescript: 5.7.2 acorn-jsx@5.3.2(acorn@8.14.0): dependencies: @@ -1819,7 +1815,7 @@ snapshots: cross-env@7.0.3: dependencies: - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 cross-spawn@6.0.5: dependencies: @@ -1829,12 +1825,6 @@ snapshots: shebang-command: 1.2.0 which: 1.3.1 - cross-spawn@7.0.3: - dependencies: - path-key: 3.1.1 - shebang-command: 2.0.0 - which: 2.0.2 - cross-spawn@7.0.6: dependencies: path-key: 3.1.1 @@ -1862,12 +1852,14 @@ snapshots: ee-first@1.1.1: {} - ejs@3.1.9: + ejs@3.1.10: dependencies: jake: 10.8.5 encodeurl@1.0.2: {} + encodeurl@2.0.0: {} + error-ex@1.3.2: dependencies: is-arrayish: 0.2.1 @@ -1978,7 +1970,7 @@ snapshots: file-entry-cache: 8.0.0 find-up: 5.0.0 glob-parent: 6.0.2 - ignore: 5.2.4 + ignore: 5.3.2 imurmurhash: 0.1.4 is-glob: 4.0.3 json-stable-stringify-without-jsonify: 1.0.1 @@ -2065,7 +2057,7 @@ snapshots: fresh@0.5.2: {} - fs-extra@11.1.1: + fs-extra@11.2.0: dependencies: graceful-fs: 4.2.10 jsonfile: 6.1.0 @@ -2145,8 +2137,6 @@ snapshots: statuses: 2.0.1 toidentifier: 1.0.1 - ignore@5.2.4: {} - ignore@5.3.2: {} import-fresh@3.3.0: @@ -2390,11 +2380,11 @@ snapshots: pify@3.0.0: {} - playwright-core@1.40.0: {} + playwright-core@1.49.0: {} - playwright@1.40.0: + playwright@1.49.0: dependencies: - playwright-core: 1.40.0 + playwright-core: 1.49.0 optionalDependencies: fsevents: 2.3.2 @@ -2406,7 +2396,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.1.0: {} + prettier@3.4.1: {} punycode@2.1.1: {} @@ -2468,7 +2458,7 @@ snapshots: semver@7.6.3: {} - send@0.18.0: + send@0.19.0: dependencies: debug: 2.6.9 depd: 2.0.0 @@ -2486,12 +2476,12 @@ snapshots: transitivePeerDependencies: - supports-color - serve-static@1.15.0: + serve-static@1.16.2: dependencies: - encodeurl: 1.0.2 + encodeurl: 2.0.0 escape-html: 1.0.3 parseurl: 1.3.3 - send: 0.18.0 + send: 0.19.0 transitivePeerDependencies: - supports-color @@ -2581,26 +2571,26 @@ snapshots: tree-kill@1.2.2: {} - ts-api-utils@1.4.3(typescript@5.2.2): + ts-api-utils@1.4.3(typescript@5.7.2): dependencies: - typescript: 5.2.2 + typescript: 5.7.2 type-check@0.4.0: dependencies: prelude-ls: 1.2.1 - typescript-eslint@8.16.0(eslint@9.15.0)(typescript@5.2.2): + typescript-eslint@8.16.0(eslint@9.15.0)(typescript@5.7.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.16.0(@typescript-eslint/parser@8.16.0(eslint@9.15.0)(typescript@5.2.2))(eslint@9.15.0)(typescript@5.2.2) - '@typescript-eslint/parser': 8.16.0(eslint@9.15.0)(typescript@5.2.2) - '@typescript-eslint/utils': 8.16.0(eslint@9.15.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 8.16.0(@typescript-eslint/parser@8.16.0(eslint@9.15.0)(typescript@5.7.2))(eslint@9.15.0)(typescript@5.7.2) + '@typescript-eslint/parser': 8.16.0(eslint@9.15.0)(typescript@5.7.2) + '@typescript-eslint/utils': 8.16.0(eslint@9.15.0)(typescript@5.7.2) eslint: 9.15.0 optionalDependencies: - typescript: 5.2.2 + typescript: 5.7.2 transitivePeerDependencies: - supports-color - typescript@5.2.2: {} + typescript@5.7.2: {} unbox-primitive@1.0.2: dependencies: @@ -2609,7 +2599,7 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - undici-types@5.26.5: {} + undici-types@6.19.8: {} universalify@2.0.0: {} @@ -2626,13 +2616,13 @@ snapshots: spdx-correct: 3.1.1 spdx-expression-parse: 3.0.1 - vite@6.0.1(@types/node@20.9.2): + vite@6.0.1(@types/node@20.17.9): dependencies: esbuild: 0.24.0 postcss: 8.4.49 rollup: 4.27.4 optionalDependencies: - '@types/node': 20.9.2 + '@types/node': 20.17.9 fsevents: 2.3.3 which-boxed-primitive@1.0.2: diff --git a/tests/package.json b/tests/package.json index c253946..fdaa980 100644 --- a/tests/package.json +++ b/tests/package.json @@ -10,15 +10,15 @@ "test-debug": "cross-env DEBUG=1 playwright test" }, "devDependencies": { - "@playwright/test": "^1.40.0", - "@types/cross-spawn": "^6.0.5", + "@playwright/test": "^1.49.0", + "@types/cross-spawn": "^6.0.6", "@types/fs-extra": "^11.0.4", - "@types/node": "^20.9.2", + "@types/node": "^20.17.9", "cross-env": "^7.0.3", - "cross-spawn": "^7.0.3", - "fs-extra": "^11.1.1", + "cross-spawn": "^7.0.6", + "fs-extra": "^11.2.0", "strip-ansi": "^7.1.0", "tree-kill": "^1.2.2", - "typescript": "^5.2.2" + "typescript": "^5.7.2" } }