diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 3b7282863f261..e52d568c5bde0 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -266,7 +266,7 @@ jobs: name: next-swc-test-binary path: packages/next-swc/native - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps if: ${{needs.build.outputs.docsChange != 'docs only change'}} - run: node run-tests.js --type development @@ -318,7 +318,7 @@ jobs: name: next-swc-test-binary path: packages/next-swc/native - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps if: ${{needs.build.outputs.docsChange != 'docs only change'}} - run: node run-tests.js --type development @@ -373,7 +373,7 @@ jobs: name: next-swc-test-binary path: packages/next-swc/native - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps if: ${{needs.build.outputs.docsChange != 'docs only change'}} - run: NEXT_TEST_MODE=dev node run-tests.js --type e2e @@ -425,7 +425,7 @@ jobs: name: next-swc-test-binary path: packages/next-swc/native - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps if: ${{needs.build.outputs.docsChange != 'docs only change'}} - run: NEXT_TEST_MODE=dev node run-tests.js --type e2e @@ -480,7 +480,7 @@ jobs: name: next-swc-test-binary path: packages/next-swc/native - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps if: ${{needs.build.outputs.docsChange != 'docs only change'}} - run: node run-tests.js --type production @@ -522,7 +522,7 @@ jobs: name: next-swc-test-binary path: packages/next-swc/native - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps if: ${{needs.build.outputs.docsChange != 'docs only change'}} - run: node run-tests.js --type production @@ -567,7 +567,7 @@ jobs: name: next-swc-test-binary path: packages/next-swc/native - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps if: ${{needs.build.outputs.docsChange != 'docs only change'}} - run: NEXT_TEST_MODE=start node run-tests.js --type e2e @@ -613,7 +613,7 @@ jobs: name: next-swc-test-binary path: packages/next-swc/native - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps if: ${{needs.build.outputs.docsChange != 'docs only change'}} - run: NEXT_TEST_MODE=start node run-tests.js --type e2e @@ -659,7 +659,7 @@ jobs: name: next-swc-test-binary path: packages/next-swc/native - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps if: ${{needs.build.outputs.docsChange != 'docs only change'}} - run: xvfb-run node run-tests.js --timings -g ${{ matrix.group }}/18 @@ -953,7 +953,7 @@ jobs: name: next-swc-test-binary path: packages/next-swc/native - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps name: Install playwright dependencies - run: RESET_VC_PROJECT=true node scripts/reset-vercel-project.mjs @@ -1148,7 +1148,7 @@ jobs: node-version: 16 check-latest: true - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps if: ${{needs.build.outputs.docsChange != 'docs only change'}} - run: node ./scripts/setup-wasm.mjs diff --git a/.github/workflows/test_react_experimental.yml b/.github/workflows/test_react_experimental.yml index 79b3381bcdd0f..cad52d2ad4633 100644 --- a/.github/workflows/test_react_experimental.yml +++ b/.github/workflows/test_react_experimental.yml @@ -44,6 +44,6 @@ jobs: path: ./* key: ${{ github.sha }}-react-experimental - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps - run: node run-tests.js --timings -g ${{ matrix.group }}/6 diff --git a/.github/workflows/test_react_next.yml b/.github/workflows/test_react_next.yml index e44f28170e734..cc9aa0579823f 100644 --- a/.github/workflows/test_react_next.yml +++ b/.github/workflows/test_react_next.yml @@ -44,6 +44,6 @@ jobs: path: ./* key: ${{ github.sha }}-react-next - - run: npm i -g playwright-chromium@1.14.1 && npx playwright install-deps + - run: npm i -g playwright-chromium@1.17.2 && npx playwright install-deps - run: node run-tests.js --timings -g ${{ matrix.group }}/6 diff --git a/package.json b/package.json index a5cff5f03601c..a4dd4543658d8 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "npm-run-all": "4.1.5", "nprogress": "0.2.0", "pixrem": "5.0.0", - "playwright-chromium": "1.14.1", + "playwright-chromium": "1.17.2", "plop": "3.0.5", "postcss-nested": "4.2.1", "postcss-pseudoelements": "5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac4179c456e9e..23e274afa83d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -121,7 +121,7 @@ importers: npm-run-all: 4.1.5 nprogress: 0.2.0 pixrem: 5.0.0 - playwright-chromium: 1.14.1 + playwright-chromium: 1.17.2 plop: 3.0.5 postcss-nested: 4.2.1 postcss-pseudoelements: 5.0.0 @@ -270,7 +270,7 @@ importers: npm-run-all: 4.1.5 nprogress: 0.2.0 pixrem: 5.0.0 - playwright-chromium: 1.14.1 + playwright-chromium: 1.17.2 plop: 3.0.5 postcss-nested: 4.2.1 postcss-pseudoelements: 5.0.0 @@ -699,7 +699,7 @@ importers: lodash.curry: 4.1.1 lru-cache: 5.1.1 micromatch: 4.0.4 - mini-css-extract-plugin: 2.4.3_webpack@5.72.0 + mini-css-extract-plugin: 2.4.3_webpack@5.73.0 nanoid: 3.1.30 native-url: 0.3.4 neo-async: 2.6.1 @@ -725,9 +725,9 @@ importers: raw-body: 2.4.1 react-is: 17.0.2 react-refresh: 0.12.0 - react-server-dom-webpack: 0.0.0-experimental-d2c9e834a-20220601_webpack@5.72.0 + react-server-dom-webpack: 0.0.0-experimental-d2c9e834a-20220601_webpack@5.73.0 regenerator-runtime: 0.13.4 - sass-loader: 12.4.0_webpack@5.72.0 + sass-loader: 12.4.0_webpack@5.73.0 schema-utils2: /schema-utils/2.7.1 schema-utils3: /schema-utils/3.0.0 semver: 7.3.2 @@ -1315,9 +1315,9 @@ packages: resolution: {integrity: sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-environment-visitor': 7.18.2 '@babel/helper-module-imports': 7.16.7 - '@babel/helper-simple-access': 7.16.7 + '@babel/helper-simple-access': 7.18.2 '@babel/helper-split-export-declaration': 7.16.7 '@babel/helper-validator-identifier': 7.16.7 '@babel/template': 7.16.7 @@ -7590,20 +7590,12 @@ packages: acorn: 8.6.0 dev: true - /acorn-jsx/5.3.1_acorn@7.4.1: - resolution: {integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: 7.4.1 - /acorn-jsx/5.3.1_acorn@8.6.0: resolution: {integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: acorn: 8.6.0 - dev: true /acorn-walk/7.1.1: resolution: {integrity: sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ==} @@ -7624,6 +7616,7 @@ packages: resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} engines: {node: '>=0.4.0'} hasBin: true + dev: true /acorn/8.5.0: resolution: {integrity: sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==} @@ -7660,6 +7653,15 @@ packages: - supports-color dev: true + /agent-base/6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} + dependencies: + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: true + /agentkeepalive/3.4.1: resolution: {integrity: sha512-MPIwsZU9PP9kOrZpyu2042kYA8Fdt/AedQYkYXucHgF9QoD9dXVp0ypuGnHXSR0hTstBxdt85Xkh4JolYfK5wg==} engines: {node: '>= 4.0.0'} @@ -9559,6 +9561,11 @@ packages: engines: {node: '>= 10'} dev: true + /commander/8.3.0: + resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} + engines: {node: '>= 12'} + dev: true + /comment-json/3.0.3: resolution: {integrity: sha512-P7XwYkC3qjIK45EAa9c5Y3lR7SMXhJqwFdWg3niAIAcbk3zlpKDdajV8Hyz/Y3sGNn3l+YNMl8A2N/OubSArHg==} engines: {node: '>= 6'} @@ -11637,8 +11644,8 @@ packages: resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - acorn: 7.4.1 - acorn-jsx: 5.3.1_acorn@7.4.1 + acorn: 8.6.0 + acorn-jsx: 5.3.1_acorn@8.6.0 eslint-visitor-keys: 1.3.0 /esprima/4.0.1: @@ -12060,7 +12067,7 @@ packages: dev: true /fd-slicer/1.1.0: - resolution: {integrity: sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=} + resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} dependencies: pend: 1.2.0 dev: true @@ -12583,7 +12590,7 @@ packages: dev: true /get-stream/3.0.0: - resolution: {integrity: sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=} + resolution: {integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==} engines: {node: '>=4'} dev: true @@ -13440,7 +13447,7 @@ packages: engines: {node: '>= 6'} dependencies: '@tootallnate/once': 1.1.2 - agent-base: 6.0.1 + agent-base: 6.0.2 debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -13784,7 +13791,7 @@ packages: dev: true /ip/1.1.5: - resolution: {integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=} + resolution: {integrity: sha512-rBtCAQAJm8A110nbwn6YdveUnuZH3WrC36IwkRXxDnq53JvXA2NVQvB7IHyKomxK1MJ4VDNw3UtFDdXQ+AvLYA==} dev: true /ipaddr.js/1.9.0: @@ -16465,14 +16472,14 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - /mini-css-extract-plugin/2.4.3_webpack@5.72.0: + /mini-css-extract-plugin/2.4.3_webpack@5.73.0: resolution: {integrity: sha512-zekavl9mZuGyk7COjsfFY/f655AX61EKE0AthXPrmDk+oZyjZ9WzO4WPjXnnO9xl8obK2kmM6rAQrBEmk+WK1g==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 3.1.1 - webpack: 5.72.0 + webpack: 5.73.0 dev: true /minimalistic-assert/1.0.1: @@ -17964,7 +17971,7 @@ packages: dev: true /path-exists/3.0.0: - resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} + resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} engines: {node: '>=4'} /path-exists/4.0.0: @@ -18057,7 +18064,7 @@ packages: dev: true /pend/1.2.0: - resolution: {integrity: sha1-elfrVQpng/kRUzH89GY9XI4AelA=} + resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==} dev: true /performance-now/2.1.0: @@ -18145,13 +18152,25 @@ packages: resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} dev: false - /playwright-chromium/1.14.1: - resolution: {integrity: sha512-gAHDcrBKrl1Az6TuzC4T013Nl+qKVZeblc2VkElHqEuNQHPKW7840cQBZavFz38xJshC993iClVc6Y+bLgF8FA==} + /playwright-chromium/1.17.2: + resolution: {integrity: sha512-afht0lopmJJPOGsffqTthL2MsPDm4tTGeTJWRE7jcrMD7OX9v4EtzBDzvKvs45HHzct3lBKrtVneFJab1Uo6vA==} engines: {node: '>=12'} hasBin: true requiresBuild: true dependencies: - commander: 6.2.1 + playwright-core: 1.17.2 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: true + + /playwright-core/1.17.2: + resolution: {integrity: sha512-TCYIt2UNHvqGxvD79bBjBv9osDLAH1gn7AZD5kRpMNQJG6BAmJt8B4Ek8fzdKmCQOnHf9ASJmcYRszoIZxcdVA==} + engines: {node: '>=12'} + hasBin: true + dependencies: + commander: 8.3.0 debug: 4.3.4 extract-zip: 2.0.1 https-proxy-agent: 5.0.0 @@ -18162,8 +18181,10 @@ packages: proper-lockfile: 4.1.2 proxy-from-env: 1.1.0 rimraf: 3.0.2 + socks-proxy-agent: 6.2.1 stack-utils: 2.0.3 ws: 7.5.3 + yauzl: 2.10.0 yazl: 2.5.1 transitivePeerDependencies: - bufferutil @@ -19512,7 +19533,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-server-dom-webpack/0.0.0-experimental-d2c9e834a-20220601_webpack@5.72.0: + /react-server-dom-webpack/0.0.0-experimental-d2c9e834a-20220601_webpack@5.73.0: resolution: {integrity: sha512-HBWH9fhTJwbX7x3K9kuZ1gHXMN6CCdN0uH1N7jqBqPf8/uLDjNYN/ZKVNqb8augZax6HJDfv5VHVcKr0qr7ZbQ==} engines: {node: '>=0.10.0'} peerDependencies: @@ -19522,7 +19543,7 @@ packages: acorn: 6.4.2 loose-envify: 1.4.0 neo-async: 2.6.2 - webpack: 5.72.0 + webpack: 5.73.0 dev: true /react-ssr-prepass/1.0.8_hlgeuu36mywb3l5da2rxhzh74u: @@ -20509,7 +20530,7 @@ packages: yargs: 13.3.2 dev: true - /sass-loader/12.4.0_webpack@5.72.0: + /sass-loader/12.4.0_webpack@5.73.0: resolution: {integrity: sha512-7xN+8khDIzym1oL9XyS6zP6Ges+Bo2B2xbPrjdMHEYyV3AQYhd/wXeru++3ODHF0zMjYmVadblSKrPrjEkL8mg==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -20527,7 +20548,7 @@ packages: dependencies: klona: 2.0.4 neo-async: 2.6.2 - webpack: 5.72.0 + webpack: 5.73.0 dev: true /sax/1.2.4: @@ -20868,8 +20889,8 @@ packages: resolution: {integrity: sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=} dev: true - /smart-buffer/4.1.0: - resolution: {integrity: sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==} + /smart-buffer/4.2.0: + resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} dev: true @@ -20921,19 +20942,30 @@ packages: resolution: {integrity: sha512-lEpa1zsWCChxiynk+lCycKuC502RxDWLKJZoIhnxrWNjLSDGYRFflHA1/228VkRcnv9TIb8w98derGbpKxJRgA==} engines: {node: '>= 6'} dependencies: - agent-base: 6.0.1 + agent-base: 6.0.2 + debug: 4.3.4 + socks: 2.6.2 + transitivePeerDependencies: + - supports-color + dev: true + + /socks-proxy-agent/6.2.1: + resolution: {integrity: sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==} + engines: {node: '>= 10'} + dependencies: + agent-base: 6.0.2 debug: 4.3.4 - socks: 2.5.1 + socks: 2.6.2 transitivePeerDependencies: - supports-color dev: true - /socks/2.5.1: - resolution: {integrity: sha512-oZCsJJxapULAYJaEYBSzMcz8m3jqgGrHaGhkmU/o/PQfFWYWxkAaA0UMGImb6s6tEXfKi959X6VJjMMQ3P6TTQ==} + /socks/2.6.2: + resolution: {integrity: sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==} engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} dependencies: ip: 1.1.5 - smart-buffer: 4.1.0 + smart-buffer: 4.2.0 dev: true /sort-keys/2.0.0: @@ -21756,7 +21788,7 @@ packages: supports-hyperlinks: 2.1.0 dev: true - /terser-webpack-plugin/1.4.4_webpack@5.72.0: + /terser-webpack-plugin/1.4.4_webpack@5.73.0: resolution: {integrity: sha512-U4mACBHIegmfoEe5fdongHESNJWqsGU+W0S/9+BmYGVQDw1+c2Ow05TpMhxjPK1sRb7cuYq1BPl1e5YHJMTCqA==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -21769,7 +21801,7 @@ packages: serialize-javascript: 3.1.0 source-map: 0.6.1 terser: 4.8.0 - webpack: 5.72.0 + webpack: 5.73.0 webpack-sources: 1.4.3 worker-farm: 1.7.0 dev: true @@ -21800,7 +21832,7 @@ packages: webpack: 5.72.0_@swc+core@1.2.148 dev: true - /terser-webpack-plugin/5.2.4_webpack@5.72.0: + /terser-webpack-plugin/5.2.4_webpack@5.73.0: resolution: {integrity: sha512-E2CkNMN+1cho04YpdANyRrn8CyN4yMy+WdFKZIySFZrGXZxJwJP6PMNGGc/Mcr6qygQHUUqRxnAPmi0M9f00XA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -21822,7 +21854,7 @@ packages: serialize-javascript: 6.0.0 source-map: 0.6.1 terser: 5.10.0 - webpack: 5.72.0 + webpack: 5.73.0 dev: true /terser/4.8.0: @@ -23209,53 +23241,13 @@ packages: node-libs-browser: 2.2.1 schema-utils: 1.0.0 tapable: 1.1.3 - terser-webpack-plugin: 1.4.4_webpack@5.72.0 + terser-webpack-plugin: 1.4.4_webpack@5.73.0 watchpack: 1.7.4 webpack-sources: 1.4.3 transitivePeerDependencies: - supports-color dev: true - /webpack/5.72.0: - resolution: {integrity: sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - dependencies: - '@types/eslint-scope': 3.7.3 - '@types/estree': 0.0.51 - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/wasm-edit': 1.11.1 - '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.6.0 - acorn-import-assertions: 1.7.6_acorn@8.6.0 - browserslist: 4.20.2 - chrome-trace-event: 1.0.2 - enhanced-resolve: 5.9.3 - es-module-lexer: 0.9.0 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.9 - json-parse-better-errors: 1.0.2 - loader-runner: 4.2.0 - mime-types: 2.1.30 - neo-async: 2.6.2 - schema-utils: 3.1.1 - tapable: 2.2.0 - terser-webpack-plugin: 5.2.4_webpack@5.72.0 - watchpack: 2.3.1 - webpack-sources: 3.2.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - dev: true - /webpack/5.72.0_@swc+core@1.2.148: resolution: {integrity: sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==} engines: {node: '>=10.13.0'} @@ -23327,7 +23319,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.0 - terser-webpack-plugin: 5.2.4_webpack@5.72.0 + terser-webpack-plugin: 5.2.4_webpack@5.73.0 watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: