diff --git a/apps/api/package.json b/apps/api/package.json index 721dfff0..0142768d 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -56,7 +56,7 @@ "uuid": "9.0.0" }, "devDependencies": { - "@apollo/rover": "0.12.1", + "@apollo/rover": "0.12.2", "@nestjs/schematics": "9.0.4", "@shio/jest": "workspace:*", "@shio/prettier": "workspace:*", diff --git a/apps/client/package.json b/apps/client/package.json index 1b4477c9..a2d54f87 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -26,7 +26,7 @@ "chromatic": "npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN" }, "dependencies": { - "@next/font": "13.1.6", + "@next/font": "13.2.1", "@radix-ui/react-dialog": "1.0.2", "@radix-ui/react-navigation-menu": "1.1.1", "@urql/devtools": "2.0.3", @@ -35,10 +35,10 @@ "babel-plugin-transform-remove-imports": "1.7.0", "date-fns": "2.29.3", "date-fns-tz": "2.0.0", - "framer-motion": "9.0.7", + "framer-motion": "9.1.7", "graphql-tag": "2.12.6", "graphql-ws": "5.11.3", - "next": "13.1.6", + "next": "13.2.1", "next-remove-imports": "1.0.10", "next-transpile-modules": "10.0.0", "next-urql": "4.0.3", @@ -67,7 +67,7 @@ "@graphql-codegen/typescript-operations": "2.5.13", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-codegen/urql-introspection": "2.2.1", - "@next/react-refresh-utils": "13.1.6", + "@next/react-refresh-utils": "13.2.1", "@shio/jest": "workspace:*", "@shio/prettier": "workspace:*", "@shio/stylelint": "workspace:*", @@ -89,7 +89,7 @@ "@types/webpack": "5.28.0", "autoprefixer": "10.4.13", "babel-plugin-superjson-next": "0.4.5", - "chromatic": "6.17.0", + "chromatic": "6.17.1", "css-loader": "6.7.3", "eslint-config-shio-nextjs": "workspace:*", "postcss": "8.4.21", diff --git a/package.json b/package.json index 93a54230..f18dc45e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/jest": "29.4.0", - "@types/node": "18.14.0", + "@types/node": "18.14.1", "@types/uuid": "9.0.1", "cross-env": "7.0.3", "eslint": "8.34.0", @@ -34,7 +34,7 @@ "stylelint": "15.2.0", "ts-jest": "29.0.5", "ts-node": "10.9.1", - "turbo": "1.8.1", + "turbo": "1.8.2", "typescript": "4.9.5" }, "dependencies": { diff --git a/packages/eslint/package.json b/packages/eslint/package.json index 885a4ca8..27769faa 100644 --- a/packages/eslint/package.json +++ b/packages/eslint/package.json @@ -13,7 +13,7 @@ "@typescript-eslint/eslint-plugin": "5.53.0", "@typescript-eslint/parser": "5.53.0", "eslint-config-airbnb-typescript": "17.0.0", - "eslint-config-next": "13.1.6", + "eslint-config-next": "13.2.1", "eslint-config-prettier": "8.6.0", "eslint-config-shio-base": "workspace:*", "eslint-plugin-json": "^3.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 79950c55..b6fd460c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ importers: .: specifiers: '@types/jest': 29.4.0 - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/uuid': 9.0.1 cross-env: 7.0.3 dotenv: 16.0.3 @@ -20,32 +20,32 @@ importers: stylelint: 15.2.0 ts-jest: 29.0.5 ts-node: 10.9.1 - turbo: 1.8.1 + turbo: 1.8.2 typescript: 4.9.5 dependencies: dotenv: 16.0.3 devDependencies: '@types/jest': 29.4.0 - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/uuid': 9.0.1 cross-env: 7.0.3 eslint: 8.34.0 graphql: 16.6.0 graphql-type-json: 0.3.2_graphql@16.6.0 husky: 8.0.3 - jest: 29.4.3_lszm27wzplody5hzcr5ax274dy + jest: 29.4.3_ujxcenvse5zlxdro6vjdmkgl3a lint-staged: 13.1.2 prettier: 2.8.4 rimraf: 4.1.2 stylelint: 15.2.0 ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 - ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe - turbo: 1.8.1 + ts-node: 10.9.1_uayvamxqnl5yeiojjysxwopmsy + turbo: 1.8.2 typescript: 4.9.5 apps/api: specifiers: - '@apollo/rover': 0.12.1 + '@apollo/rover': 0.12.2 '@nestjs/apollo': 10.2.0 '@nestjs/cli': 9.2.0 '@nestjs/common': 9.3.9 @@ -102,7 +102,7 @@ importers: ts-pattern: 4.2.1 uuid: 9.0.0 devDependencies: - '@apollo/rover': 0.12.1 + '@apollo/rover': 0.12.2 '@nestjs/schematics': 9.0.4_typescript@4.9.5 '@shio/jest': link:../../packages/jest '@shio/prettier': link:../../packages/prettier @@ -121,8 +121,8 @@ importers: '@graphql-codegen/typescript-operations': 2.5.13 '@graphql-codegen/typescript-urql': 3.7.3 '@graphql-codegen/urql-introspection': 2.2.1 - '@next/font': 13.1.6 - '@next/react-refresh-utils': 13.1.6 + '@next/font': 13.2.1 + '@next/react-refresh-utils': 13.2.1 '@radix-ui/react-dialog': 1.0.2 '@radix-ui/react-navigation-menu': 1.1.1 '@shio/jest': workspace:* @@ -150,15 +150,15 @@ importers: autoprefixer: 10.4.13 babel-plugin-superjson-next: 0.4.5 babel-plugin-transform-remove-imports: 1.7.0 - chromatic: 6.17.0 + chromatic: 6.17.1 css-loader: 6.7.3 date-fns: 2.29.3 date-fns-tz: 2.0.0 eslint-config-shio-nextjs: workspace:* - framer-motion: 9.0.7 + framer-motion: 9.1.7 graphql-tag: 2.12.6 graphql-ws: 5.11.3 - next: 13.1.6 + next: 13.2.1 next-remove-imports: 1.0.10 next-transpile-modules: 10.0.0 next-urql: 4.0.3 @@ -187,7 +187,7 @@ importers: urql: 3.0.3 urql-custom-scalars-exchange: 1.0.1 dependencies: - '@next/font': 13.1.6 + '@next/font': 13.2.1 '@radix-ui/react-dialog': 1.0.2_zula6vjvt3wdocc4mwcxqa6nzi '@radix-ui/react-navigation-menu': 1.1.1_biqbaboplfbrettd7655fr4n2y '@urql/devtools': 2.0.3_ioimjbecbkqzfeizgamzrgwc3y @@ -196,10 +196,10 @@ importers: babel-plugin-transform-remove-imports: 1.7.0_@babel+core@7.21.0 date-fns: 2.29.3 date-fns-tz: 2.0.0_date-fns@2.29.3 - framer-motion: 9.0.7_biqbaboplfbrettd7655fr4n2y + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y graphql-tag: 2.12.6_graphql@16.6.0 graphql-ws: 5.11.3_graphql@16.6.0 - next: 13.1.6_4pgn6omj4irpgog4tpnzary34q + next: 13.2.1_4pgn6omj4irpgog4tpnzary34q next-remove-imports: 1.0.10_webpack@5.75.0 next-transpile-modules: 10.0.0 next-urql: 4.0.3_react@18.2.0+urql@3.0.3 @@ -221,13 +221,13 @@ importers: urql-custom-scalars-exchange: 1.0.1_x5wlac77wk5hyllj2gto66ca74 devDependencies: '@babel/core': 7.21.0 - '@graphql-codegen/cli': 2.16.5_savsl3g3pdaq3utprfj3oshmgm + '@graphql-codegen/cli': 2.16.5_mtavrsuoxv7td4xzcl5zfkqcmy '@graphql-codegen/introspection': 2.2.3_graphql@16.6.0 '@graphql-codegen/typescript': 2.8.8_graphql@16.6.0 '@graphql-codegen/typescript-operations': 2.5.13_graphql@16.6.0 '@graphql-codegen/typescript-urql': 3.7.3_sy4knu3obj4ys7pjcqbyfxmqle '@graphql-codegen/urql-introspection': 2.2.1_graphql@16.6.0 - '@next/react-refresh-utils': 13.1.6_xsftmjzvfioxqs4ify53ibh7ay + '@next/react-refresh-utils': 13.2.1_xsftmjzvfioxqs4ify53ibh7ay '@shio/jest': link:../../packages/jest '@shio/prettier': link:../../packages/prettier '@shio/stylelint': link:../../packages/stylelint @@ -248,8 +248,8 @@ importers: '@types/react-dom': 18.0.11 '@types/webpack': 5.28.0 autoprefixer: 10.4.13_postcss@8.4.21 - babel-plugin-superjson-next: 0.4.5_6hb7bebdisxcpyppymkqpiq3a4 - chromatic: 6.17.0 + babel-plugin-superjson-next: 0.4.5_5t2w4fhqsofc5cocld2rqk2zw4 + chromatic: 6.17.1 css-loader: 6.7.3_webpack@5.75.0 eslint-config-shio-nextjs: link:../../packages/eslint/eslint-config-shio-nextjs postcss: 8.4.21 @@ -257,7 +257,7 @@ importers: react-refresh: 0.14.0 sass: 1.58.3 sass-loader: 13.2.0_sass@1.58.3+webpack@5.75.0 - storybook-addon-next-router: 4.0.2_6nv3hzettcai7gglevmsm66qhm + storybook-addon-next-router: 4.0.2_qsjoylzyavt6j7lyqhw5jha2ei style-dictionary: 3.7.2 style-loader: 3.3.1_webpack@5.75.0 @@ -266,7 +266,7 @@ importers: '@typescript-eslint/eslint-plugin': 5.53.0 '@typescript-eslint/parser': 5.53.0 eslint-config-airbnb-typescript: 17.0.0 - eslint-config-next: 13.1.6 + eslint-config-next: 13.2.1 eslint-config-prettier: 8.6.0 eslint-config-shio-base: workspace:* eslint-plugin-json: ^3.1.0 @@ -279,7 +279,7 @@ importers: '@typescript-eslint/eslint-plugin': 5.53.0_ny4s7qc6yg74faf3d6xty2ofzy '@typescript-eslint/parser': 5.53.0_7kw3g6rralp5ps6mg3uyzz6azm eslint-config-airbnb-typescript: 17.0.0_mcnezbmb3bzu3sdorej6fitigm - eslint-config-next: 13.1.6_7kw3g6rralp5ps6mg3uyzz6azm + eslint-config-next: 13.2.1_7kw3g6rralp5ps6mg3uyzz6azm eslint-config-prettier: 8.6.0_eslint@8.34.0 eslint-config-shio-base: link:eslint-config-shio-base eslint-plugin-json: 3.1.0 @@ -501,8 +501,8 @@ packages: '@types/long': 4.0.2 long: 4.0.0 - /@apollo/rover/0.12.1: - resolution: {integrity: sha512-p2itlpDkFMCm8eD1/ijhHXeixvSApK0QlZBMhbBCati68dgmXSCE7ZGQO/OSaIMvEPKnfJo0UvnHk9BLezr3xQ==} + /@apollo/rover/0.12.2: + resolution: {integrity: sha512-qCINt5rrYg0ibzof6p3T9BJrCMdJW/TKt6jvYiEHY2hmHjXrR54+JXVkk17MhV2TNe1V0ma8OCkC/YKWe/ZQKg==} engines: {node: '>=14', npm: '>=6'} hasBin: true requiresBuild: true @@ -2270,7 +2270,7 @@ packages: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} dev: true - /@graphql-codegen/cli/2.16.5_savsl3g3pdaq3utprfj3oshmgm: + /@graphql-codegen/cli/2.16.5_mtavrsuoxv7td4xzcl5zfkqcmy: resolution: {integrity: sha512-XYPIp+q7fB0xAGSAoRykiTe4oY80VU+z+dw5nuv4mLY0+pv7+pa2C6Nwhdw7a65lXOhFviBApWCCZeqd54SMnA==} hasBin: true peerDependencies: @@ -2281,25 +2281,25 @@ packages: '@babel/types': 7.20.7 '@graphql-codegen/core': 2.6.8_graphql@16.6.0 '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-tools/apollo-engine-loader': 7.3.26_dsrot7vgr22owbcoisakchg2na + '@graphql-tools/apollo-engine-loader': 7.3.26_3747hjkprpk6cot33bkmfwepnm '@graphql-tools/code-file-loader': 7.3.20_alaufhgqlbompjtohumd2yejme '@graphql-tools/git-loader': 7.2.19_alaufhgqlbompjtohumd2yejme - '@graphql-tools/github-loader': 7.3.27_6b2rmtekva2curunbkof3t2ekm + '@graphql-tools/github-loader': 7.3.27_t2w2lihu54axdt3tqumwf62irm '@graphql-tools/graphql-file-loader': 7.5.16_graphql@16.6.0 '@graphql-tools/json-file-loader': 7.4.17_graphql@16.6.0 '@graphql-tools/load': 7.8.12_graphql@16.6.0 - '@graphql-tools/prisma-loader': 7.2.63_dsrot7vgr22owbcoisakchg2na - '@graphql-tools/url-loader': 7.17.12_dsrot7vgr22owbcoisakchg2na + '@graphql-tools/prisma-loader': 7.2.63_3747hjkprpk6cot33bkmfwepnm + '@graphql-tools/url-loader': 7.17.12_3747hjkprpk6cot33bkmfwepnm '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@whatwg-node/fetch': 0.6.9_@types+node@18.14.0 + '@whatwg-node/fetch': 0.6.9_@types+node@18.14.1 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 7.1.0 - cosmiconfig-typescript-loader: 4.3.0_6og66usasbupn3od2rlr5mhede + cosmiconfig-typescript-loader: 4.3.0_steuhfixh6tehoeufwqq3in4ba debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.6.0 - graphql-config: 4.4.1_3d6i7m5uowgmpom7m67llilple + graphql-config: 4.4.1_v4paiccezk6dji2afwoa3rexgi inquirer: 8.2.5 is-glob: 4.0.3 json-to-pretty-yaml: 1.2.2 @@ -2308,7 +2308,7 @@ packages: shell-quote: 1.8.0 string-env-interpolation: 1.0.1 ts-log: 2.2.5 - ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe + ts-node: 10.9.1_uayvamxqnl5yeiojjysxwopmsy tslib: 2.5.0 yaml: 1.10.2 yargs: 17.6.2 @@ -2493,14 +2493,14 @@ packages: - supports-color dev: true - /@graphql-tools/apollo-engine-loader/7.3.26_dsrot7vgr22owbcoisakchg2na: + /@graphql-tools/apollo-engine-loader/7.3.26_3747hjkprpk6cot33bkmfwepnm: resolution: {integrity: sha512-h1vfhdJFjnCYn9b5EY1Z91JTF0KB3hHVJNQIsiUV2mpQXZdeOXQoaWeYEKaiI5R6kwBw5PP9B0fv3jfUIG8LyQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@whatwg-node/fetch': 0.8.1_@types+node@18.14.0 + '@whatwg-node/fetch': 0.8.1_@types+node@18.14.1 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -2569,18 +2569,18 @@ packages: - utf-8-validate dev: true - /@graphql-tools/executor-http/0.1.7_dsrot7vgr22owbcoisakchg2na: + /@graphql-tools/executor-http/0.1.7_3747hjkprpk6cot33bkmfwepnm: resolution: {integrity: sha512-9FvH3Awx2CH7jMDIUsd+5PJsbPs76v3/tvJ+IM+MCs7T9jBLnxSgOgp90WEyovPgPYLpzzyhiX4TQwDZMqf0gQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 - '@whatwg-node/fetch': 0.8.1_@types+node@18.14.0 + '@whatwg-node/fetch': 0.8.1_@types+node@18.14.1 dset: 3.1.2 extract-files: 11.0.0 graphql: 16.6.0 - meros: 1.2.1_@types+node@18.14.0 + meros: 1.2.1_@types+node@18.14.1 tslib: 2.5.0 value-or-promise: 1.0.12 transitivePeerDependencies: @@ -2633,7 +2633,7 @@ packages: - supports-color dev: true - /@graphql-tools/github-loader/7.3.27_6b2rmtekva2curunbkof3t2ekm: + /@graphql-tools/github-loader/7.3.27_t2w2lihu54axdt3tqumwf62irm: resolution: {integrity: sha512-fFFC35qenyhjb8pfcYXKknAt0CXP5CkQYtLfJXgTXSgBjIsfAVMrqxQ/Y0ejeM19XNF/C3VWJ7rE308yOX6ywA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -2641,7 +2641,7 @@ packages: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/graphql-tag-pluck': 7.4.6_alaufhgqlbompjtohumd2yejme '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@whatwg-node/fetch': 0.8.1_@types+node@18.14.0 + '@whatwg-node/fetch': 0.8.1_@types+node@18.14.1 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -2754,12 +2754,12 @@ packages: tslib: 2.5.0 dev: true - /@graphql-tools/prisma-loader/7.2.63_dsrot7vgr22owbcoisakchg2na: + /@graphql-tools/prisma-loader/7.2.63_3747hjkprpk6cot33bkmfwepnm: resolution: {integrity: sha512-k4SLQDA2Kfag3axw3YINbjJWixzv9l32neW5sBAVU8YeDjumWASSTEKjnGhLaniOJQjqyvKc8Jt5Jo0ptjvRxA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/url-loader': 7.17.12_dsrot7vgr22owbcoisakchg2na + '@graphql-tools/url-loader': 7.17.12_3747hjkprpk6cot33bkmfwepnm '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@types/js-yaml': 4.0.5 '@types/json-stable-stringify': 1.0.34 @@ -2823,7 +2823,7 @@ packages: tslib: 2.5.0 value-or-promise: 1.0.12 - /@graphql-tools/url-loader/7.17.12_dsrot7vgr22owbcoisakchg2na: + /@graphql-tools/url-loader/7.17.12_3747hjkprpk6cot33bkmfwepnm: resolution: {integrity: sha512-XIGWnXLoPjZzYTkeM24oUFs//buROz8Q1bgiqNf604JjmHJ6UzpOHOVskMN2lvfufqghhGDiK9v/oVhlVb8B0Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -2831,12 +2831,12 @@ packages: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 '@graphql-tools/executor-graphql-ws': 0.0.10_graphql@16.6.0 - '@graphql-tools/executor-http': 0.1.7_dsrot7vgr22owbcoisakchg2na + '@graphql-tools/executor-http': 0.1.7_3747hjkprpk6cot33bkmfwepnm '@graphql-tools/executor-legacy-ws': 0.0.8_graphql@16.6.0 '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@graphql-tools/wrap': 9.3.5_graphql@16.6.0 '@types/ws': 8.5.4 - '@whatwg-node/fetch': 0.8.1_@types+node@18.14.0 + '@whatwg-node/fetch': 0.8.1_@types+node@18.14.1 graphql: 16.6.0 isomorphic-ws: 5.0.0_ws@8.12.0 tslib: 2.5.0 @@ -2936,7 +2936,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 chalk: 4.1.2 jest-message-util: 29.4.3 jest-util: 29.4.3 @@ -2957,14 +2957,14 @@ packages: '@jest/test-result': 29.4.3 '@jest/transform': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.7.1 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.4.3 - jest-config: 29.4.3_lszm27wzplody5hzcr5ax274dy + jest-config: 29.4.3_ujxcenvse5zlxdro6vjdmkgl3a jest-haste-map: 29.4.3 jest-message-util: 29.4.3 jest-regex-util: 29.4.3 @@ -2991,7 +2991,7 @@ packages: dependencies: '@jest/fake-timers': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 jest-mock: 29.4.3 dev: true @@ -3025,7 +3025,7 @@ packages: dependencies: '@jest/types': 29.4.3 '@sinonjs/fake-timers': 10.0.2 - '@types/node': 18.14.0 + '@types/node': 18.14.1 jest-message-util: 29.4.3 jest-mock: 29.4.3 jest-util: 29.4.3 @@ -3058,7 +3058,7 @@ packages: '@jest/transform': 29.4.3 '@jest/types': 29.4.3 '@jridgewell/trace-mapping': 0.3.17 - '@types/node': 18.14.0 + '@types/node': 18.14.1 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3175,7 +3175,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/yargs': 15.0.15 chalk: 4.1.2 dev: true @@ -3186,7 +3186,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/yargs': 16.0.5 chalk: 4.1.2 dev: true @@ -3198,7 +3198,7 @@ packages: '@jest/schemas': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/yargs': 17.0.22 chalk: 4.1.2 dev: true @@ -3210,7 +3210,7 @@ packages: '@jest/schemas': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/yargs': 17.0.22 chalk: 4.1.2 dev: true @@ -3305,53 +3305,6 @@ packages: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: true - /@motionone/animation/10.15.1: - resolution: {integrity: sha512-mZcJxLjHor+bhcPuIFErMDNyrdb2vJur8lSfMCsuCB4UyV8ILZLvK+t+pg56erv8ud9xQGK/1OGPt10agPrCyQ==} - dependencies: - '@motionone/easing': 10.15.1 - '@motionone/types': 10.15.1 - '@motionone/utils': 10.15.1 - tslib: 2.5.0 - dev: false - - /@motionone/dom/10.15.5: - resolution: {integrity: sha512-Xc5avlgyh3xukU9tydh9+8mB8+2zAq+WlLsC3eEIp7Ax7DnXgY7Bj/iv0a4X2R9z9ZFZiaXK3BO0xMYHKbAAdA==} - dependencies: - '@motionone/animation': 10.15.1 - '@motionone/generators': 10.15.1 - '@motionone/types': 10.15.1 - '@motionone/utils': 10.15.1 - hey-listen: 1.0.8 - tslib: 2.5.0 - dev: false - - /@motionone/easing/10.15.1: - resolution: {integrity: sha512-6hIHBSV+ZVehf9dcKZLT7p5PEKHGhDwky2k8RKkmOvUoYP3S+dXsKupyZpqx5apjd9f+php4vXk4LuS+ADsrWw==} - dependencies: - '@motionone/utils': 10.15.1 - tslib: 2.5.0 - dev: false - - /@motionone/generators/10.15.1: - resolution: {integrity: sha512-67HLsvHJbw6cIbLA/o+gsm7h+6D4Sn7AUrB/GPxvujse1cGZ38F5H7DzoH7PhX+sjvtDnt2IhFYF2Zp1QTMKWQ==} - dependencies: - '@motionone/types': 10.15.1 - '@motionone/utils': 10.15.1 - tslib: 2.5.0 - dev: false - - /@motionone/types/10.15.1: - resolution: {integrity: sha512-iIUd/EgUsRZGrvW0jqdst8st7zKTzS9EsKkP+6c6n4MPZoQHwiHuVtTQLD6Kp0bsBLhNzKIBlHXponn/SDT4hA==} - dev: false - - /@motionone/utils/10.15.1: - resolution: {integrity: sha512-p0YncgU+iklvYr/Dq4NobTRdAPv9PveRDUXabPEeOjBLSO/1FNB2phNTZxOxpi1/GZwYpAoECEa0Wam+nsmhSw==} - dependencies: - '@motionone/types': 10.15.1 - hey-listen: 1.0.8 - tslib: 2.5.0 - dev: false - /@mrmlnc/readdir-enhanced/2.2.1: resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==} engines: {node: '>=4'} @@ -3634,21 +3587,21 @@ packages: tslib: 2.5.0 dev: false - /@next/env/13.1.6: - resolution: {integrity: sha512-s+W9Fdqh5MFk6ECrbnVmmAOwxKQuhGMT7xXHrkYIBMBcTiOqNWhv5KbJIboKR5STXxNXl32hllnvKaffzFaWQg==} + /@next/env/13.2.1: + resolution: {integrity: sha512-Hq+6QZ6kgmloCg8Kgrix+4F0HtvLqVK3FZAnlAoS0eonaDemHe1Km4kwjSWRE3JNpJNcKxFHF+jsZrYo0SxWoQ==} - /@next/eslint-plugin-next/13.1.6: - resolution: {integrity: sha512-o7cauUYsXjzSJkay8wKjpKJf2uLzlggCsGUkPu3lP09Pv97jYlekTC20KJrjQKmSv5DXV0R/uks2ZXhqjNkqAw==} + /@next/eslint-plugin-next/13.2.1: + resolution: {integrity: sha512-r0i5rcO6SMAZtqiGarUVMr3k256X0R0j6pEkKg4PxqUW+hG0qgMxRVAJsuoRG5OBFkCOlSfWZJ0mP9fQdCcyNg==} dependencies: glob: 7.1.7 dev: true - /@next/font/13.1.6: - resolution: {integrity: sha512-AITjmeb1RgX1HKMCiA39ztx2mxeAyxl4ljv2UoSBUGAbFFMg8MO7YAvjHCgFhD39hL7YTbFjol04e/BPBH5RzQ==} + /@next/font/13.2.1: + resolution: {integrity: sha512-4sergLt7xp9+mZuKME/xM4tLlHGTcmL7naCq0qCTcAlof6NnttshYgiLOdhSiy0NcI+/yM3BjvdEk++O96UzTg==} dev: false - /@next/react-refresh-utils/13.1.6_xsftmjzvfioxqs4ify53ibh7ay: - resolution: {integrity: sha512-sp+xyqSReshHnlOq3dpOdZ61+FgNf2rig+FrPByzZNTwWxh9YADVyAcffCYwQyQZy25pDRzd7sXv0AEZuiDXdw==} + /@next/react-refresh-utils/13.2.1_xsftmjzvfioxqs4ify53ibh7ay: + resolution: {integrity: sha512-km84MGvoIxUqTbGKmL5i4VNTu5kK5CHFgpxebiOGXv8mfzaqus3oeZDapfHB+PENmK4MW02NfZUicR/EPk/CSA==} peerDependencies: react-refresh: 0.12.0 webpack: ^4 || ^5 @@ -3660,104 +3613,104 @@ packages: webpack: 5.75.0 dev: true - /@next/swc-android-arm-eabi/13.1.6: - resolution: {integrity: sha512-F3/6Z8LH/pGlPzR1AcjPFxx35mPqjE5xZcf+IL+KgbW9tMkp7CYi1y7qKrEWU7W4AumxX/8OINnDQWLiwLasLQ==} + /@next/swc-android-arm-eabi/13.2.1: + resolution: {integrity: sha512-Yua7mUpEd1wzIT6Jjl3dpRizIfGp9NR4F2xeRuQv+ae+SDI1Em2WyM9m46UL+oeW5GpMiEHoaBagr47RScZFmQ==} engines: {node: '>= 10'} cpu: [arm] os: [android] requiresBuild: true optional: true - /@next/swc-android-arm64/13.1.6: - resolution: {integrity: sha512-cMwQjnB8vrYkWyK/H0Rf2c2pKIH4RGjpKUDvbjVAit6SbwPDpmaijLio0LWFV3/tOnY6kvzbL62lndVA0mkYpw==} + /@next/swc-android-arm64/13.2.1: + resolution: {integrity: sha512-Bifcr2f6VwInOdq1uH/9lp8fH7Nf7XGkIx4XceVd32LPJqG2c6FZU8ZRBvTdhxzXVpt5TPtuXhOP4Ij9UPqsVw==} engines: {node: '>= 10'} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@next/swc-darwin-arm64/13.1.6: - resolution: {integrity: sha512-KKRQH4DDE4kONXCvFMNBZGDb499Hs+xcFAwvj+rfSUssIDrZOlyfJNy55rH5t2Qxed1e4K80KEJgsxKQN1/fyw==} + /@next/swc-darwin-arm64/13.2.1: + resolution: {integrity: sha512-gvqm+fGMYxAkwBapH0Vvng5yrb6HTkIvZfY4oEdwwYrwuLdkjqnJygCMgpNqIFmAHSXgtlWxfYv1VC8sjN81Kw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@next/swc-darwin-x64/13.1.6: - resolution: {integrity: sha512-/uOky5PaZDoaU99ohjtNcDTJ6ks/gZ5ykTQDvNZDjIoCxFe3+t06bxsTPY6tAO6uEAw5f6vVFX5H5KLwhrkZCA==} + /@next/swc-darwin-x64/13.2.1: + resolution: {integrity: sha512-HGqVqmaZWj6zomqOZUVbO5NhlABL0iIaxTmd0O5B0MoMa5zpDGoaHSG+fxgcWMXcGcxmUNchv1NfNOYiTKoHOg==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@next/swc-freebsd-x64/13.1.6: - resolution: {integrity: sha512-qaEALZeV7to6weSXk3Br80wtFQ7cFTpos/q+m9XVRFggu+8Ib895XhMWdJBzew6aaOcMvYR6KQ6JmHA2/eMzWw==} + /@next/swc-freebsd-x64/13.2.1: + resolution: {integrity: sha512-N/a4JarAq+E+g+9K2ywJUmDIgU2xs2nA+BBldH0oq4zYJMRiUhL0iaN9G4e72VmGOJ61L/3W6VN8RIUOwTLoqQ==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] requiresBuild: true optional: true - /@next/swc-linux-arm-gnueabihf/13.1.6: - resolution: {integrity: sha512-OybkbC58A1wJ+JrJSOjGDvZzrVEQA4sprJejGqMwiZyLqhr9Eo8FXF0y6HL+m1CPCpPhXEHz/2xKoYsl16kNqw==} + /@next/swc-linux-arm-gnueabihf/13.2.1: + resolution: {integrity: sha512-WaFoerF/eRbhbE57TaIGJXbQAERADZ/RZ45u6qox9beb5xnWsyYgzX+WuN7Tkhyvga0/aMuVYFzS9CEay7D+bw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu/13.1.6: - resolution: {integrity: sha512-yCH+yDr7/4FDuWv6+GiYrPI9kcTAO3y48UmaIbrKy8ZJpi7RehJe3vIBRUmLrLaNDH3rY1rwoHi471NvR5J5NQ==} + /@next/swc-linux-arm64-gnu/13.2.1: + resolution: {integrity: sha512-R+Jhc1/RJTnncE9fkePboHDNOCm1WJ8daanWbjKhfPySMyeniKYRwGn5SLYW3S8YlRS0QVdZaaszDSZWgUcsmA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-musl/13.1.6: - resolution: {integrity: sha512-ECagB8LGX25P9Mrmlc7Q/TQBb9rGScxHbv/kLqqIWs2fIXy6Y/EiBBiM72NTwuXUFCNrWR4sjUPSooVBJJ3ESQ==} + /@next/swc-linux-arm64-musl/13.2.1: + resolution: {integrity: sha512-oI1UfZPidGAVddlL2eOTmfsuKV9EaT1aktIzVIxIAgxzQSdwsV371gU3G55ggkurzfdlgF3GThFePDWF0d8dmw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-gnu/13.1.6: - resolution: {integrity: sha512-GT5w2mruk90V/I5g6ScuueE7fqj/d8Bui2qxdw6lFxmuTgMeol5rnzAv4uAoVQgClOUO/MULilzlODg9Ib3Y4Q==} + /@next/swc-linux-x64-gnu/13.2.1: + resolution: {integrity: sha512-PCygPwrQmS+7WUuAWWioWMZCzZm4PG91lfRxToLDg7yIm/3YfAw5N2EK2TaM9pzlWdvHQAqRMX/oLvv027xUiA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-musl/13.1.6: - resolution: {integrity: sha512-keFD6KvwOPzmat4TCnlnuxJCQepPN+8j3Nw876FtULxo8005Y9Ghcl7ACcR8GoiKoddAq8gxNBrpjoxjQRHeAQ==} + /@next/swc-linux-x64-musl/13.2.1: + resolution: {integrity: sha512-sUAKxo7CFZYGHNxheGh9nIBElLYBM6md/liEGfOTwh/xna4/GTTcmkGWkF7PdnvaYNgcPIQgHIMYiAa6yBKAVw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc/13.1.6: - resolution: {integrity: sha512-OwertslIiGQluFvHyRDzBCIB07qJjqabAmINlXUYt7/sY7Q7QPE8xVi5beBxX/rxTGPIbtyIe3faBE6Z2KywhQ==} + /@next/swc-win32-arm64-msvc/13.2.1: + resolution: {integrity: sha512-qDmyEjDBpl/vBXxuOOKKWmPQOcARcZIMach1s7kjzaien0SySut/PHRlj56sosa81Wt4hTGhfhZ1R7g1n7+B8w==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc/13.1.6: - resolution: {integrity: sha512-g8zowiuP8FxUR9zslPmlju7qYbs2XBtTLVSxVikPtUDQedhcls39uKYLvOOd1JZg0ehyhopobRoH1q+MHlIN/w==} + /@next/swc-win32-ia32-msvc/13.2.1: + resolution: {integrity: sha512-2joqFQ81ZYPg6DcikIzQn3DgjKglNhPAozx6dL5sCNkr1CPMD0YIkJgT3CnYyMHQ04Qi3Npv0XX3MD6LJO8OCA==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-x64-msvc/13.1.6: - resolution: {integrity: sha512-Ls2OL9hi3YlJKGNdKv8k3X/lLgc3VmLG3a/DeTkAd+lAituJp8ZHmRmm9f9SL84fT3CotlzcgbdaCDfFwFA6bA==} + /@next/swc-win32-x64-msvc/13.2.1: + resolution: {integrity: sha512-r3+0fSaIZT6N237iMzwUhfNwjhAFvXjqB+4iuW+wcpxW+LHm1g/IoxN8eSRcb8jPItC86JxjAxpke0QL97qd6g==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -5855,7 +5808,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 /@types/aria-query/5.0.1: resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==} @@ -5894,21 +5847,21 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.14.0 + '@types/node': 18.14.1 /@types/cacheable-request/6.0.3: resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/responselike': 1.0.0 dev: true /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 /@types/cookiejar/2.1.2: resolution: {integrity: sha512-t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog==} @@ -5939,7 +5892,7 @@ packages: /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -5955,20 +5908,20 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.14.0 + '@types/node': 18.14.1 dev: true /@types/glob/8.0.1: resolution: {integrity: sha512-8bVUjXZvJacUFkJXHdyZ9iH1Eaj5V7I8c4NdH5sQJsdXkqT4CA5Dhb4yb4VE/3asyx4L9ayZr1NIhTsWHczmMw==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.14.0 + '@types/node': 18.14.1 dev: true /@types/graceful-fs/4.1.6: resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 dev: true /@types/graphql-validation-complexity/0.4.0: @@ -6028,7 +5981,7 @@ packages: /@types/jsdom/20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/tough-cookie': 4.0.2 parse5: 7.1.2 dev: true @@ -6047,13 +6000,13 @@ packages: /@types/jsonwebtoken/9.0.1: resolution: {integrity: sha512-c5ltxazpWabia/4UzhIoaDcIza4KViOQhdbjRlfcIGVnsE3c3brkz9Z+F/EeJIECOQP7W7US2hNE930cWWkPiw==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 dev: true /@types/lodash/4.14.191: @@ -6083,7 +6036,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 form-data: 3.0.1 dev: true @@ -6102,8 +6055,8 @@ packages: resolution: {integrity: sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==} dev: true - /@types/node/18.14.0: - resolution: {integrity: sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==} + /@types/node/18.14.1: + resolution: {integrity: sha512-QH+37Qds3E0eDlReeboBxfHbX9omAcBCXEzswCu6jySP642jiM3cYSIkU/REqwhCUqXdonHFuBfJDiAJxMNhaQ==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -6153,7 +6106,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 dev: true /@types/scheduler/0.16.2: @@ -6167,7 +6120,7 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.14.0 + '@types/node': 18.14.1 /@types/source-list-map/0.1.2: resolution: {integrity: sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==} @@ -6181,7 +6134,7 @@ packages: resolution: {integrity: sha512-tLfnlJf6A5mB6ddqF159GqcDizfzbMUB1/DeT59/wBNqzRTNNKsaw79A/1TZ84X+f/EwWH8FeuSkjlCLyqS/zQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 18.14.0 + '@types/node': 18.14.1 dev: false /@types/supertest/2.0.12: @@ -6232,7 +6185,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -6240,7 +6193,7 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 @@ -6264,7 +6217,7 @@ packages: /@types/ws/8.5.4: resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 dev: true /@types/yargs-parser/21.0.0: @@ -6697,11 +6650,11 @@ packages: resolution: {integrity: sha512-WKj/lI4QjnLuPrim0cfO7i+HsDSXHxNv1y0CrJhdntuO3hxWZmnXCwNDnwOvry11OjRin6cgWNF+j/9Pn8TN4w==} dev: true - /@whatwg-node/fetch/0.6.9_@types+node@18.14.0: + /@whatwg-node/fetch/0.6.9_@types+node@18.14.1: resolution: {integrity: sha512-JfrBCJdMu9n9OARc0e/hPHcD98/8Nz1CKSdGYDg6VbObDkV/Ys30xe5i/wPOatYbxuvatj1kfWeHf7iNX3i17w==} dependencies: '@peculiar/webcrypto': 1.4.1 - '@whatwg-node/node-fetch': 0.0.5_@types+node@18.14.0 + '@whatwg-node/node-fetch': 0.0.5_@types+node@18.14.1 busboy: 1.6.0 urlpattern-polyfill: 6.0.2 web-streams-polyfill: 3.2.1 @@ -6709,11 +6662,11 @@ packages: - '@types/node' dev: true - /@whatwg-node/fetch/0.8.1_@types+node@18.14.0: + /@whatwg-node/fetch/0.8.1_@types+node@18.14.1: resolution: {integrity: sha512-Fkd1qQHK2tAWxKlC85h9L86Lgbq3BzxMnHSnTsnzNZMMzn6Xi+HlN8/LJ90LxorhSqD54td+Q864LgwUaYDj1Q==} dependencies: '@peculiar/webcrypto': 1.4.1 - '@whatwg-node/node-fetch': 0.3.0_@types+node@18.14.0 + '@whatwg-node/node-fetch': 0.3.0_@types+node@18.14.1 busboy: 1.6.0 urlpattern-polyfill: 6.0.2 web-streams-polyfill: 3.2.1 @@ -6721,23 +6674,23 @@ packages: - '@types/node' dev: true - /@whatwg-node/node-fetch/0.0.5_@types+node@18.14.0: + /@whatwg-node/node-fetch/0.0.5_@types+node@18.14.1: resolution: {integrity: sha512-hbccmaSZaItdsRuBKBEEhLoO+5oXJPxiyd0kG2xXd0Dh3Rt+vZn4pADHxuSiSHLd9CM+S2z4+IxlEGbWUgiz9g==} peerDependencies: '@types/node': ^18.0.6 dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@whatwg-node/events': 0.0.2 busboy: 1.6.0 tslib: 2.5.0 dev: true - /@whatwg-node/node-fetch/0.3.0_@types+node@18.14.0: + /@whatwg-node/node-fetch/0.3.0_@types+node@18.14.1: resolution: {integrity: sha512-mPM8WnuHiI/3kFxDeE0SQQXAElbz4onqmm64fEGCwYEcBes2UsvIDI8HwQIqaXCH42A9ajJUPv4WsYoN/9oG6w==} peerDependencies: '@types/node': ^18.0.6 dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 '@whatwg-node/events': 0.0.2 busboy: 1.6.0 fast-querystring: 1.1.1 @@ -7741,7 +7694,7 @@ packages: - supports-color dev: true - /babel-plugin-superjson-next/0.4.5_6hb7bebdisxcpyppymkqpiq3a4: + /babel-plugin-superjson-next/0.4.5_5t2w4fhqsofc5cocld2rqk2zw4: resolution: {integrity: sha512-k7S99Qpsbi3OSdlCMXEiklzxepM6QbYEIUsrjgSkpx+ksT0iNfdY2r1kCzBK2UjG8fLN6NZEKpDA8XpG2pbDSA==} engines: {node: '>=10'} peerDependencies: @@ -7751,7 +7704,7 @@ packages: '@babel/helper-module-imports': 7.18.6 '@babel/types': 7.20.7 hoist-non-react-statics: 3.3.2 - next: 13.1.6_4pgn6omj4irpgog4tpnzary34q + next: 13.2.1_4pgn6omj4irpgog4tpnzary34q superjson: 1.12.2 dev: true @@ -8461,13 +8414,13 @@ packages: engines: {node: '>=10'} dev: true - /chromatic/6.17.0: - resolution: {integrity: sha512-0CYJOwAAHrcD0kXqMDvZql7wih+IO7A7E8hdCRotC0cmfHK8gOFWK6ajUsZUVwrr2zF6IFSJ23wsMLuaZxqSlw==} + /chromatic/6.17.1: + resolution: {integrity: sha512-CKCIV+QiNsQUHaZu2uQkm9A140Fd9sPgf61IsbJCwPspb97tHxs6hbqzf1QjaJJL37G6UqR3u12bzPld7JB96w==} hasBin: true dependencies: '@discoveryjs/json-ext': 0.5.7 '@types/webpack-env': 1.18.0 - snyk-nodejs-lockfile-parser: 1.46.0 + snyk-nodejs-lockfile-parser: 1.47.4 transitivePeerDependencies: - supports-color dev: true @@ -8901,7 +8854,7 @@ packages: object-assign: 4.1.1 vary: 1.1.2 - /cosmiconfig-typescript-loader/4.3.0_6og66usasbupn3od2rlr5mhede: + /cosmiconfig-typescript-loader/4.3.0_steuhfixh6tehoeufwqq3in4ba: resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: @@ -8910,9 +8863,9 @@ packages: ts-node: '>=10' typescript: '>=3' dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 cosmiconfig: 7.1.0 - ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe + ts-node: 10.9.1_uayvamxqnl5yeiojjysxwopmsy typescript: 4.9.5 dev: true @@ -9920,8 +9873,8 @@ packages: eslint-plugin-import: 2.27.5_dbs2zxbe2aiqaiiio3svelvkai dev: true - /eslint-config-next/13.1.6_7kw3g6rralp5ps6mg3uyzz6azm: - resolution: {integrity: sha512-0cg7h5wztg/SoLAlxljZ0ZPUQ7i6QKqRiP4M2+MgTZtxWwNKb2JSwNc18nJ6/kXBI6xYvPraTbQSIhAuVw6czw==} + /eslint-config-next/13.2.1_7kw3g6rralp5ps6mg3uyzz6azm: + resolution: {integrity: sha512-2GAx7EjSiCzJN6H2L/v1kbYrNiwQxzkyjy6eWSjuhAKt+P6d3nVNHGy9mON8ZcYd72w/M8kyMjm4UB9cvijgrw==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -9929,7 +9882,7 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 13.1.6 + '@next/eslint-plugin-next': 13.2.1 '@rushstack/eslint-patch': 1.2.0 '@typescript-eslint/parser': 5.53.0_7kw3g6rralp5ps6mg3uyzz6azm eslint: 8.34.0 @@ -11018,14 +10971,12 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/9.0.7_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-2n4REUNiu/AsX2fZOp8Z/wnL8XXi2kXrqmCi9UfaydpXgGLnbwq61m9PjOuzECj6iedHNRCvqAMsDIeDzeLSdw==} + /framer-motion/9.1.7_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-nKxBkIO4IPkMEqcBbbATxsVjwPYShKl051yhBv9628iAH6JLeHD0siBHxkL62oQzMC1+GNX73XtPjgP753ufuw==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@motionone/dom': 10.15.5 - hey-listen: 1.0.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 tslib: 2.5.0 @@ -11399,7 +11350,7 @@ packages: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true - /graphql-config/4.4.1_3d6i7m5uowgmpom7m67llilple: + /graphql-config/4.4.1_v4paiccezk6dji2afwoa3rexgi: resolution: {integrity: sha512-B8wlvfBHZ5WnI4IiuQZRqql6s+CKz7S+xpUeTb28Z8nRBi8tH9ChEBgT5FnTyE05PUhHlrS2jK9ICJ4YBl9OtQ==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -11416,10 +11367,10 @@ packages: '@graphql-tools/json-file-loader': 7.4.17_graphql@16.6.0 '@graphql-tools/load': 7.8.12_graphql@16.6.0 '@graphql-tools/merge': 8.3.18_graphql@16.6.0 - '@graphql-tools/url-loader': 7.17.12_dsrot7vgr22owbcoisakchg2na + '@graphql-tools/url-loader': 7.17.12_3747hjkprpk6cot33bkmfwepnm '@graphql-tools/utils': 9.2.1_graphql@16.6.0 cosmiconfig: 8.0.0 - cosmiconfig-typescript-loader: 4.3.0_6og66usasbupn3od2rlr5mhede + cosmiconfig-typescript-loader: 4.3.0_steuhfixh6tehoeufwqq3in4ba graphql: 16.6.0 minimatch: 4.2.1 string-env-interpolation: 1.0.1 @@ -11690,10 +11641,6 @@ packages: engines: {node: '>=8'} dev: false - /hey-listen/1.0.8: - resolution: {integrity: sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==} - dev: false - /hmac-drbg/1.0.1: resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} dependencies: @@ -12674,7 +12621,7 @@ packages: '@jest/expect': 29.4.3 '@jest/test-result': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -12693,7 +12640,7 @@ packages: - supports-color dev: true - /jest-cli/29.4.3_lszm27wzplody5hzcr5ax274dy: + /jest-cli/29.4.3_ujxcenvse5zlxdro6vjdmkgl3a: resolution: {integrity: sha512-PiiAPuFNfWWolCE6t3ZrDXQc6OsAuM3/tVW0u27UWc1KE+n/HSn5dSE6B2juqN7WP+PP0jAcnKtGmI4u8GMYCg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -12710,7 +12657,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.4.3_lszm27wzplody5hzcr5ax274dy + jest-config: 29.4.3_ujxcenvse5zlxdro6vjdmkgl3a jest-util: 29.4.3 jest-validate: 29.4.3 prompts: 2.4.2 @@ -12721,7 +12668,7 @@ packages: - ts-node dev: true - /jest-config/29.4.3_lszm27wzplody5hzcr5ax274dy: + /jest-config/29.4.3_ujxcenvse5zlxdro6vjdmkgl3a: resolution: {integrity: sha512-eCIpqhGnIjdUCXGtLhz4gdDoxKSWXKjzNcc5r+0S1GKOp2fwOipx5mRcwa9GB/ArsxJ1jlj2lmlD9bZAsBxaWQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12736,7 +12683,7 @@ packages: '@babel/core': 7.21.0 '@jest/test-sequencer': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 babel-jest: 29.4.3_@babel+core@7.21.0 chalk: 4.1.2 ci-info: 3.7.1 @@ -12756,7 +12703,7 @@ packages: pretty-format: 29.4.3 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe + ts-node: 10.9.1_uayvamxqnl5yeiojjysxwopmsy transitivePeerDependencies: - supports-color dev: true @@ -12829,7 +12776,7 @@ packages: '@jest/environment': 29.4.3 '@jest/fake-timers': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 jest-mock: 29.4.3 jest-util: 29.4.3 dev: true @@ -12850,7 +12797,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.6 - '@types/node': 18.14.0 + '@types/node': 18.14.1 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -12873,7 +12820,7 @@ packages: dependencies: '@jest/types': 29.4.3 '@types/graceful-fs': 4.1.6 - '@types/node': 18.14.0 + '@types/node': 18.14.1 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -12949,7 +12896,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.14.0 + '@types/node': 18.14.1 dev: true /jest-mock/29.4.3: @@ -12957,7 +12904,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 jest-util: 29.4.3 dev: true @@ -13017,7 +12964,7 @@ packages: '@jest/test-result': 29.4.3 '@jest/transform': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.10 @@ -13048,7 +12995,7 @@ packages: '@jest/test-result': 29.4.3 '@jest/transform': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 @@ -13071,7 +13018,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 graceful-fs: 4.2.10 dev: true @@ -13112,7 +13059,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.14.0 + '@types/node': 18.14.1 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -13124,7 +13071,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 chalk: 4.1.2 ci-info: 3.7.1 graceful-fs: 4.2.10 @@ -13136,7 +13083,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 chalk: 4.1.2 ci-info: 3.7.1 graceful-fs: 4.2.10 @@ -13161,7 +13108,7 @@ packages: dependencies: '@jest/test-result': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -13173,7 +13120,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -13182,7 +13129,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -13190,13 +13137,13 @@ packages: resolution: {integrity: sha512-GLHN/GTAAMEy5BFdvpUfzr9Dr80zQqBrh0fz1mtRMe05hqP45+HfQltu7oTBfduD0UeZs09d+maFtFYAXFWvAA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 jest-util: 29.4.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/29.4.3_lszm27wzplody5hzcr5ax274dy: + /jest/29.4.3_ujxcenvse5zlxdro6vjdmkgl3a: resolution: {integrity: sha512-XvK65feuEFGZT8OO0fB/QAQS+LGHvQpaadkH5p47/j3Ocqq3xf2pK9R+G0GzgfuhXVxEv76qCOOcMb5efLk6PA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -13209,7 +13156,7 @@ packages: '@jest/core': 29.4.3_ts-node@10.9.1 '@jest/types': 29.4.3 import-local: 3.1.0 - jest-cli: 29.4.3_lszm27wzplody5hzcr5ax274dy + jest-cli: 29.4.3_ujxcenvse5zlxdro6vjdmkgl3a transitivePeerDependencies: - '@types/node' - supports-color @@ -14021,7 +13968,7 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - /meros/1.2.1_@types+node@18.14.0: + /meros/1.2.1_@types+node@18.14.1: resolution: {integrity: sha512-R2f/jxYqCAGI19KhAvaxSOxALBMkaXWH2a7rOyqQw+ZmizX5bKkEYWLzdhC+U82ZVVPVp6MCXe3EkVligh+12g==} engines: {node: '>=13'} peerDependencies: @@ -14030,7 +13977,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.1 dev: true /methods/1.1.2: @@ -14365,17 +14312,20 @@ packages: urql: 3.0.3_onqnqwb3ubg5opvemcqf7c2qhy dev: false - /next/13.1.6_4pgn6omj4irpgog4tpnzary34q: - resolution: {integrity: sha512-hHlbhKPj9pW+Cymvfzc15lvhaOZ54l+8sXDXJWm3OBNBzgrVj6hwGPmqqsXg40xO1Leq+kXpllzRPuncpC0Phw==} + /next/13.2.1_4pgn6omj4irpgog4tpnzary34q: + resolution: {integrity: sha512-qhgJlDtG0xidNViJUPeQHLGJJoT4zDj/El7fP3D3OzpxJDUfxsm16cK4WTMyvSX1ciIfAq05u+0HqFAa+VJ+Hg==} engines: {node: '>=14.6.0'} hasBin: true peerDependencies: + '@opentelemetry/api': ^1.4.0 fibers: '>= 3.1.0' node-sass: ^6.0.0 || ^7.0.0 react: ^18.2.0 react-dom: ^18.2.0 sass: ^1.3.0 peerDependenciesMeta: + '@opentelemetry/api': + optional: true fibers: optional: true node-sass: @@ -14383,7 +14333,7 @@ packages: sass: optional: true dependencies: - '@next/env': 13.1.6 + '@next/env': 13.2.1 '@swc/helpers': 0.4.14 caniuse-lite: 1.0.30001451 postcss: 8.4.14 @@ -14392,19 +14342,19 @@ packages: sass: 1.58.3 styled-jsx: 5.1.1_q2tyk3gci27qk4qoatek53e4vi optionalDependencies: - '@next/swc-android-arm-eabi': 13.1.6 - '@next/swc-android-arm64': 13.1.6 - '@next/swc-darwin-arm64': 13.1.6 - '@next/swc-darwin-x64': 13.1.6 - '@next/swc-freebsd-x64': 13.1.6 - '@next/swc-linux-arm-gnueabihf': 13.1.6 - '@next/swc-linux-arm64-gnu': 13.1.6 - '@next/swc-linux-arm64-musl': 13.1.6 - '@next/swc-linux-x64-gnu': 13.1.6 - '@next/swc-linux-x64-musl': 13.1.6 - '@next/swc-win32-arm64-msvc': 13.1.6 - '@next/swc-win32-ia32-msvc': 13.1.6 - '@next/swc-win32-x64-msvc': 13.1.6 + '@next/swc-android-arm-eabi': 13.2.1 + '@next/swc-android-arm64': 13.2.1 + '@next/swc-darwin-arm64': 13.2.1 + '@next/swc-darwin-x64': 13.2.1 + '@next/swc-freebsd-x64': 13.2.1 + '@next/swc-linux-arm-gnueabihf': 13.2.1 + '@next/swc-linux-arm64-gnu': 13.2.1 + '@next/swc-linux-arm64-musl': 13.2.1 + '@next/swc-linux-x64-gnu': 13.2.1 + '@next/swc-linux-x64-musl': 13.2.1 + '@next/swc-win32-arm64-msvc': 13.2.1 + '@next/swc-win32-ia32-msvc': 13.2.1 + '@next/swc-win32-x64-msvc': 13.2.1 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -15266,7 +15216,7 @@ packages: dependencies: lilconfig: 2.0.6 postcss: 8.4.21 - ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe + ts-node: 10.9.1_uayvamxqnl5yeiojjysxwopmsy yaml: 1.10.2 dev: false @@ -16960,8 +16910,8 @@ packages: - supports-color dev: true - /snyk-nodejs-lockfile-parser/1.46.0: - resolution: {integrity: sha512-6DzkLYb26qzowTwhUOnJMswPQ3g0CTZ/YkcCPSZLVLv/leErIHrqIG5CHQMdM0xbGYCnqTM+YNTf36Hb1cw5fg==} + /snyk-nodejs-lockfile-parser/1.47.4: + resolution: {integrity: sha512-qNrhOBVR0rw9/ztZqC8BTHrgAOd1+m1fUpC4UE6DkI75bZecSRTkCjTs4cW4hiEck2lMeRxQ07Wci2fqqUyzrQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -17135,7 +17085,7 @@ packages: /store2/2.14.2: resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} - /storybook-addon-next-router/4.0.2_6nv3hzettcai7gglevmsm66qhm: + /storybook-addon-next-router/4.0.2_qsjoylzyavt6j7lyqhw5jha2ei: resolution: {integrity: sha512-0rjGAl7HziW4ecDq+VU03H1dwkw5f6phqA+PMquPzdowNVl29ejVwVadLMGlovG6x2snaxMGxtySR2c5bwegSw==} engines: {node: '>=10'} peerDependencies: @@ -17149,7 +17099,7 @@ packages: '@storybook/addon-actions': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y - next: 13.1.6_4pgn6omj4irpgog4tpnzary34q + next: 13.2.1_4pgn6omj4irpgog4tpnzary34q react: 18.2.0 react-dom: 18.2.0_react@18.2.0 tslib: 2.4.0 @@ -18159,7 +18109,7 @@ packages: '@babel/core': 7.21.0 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.4.3_lszm27wzplody5hzcr5ax274dy + jest: 29.4.3_ujxcenvse5zlxdro6vjdmkgl3a jest-util: 29.4.2 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -18173,7 +18123,7 @@ packages: resolution: {integrity: sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==} dev: true - /ts-node/10.9.1_tncu2ai53lzgmizdedur7lbibe: + /ts-node/10.9.1_uayvamxqnl5yeiojjysxwopmsy: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -18192,7 +18142,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.14.0 + '@types/node': 18.14.1 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -18285,65 +18235,65 @@ packages: engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} dev: true - /turbo-darwin-64/1.8.1: - resolution: {integrity: sha512-H7pxGF/vsYG7kbY+vB8h+3r8VXn2L6hhYQi0XWA+EjZ1e2zu7+TzEMRWFYmvJPx8TRo5cV5txtg0I22/Y7bxUA==} + /turbo-darwin-64/1.8.2: + resolution: {integrity: sha512-j77U0uOeppENexFsIvvzExADSqMBEeCHnm+6LSNQfaajHSrbUVSTsuD6ZMYHamT6bslc+ZZm21jdecWkwZFBbw==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64/1.8.1: - resolution: {integrity: sha512-zMcvplVGluR6v4oJXW7S1/R9QFsHdDkXMhPq8PIdvT3HwTb69ms0MNv7aKiQ0ZFy5D/eKCTyBRUFZvjorZmBqA==} + /turbo-darwin-arm64/1.8.2: + resolution: {integrity: sha512-1NoAvjlwt2wycsAFJouauy9epn9DptSMy6BoGqxJVc4jiibsLepp9qYc4f1/ln0zjd3FR1IvhGOiBfdpqMN7hg==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64/1.8.1: - resolution: {integrity: sha512-eJNx8iWDn5Lt8d0221RFd6lBjViLiPCVWNFF5JtqOohgRYplvepY3y/THa1GivMxY4px6zjTiy2oPE/VscVP4w==} + /turbo-linux-64/1.8.2: + resolution: {integrity: sha512-TcT3CRYnBYA46kLGGbGC2jDyCEAvMgVpUdpIZGTmod48EKpZaEfVgTkpa4GJde8W68yRFogPZjPVL3yJHFpXSA==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64/1.8.1: - resolution: {integrity: sha512-hFZkm8tq9kLE8tdbOzD6EbNzftdzMR4JEuuoKC6AbTzx1ZsWRvXJ/BGTeSH9/dYYm/wfuIEUiOP7HeXWiZRx7g==} + /turbo-linux-arm64/1.8.2: + resolution: {integrity: sha512-Mb9+KBy4YJzPMZ6WGoMzMVZ6EtueCSvOvgmNpVFgkwbtabfBuaBOvN+irtg4RRSWvJQTDTziLABieocEEXZImQ==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64/1.8.1: - resolution: {integrity: sha512-o3oDg0lTYZl5KZD3Mi753On2vQT51unIiungoUmHDCeDH5JXfWPFu+6p+GAoIyRwQkZPvaEzMLuUtRgklKcBJw==} + /turbo-windows-64/1.8.2: + resolution: {integrity: sha512-/+R5ikRrw2w2w38JtNPubGLIQHgUC70m783DI9aPgaM5c8P5D/Y0k6HgjuC/uXgiaz2h3R7p7YWlr+2/E0bqyA==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64/1.8.1: - resolution: {integrity: sha512-NDYr2Mra21KOdl18BhMRoH2jQmlu+oqkpqRd+cGB8+c5P0B6LDVCM83cfcXQ+PNqX9S3Y1eZDRENZJx9I03sSw==} + /turbo-windows-arm64/1.8.2: + resolution: {integrity: sha512-s07viz5nXSx4kyiksuPM4FGLRkoaGMaw0BpwFjdRQsl1p+WclUN1IPdokVPKOmFpu5pNCVYlG/raP/mXAEzDCg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo/1.8.1: - resolution: {integrity: sha512-g8RltmG5zd0nYbKpkBQwnTSXTWUiup9+yileQ1TETNzpjxI3TL5k7kt2WkgUHEqR947IPUV+ckIduZHVITJmIQ==} + /turbo/1.8.2: + resolution: {integrity: sha512-G/uJx6bZK5RwTWHsRN/MP0MvXFznmCaL3MQXdSf+OG/q0o8GE7+yivyyWEplWI1Asc8AEN909A/wlIkoz2FKTg==} hasBin: true requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.8.1 - turbo-darwin-arm64: 1.8.1 - turbo-linux-64: 1.8.1 - turbo-linux-arm64: 1.8.1 - turbo-windows-64: 1.8.1 - turbo-windows-arm64: 1.8.1 + turbo-darwin-64: 1.8.2 + turbo-darwin-arm64: 1.8.2 + turbo-linux-64: 1.8.2 + turbo-linux-arm64: 1.8.2 + turbo-windows-64: 1.8.2 + turbo-windows-arm64: 1.8.2 dev: true /type-check/0.3.2: