Compare commits

..

1 Commits

Author SHA1 Message Date
f42e14027c fix(deps): update all dependencies 2025-04-27 00:09:37 +00:00
4 changed files with 201 additions and 195 deletions

View File

@ -1,5 +1,5 @@
# Install dependencies only when needed # Install dependencies only when needed
FROM node:16-alpine AS deps FROM node:22-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed. # Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat RUN apk add --no-cache libc6-compat
RUN yarn global add pnpm RUN yarn global add pnpm
@ -11,7 +11,7 @@ RUN pnpm i
# Rebuild the source code only when needed # Rebuild the source code only when needed
FROM node:16-alpine AS builder FROM node:22-alpine AS builder
WORKDIR /app WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules COPY --from=deps /app/node_modules ./node_modules
COPY . . COPY . .
@ -27,7 +27,7 @@ RUN yarn build
# RUN npm run build # RUN npm run build
# Production image, copy all the files and run next # Production image, copy all the files and run next
FROM node:16-alpine AS runner FROM node:22-alpine AS runner
WORKDIR /app WORKDIR /app
ENV NODE_ENV production ENV NODE_ENV production

View File

@ -22,12 +22,12 @@
"@graphql-codegen/typescript-operations": "^2.5.3", "@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-codegen/typescript-react-apollo": "^3.3.3", "@graphql-codegen/typescript-react-apollo": "^3.3.3",
"@graphql-codegen/typescript-react-query": "^4.0.1", "@graphql-codegen/typescript-react-query": "^4.0.1",
"@types/node": "17.0.35", "@types/node": "22.15.2",
"@types/react": "18.0.9", "@types/react": "18.0.9",
"@types/react-dom": "18.0.5", "@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"postcss": "^8.4.14", "postcss": "^8.4.14",
"tailwindcss": "^3.1.2", "tailwindcss": "^3.1.2",
"typescript": "4.7.2" "typescript": "5.8.3"
} }
} }

380
pnpm-lock.yaml generated
View File

