Compare commits

..

1 Commits

Author SHA1 Message Date
d5d1270ed0 chore(deps): update all dependencies
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2024-12-16 01:12:02 +00:00
4 changed files with 227 additions and 198 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.10.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.7.2"
} }
} }

409
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.10.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.7.2
dependencies: dependencies:
'@apollo/client': 3.6.9_dadeldwfoioficcaetwckphqrq '@apollo/client': 3.6.9_iyinu66pbuug557ijcvjj4zbyu
graphql: 16.9.0 graphql: 16.10.0
graphql-tag: 2.12.6_graphql@16.9.0 graphql-tag: 2.12.6_graphql@16.10.0
next: 15.1.0_ef5jwxihqo6n7gxfmzogljlgcm next: 15.1.0_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_utmzewbqo34cadtqzpzpc24qie '@graphql-codegen/cli': 2.11.6_mopgwudpnchzy4526gysoklvfu
'@graphql-codegen/typed-document-node': 2.3.3_graphql@16.9.0 '@graphql-codegen/typed-document-node': 2.3.3_graphql@16.10.0
'@graphql-codegen/typescript': 2.7.3_graphql@16.9.0 '@graphql-codegen/typescript': 2.7.3_graphql@16.10.0
'@graphql-codegen/typescript-operations': 2.5.3_graphql@16.9.0 '@graphql-codegen/typescript-operations': 2.5.3_graphql@16.10.0
'@graphql-codegen/typescript-react-apollo': 3.3.3_67ieibcoukfqkysoe3lbnfrgku '@graphql-codegen/typescript-react-apollo': 3.3.3_nlmc7cp55x2ftl4i6svk4s2oua
'@graphql-codegen/typescript-react-query': 4.0.1_graphql@16.9.0 '@graphql-codegen/typescript-react-query': 4.0.1_graphql@16.10.0
'@types/node': 17.0.35 '@types/node': 22.10.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.4.49 autoprefixer: 10.4.8_postcss@8.4.49
postcss: 8.4.49 postcss: 8.4.49
tailwindcss: 3.4.16 tailwindcss: 3.4.16
typescript: 4.7.2 typescript: 5.7.2
packages: packages:
@ -59,7 +59,7 @@ packages:
'@jridgewell/trace-mapping': 0.3.25 '@jridgewell/trace-mapping': 0.3.25
dev: true dev: true
/@apollo/client/3.6.9_dadeldwfoioficcaetwckphqrq: /@apollo/client/3.6.9_iyinu66pbuug557ijcvjj4zbyu:
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
@ -74,12 +74,12 @@ packages:
subscriptions-transport-ws: subscriptions-transport-ws:
optional: true optional: true
dependencies: dependencies:
'@graphql-typed-document-node/core': 3.1.1_graphql@16.9.0 '@graphql-typed-document-node/core': 3.1.1_graphql@16.10.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.9.0 graphql: 16.10.0
graphql-tag: 2.12.6_graphql@16.9.0 graphql-tag: 2.12.6_graphql@16.10.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
@ -90,7 +90,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.9.0: /@ardatan/relay-compiler/12.0.0_graphql@16.10.0:
resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -107,7 +107,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.9.0 graphql: 16.10.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
@ -697,24 +697,24 @@ packages:
dev: false dev: false
optional: true optional: true
/@graphql-codegen/cli/2.11.6_utmzewbqo34cadtqzpzpc24qie: /@graphql-codegen/cli/2.11.6_mopgwudpnchzy4526gysoklvfu:
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.9.0 '@graphql-codegen/core': 2.6.2_graphql@16.10.0
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.9.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
'@graphql-tools/apollo-engine-loader': 7.3.9_graphql@16.9.0 '@graphql-tools/apollo-engine-loader': 7.3.9_graphql@16.10.0
'@graphql-tools/code-file-loader': 7.3.3_graphql@16.9.0 '@graphql-tools/code-file-loader': 7.3.3_graphql@16.10.0
'@graphql-tools/git-loader': 7.2.3_graphql@16.9.0 '@graphql-tools/git-loader': 7.2.3_graphql@16.10.0
'@graphql-tools/github-loader': 7.3.9_graphql@16.9.0 '@graphql-tools/github-loader': 7.3.9_graphql@16.10.0
'@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.9.0 '@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.10.0
'@graphql-tools/json-file-loader': 7.4.3_graphql@16.9.0 '@graphql-tools/json-file-loader': 7.4.3_graphql@16.10.0
'@graphql-tools/load': 7.7.4_graphql@16.9.0 '@graphql-tools/load': 7.7.4_graphql@16.10.0
'@graphql-tools/prisma-loader': 7.2.14_6cbwjxbtmn5aswzo63tm3pafsi '@graphql-tools/prisma-loader': 7.2.14_vbnayprkooyl7hsyvbu4sulzv4
'@graphql-tools/url-loader': 7.13.9_6cbwjxbtmn5aswzo63tm3pafsi '@graphql-tools/url-loader': 7.13.9_vbnayprkooyl7hsyvbu4sulzv4
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.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
@ -722,8 +722,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.9.0 graphql: 16.10.0
graphql-config: 4.3.3_utmzewbqo34cadtqzpzpc24qie graphql-config: 4.3.3_mopgwudpnchzy4526gysoklvfu
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
@ -747,139 +747,139 @@ packages:
- utf-8-validate - utf-8-validate
dev: true dev: true
/@graphql-codegen/core/2.6.2_graphql@16.9.0: /@graphql-codegen/core/2.6.2_graphql@16.10.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.9.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
'@graphql-tools/schema': 9.0.1_graphql@16.9.0 '@graphql-tools/schema': 9.0.1_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
graphql: 16.9.0 graphql: 16.10.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-codegen/plugin-helpers/2.6.2_graphql@16.9.0: /@graphql-codegen/plugin-helpers/2.6.2_graphql@16.10.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.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.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.9.0 graphql: 16.10.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.9.0: /@graphql-codegen/schema-ast/2.5.1_graphql@16.10.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.9.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
graphql: 16.9.0 graphql: 16.10.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-codegen/typed-document-node/2.3.3_graphql@16.9.0: /@graphql-codegen/typed-document-node/2.3.3_graphql@16.10.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.9.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.9.0 '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.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.9.0 graphql: 16.10.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.9.0: /@graphql-codegen/typescript-operations/2.5.3_graphql@16.10.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.9.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
'@graphql-codegen/typescript': 2.7.3_graphql@16.9.0 '@graphql-codegen/typescript': 2.7.3_graphql@16.10.0
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.9.0 '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0
auto-bind: 4.0.0 auto-bind: 4.0.0
graphql: 16.9.0 graphql: 16.10.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_67ieibcoukfqkysoe3lbnfrgku: /@graphql-codegen/typescript-react-apollo/3.3.3_nlmc7cp55x2ftl4i6svk4s2oua:
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.9.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.9.0 '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.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.9.0 graphql: 16.10.0
graphql-tag: 2.12.6_graphql@16.9.0 graphql-tag: 2.12.6_graphql@16.10.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.9.0: /@graphql-codegen/typescript-react-query/4.0.1_graphql@16.10.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.9.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.9.0 '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.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.9.0 graphql: 16.10.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.9.0: /@graphql-codegen/typescript/2.7.3_graphql@16.10.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.9.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
'@graphql-codegen/schema-ast': 2.5.1_graphql@16.9.0 '@graphql-codegen/schema-ast': 2.5.1_graphql@16.10.0
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.9.0 '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0
auto-bind: 4.0.0 auto-bind: 4.0.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-codegen/visitor-plugin-common/2.12.1_graphql@16.10.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.9.0 '@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
'@graphql-tools/optimize': 1.3.1_graphql@16.9.0 '@graphql-tools/optimize': 1.3.1_graphql@16.10.0
'@graphql-tools/relay-operation-optimizer': 6.5.3_graphql@16.9.0 '@graphql-tools/relay-operation-optimizer': 6.5.3_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.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.9.0 graphql: 16.10.0
graphql-tag: 2.12.6_graphql@16.9.0 graphql-tag: 2.12.6_graphql@16.10.0
parse-filepath: 1.0.2 parse-filepath: 1.0.2
tslib: 2.4.0 tslib: 2.4.0
transitivePeerDependencies: transitivePeerDependencies:
@ -887,107 +887,107 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@graphql-tools/apollo-engine-loader/7.3.9_graphql@16.9.0: /@graphql-tools/apollo-engine-loader/7.3.9_graphql@16.10.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.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
'@whatwg-node/fetch': 0.2.9 '@whatwg-node/fetch': 0.2.9
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/batch-execute/8.5.3_graphql@16.10.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.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
dataloader: 2.1.0 dataloader: 2.1.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/code-file-loader/7.3.3_graphql@16.10.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.9.0 '@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
globby: 11.1.0 globby: 11.1.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/delegate/9.0.3_graphql@16.10.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.9.0 '@graphql-tools/batch-execute': 8.5.3_graphql@16.10.0
'@graphql-tools/schema': 9.0.1_graphql@16.9.0 '@graphql-tools/schema': 9.0.1_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
dataloader: 2.1.0 dataloader: 2.1.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/git-loader/7.2.3_graphql@16.10.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.9.0 '@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
graphql: 16.9.0 graphql: 16.10.0
is-glob: 4.0.3 is-glob: 4.0.3
micromatch: 4.0.8 micromatch: 4.0.5
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/github-loader/7.3.9_graphql@16.9.0: /@graphql-tools/github-loader/7.3.9_graphql@16.10.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.9.0 '@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
'@whatwg-node/fetch': 0.2.9 '@whatwg-node/fetch': 0.2.9
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/graphql-file-loader/7.5.2_graphql@16.10.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.9.0 '@graphql-tools/import': 6.7.3_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
globby: 11.1.0 globby: 11.1.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/graphql-tag-pluck/7.3.3_graphql@16.10.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
@ -995,82 +995,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.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/import/6.7.3_graphql@16.10.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.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/json-file-loader/7.4.3_graphql@16.10.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.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
globby: 11.1.0 globby: 11.1.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/load/7.7.4_graphql@16.10.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.9.0 '@graphql-tools/schema': 9.0.1_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/merge/8.3.3_graphql@16.10.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.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
graphql: 16.9.0 graphql: 16.10.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-tools/optimize/1.3.1_graphql@16.9.0: /@graphql-tools/optimize/1.3.1_graphql@16.10.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.9.0 graphql: 16.10.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-tools/prisma-loader/7.2.14_6cbwjxbtmn5aswzo63tm3pafsi: /@graphql-tools/prisma-loader/7.2.14_vbnayprkooyl7hsyvbu4sulzv4:
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_6cbwjxbtmn5aswzo63tm3pafsi '@graphql-tools/url-loader': 7.13.9_vbnayprkooyl7hsyvbu4sulzv4
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.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.9.0 graphql: 16.10.0
graphql-request: 4.3.0_graphql@16.9.0 graphql-request: 4.3.0_graphql@16.10.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
@ -1089,50 +1089,50 @@ packages:
- utf-8-validate - utf-8-validate
dev: true dev: true
/@graphql-tools/relay-operation-optimizer/6.5.3_graphql@16.9.0: /@graphql-tools/relay-operation-optimizer/6.5.3_graphql@16.10.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.9.0 '@ardatan/relay-compiler': 12.0.0_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-tools/schema/9.0.1_graphql@16.10.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.9.0 '@graphql-tools/merge': 8.3.3_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
graphql: 16.9.0 graphql: 16.10.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_6cbwjxbtmn5aswzo63tm3pafsi: /@graphql-tools/url-loader/7.13.9_vbnayprkooyl7hsyvbu4sulzv4:
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.9.0 '@graphql-tools/delegate': 9.0.3_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
'@graphql-tools/wrap': 9.0.4_graphql@16.9.0 '@graphql-tools/wrap': 9.0.4_graphql@16.10.0
'@n1ru4l/graphql-live-query': 0.10.0_graphql@16.9.0 '@n1ru4l/graphql-live-query': 0.10.0_graphql@16.10.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.9.0 graphql: 16.10.0
graphql-ws: 5.10.1_graphql@16.9.0 graphql-ws: 5.10.1_graphql@16.10.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.10.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
@ -1143,34 +1143,34 @@ packages:
- utf-8-validate - utf-8-validate
dev: true dev: true
/@graphql-tools/utils/8.10.0_graphql@16.9.0: /@graphql-tools/utils/8.10.0_graphql@16.10.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.9.0 graphql: 16.10.0
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/@graphql-tools/wrap/9.0.4_graphql@16.9.0: /@graphql-tools/wrap/9.0.4_graphql@16.10.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.9.0 '@graphql-tools/delegate': 9.0.3_graphql@16.10.0
'@graphql-tools/schema': 9.0.1_graphql@16.9.0 '@graphql-tools/schema': 9.0.1_graphql@16.10.0
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.0
graphql: 16.9.0 graphql: 16.10.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.9.0: /@graphql-typed-document-node/core/3.1.1_graphql@16.10.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.9.0 graphql: 16.10.0
dev: false dev: false
/@iarna/toml/2.2.5: /@iarna/toml/2.2.5:
@ -1414,12 +1414,12 @@ packages:
'@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/sourcemap-codec': 1.5.0
dev: true dev: true
/@n1ru4l/graphql-live-query/0.10.0_graphql@16.9.0: /@n1ru4l/graphql-live-query/0.10.0_graphql@16.10.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.9.0 graphql: 16.10.0
dev: true dev: true
/@next/env/15.1.0: /@next/env/15.1.0:
@ -1594,11 +1594,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.10.2
dev: true dev: true
/@types/node/17.0.35: /@types/node/22.10.2:
resolution: {integrity: sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==} resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==}
dependencies:
undici-types: 6.20.0
dev: true dev: true
/@types/parse-json/4.0.0: /@types/parse-json/4.0.0:
@ -1630,7 +1632,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.10.2
dev: true dev: true
/@whatwg-node/fetch/0.2.9: /@whatwg-node/fetch/0.2.9:
@ -1745,6 +1747,14 @@ packages:
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
dev: true dev: true
/anymatch/3.1.2:
resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==}
engines: {node: '>= 8'}
dependencies:
normalize-path: 3.0.0
picomatch: 2.3.1
dev: true
/anymatch/3.1.3: /anymatch/3.1.3:
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
engines: {node: '>= 8'} engines: {node: '>= 8'}
@ -1894,6 +1904,13 @@ packages:
balanced-match: 1.0.2 balanced-match: 1.0.2
dev: true dev: true
/braces/3.0.2:
resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
engines: {node: '>=8'}
dependencies:
fill-range: 7.1.1
dev: true
/braces/3.0.3: /braces/3.0.3:
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'} engines: {node: '>=8'}
@ -2037,8 +2054,8 @@ packages:
resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
engines: {node: '>= 8.10.0'} engines: {node: '>= 8.10.0'}
dependencies: dependencies:
anymatch: 3.1.3 anymatch: 3.1.2
braces: 3.0.3 braces: 3.0.2
glob-parent: 5.1.2 glob-parent: 5.1.2
is-binary-path: 2.1.0 is-binary-path: 2.1.0
is-glob: 4.0.3 is-glob: 4.0.3
@ -2199,7 +2216,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_vrlblra3njgitn7yzyrjv6pqui:
resolution: {integrity: sha512-SR5/NciF0vyYqcGsmB9WJ4QOKkcSSSzcBPLrnT6094BYahMy0eImWvlH3zoEOYqpF2zgiyAKHtWTXTo+fqgxPg==} resolution: {integrity: sha512-SR5/NciF0vyYqcGsmB9WJ4QOKkcSSSzcBPLrnT6094BYahMy0eImWvlH3zoEOYqpF2zgiyAKHtWTXTo+fqgxPg==}
engines: {node: '>=12', npm: '>=6'} engines: {node: '>=12', npm: '>=6'}
peerDependencies: peerDependencies:
@ -2208,10 +2225,10 @@ packages:
ts-node: '>=10' ts-node: '>=10'
typescript: '>=3' typescript: '>=3'
dependencies: dependencies:
'@types/node': 17.0.35 '@types/node': 22.10.2
cosmiconfig: 7.0.1 cosmiconfig: 7.0.1
ts-node: 10.9.1_smgpfffxrhk5i4ijhe3532b4hq ts-node: 10.9.1_fuxm4b32gh5vzctsila2l5gsl4
typescript: 4.7.2 typescript: 5.7.2
dev: true dev: true
/cosmiconfig/7.0.1: /cosmiconfig/7.0.1:
@ -2604,25 +2621,25 @@ packages:
slash: 3.0.0 slash: 3.0.0
dev: true dev: true
/graphql-config/4.3.3_utmzewbqo34cadtqzpzpc24qie: /graphql-config/4.3.3_mopgwudpnchzy4526gysoklvfu:
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.9.0 '@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.10.0
'@graphql-tools/json-file-loader': 7.4.3_graphql@16.9.0 '@graphql-tools/json-file-loader': 7.4.3_graphql@16.10.0
'@graphql-tools/load': 7.7.4_graphql@16.9.0 '@graphql-tools/load': 7.7.4_graphql@16.10.0
'@graphql-tools/merge': 8.3.3_graphql@16.9.0 '@graphql-tools/merge': 8.3.3_graphql@16.10.0
'@graphql-tools/url-loader': 7.13.9_6cbwjxbtmn5aswzo63tm3pafsi '@graphql-tools/url-loader': 7.13.9_vbnayprkooyl7hsyvbu4sulzv4
'@graphql-tools/utils': 8.10.0_graphql@16.9.0 '@graphql-tools/utils': 8.10.0_graphql@16.10.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_vrlblra3njgitn7yzyrjv6pqui
graphql: 16.9.0 graphql: 16.10.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_fuxm4b32gh5vzctsila2l5gsl4
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/core' - '@swc/core'
- '@swc/wasm' - '@swc/wasm'
@ -2633,7 +2650,7 @@ packages:
- utf-8-validate - utf-8-validate
dev: true dev: true
/graphql-request/4.3.0_graphql@16.9.0: /graphql-request/4.3.0_graphql@16.10.0:
resolution: {integrity: sha512-2v6hQViJvSsifK606AliqiNiijb1uwWp6Re7o0RTyH+uRTv/u7Uqm2g4Fjq/LgZIzARB38RZEvVBFOQOVdlBow==} resolution: {integrity: sha512-2v6hQViJvSsifK606AliqiNiijb1uwWp6Re7o0RTyH+uRTv/u7Uqm2g4Fjq/LgZIzARB38RZEvVBFOQOVdlBow==}
peerDependencies: peerDependencies:
graphql: 14 - 16 graphql: 14 - 16
@ -2641,31 +2658,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.9.0 graphql: 16.10.0
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
dev: true dev: true
/graphql-tag/2.12.6_graphql@16.9.0: /graphql-tag/2.12.6_graphql@16.10.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.9.0 graphql: 16.10.0
tslib: 2.4.0 tslib: 2.4.0
/graphql-ws/5.10.1_graphql@16.9.0: /graphql-ws/5.10.1_graphql@16.10.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.9.0 graphql: 16.10.0
dev: true dev: true
/graphql/16.9.0: /graphql/16.10.0:
resolution: {integrity: sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==} resolution: {integrity: sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==}
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:
@ -3138,7 +3155,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.10.2:
resolution: {integrity: sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==} resolution: {integrity: sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
peerDependencies: peerDependencies:
@ -3147,7 +3164,15 @@ packages:
'@types/node': '@types/node':
optional: true optional: true
dependencies: dependencies:
'@types/node': 17.0.35 '@types/node': 22.10.2
dev: true
/micromatch/4.0.5:
resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
engines: {node: '>=8.6'}
dependencies:
braces: 3.0.3
picomatch: 2.3.1
dev: true dev: true
/micromatch/4.0.8: /micromatch/4.0.8:
@ -4135,7 +4160,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_fuxm4b32gh5vzctsila2l5gsl4:
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -4154,14 +4179,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.10.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.7.2
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
@ -4178,9 +4203,9 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
/typescript/4.7.2: /typescript/5.7.2:
resolution: {integrity: sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==} resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
engines: {node: '>=4.2.0'} engines: {node: '>=14.17'}
hasBin: true hasBin: true
dev: true dev: true
@ -4193,6 +4218,10 @@ packages:
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
dev: true dev: true
/undici-types/6.20.0:
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
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