From f39b8e8ba9f38a6f4f708bb1b7985134170372b5 Mon Sep 17 00:00:00 2001 From: Oliver Barnwell Date: Mon, 23 Sep 2024 20:22:19 +0100 Subject: [PATCH] bump node to LTS 20.9.0, remove nextjs bundle analyser --- .nvmrc | 2 +- next.config.js | 7 +- package.json | 8 +- pnpm-lock.yaml | 314 +++++++++++++++++-------------------------------- 4 files changed, 110 insertions(+), 221 deletions(-) diff --git a/.nvmrc b/.nvmrc index b460d6f2d..f3f52b42d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.12.1 +20.9.0 diff --git a/next.config.js b/next.config.js index e482803f6..88f946763 100644 --- a/next.config.js +++ b/next.config.js @@ -54,14 +54,9 @@ const moduleExports = { }, }; -// eslint-disable-next-line @typescript-eslint/no-var-requires -const withNextAnalyser = require('@next/bundle-analyzer')({ - enabled: process.env.ANALYZE === 'true', -}); - // https://plausible.io/docs/proxy/guides/nextjs // eslint-disable-next-line @typescript-eslint/no-var-requires const { withPlausibleProxy } = require('next-plausible'); // eslint-disable-next-line functional/immutable-data -module.exports = withNextAnalyser(withPlausibleProxy()(moduleExports)); +module.exports = withPlausibleProxy()(moduleExports); diff --git a/package.json b/package.json index 478ec6353..3552d9402 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,6 @@ "@jest/globals": "^29.7.0", "@mapbox/geojson-area": "^0.2.2", "@mapbox/geojson-rewind": "^0.5.2", - "@next/bundle-analyzer": "^13.5.4", "@parcel/watcher": "^2.4.1", "@storybook/addon-actions": "^7.6.17", "@storybook/addon-essentials": "^7.6.17", @@ -134,7 +133,7 @@ "@types/mapbox": "^1.6.45", "@types/mapbox__geojson-area": "^0.2.6", "@types/ngeohash": "^0.6.4", - "@types/node": "^18.16.3", + "@types/node": "^20.9.0", "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@types/styled-system": "^5.1.22", @@ -183,11 +182,6 @@ "webpack": "^5.91.0" }, "packageManager": "pnpm@8.6.3", - "nextBundleAnalysis": { - "budget": 204800, - "budgetPercentIncreaseRed": 10, - "showDetails": true - }, "pnpm": { "overrides": { "trim@<0.0.3": ">=0.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 19bb55baa..cfdfec8bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -169,7 +169,7 @@ importers: version: 7.6.0 '@graphql-codegen/cli': specifier: ^5.0.2 - version: 5.0.2(@parcel/watcher@2.4.1)(@types/node@18.16.3)(enquirer@2.3.6)(graphql@16.9.0)(typescript@5.6.2) + version: 5.0.2(@parcel/watcher@2.4.1)(@types/node@20.16.5)(enquirer@2.3.6)(graphql@16.9.0)(typescript@5.6.2) '@graphql-codegen/import-types-preset': specifier: ^3.0.0 version: 3.0.0(graphql@16.9.0) @@ -187,7 +187,7 @@ importers: version: 4.2.1(graphql@16.9.0) '@graphql-eslint/eslint-plugin': specifier: ^3.20.1 - version: 3.20.1(@babel/core@7.25.2)(@types/node@18.16.3)(graphql@16.9.0) + version: 3.20.1(@babel/core@7.25.2)(@types/node@20.16.5)(graphql@16.9.0) '@jest/globals': specifier: ^29.7.0 version: 29.7.0 @@ -197,9 +197,6 @@ importers: '@mapbox/geojson-rewind': specifier: ^0.5.2 version: 0.5.2 - '@next/bundle-analyzer': - specifier: ^13.5.4 - version: 13.5.4 '@parcel/watcher': specifier: ^2.4.1 version: 2.4.1 @@ -264,8 +261,8 @@ importers: specifier: ^0.6.4 version: 0.6.4 '@types/node': - specifier: ^18.16.3 - version: 18.16.3 + specifier: ^20.9.0 + version: 20.16.5 '@types/react': specifier: ^18.3.8 version: 18.3.8 @@ -343,7 +340,7 @@ importers: version: 8.0.3 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)) + version: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)) lint-staged: specifier: ^13.2.2 version: 13.2.2(enquirer@2.3.6) @@ -391,10 +388,10 @@ importers: version: 3.0.3 ts-jest: specifier: ^29.2.5 - version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(esbuild@0.18.20)(jest@29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)))(typescript@5.6.2) + version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(esbuild@0.18.20)(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)))(typescript@5.6.2) ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2) + version: 10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2) typescript: specifier: ^5.6.2 version: 5.6.2 @@ -2209,9 +2206,6 @@ packages: '@ndelangen/get-tarball@3.0.9': resolution: {integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==} - '@next/bundle-analyzer@13.5.4': - resolution: {integrity: sha512-2vgmkuSKyTiyI7NorL+zYerxQRvzmSGbCDr2/kVrbKX28a4UNhbYn8/cQW8z6pvx0EncEFpd0GCUA5r9aRLhJg==} - '@next/env@14.2.13': resolution: {integrity: sha512-s3lh6K8cbW1h5Nga7NNeXrbe0+2jIIYK9YaA9T7IufDWnZpozdFUp6Hf0d5rNWUKu4fEuSX2rCKlGjCrtylfDw==} @@ -2409,9 +2403,6 @@ packages: webpack-plugin-serve: optional: true - '@polka/url@1.0.0-next.23': - resolution: {integrity: sha512-C16M+IYz0rgRhWZdCmK+h58JMv8vijAA61gmz2rspCSwKwzBebpdcsiUmwrtJRdphuY30i6BSLEOP8ppbNLyLg==} - '@popperjs/core@2.11.8': resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} @@ -3519,12 +3510,12 @@ packages: '@types/node@14.18.63': resolution: {integrity: sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==} - '@types/node@18.16.3': - resolution: {integrity: sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==} - '@types/node@18.19.3': resolution: {integrity: sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==} + '@types/node@20.16.5': + resolution: {integrity: sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -3921,10 +3912,6 @@ packages: resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} engines: {node: '>=0.4.0'} - acorn-walk@8.2.0: - resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} - engines: {node: '>=0.4.0'} - acorn-walk@8.3.2: resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} engines: {node: '>=0.4.0'} @@ -3934,11 +3921,6 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - acorn@8.10.0: - resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} - engines: {node: '>=0.4.0'} - hasBin: true - acorn@8.11.3: resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} engines: {node: '>=0.4.0'} @@ -4717,10 +4699,6 @@ packages: resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} engines: {node: '>= 6'} - commander@7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} - commander@8.3.0: resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} engines: {node: '>= 12'} @@ -6109,10 +6087,6 @@ packages: resolution: {integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==} hasBin: true - gzip-size@6.0.0: - resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} - engines: {node: '>=10'} - handlebars@4.7.8: resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} engines: {node: '>=0.4.7'} @@ -7615,10 +7589,6 @@ packages: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} - mrmime@1.0.1: - resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} - engines: {node: '>=10'} - ms@2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} @@ -7884,10 +7854,6 @@ packages: resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} engines: {node: '>=12'} - opener@1.5.2: - resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} - hasBin: true - openid-client@4.9.1: resolution: {integrity: sha512-DYUF07AHjI3QDKqKbn2F7RqozT4hyi4JvmpodLrq0HHoNP7t/AjeG/uqiBK1/N2PZSAQEThVjDLHSmJN4iqu/w==} engines: {node: ^10.19.0 || >=12.0.0 < 13 || >=13.7.0 < 14 || >= 14.2.0} @@ -8965,10 +8931,6 @@ packages: simple-swizzle@0.2.2: resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} - sirv@1.0.19: - resolution: {integrity: sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==} - engines: {node: '>= 10'} - sisteransi@1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} @@ -9430,10 +9392,6 @@ packages: resolution: {integrity: sha512-V+pBjLVzSQ3+hSOxBiV01OVXgFiCmMO8ia3huxKEyIMTC1ApQHBcdXdOqcQ6U2JJJD31TZduwY6KyF15R8sUgg==} hasBin: true - totalist@1.1.0: - resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==} - engines: {node: '>=6'} - tough-cookie@4.1.4: resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} engines: {node: '>=6'} @@ -9676,6 +9634,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + unfetch@4.2.0: resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==} @@ -9913,11 +9874,6 @@ packages: webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} - webpack-bundle-analyzer@4.7.0: - resolution: {integrity: sha512-j9b8ynpJS4K+zfO5GGwsAcQX4ZHpWV+yRiHDiL+bE0XHJ8NiPYLTNVQdlFYWxtpg9lfAQNlwJg16J9AJtFSXRg==} - engines: {node: '>= 10.13.0'} - hasBin: true - webpack-dev-middleware@6.1.1: resolution: {integrity: sha512-y51HrHaFeeWir0YO4f0g+9GwZawuigzcAdRNon6jErXy/SqV/+O6eaVAzDqE6t3e3NpGeR5CS+cCDaTC+V3yEQ==} engines: {node: '>= 14.15.0'} @@ -10037,18 +9993,6 @@ packages: utf-8-validate: optional: true - ws@7.5.9: - resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} - engines: {node: '>=8.3.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - ws@8.13.0: resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} engines: {node: '>=10.0.0'} @@ -11526,7 +11470,7 @@ snapshots: graphql: 16.9.0 tslib: 2.6.2 - '@graphql-codegen/cli@5.0.2(@parcel/watcher@2.4.1)(@types/node@18.16.3)(enquirer@2.3.6)(graphql@16.9.0)(typescript@5.6.2)': + '@graphql-codegen/cli@5.0.2(@parcel/watcher@2.4.1)(@types/node@20.16.5)(enquirer@2.3.6)(graphql@16.9.0)(typescript@5.6.2)': dependencies: '@babel/generator': 7.23.6 '@babel/template': 7.24.0 @@ -11537,12 +11481,12 @@ snapshots: '@graphql-tools/apollo-engine-loader': 8.0.1(graphql@16.9.0) '@graphql-tools/code-file-loader': 8.1.1(graphql@16.9.0) '@graphql-tools/git-loader': 8.0.5(graphql@16.9.0) - '@graphql-tools/github-loader': 8.0.1(@types/node@18.16.3)(graphql@16.9.0) + '@graphql-tools/github-loader': 8.0.1(@types/node@20.16.5)(graphql@16.9.0) '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.9.0) '@graphql-tools/json-file-loader': 8.0.1(graphql@16.9.0) '@graphql-tools/load': 8.0.2(graphql@16.9.0) - '@graphql-tools/prisma-loader': 8.0.3(@types/node@18.16.3)(graphql@16.9.0) - '@graphql-tools/url-loader': 8.0.2(@types/node@18.16.3)(graphql@16.9.0) + '@graphql-tools/prisma-loader': 8.0.3(@types/node@20.16.5)(graphql@16.9.0) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.16.5)(graphql@16.9.0) '@graphql-tools/utils': 10.5.4(graphql@16.9.0) '@whatwg-node/fetch': 0.8.8 chalk: 4.1.2 @@ -11550,7 +11494,7 @@ snapshots: debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.9.0 - graphql-config: 5.0.3(@types/node@18.16.3)(graphql@16.9.0)(typescript@5.6.2) + graphql-config: 5.0.3(@types/node@20.16.5)(graphql@16.9.0)(typescript@5.6.2) inquirer: 8.2.6 is-glob: 4.0.3 jiti: 1.21.0 @@ -11803,7 +11747,7 @@ snapshots: - encoding - supports-color - '@graphql-eslint/eslint-plugin@3.20.1(@babel/core@7.25.2)(@types/node@18.16.3)(graphql@16.9.0)': + '@graphql-eslint/eslint-plugin@3.20.1(@babel/core@7.25.2)(@types/node@20.16.5)(graphql@16.9.0)': dependencies: '@babel/code-frame': 7.22.13 '@graphql-tools/code-file-loader': 7.3.23(@babel/core@7.25.2)(graphql@16.9.0) @@ -11813,7 +11757,7 @@ snapshots: debug: 4.3.4(supports-color@8.1.1) fast-glob: 3.3.1 graphql: 16.9.0 - graphql-config: 4.5.0(@types/node@18.16.3)(graphql@16.9.0) + graphql-config: 4.5.0(@types/node@20.16.5)(graphql@16.9.0) graphql-depth-limit: 1.1.0(graphql@16.9.0) lodash.lowercase: 4.3.0 tslib: 2.6.2 @@ -11929,7 +11873,7 @@ snapshots: - bufferutil - utf-8-validate - '@graphql-tools/executor-http@0.1.10(@types/node@18.16.3)(graphql@16.9.0)': + '@graphql-tools/executor-http@0.1.10(@types/node@20.16.5)(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.9.0) '@repeaterjs/repeater': 3.0.5 @@ -11937,20 +11881,20 @@ snapshots: dset: 3.1.4 extract-files: 11.0.0 graphql: 16.9.0 - meros: 1.3.0(@types/node@18.16.3) + meros: 1.3.0(@types/node@20.16.5) tslib: 2.6.2 value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' - '@graphql-tools/executor-http@1.0.9(@types/node@18.16.3)(graphql@16.9.0)': + '@graphql-tools/executor-http@1.0.9(@types/node@20.16.5)(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.5.4(graphql@16.9.0) '@repeaterjs/repeater': 3.0.5 '@whatwg-node/fetch': 0.9.17 extract-files: 11.0.0 graphql: 16.9.0 - meros: 1.3.0(@types/node@18.16.3) + meros: 1.3.0(@types/node@20.16.5) tslib: 2.6.2 value-or-promise: 1.0.12 transitivePeerDependencies: @@ -12019,10 +11963,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/github-loader@8.0.1(@types/node@18.16.3)(graphql@16.9.0)': + '@graphql-tools/github-loader@8.0.1(@types/node@20.16.5)(graphql@16.9.0)': dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/executor-http': 1.0.9(@types/node@18.16.3)(graphql@16.9.0) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.16.5)(graphql@16.9.0) '@graphql-tools/graphql-tag-pluck': 8.3.0(graphql@16.9.0) '@graphql-tools/utils': 10.5.4(graphql@16.9.0) '@whatwg-node/fetch': 0.9.17 @@ -12157,9 +12101,9 @@ snapshots: graphql: 16.9.0 tslib: 2.6.2 - '@graphql-tools/prisma-loader@8.0.3(@types/node@18.16.3)(graphql@16.9.0)': + '@graphql-tools/prisma-loader@8.0.3(@types/node@20.16.5)(graphql@16.9.0)': dependencies: - '@graphql-tools/url-loader': 8.0.2(@types/node@18.16.3)(graphql@16.9.0) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.16.5)(graphql@16.9.0) '@graphql-tools/utils': 10.5.4(graphql@16.9.0) '@types/js-yaml': 4.0.9 '@types/json-stable-stringify': 1.0.36 @@ -12231,12 +12175,12 @@ snapshots: tslib: 2.5.0 value-or-promise: 1.0.12 - '@graphql-tools/url-loader@7.17.18(@types/node@18.16.3)(graphql@16.9.0)': + '@graphql-tools/url-loader@7.17.18(@types/node@20.16.5)(graphql@16.9.0)': dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 9.0.35(graphql@16.9.0) '@graphql-tools/executor-graphql-ws': 0.0.14(graphql@16.9.0) - '@graphql-tools/executor-http': 0.1.10(@types/node@18.16.3)(graphql@16.9.0) + '@graphql-tools/executor-http': 0.1.10(@types/node@20.16.5)(graphql@16.9.0) '@graphql-tools/executor-legacy-ws': 0.0.11(graphql@16.9.0) '@graphql-tools/utils': 9.2.1(graphql@16.9.0) '@graphql-tools/wrap': 9.4.2(graphql@16.9.0) @@ -12253,12 +12197,12 @@ snapshots: - encoding - utf-8-validate - '@graphql-tools/url-loader@8.0.2(@types/node@18.16.3)(graphql@16.9.0)': + '@graphql-tools/url-loader@8.0.2(@types/node@20.16.5)(graphql@16.9.0)': dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 10.0.4(graphql@16.9.0) '@graphql-tools/executor-graphql-ws': 1.1.2(graphql@16.9.0) - '@graphql-tools/executor-http': 1.0.9(@types/node@18.16.3)(graphql@16.9.0) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.16.5)(graphql@16.9.0) '@graphql-tools/executor-legacy-ws': 1.0.6(graphql@16.9.0) '@graphql-tools/utils': 10.5.4(graphql@16.9.0) '@graphql-tools/wrap': 10.0.2(graphql@16.9.0) @@ -12382,27 +12326,27 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 18.19.3 + '@types/node': 20.16.5 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.16.3 + '@types/node': 20.16.5 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.8.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)) + jest-config: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -12427,7 +12371,7 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.16.3 + '@types/node': 20.16.5 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -12445,7 +12389,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 18.19.3 + '@types/node': 20.16.5 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -12467,7 +12411,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.19 - '@types/node': 18.19.3 + '@types/node': 20.16.5 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -12536,7 +12480,7 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/yargs': 16.0.9 chalk: 4.1.2 @@ -12545,7 +12489,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/yargs': 17.0.24 chalk: 4.1.2 @@ -12730,13 +12674,6 @@ snapshots: pump: 3.0.0 tar-fs: 2.1.1 - '@next/bundle-analyzer@13.5.4': - dependencies: - webpack-bundle-analyzer: 4.7.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - '@next/env@14.2.13': {} '@next/eslint-plugin-next@14.2.13': @@ -12880,8 +12817,6 @@ snapshots: type-fest: 4.26.1 webpack-hot-middleware: 2.26.1 - '@polka/url@1.0.0-next.23': {} - '@popperjs/core@2.11.8': {} '@prisma/client@5.19.1(prisma@5.19.1)': @@ -13656,7 +13591,7 @@ snapshots: '@storybook/preview': 7.6.17 '@storybook/preview-api': 7.6.17 '@swc/core': 1.4.2(@swc/helpers@0.5.13) - '@types/node': 18.16.3 + '@types/node': 18.19.3 '@types/semver': 7.5.8 babel-loader: 9.1.3(@babel/core@7.25.2)(webpack@5.91.0(@swc/core@1.4.2(@swc/helpers@0.5.13))(esbuild@0.18.20)) browser-assert: 1.2.1 @@ -13835,7 +13770,7 @@ snapshots: '@storybook/node-logger': 7.6.17 '@storybook/types': 7.6.17 '@types/find-cache-dir': 3.2.1 - '@types/node': 18.16.3 + '@types/node': 18.19.3 '@types/node-fetch': 2.6.11 '@types/pretty-hrtime': 1.0.3 chalk: 4.1.2 @@ -13884,7 +13819,7 @@ snapshots: '@storybook/telemetry': 7.6.17 '@storybook/types': 7.6.17 '@types/detect-port': 1.3.5 - '@types/node': 18.16.3 + '@types/node': 18.19.3 '@types/pretty-hrtime': 1.0.3 '@types/semver': 7.5.8 better-opn: 3.0.2 @@ -13920,7 +13855,7 @@ snapshots: '@storybook/core-common': 7.6.17 '@storybook/node-logger': 7.6.17 '@storybook/types': 7.6.17 - '@types/node': 18.16.3 + '@types/node': 18.19.3 ts-dedent: 2.2.0 transitivePeerDependencies: - encoding @@ -14023,7 +13958,7 @@ snapshots: '@storybook/preset-react-webpack': 7.6.17(@babel/core@7.25.2)(@swc/core@1.4.2(@swc/helpers@0.5.13))(esbuild@0.18.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(type-fest@4.26.1)(typescript@5.6.2)(webpack-hot-middleware@2.26.1) '@storybook/preview-api': 7.6.17 '@storybook/react': 7.6.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2) - '@types/node': 18.16.3 + '@types/node': 18.19.3 '@types/semver': 7.5.8 css-loader: 6.10.0(webpack@5.91.0(@swc/core@1.4.2(@swc/helpers@0.5.13))(esbuild@0.18.20)) find-up: 5.0.0 @@ -14092,7 +14027,7 @@ snapshots: '@storybook/node-logger': 7.6.17 '@storybook/react': 7.6.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2) '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.6.2)(webpack@5.91.0(@swc/core@1.4.2(@swc/helpers@0.5.13))(esbuild@0.18.20)) - '@types/node': 18.16.3 + '@types/node': 18.19.3 '@types/semver': 7.5.8 babel-plugin-add-react-displayname: 0.0.5 fs-extra: 11.2.0 @@ -14169,7 +14104,7 @@ snapshots: '@storybook/types': 7.6.17 '@types/escodegen': 0.0.6 '@types/estree': 0.0.51 - '@types/node': 18.16.3 + '@types/node': 18.19.3 acorn: 7.4.1 acorn-jsx: 5.3.2(acorn@7.4.1) acorn-walk: 7.2.0 @@ -14455,35 +14390,35 @@ snapshots: '@types/body-parser@1.19.3': dependencies: '@types/connect': 3.4.36 - '@types/node': 18.19.3 + '@types/node': 20.16.5 '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 18.19.3 + '@types/node': 20.16.5 '@types/responselike': 1.0.0 '@types/cli-progress@3.11.6': dependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/connect@3.4.36': dependencies: - '@types/node': 18.19.3 + '@types/node': 20.16.5 '@types/connect@3.4.38': dependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/css-font-loading-module@0.0.7': {} @@ -14519,14 +14454,14 @@ snapshots: '@types/express-serve-static-core@4.17.37': dependencies: - '@types/node': 18.19.3 + '@types/node': 20.16.5 '@types/qs': 6.9.8 '@types/range-parser': 1.2.5 '@types/send': 0.17.2 '@types/express-serve-static-core@4.17.43': dependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/qs': 6.9.12 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -14551,7 +14486,7 @@ snapshots: '@types/graceful-fs@4.1.7': dependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/html-minifier-terser@6.1.0': {} @@ -14598,11 +14533,11 @@ snapshots: '@types/jsonwebtoken@9.0.6': dependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/keyv@3.1.4': dependencies: - '@types/node': 18.19.3 + '@types/node': 20.16.5 '@types/leaflet.markercluster@1.5.4': dependencies: @@ -14648,19 +14583,21 @@ snapshots: '@types/node-fetch@2.6.11': dependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 form-data: 4.0.0 '@types/node@13.13.52': {} '@types/node@14.18.63': {} - '@types/node@18.16.3': {} - '@types/node@18.19.3': dependencies: undici-types: 5.26.5 + '@types/node@20.16.5': + dependencies: + undici-types: 6.19.8 + '@types/normalize-package-data@2.4.4': {} '@types/npmlog@4.1.4': {} @@ -14696,7 +14633,7 @@ snapshots: '@types/responselike@1.0.0': dependencies: - '@types/node': 18.19.3 + '@types/node': 20.16.5 '@types/semver@7.5.3': {} @@ -14705,24 +14642,24 @@ snapshots: '@types/send@0.17.2': dependencies: '@types/mime': 1.3.3 - '@types/node': 18.19.3 + '@types/node': 20.16.5 '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/serve-static@1.15.3': dependencies: '@types/http-errors': 2.0.2 '@types/mime': 3.0.2 - '@types/node': 18.19.3 + '@types/node': 20.16.5 '@types/serve-static@1.15.5': dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/sinonjs__fake-timers@8.1.1': {} @@ -14744,7 +14681,7 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 '@types/yargs-parser@21.0.1': {} @@ -14760,7 +14697,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 optional: true '@typescript-eslint/eslint-plugin@5.59.1(@typescript-eslint/parser@5.59.1(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2)': @@ -15191,14 +15128,10 @@ snapshots: acorn-walk@7.2.0: {} - acorn-walk@8.2.0: {} - acorn-walk@8.3.2: {} acorn@7.4.1: {} - acorn@8.10.0: {} - acorn@8.11.3: {} address@1.2.2: {} @@ -16159,8 +16092,6 @@ snapshots: commander@6.2.1: {} - commander@7.2.0: {} - commander@8.3.0: {} common-path-prefix@3.0.0: {} @@ -16298,13 +16229,13 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.11 - create-jest@29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)): + create-jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)) + jest-config: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -17915,13 +17846,13 @@ snapshots: - encoding - supports-color - graphql-config@4.5.0(@types/node@18.16.3)(graphql@16.9.0): + graphql-config@4.5.0(@types/node@20.16.5)(graphql@16.9.0): dependencies: '@graphql-tools/graphql-file-loader': 7.5.17(graphql@16.9.0) '@graphql-tools/json-file-loader': 7.4.18(graphql@16.9.0) '@graphql-tools/load': 7.8.14(graphql@16.9.0) '@graphql-tools/merge': 8.4.2(graphql@16.9.0) - '@graphql-tools/url-loader': 7.17.18(@types/node@18.16.3)(graphql@16.9.0) + '@graphql-tools/url-loader': 7.17.18(@types/node@20.16.5)(graphql@16.9.0) '@graphql-tools/utils': 9.2.1(graphql@16.9.0) cosmiconfig: 8.0.0 graphql: 16.9.0 @@ -17935,13 +17866,13 @@ snapshots: - encoding - utf-8-validate - graphql-config@5.0.3(@types/node@18.16.3)(graphql@16.9.0)(typescript@5.6.2): + graphql-config@5.0.3(@types/node@20.16.5)(graphql@16.9.0)(typescript@5.6.2): dependencies: '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.9.0) '@graphql-tools/json-file-loader': 8.0.1(graphql@16.9.0) '@graphql-tools/load': 8.0.2(graphql@16.9.0) '@graphql-tools/merge': 9.0.3(graphql@16.9.0) - '@graphql-tools/url-loader': 8.0.2(@types/node@18.16.3)(graphql@16.9.0) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.16.5)(graphql@16.9.0) '@graphql-tools/utils': 10.5.4(graphql@16.9.0) cosmiconfig: 8.3.6(typescript@5.6.2) graphql: 16.9.0 @@ -18018,10 +17949,6 @@ snapshots: pumpify: 1.5.1 through2: 2.0.5 - gzip-size@6.0.0: - dependencies: - duplexer: 0.1.2 - handlebars@4.7.8: dependencies: minimist: 1.2.8 @@ -18643,7 +18570,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1(babel-plugin-macros@3.1.0) @@ -18663,16 +18590,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)): + jest-cli@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)) + create-jest: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)) + jest-config: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -18682,7 +18609,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)): + jest-config@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)): dependencies: '@babel/core': 7.25.2 '@jest/test-sequencer': 29.7.0 @@ -18707,8 +18634,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 18.16.3 - ts-node: 10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2) + '@types/node': 20.16.5 + ts-node: 10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -18737,7 +18664,7 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.16.3 + '@types/node': 20.16.5 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -18747,7 +18674,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.7 - '@types/node': 18.19.3 + '@types/node': 20.16.5 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -18786,12 +18713,12 @@ snapshots: jest-mock@27.5.1: dependencies: '@jest/types': 27.5.1 - '@types/node': 18.16.3 + '@types/node': 20.16.5 jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 18.16.3 + '@types/node': 20.16.5 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -18826,7 +18753,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.3 + '@types/node': 20.16.5 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -18854,7 +18781,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.3 + '@types/node': 20.16.5 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -18900,7 +18827,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 18.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -18919,7 +18846,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.3 + '@types/node': 20.16.5 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -18928,23 +18855,23 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 18.19.3 + '@types/node': 20.16.5 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)): + jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)) + jest-cli: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -19578,9 +19505,9 @@ snapshots: merge2@1.4.1: {} - meros@1.3.0(@types/node@18.16.3): + meros@1.3.0(@types/node@20.16.5): optionalDependencies: - '@types/node': 18.16.3 + '@types/node': 20.16.5 methods@1.1.2: {} @@ -19870,8 +19797,6 @@ snapshots: mri@1.2.0: {} - mrmime@1.0.1: {} - ms@2.0.0: {} ms@2.1.2: {} @@ -20154,8 +20079,6 @@ snapshots: is-docker: 2.2.1 is-wsl: 2.2.0 - opener@1.5.2: {} - openid-client@4.9.1: dependencies: aggregate-error: 3.1.0 @@ -21342,12 +21265,6 @@ snapshots: dependencies: is-arrayish: 0.3.2 - sirv@1.0.19: - dependencies: - '@polka/url': 1.0.0-next.23 - mrmime: 1.0.1 - totalist: 1.1.0 - sisteransi@1.0.5: {} slash@3.0.0: {} @@ -21927,8 +21844,6 @@ snapshots: commander: 2.20.3 topojson-client: 3.1.0 - totalist@1.1.0: {} - tough-cookie@4.1.4: dependencies: psl: 1.9.0 @@ -21952,12 +21867,12 @@ snapshots: dependencies: tslib: 2.7.0 - ts-jest@29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(esbuild@0.18.20)(jest@29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)))(typescript@5.6.2): + ts-jest@29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(esbuild@0.18.20)(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)))(typescript@5.6.2): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@18.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2)) + jest: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -21974,14 +21889,14 @@ snapshots: ts-log@2.2.5: {} - ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@18.16.3)(typescript@5.6.2): + ts-node@10.9.2(@swc/core@1.4.2(@swc/helpers@0.5.13))(@types/node@20.16.5)(typescript@5.6.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.16.3 + '@types/node': 20.16.5 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 @@ -22162,6 +22077,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@6.19.8: {} + unfetch@4.2.0: {} unicode-canonical-property-names-ecmascript@2.0.0: {} @@ -22420,21 +22337,6 @@ snapshots: webidl-conversions@3.0.1: {} - webpack-bundle-analyzer@4.7.0: - dependencies: - acorn: 8.10.0 - acorn-walk: 8.2.0 - chalk: 4.1.2 - commander: 7.2.0 - gzip-size: 6.0.0 - lodash: 4.17.21 - opener: 1.5.2 - sirv: 1.0.19 - ws: 7.5.9 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - webpack-dev-middleware@6.1.1(webpack@5.91.0(@swc/core@1.4.2(@swc/helpers@0.5.13))(esbuild@0.18.20)): dependencies: colorette: 2.0.20 @@ -22607,8 +22509,6 @@ snapshots: dependencies: async-limiter: 1.0.1 - ws@7.5.9: {} - ws@8.13.0: {} ws@8.16.0: {}