@ -8,7 +8,7 @@ specifiers:
'@graphql-codegen/typescript-operations': ^2.5.3 '@graphql-codegen/typescript-operations': ^2.5.3
'@graphql-codegen/typescript-react-apollo': ^3.3.3 '@graphql-codegen/typescript-react-apollo': ^3.3.3
'@graphql-codegen/typescript-react-query': ^4.0.1 '@graphql-codegen/typescript-react-query': ^4.0.1
'@types/node': 17.0.35 '@types/node': 22.15.2
'@types/react': 18.0.9 '@types/react': 18.0.9
'@types/react-dom': 18.0.5 '@types/react-dom': 18.0.5
autoprefixer: ^10.4.7 autoprefixer: ^10.4.7
@ -19,30 +19,30 @@ specifiers:
react: 18.1.0 react: 18.1.0
react-dom: 18.1.0 react-dom: 18.1.0
tailwindcss: ^3.1.2 tailwindcss: ^3.1.2
typescript: 4.7.2 typescript: 5.8.3
dependencies: dependencies:
'@apollo/client': 3.6.9_iyinu66pbuug557ijcvjj4zbyu '@apollo/client': 3.6.9_4eahx33q6w52fs3ehw47v7uqxa
graphql: 16.10.0 graphql: 16.11.0
graphql-tag: 2.12.6_graphql@16.10.0 graphql-tag: 2.12.6_graphql@16.11.0
next: 15.3.1_ef5jwxihqo6n7gxfmzogljlgcm next: 15.3.1_ef5jwxihqo6n7gxfmzogljlgcm
react: 18.1.0 react: 18.1.0
react-dom: 18.1.0_react@18.1.0 react-dom: 18.1.0_react@18.1.0
devDependencies: devDependencies:
'@graphql-codegen/cli': 2.11.6_qny2anfu3y3vdlqg4oa5euu3aq '@graphql-codegen/cli': 2.11.6_35z4xccu3lmdmx35vj4fpin7qe
'@graphql-codegen/typed-document-node': 2.3.3_graphql@16.10.0 '@graphql-codegen/typed-document-node': 2.3.3_graphql@16.11.0
'@graphql-codegen/typescript': 2.7.3_graphql@16.10.0 '@graphql-codegen/typescript': 2.7.3_graphql@16.11.0
'@graphql-codegen/typescript-operations': 2.5.3_graphql@16.10.0 '@graphql-codegen/typescript-operations': 2.5.3_graphql@16.11.0
'@graphql-codegen/typescript-react-apollo': 3.3.3_nlmc7cp55x2ftl4i6svk4s2oua '@graphql-codegen/typescript-react-apollo': 3.3.3_zgy4ber4vlsmyrbmrzusrqlyya
'@graphql-codegen/typescript-react-query': 4.0.1_graphql@16.10.0 '@graphql-codegen/typescript-react-query': 4.0.1_graphql@16.11.0
'@types/node': 17.0.35 '@types/node': 22.15.2
'@types/react': 18.0.9 '@types/react': 18.0.9
'@types/react-dom': 18.0.5 '@types/react-dom': 18.0.5
autoprefixer: 10.4.8_postcss@8.5.3 autoprefixer: 10.4.8_postcss@8.5.3
postcss: 8.5.3 postcss: 8.5.3
tailwindcss: 3.1.8_postcss@8.5.3 tailwindcss: 3.1.8_postcss@8.5.3
typescript: 4.7.2 typescript: 5.8.3
packages: packages:
@ -54,7 +54,7 @@ packages:
'@jridgewell/trace-mapping': 0.3.15 '@jridgewell/trace-mapping': 0.3.15
dev: true dev: true
/@apollo/client/3.6.9_iyinu66pbuug557ijcvjj4zbyu: /@apollo/client/3.6.9_4eahx33q6w52fs3ehw47v7uqxa:
resolution: {integrity: sha512-Y1yu8qa2YeaCUBVuw08x8NHenFi0sw2I3KCu7Kw9mDSu86HmmtHJkCAifKVrN2iPgDTW/BbP3EpSV8/EQCcxZA==} resolution: {integrity: sha512-Y1yu8qa2YeaCUBVuw08x8NHenFi0sw2I3KCu7Kw9mDSu86HmmtHJkCAifKVrN2iPgDTW/BbP3EpSV8/EQCcxZA==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
@ -69,12 +69,12 @@ packages:
subscriptions-transport-ws: subscriptions-transport-ws:
optional: true optional: true
dependencies: dependencies:
'@graphql-typed-document-node/core': 3.1.1_graphql@16.10.0 '@graphql-typed-document-node/core': 3.1.1_graphql@16.11.0
'@wry/context': 0.6.1 '@wry/context': 0.6.1
'@wry/equality': 0.5.3 '@wry/equality': 0.5.3
'@wry/trie': 0.3.2 '@wry/trie': 0.3.2
graphql: 16.10.0 graphql: 16.11.0
graphql-tag: 2.12.6_graphql@16.10.0 graphql-tag: 2.12.6_graphql@16.11.0
hoist-non-react-statics: 3.3.2 hoist-non-react-statics: 3.3.2
optimism: 0.16.1 optimism: 0.16.1
prop-types: 15.8.1 prop-types: 15.8.1
@ -85,7 +85,7 @@ packages:
zen-observable-ts: 1.2.5 zen-observable-ts: 1.2.5
dev: false dev: false
/@ardatan/relay-compiler/12.0.0_graphql@16.10.0: /@ardatan/relay-compiler/12.0.0_graphql@16.11.0:
resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -102,7 +102,7 @@ packages:
fb-watchman: 2.0.1 fb-watchman: 2.0.1
fbjs: 3.0.4 fbjs: 3.0.4
glob: 7.2.3 glob: 7.2.3
graphql: 16.10.0 graphql: 16.11.0
immutable: 3.7.6 immutable: 3.7.6
invariant: 2.2.4 invariant: 2.2.4
nullthrows: 1.1.1 nullthrows: 1.1.1
@ -692,24 +692,24 @@ packages:
dev: false dev: false
optional: true optional: true
/@graphql-codegen/cli/2.11.6_qny2anfu3y3vdlqg4oa5euu3aq: /@graphql-codegen/cli/2.11.6_35z4xccu3lmdmx35vj4fpin7qe:
resolution: {integrity: sha512-0R2Bhgjt3XZTSdsn8MGGuJjDEN2z+KCo7920zLZz9boy6bQ0EyuxS9AUATePS9aC3djy2POAIPCHz8iHK68IlQ==} resolution: {integrity: sha512-0R2Bhgjt3XZTSdsn8MGGuJjDEN2z+KCo7920zLZz9boy6bQ0EyuxS9AUATePS9aC3djy2POAIPCHz8iHK68IlQ==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
'@graphql-codegen/core': 2.6.2_graphql@16.10.0 '@graphql-codegen/core': 2.6.2_graphql@16.11.0
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.11.0
'@graphql-tools/apollo-engine-loader': 7.3.9_graphql@16.10.0 '@graphql-tools/apollo-engine-loader': 7.3.9_graphql@16.11.0
'@graphql-tools/code-file-loader': 7.3.3_graphql@16.10.0 '@graphql-tools/code-file-loader': 7.3.3_graphql@16.11.0
'@graphql-tools/git-loader': 7.2.3_graphql@16.10.0 '@graphql-tools/git-loader': 7.2.3_graphql@16.11.0
'@graphql-tools/github-loader': 7.3.9_graphql@16.10.0 '@graphql-tools/github-loader': 7.3.9_graphql@16.11.0
'@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.10.0 '@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.11.0
'@graphql-tools/json-file-loader': 7.4.3_graphql@16.10.0 '@graphql-tools/json-file-loader': 7.4.3_graphql@16.11.0
'@graphql-tools/load': 7.7.4_graphql@16.10.0 '@graphql-tools/load': 7.7.4_graphql@16.11.0
'@graphql-tools/prisma-loader': 7.2.14_2kkaheszz2wlsioq7kvr7kpimm '@graphql-tools/prisma-loader': 7.2.14_z26lwwrqkqi6k3xh4qveoywele
'@graphql-tools/url-loader': 7.13.9_2kkaheszz2wlsioq7kvr7kpimm '@graphql-tools/url-loader': 7.13.9_z26lwwrqkqi6k3xh4qveoywele
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
'@whatwg-node/fetch': 0.2.9 '@whatwg-node/fetch': 0.2.9
ansi-escapes: 4.3.2 ansi-escapes: 4.3.2
chalk: 4.1.2 chalk: 4.1.2
@ -717,8 +717,8 @@ packages:
cosmiconfig: 7.0.1 cosmiconfig: 7.0.1
debounce: 1.2.1 debounce: 1.2.1
detect-indent: 6.1.0 detect-indent: 6.1.0
graphql: 16.10.0 graphql: 16.11.0
graphql-config: 4.3.3_qny2anfu3y3vdlqg4oa5euu3aq graphql-config: 4.3.3_35z4xccu3lmdmx35vj4fpin7qe
inquirer: 8.2.4 inquirer: 8.2.4
is-glob: 4.0.3 is-glob: 4.0.3
json-to-pretty-yaml: 1.2.2 json-to-pretty-yaml: 1.2.2
@ -742,139 +742,139 @@ packages:
- utf-8-validate - utf-8-validate
dev: true dev: true
/@graphql-codegen/core/2.6.2_graphql@16.10.0: /@graphql-codegen/core/2.6.2_graphql@16.11.0:
resolution: {integrity: sha512-58T5yf9nEfAhDwN1Vz1hImqpdJ/gGpCGUaroQ5tqskZPf7eZYYVkEXbtqRZZLx1MCCKwjWX4hMtTPpHhwKCkng==} resolution: {integrity: sha512-58T5yf9nEfAhDwN1Vz1hImqpdJ/gGpCGUaroQ5tqskZPf7eZYYVkEXbtqRZZLx1MCCKwjWX4hMtTPpHhwKCkng==}
peerDependencies: peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.11.0
'@graphql-tools/schema': 9.0.1_graphql@16.10.0 '@graphql-tools/schema': 9.0.1_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-codegen/plugin-helpers/2.6.2_graphql@16.10.0: /@graphql-codegen/plugin-helpers/2.6.2_graphql@16.11.0:
resolution: {integrity: sha512-bt5PNix0MwzWP53UdaYm6URrVMWU8RlQhrTSLFjxQ8ShS5zoTlQtpZJGZc5ONqFgKa83qbUmzXUtP8oRVVn8zw==} resolution: {integrity: sha512-bt5PNix0MwzWP53UdaYm6URrVMWU8RlQhrTSLFjxQ8ShS5zoTlQtpZJGZc5ONqFgKa83qbUmzXUtP8oRVVn8zw==}
peerDependencies: peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
change-case-all: 1.0.14 change-case-all: 1.0.14
common-tags: 1.8.2 common-tags: 1.8.2
graphql: 16.10.0 graphql: 16.11.0
import-from: 4.0.0 import-from: 4.0.0
lodash: 4.17.21 lodash: 4.17.21
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-codegen/schema-ast/2.5.1_graphql@16.10.0: /@graphql-codegen/schema-ast/2.5.1_graphql@16.11.0:
resolution: {integrity: sha512-tewa5DEKbglWn7kYyVBkh3J8YQ5ALqAMVmZwiVFIGOao5u66nd+e4HuFqp0u+Jpz4SJGGi0ap/oFrEvlqLjd2A==} resolution: {integrity: sha512-tewa5DEKbglWn7kYyVBkh3J8YQ5ALqAMVmZwiVFIGOao5u66nd+e4HuFqp0u+Jpz4SJGGi0ap/oFrEvlqLjd2A==}
peerDependencies: peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-codegen/typed-document-node/2.3.3_graphql@16.10.0: /@graphql-codegen/typed-document-node/2.3.3_graphql@16.11.0:
resolution: {integrity: sha512-0zUPMr1pAqzMyPvtpnlfCbwQgS22t2kPhhfGQs2Yw32O+0+vn1ACcvxt0x1TfUwspYfFJa8AAXJ8NjwmDVAFMQ==} resolution: {integrity: sha512-0zUPMr1pAqzMyPvtpnlfCbwQgS22t2kPhhfGQs2Yw32O+0+vn1ACcvxt0x1TfUwspYfFJa8AAXJ8NjwmDVAFMQ==}
peerDependencies: peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.11.0
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0 '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.11.0
auto-bind: 4.0.0 auto-bind: 4.0.0
change-case-all: 1.0.14 change-case-all: 1.0.14
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/@graphql-codegen/typescript-operations/2.5.3_graphql@16.10.0: /@graphql-codegen/typescript-operations/2.5.3_graphql@16.11.0:
resolution: {integrity: sha512-s+pA+Erm0HeBb/D5cNrflwRM5KWhkiA5cbz4uA99l3fzFPveoQBPfRCBu0XAlJLP/kBDy64+o4B8Nfc7wdRtmA==} resolution: {integrity: sha512-s+pA+Erm0HeBb/D5cNrflwRM5KWhkiA5cbz4uA99l3fzFPveoQBPfRCBu0XAlJLP/kBDy64+o4B8Nfc7wdRtmA==}
peerDependencies: peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.11.0
'@graphql-codegen/typescript': 2.7.3_graphql@16.10.0 '@graphql-codegen/typescript': 2.7.3_graphql@16.11.0
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0 '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.11.0
auto-bind: 4.0.0 auto-bind: 4.0.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/@graphql-codegen/typescript-react-apollo/3.3.3_nlmc7cp55x2ftl4i6svk4s2oua: /@graphql-codegen/typescript-react-apollo/3.3.3_zgy4ber4vlsmyrbmrzusrqlyya:
resolution: {integrity: sha512-FixkcfEfChA1+VPkvdcK+JYnBfqhT+Nz7WJFJ3ZKVsHjwJbTWKu19cKn2nkd3EVgdhJXlNsE8DgenVMqi5X5Ug==} resolution: {integrity: sha512-FixkcfEfChA1+VPkvdcK+JYnBfqhT+Nz7WJFJ3ZKVsHjwJbTWKu19cKn2nkd3EVgdhJXlNsE8DgenVMqi5X5Ug==}
peerDependencies: peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
graphql-tag: ^2.0.0 graphql-tag: ^2.0.0
dependencies: dependencies:
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.11.0
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0 '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.11.0
auto-bind: 4.0.0 auto-bind: 4.0.0
change-case-all: 1.0.14 change-case-all: 1.0.14
graphql: 16.10.0 graphql: 16.11.0
graphql-tag: 2.12.6_graphql@16.10.0 graphql-tag: 2.12.6_graphql@16.11.0
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/@graphql-codegen/typescript-react-query/4.0.1_graphql@16.10.0: /@graphql-codegen/typescript-react-query/4.0.1_graphql@16.11.0:
resolution: {integrity: sha512-vA8cZqlvBoQ+muNycAzWVq8Nthr+AM1OWIuGpYfE3QSe9sqbaXAuXJgm9ZmBQ/tq2M8z8pAwm/z5MOJ7GcUcgg==} resolution: {integrity: sha512-vA8cZqlvBoQ+muNycAzWVq8Nthr+AM1OWIuGpYfE3QSe9sqbaXAuXJgm9ZmBQ/tq2M8z8pAwm/z5MOJ7GcUcgg==}
peerDependencies: peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.11.0
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0 '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.11.0
auto-bind: 4.0.0 auto-bind: 4.0.0
change-case-all: 1.0.14 change-case-all: 1.0.14
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/@graphql-codegen/typescript/2.7.3_graphql@16.10.0: /@graphql-codegen/typescript/2.7.3_graphql@16.11.0:
resolution: {integrity: sha512-EzX/acijXtbG/AwPzho2ZZWaNo00+xAbsRDP+vnT2PwQV3AYq3/5bFvjq1XfAGWbTntdmlYlIwC9hf5bI85WVA==} resolution: {integrity: sha512-EzX/acijXtbG/AwPzho2ZZWaNo00+xAbsRDP+vnT2PwQV3AYq3/5bFvjq1XfAGWbTntdmlYlIwC9hf5bI85WVA==}
peerDependencies: peerDependencies:
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.11.0
'@graphql-codegen/schema-ast': 2.5.1_graphql@16.10.0 '@graphql-codegen/schema-ast': 2.5.1_graphql@16.11.0
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0 '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.11.0
auto-bind: 4.0.0 auto-bind: 4.0.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/@graphql-codegen/visitor-plugin-common/2.12.1_graphql@16.10.0: /@graphql-codegen/visitor-plugin-common/2.12.1_graphql@16.11.0:
resolution: {integrity: sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA==} resolution: {integrity: sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA==}
peerDependencies: peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.11.0
'@graphql-tools/optimize': 1.3.1_graphql@16.10.0 '@graphql-tools/optimize': 1.3.1_graphql@16.11.0
'@graphql-tools/relay-operation-optimizer': 6.5.3_graphql@16.10.0 '@graphql-tools/relay-operation-optimizer': 6.5.3_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
auto-bind: 4.0.0 auto-bind: 4.0.0
change-case-all: 1.0.14 change-case-all: 1.0.14
dependency-graph: 0.11.0 dependency-graph: 0.11.0
graphql: 16.10.0 graphql: 16.11.0
graphql-tag: 2.12.6_graphql@16.10.0 graphql-tag: 2.12.6_graphql@16.11.0
parse-filepath: 1.0.2 parse-filepath: 1.0.2
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
@ -882,69 +882,69 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@graphql-tools/apollo-engine-loader/7.3.9_graphql@16.10.0: /@graphql-tools/apollo-engine-loader/7.3.9_graphql@16.11.0:
resolution: {integrity: sha512-BVO3rc9JCJpzvWy+SYyioR5GbXRkYRE6P5hSm1+N6I/E2aDan44mkTySF6RAbH7/7RMzgzE5vxJMm/m6hx4rvQ==} resolution: {integrity: sha512-BVO3rc9JCJpzvWy+SYyioR5GbXRkYRE6P5hSm1+N6I/E2aDan44mkTySF6RAbH7/7RMzgzE5vxJMm/m6hx4rvQ==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@ardatan/sync-fetch': 0.0.1 '@ardatan/sync-fetch': 0.0.1
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
'@whatwg-node/fetch': 0.2.9 '@whatwg-node/fetch': 0.2.9
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
dev: true dev: true
/@graphql-tools/batch-execute/8.5.3_graphql@16.10.0: /@graphql-tools/batch-execute/8.5.3_graphql@16.11.0:
resolution: {integrity: sha512-dvP1bM02/NSDuAS5A6sLIUUJgs0fuMSk3Ib2jc3pL7HG7jzm/IXfvPURs48pJlMnxcawjVDC8fLh1oWfjmoAGg==} resolution: {integrity: sha512-dvP1bM02/NSDuAS5A6sLIUUJgs0fuMSk3Ib2jc3pL7HG7jzm/IXfvPURs48pJlMnxcawjVDC8fLh1oWfjmoAGg==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
dataloader: 2.1.0 dataloader: 2.1.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
value-or-promise: 1.0.11 value-or-promise: 1.0.11
dev: true dev: true
/@graphql-tools/code-file-loader/7.3.3_graphql@16.10.0: /@graphql-tools/code-file-loader/7.3.3_graphql@16.11.0:
resolution: {integrity: sha512-si4JFNLaM2hsTWUBLsLpf6t/dGy5Pen6F8348zc+Iao7Y8hgENBim11NxL61NbeJL5TD4v3E+tvf5CnAONZKaQ==} resolution: {integrity: sha512-si4JFNLaM2hsTWUBLsLpf6t/dGy5Pen6F8348zc+Iao7Y8hgENBim11NxL61NbeJL5TD4v3E+tvf5CnAONZKaQ==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.10.0 '@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
globby: 11.1.0 globby: 11.1.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
unixify: 1.0.0 unixify: 1.0.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@graphql-tools/delegate/9.0.3_graphql@16.10.0: /@graphql-tools/delegate/9.0.3_graphql@16.11.0:
resolution: {integrity: sha512-4noYCEL/0UeH+5KVRkkqLYH3iyXBb56hh120Y9DEc/JFmb1ldhgxGH2BuoINE2kt35dYhzRk9QA1+HG8FXIBWQ==} resolution: {integrity: sha512-4noYCEL/0UeH+5KVRkkqLYH3iyXBb56hh120Y9DEc/JFmb1ldhgxGH2BuoINE2kt35dYhzRk9QA1+HG8FXIBWQ==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/batch-execute': 8.5.3_graphql@16.10.0 '@graphql-tools/batch-execute': 8.5.3_graphql@16.11.0
'@graphql-tools/schema': 9.0.1_graphql@16.10.0 '@graphql-tools/schema': 9.0.1_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
dataloader: 2.1.0 dataloader: 2.1.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
value-or-promise: 1.0.11 value-or-promise: 1.0.11
dev: true dev: true
/@graphql-tools/git-loader/7.2.3_graphql@16.10.0: /@graphql-tools/git-loader/7.2.3_graphql@16.11.0:
resolution: {integrity: sha512-uEx+iwWfatH9SGQ35BI9wZp7FPW5QCp9+SfXKdj5snnaTOlqOl/KepdZP9iL0xWiSUjLd5HebzfiuNCo9t2/HQ==} resolution: {integrity: sha512-uEx+iwWfatH9SGQ35BI9wZp7FPW5QCp9+SfXKdj5snnaTOlqOl/KepdZP9iL0xWiSUjLd5HebzfiuNCo9t2/HQ==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.10.0 '@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
graphql: 16.10.0 graphql: 16.11.0
is-glob: 4.0.3 is-glob: 4.0.3
micromatch: 4.0.5 micromatch: 4.0.5
tslib: 2.4.0 tslib: 2.4.0
@ -953,36 +953,36 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@graphql-tools/github-loader/7.3.9_graphql@16.10.0: /@graphql-tools/github-loader/7.3.9_graphql@16.11.0:
resolution: {integrity: sha512-L5C/D3JBtwnh8m8KE1iVWElI/oN+XMpYctR6S8oXO7VchdvUxkBBnTKTWq7wD9mYU6BTJLnRHoh+c6SZzxdWag==} resolution: {integrity: sha512-L5C/D3JBtwnh8m8KE1iVWElI/oN+XMpYctR6S8oXO7VchdvUxkBBnTKTWq7wD9mYU6BTJLnRHoh+c6SZzxdWag==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@ardatan/sync-fetch': 0.0.1 '@ardatan/sync-fetch': 0.0.1
'@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.10.0 '@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
'@whatwg-node/fetch': 0.2.9 '@whatwg-node/fetch': 0.2.9
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/@graphql-tools/graphql-file-loader/7.5.2_graphql@16.10.0: /@graphql-tools/graphql-file-loader/7.5.2_graphql@16.11.0:
resolution: {integrity: sha512-4M5c5SRnxTURNwfq46dlEspWGk+nQpO2nF/p9kxaPiXG0iMAQ8suOd3jQk99LEefQpVhFNb5FumyvUnyW0BogA==} resolution: {integrity: sha512-4M5c5SRnxTURNwfq46dlEspWGk+nQpO2nF/p9kxaPiXG0iMAQ8suOd3jQk99LEefQpVhFNb5FumyvUnyW0BogA==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/import': 6.7.3_graphql@16.10.0 '@graphql-tools/import': 6.7.3_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
globby: 11.1.0 globby: 11.1.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
unixify: 1.0.0 unixify: 1.0.0
dev: true dev: true
/@graphql-tools/graphql-tag-pluck/7.3.3_graphql@16.10.0: /@graphql-tools/graphql-tag-pluck/7.3.3_graphql@16.11.0:
resolution: {integrity: sha512-hU8/e8k2fdxK6gDUxnm7CDXmcyagpsMAxo7aNqY2Y4TzIZ0J1EeaM2Xi4wAqv7wRh3diR7TroGlsJ3zOCZx3Jw==} resolution: {integrity: sha512-hU8/e8k2fdxK6gDUxnm7CDXmcyagpsMAxo7aNqY2Y4TzIZ0J1EeaM2Xi4wAqv7wRh3diR7TroGlsJ3zOCZx3Jw==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
@ -990,82 +990,82 @@ packages:
'@babel/parser': 7.18.11 '@babel/parser': 7.18.11
'@babel/traverse': 7.18.11 '@babel/traverse': 7.18.11
'@babel/types': 7.18.10 '@babel/types': 7.18.10
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@graphql-tools/import/6.7.3_graphql@16.10.0: /@graphql-tools/import/6.7.3_graphql@16.11.0:
resolution: {integrity: sha512-7D/nDfwAj1TEkF+vAxm+hxgYNQW3h1kDz8JnYmvvY1Yv7OxZQQHDNd4tVg3BYVtW2kjsz3nzip46Z8ZQ9L7gHg==} resolution: {integrity: sha512-7D/nDfwAj1TEkF+vAxm+hxgYNQW3h1kDz8JnYmvvY1Yv7OxZQQHDNd4tVg3BYVtW2kjsz3nzip46Z8ZQ9L7gHg==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
graphql: 16.10.0 graphql: 16.11.0
resolve-from: 5.0.0 resolve-from: 5.0.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-tools/json-file-loader/7.4.3_graphql@16.10.0: /@graphql-tools/json-file-loader/7.4.3_graphql@16.11.0:
resolution: {integrity: sha512-YihARAoaGJnYakDAaUkdZ6GsvGcyZRdZK2qx9FWkqtpHt02FLCBpcjjLq/cpM0N6K0ecqzh/dYSVD7MthUFXQg==} resolution: {integrity: sha512-YihARAoaGJnYakDAaUkdZ6GsvGcyZRdZK2qx9FWkqtpHt02FLCBpcjjLq/cpM0N6K0ecqzh/dYSVD7MthUFXQg==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
globby: 11.1.0 globby: 11.1.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
unixify: 1.0.0 unixify: 1.0.0
dev: true dev: true
/@graphql-tools/load/7.7.4_graphql@16.10.0: /@graphql-tools/load/7.7.4_graphql@16.11.0:
resolution: {integrity: sha512-2VtVWeMNizNTTc8Dv/hs0lrvGHaLko8jpBoP9TewFdBz6pAXPsLHYnNAhEfBYJd+Vk5GZbnWTfVColxhnF8NEQ==} resolution: {integrity: sha512-2VtVWeMNizNTTc8Dv/hs0lrvGHaLko8jpBoP9TewFdBz6pAXPsLHYnNAhEfBYJd+Vk5GZbnWTfVColxhnF8NEQ==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/schema': 9.0.1_graphql@16.10.0 '@graphql-tools/schema': 9.0.1_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
graphql: 16.10.0 graphql: 16.11.0
p-limit: 3.1.0 p-limit: 3.1.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-tools/merge/8.3.3_graphql@16.10.0: /@graphql-tools/merge/8.3.3_graphql@16.11.0:
resolution: {integrity: sha512-EfULshN2s2s2mhBwbV9WpGnoehRLe7eIMdZrKfHhxlBWOvtNUd3KSCN0PUdAMd7lj1jXUW9KYdn624JrVn6qzg==} resolution: {integrity: sha512-EfULshN2s2s2mhBwbV9WpGnoehRLe7eIMdZrKfHhxlBWOvtNUd3KSCN0PUdAMd7lj1jXUW9KYdn624JrVn6qzg==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-tools/optimize/1.3.1_graphql@16.10.0: /@graphql-tools/optimize/1.3.1_graphql@16.11.0:
resolution: {integrity: sha512-5j5CZSRGWVobt4bgRRg7zhjPiSimk+/zIuColih8E8DxuFOaJ+t0qu7eZS5KXWBkjcd4BPNuhUPpNlEmHPqVRQ==} resolution: {integrity: sha512-5j5CZSRGWVobt4bgRRg7zhjPiSimk+/zIuColih8E8DxuFOaJ+t0qu7eZS5KXWBkjcd4BPNuhUPpNlEmHPqVRQ==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-tools/prisma-loader/7.2.14_2kkaheszz2wlsioq7kvr7kpimm: /@graphql-tools/prisma-loader/7.2.14_z26lwwrqkqi6k3xh4qveoywele:
resolution: {integrity: sha512-9yX3/1UyjuPhp1i375gp2arzKPfz6VzG4ItGsaiEDRF/CCGu80gexf9letQkGtyTiQaZhqIFz5hy5HF48JZXvQ==} resolution: {integrity: sha512-9yX3/1UyjuPhp1i375gp2arzKPfz6VzG4ItGsaiEDRF/CCGu80gexf9letQkGtyTiQaZhqIFz5hy5HF48JZXvQ==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/url-loader': 7.13.9_2kkaheszz2wlsioq7kvr7kpimm '@graphql-tools/url-loader': 7.13.9_z26lwwrqkqi6k3xh4qveoywele
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
'@types/js-yaml': 4.0.5 '@types/js-yaml': 4.0.5
'@types/json-stable-stringify': 1.0.34 '@types/json-stable-stringify': 1.0.34
'@types/jsonwebtoken': 8.5.8 '@types/jsonwebtoken': 8.5.8
chalk: 4.1.2 chalk: 4.1.2
debug: 4.3.4 debug: 4.3.4
dotenv: 16.0.1 dotenv: 16.0.1
graphql: 16.10.0 graphql: 16.11.0
graphql-request: 4.3.0_graphql@16.10.0 graphql-request: 4.3.0_graphql@16.11.0
http-proxy-agent: 5.0.0 http-proxy-agent: 5.0.0
https-proxy-agent: 5.0.1 https-proxy-agent: 5.0.1
isomorphic-fetch: 3.0.0 isomorphic-fetch: 3.0.0
@ -1084,50 +1084,50 @@ packages:
- utf-8-validate - utf-8-validate
dev: true dev: true
/@graphql-tools/relay-operation-optimizer/6.5.3_graphql@16.10.0: /@graphql-tools/relay-operation-optimizer/6.5.3_graphql@16.11.0:
resolution: {integrity: sha512-QXKZJvfGIVnYGvnWabVdKLgh+8X9YWQRMPK9OydiYUi6O4HvB5PMT5qkrYpshjeek3UsJztZsGXiRJbY9O4c9Q==} resolution: {integrity: sha512-QXKZJvfGIVnYGvnWabVdKLgh+8X9YWQRMPK9OydiYUi6O4HvB5PMT5qkrYpshjeek3UsJztZsGXiRJbY9O4c9Q==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@ardatan/relay-compiler': 12.0.0_graphql@16.10.0 '@ardatan/relay-compiler': 12.0.0_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
dev: true dev: true
/@graphql-tools/schema/9.0.1_graphql@16.10.0: /@graphql-tools/schema/9.0.1_graphql@16.11.0:
resolution: {integrity: sha512-Y6apeiBmvXEz082IAuS/ainnEEQrzMECP1MRIV72eo2WPa6ZtLYPycvIbd56Z5uU2LKP4XcWRgK6WUbCyN16Rw==} resolution: {integrity: sha512-Y6apeiBmvXEz082IAuS/ainnEEQrzMECP1MRIV72eo2WPa6ZtLYPycvIbd56Z5uU2LKP4XcWRgK6WUbCyN16Rw==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/merge': 8.3.3_graphql@16.10.0 '@graphql-tools/merge': 8.3.3_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
value-or-promise: 1.0.11 value-or-promise: 1.0.11
dev: true dev: true
/@graphql-tools/url-loader/7.13.9_2kkaheszz2wlsioq7kvr7kpimm: /@graphql-tools/url-loader/7.13.9_z26lwwrqkqi6k3xh4qveoywele:
resolution: {integrity: sha512-7vN7hpT/U0/jC1cc2kNqm0H3iQqRis2f4ZbMsiWT8lDGo/GFOAq+LhJJjTO3zx/ivG90usuu6nPy0yrGlLMvGg==} resolution: {integrity: sha512-7vN7hpT/U0/jC1cc2kNqm0H3iQqRis2f4ZbMsiWT8lDGo/GFOAq+LhJJjTO3zx/ivG90usuu6nPy0yrGlLMvGg==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@ardatan/sync-fetch': 0.0.1 '@ardatan/sync-fetch': 0.0.1
'@graphql-tools/delegate': 9.0.3_graphql@16.10.0 '@graphql-tools/delegate': 9.0.3_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
'@graphql-tools/wrap': 9.0.4_graphql@16.10.0 '@graphql-tools/wrap': 9.0.4_graphql@16.11.0
'@n1ru4l/graphql-live-query': 0.10.0_graphql@16.10.0 '@n1ru4l/graphql-live-query': 0.10.0_graphql@16.11.0
'@types/ws': 8.5.3 '@types/ws': 8.5.3
'@whatwg-node/fetch': 0.2.9 '@whatwg-node/fetch': 0.2.9
dset: 3.1.2 dset: 3.1.2
extract-files: 11.0.0 extract-files: 11.0.0
graphql: 16.10.0 graphql: 16.11.0
graphql-ws: 5.10.1_graphql@16.10.0 graphql-ws: 5.10.1_graphql@16.11.0
isomorphic-ws: 5.0.0_ws@8.8.1 isomorphic-ws: 5.0.0_ws@8.8.1
meros: 1.2.0_@types+node@17.0.35 meros: 1.2.0_@types+node@22.15.2
tslib: 2.4.0 tslib: 2.4.0
value-or-promise: 1.0.11 value-or-promise: 1.0.11
ws: 8.8.1 ws: 8.8.1
@ -1138,34 +1138,34 @@ packages:
- utf-8-validate - utf-8-validate
dev: true dev: true
/@graphql-tools/utils/8.10.0_graphql@16.10.0: /@graphql-tools/utils/8.10.0_graphql@16.11.0:
resolution: {integrity: sha512-yI+V373FdXQbYfqdarehn9vRWDZZYuvyQ/xwiv5ez2BbobHrqsexF7qs56plLRaQ8ESYpVAjMQvJWe9s23O0Jg==} resolution: {integrity: sha512-yI+V373FdXQbYfqdarehn9vRWDZZYuvyQ/xwiv5ez2BbobHrqsexF7qs56plLRaQ8ESYpVAjMQvJWe9s23O0Jg==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-tools/wrap/9.0.4_graphql@16.10.0: /@graphql-tools/wrap/9.0.4_graphql@16.11.0:
resolution: {integrity: sha512-l1t/LmVBec54NhLCJHXi8dCAENotkeqje+2XT0dl3N0RCetO8Fq5PkxWo/59DVM7AgGvqifJLvD/bmpZLGS4Bw==} resolution: {integrity: sha512-l1t/LmVBec54NhLCJHXi8dCAENotkeqje+2XT0dl3N0RCetO8Fq5PkxWo/59DVM7AgGvqifJLvD/bmpZLGS4Bw==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/delegate': 9.0.3_graphql@16.10.0 '@graphql-tools/delegate': 9.0.3_graphql@16.11.0
'@graphql-tools/schema': 9.0.1_graphql@16.10.0 '@graphql-tools/schema': 9.0.1_graphql@16.11.0
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
value-or-promise: 1.0.11 value-or-promise: 1.0.11
dev: true dev: true
/@graphql-typed-document-node/core/3.1.1_graphql@16.10.0: /@graphql-typed-document-node/core/3.1.1_graphql@16.11.0:
resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==} resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==}
peerDependencies: peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
graphql: 16.10.0 graphql: 16.11.0
dev: false dev: false
/@iarna/toml/2.2.5: /@iarna/toml/2.2.5:
@ -1405,12 +1405,12 @@ packages:
'@jridgewell/sourcemap-codec': 1.4.14 '@jridgewell/sourcemap-codec': 1.4.14
dev: true dev: true
/@n1ru4l/graphql-live-query/0.10.0_graphql@16.10.0: /@n1ru4l/graphql-live-query/0.10.0_graphql@16.11.0:
resolution: {integrity: sha512-qZ7OHH/NB0NcG/Xa7irzgjE63UH0CkofZT0Bw4Ko6iRFagPRHBM8RgFXwTt/6JbFGIEUS4STRtaFoc/Eq/ZtzQ==} resolution: {integrity: sha512-qZ7OHH/NB0NcG/Xa7irzgjE63UH0CkofZT0Bw4Ko6iRFagPRHBM8RgFXwTt/6JbFGIEUS4STRtaFoc/Eq/ZtzQ==}
peerDependencies: peerDependencies:
graphql: ^15.4.0 || ^16.0.0 graphql: ^15.4.0 || ^16.0.0
dependencies: dependencies:
graphql: 16.10.0 graphql: 16.11.0
dev: true dev: true
/@next/env/15.3.1: /@next/env/15.3.1:
@ -1578,11 +1578,13 @@ packages:
/@types/jsonwebtoken/8.5.8: /@types/jsonwebtoken/8.5.8:
resolution: {integrity: sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==} resolution: {integrity: sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==}
dependencies: dependencies:
'@types/node': 17.0.35 '@types/node': 22.15.2
dev: true dev: true
/@types/node/17.0.35: /@types/node/22.15.2:
resolution: {integrity: sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==} resolution: {integrity: sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A==}
dependencies:
undici-types: 6.21.0
dev: true dev: true
/@types/parse-json/4.0.0: /@types/parse-json/4.0.0:
@ -1614,7 +1616,7 @@ packages:
/@types/ws/8.5.3: /@types/ws/8.5.3:
resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==}
dependencies: dependencies:
'@types/node': 17.0.35 '@types/node': 22.15.2
dev: true dev: true
/@whatwg-node/fetch/0.2.9: /@whatwg-node/fetch/0.2.9:
@ -2162,7 +2164,7 @@ packages:
'@iarna/toml': 2.2.5 '@iarna/toml': 2.2.5
dev: true dev: true
/cosmiconfig-typescript-loader/3.1.1_n3jxuywfglzgxo675obabdfiku: /cosmiconfig-typescript-loader/3.1.1_hburkkkvu5p5u2dzvbxs4faexy:
resolution: {integrity: sha512-SR5/NciF0vyYqcGsmB9WJ4QOKkcSSSzcBPLrnT6094BYahMy0eImWvlH3zoEOYqpF2zgiyAKHtWTXTo+fqgxPg==} resolution: {integrity: sha512-SR5/NciF0vyYqcGsmB9WJ4QOKkcSSSzcBPLrnT6094BYahMy0eImWvlH3zoEOYqpF2zgiyAKHtWTXTo+fqgxPg==}
engines: {node: '>=12', npm: '>=6'} engines: {node: '>=12', npm: '>=6'}
peerDependencies: peerDependencies:
@ -2171,10 +2173,10 @@ packages:
ts-node: '>=10' ts-node: '>=10'
typescript: '>=3' typescript: '>=3'
dependencies: dependencies:
'@types/node': 17.0.35 '@types/node': 22.15.2
cosmiconfig: 7.0.1 cosmiconfig: 7.0.1
ts-node: 10.9.1_smgpfffxrhk5i4ijhe3532b4hq ts-node: 10.9.1_i2ke4n3vn2m7qjxrkzcztt2ow4
typescript: 4.7.2 typescript: 5.8.3
dev: true dev: true
/cosmiconfig/7.0.1: /cosmiconfig/7.0.1:
@ -2543,25 +2545,25 @@ packages:
slash: 3.0.0 slash: 3.0.0
dev: true dev: true
/graphql-config/4.3.3_qny2anfu3y3vdlqg4oa5euu3aq: /graphql-config/4.3.3_35z4xccu3lmdmx35vj4fpin7qe:
resolution: {integrity: sha512-ju2LAbOk6GLp+8JY7mh3CrEe0iEj2AdImNKv58G0DyISBo72kDEJYNJ07hKmkHdIzhDsSHiVzaCVIyBU2LCUug==} resolution: {integrity: sha512-ju2LAbOk6GLp+8JY7mh3CrEe0iEj2AdImNKv58G0DyISBo72kDEJYNJ07hKmkHdIzhDsSHiVzaCVIyBU2LCUug==}
engines: {node: '>= 10.0.0'} engines: {node: '>= 10.0.0'}
peerDependencies: peerDependencies:
graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
'@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.10.0 '@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.11.0
'@graphql-tools/json-file-loader': 7.4.3_graphql@16.10.0 '@graphql-tools/json-file-loader': 7.4.3_graphql@16.11.0
'@graphql-tools/load': 7.7.4_graphql@16.10.0 '@graphql-tools/load': 7.7.4_graphql@16.11.0
'@graphql-tools/merge': 8.3.3_graphql@16.10.0 '@graphql-tools/merge': 8.3.3_graphql@16.11.0
'@graphql-tools/url-loader': 7.13.9_2kkaheszz2wlsioq7kvr7kpimm '@graphql-tools/url-loader': 7.13.9_z26lwwrqkqi6k3xh4qveoywele
'@graphql-tools/utils': 8.10.0_graphql@16.10.0 '@graphql-tools/utils': 8.10.0_graphql@16.11.0
cosmiconfig: 7.0.1 cosmiconfig: 7.0.1
cosmiconfig-toml-loader: 1.0.0 cosmiconfig-toml-loader: 1.0.0
cosmiconfig-typescript-loader: 3.1.1_n3jxuywfglzgxo675obabdfiku cosmiconfig-typescript-loader: 3.1.1_hburkkkvu5p5u2dzvbxs4faexy
graphql: 16.10.0 graphql: 16.11.0
minimatch: 4.2.1 minimatch: 4.2.1
string-env-interpolation: 1.0.1 string-env-interpolation: 1.0.1
ts-node: 10.9.1_smgpfffxrhk5i4ijhe3532b4hq ts-node: 10.9.1_i2ke4n3vn2m7qjxrkzcztt2ow4
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/core' - '@swc/core'
- '@swc/wasm' - '@swc/wasm'
@ -2572,7 +2574,7 @@ packages:
- utf-8-validate - utf-8-validate
dev: true dev: true
/graphql-request/4.3.0_graphql@16.10.0: /graphql-request/4.3.0_graphql@16.11.0:
resolution: {integrity: sha512-2v6hQViJvSsifK606AliqiNiijb1uwWp6Re7o0RTyH+uRTv/u7Uqm2g4Fjq/LgZIzARB38RZEvVBFOQOVdlBow==} resolution: {integrity: sha512-2v6hQViJvSsifK606AliqiNiijb1uwWp6Re7o0RTyH+uRTv/u7Uqm2g4Fjq/LgZIzARB38RZEvVBFOQOVdlBow==}
peerDependencies: peerDependencies:
graphql: 14 - 16 graphql: 14 - 16
@ -2580,31 +2582,31 @@ packages:
cross-fetch: 3.1.5 cross-fetch: 3.1.5
extract-files: 9.0.0 extract-files: 9.0.0
form-data: 3.0.1 form-data: 3.0.1
graphql: 16.10.0 graphql: 16.11.0
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
dev: true dev: true
/graphql-tag/2.12.6_graphql@16.10.0: /graphql-tag/2.12.6_graphql@16.11.0:
resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: dependencies:
graphql: 16.10.0 graphql: 16.11.0
tslib: 2.4.0 tslib: 2.4.0
/graphql-ws/5.10.1_graphql@16.10.0: /graphql-ws/5.10.1_graphql@16.11.0:
resolution: {integrity: sha512-MKm/3SRd1vj5Km8NaujsgeGRTKZQjUN5HRnIMJ8dL2UznKoxvrtQyJqTmqJt0f6vQd9AooDg/+baXo3huiY4Ew==} resolution: {integrity: sha512-MKm/3SRd1vj5Km8NaujsgeGRTKZQjUN5HRnIMJ8dL2UznKoxvrtQyJqTmqJt0f6vQd9AooDg/+baXo3huiY4Ew==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
graphql: '>=0.11 <=16' graphql: '>=0.11 <=16'
dependencies: dependencies:
graphql: 16.10.0 graphql: 16.11.0
dev: true dev: true
/graphql/16.10.0: /graphql/16.11.0:
resolution: {integrity: sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==} resolution: {integrity: sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==}
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
/has-flag/3.0.0: /has-flag/3.0.0:
@ -3048,7 +3050,7 @@ packages:
engines: {node: '>= 8'} engines: {node: '>= 8'}
dev: true dev: true
/meros/1.2.0_@types+node@17.0.35: /meros/1.2.0_@types+node@22.15.2:
resolution: {integrity: sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==} resolution: {integrity: sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
peerDependencies: peerDependencies:
@ -3057,7 +3059,7 @@ packages:
'@types/node': '@types/node':
optional: true optional: true
dependencies: dependencies:
'@types/node': 17.0.35 '@types/node': 22.15.2
dev: true dev: true
/micromatch/4.0.5: /micromatch/4.0.5:
@ -3951,7 +3953,7 @@ packages:
resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==} resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==}
dev: true dev: true
/ts-node/10.9.1_smgpfffxrhk5i4ijhe3532b4hq: /ts-node/10.9.1_i2ke4n3vn2m7qjxrkzcztt2ow4:
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -3970,14 +3972,14 @@ packages:
'@tsconfig/node12': 1.0.11 '@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3 '@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3 '@tsconfig/node16': 1.0.3
'@types/node': 17.0.35 '@types/node': 22.15.2
acorn: 8.8.0 acorn: 8.8.0
acorn-walk: 8.2.0 acorn-walk: 8.2.0
arg: 4.1.3 arg: 4.1.3
create-require: 1.1.1 create-require: 1.1.1
diff: 4.0.2 diff: 4.0.2
make-error: 1.3.6 make-error: 1.3.6
typescript: 4.7.2 typescript: 5.8.3
v8-compile-cache-lib: 3.0.1 v8-compile-cache-lib: 3.0.1
yn: 3.1.1 yn: 3.1.1
dev: true dev: true
@ -3994,9 +3996,9 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
/typescript/4.7.2: /typescript/5.8.3:
resolution: {integrity: sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==} resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==}
engines: {node: '>=4.2.0'} engines: {node: '>=14.17'}
hasBin: true hasBin: true
dev: true dev: true
@ -4009,6 +4011,10 @@ packages:
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
dev: true dev: true
/undici-types/6.21.0:
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
dev: true
/undici/5.9.1: /undici/5.9.1:
resolution: {integrity: sha512-6fB3a+SNnWEm4CJbgo0/CWR8RGcOCQP68SF4X0mxtYTq2VNN8T88NYrWVBAeSX+zb7bny2dx2iYhP3XHi00omg==} resolution: {integrity: sha512-6fB3a+SNnWEm4CJbgo0/CWR8RGcOCQP68SF4X0mxtYTq2VNN8T88NYrWVBAeSX+zb7bny2dx2iYhP3XHi00omg==}
engines: {node: '>=12.18'} engines: {node: '>=12.18'}

View File

@ -1,5 +1,5 @@
# Install dependencies only when needed # Install dependencies only when needed
FROM node:16-alpine AS deps FROM node:22-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed. # Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat RUN apk add --no-cache libc6-compat
RUN yarn global add pnpm RUN yarn global add pnpm
@ -11,7 +11,7 @@ RUN pnpm i
# Rebuild the source code only when needed # Rebuild the source code only when needed
FROM node:16-alpine AS builder FROM node:22-alpine AS builder
WORKDIR /app WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules COPY --from=deps /app/node_modules ./node_modules
COPY . . COPY . .
@ -27,7 +27,7 @@ RUN yarn build
# RUN npm run build # RUN npm run build
# Production image, copy all the files and run next # Production image, copy all the files and run next
FROM node:16-alpine AS runner FROM node:22-alpine AS runner
WORKDIR /app WORKDIR /app
ENV NODE_ENV production ENV NODE_ENV production