diff --git a/package.json b/package.json index 05006a48..4de1cbc4 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint": "9.6.0", "jest": "29.7.0", "myzod": "1.11.0", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.1", "ts-dedent": "^2.2.0", "ts-jest": "29.1.5", "typescript": "5.5.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b8544cf..ecee0490 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,7 +32,7 @@ importers: version: 2.21.2(@vue/compiler-sfc@3.4.22)(eslint@9.6.0)(typescript@5.5.3)(vitest@1.6.0(@types/node@20.14.9)) '@graphql-codegen/cli': specifier: 5.0.2 - version: 5.0.2(@babel/core@7.22.5)(@types/node@20.14.9)(graphql@16.9.0) + version: 5.0.2(@babel/core@7.24.7)(@types/node@20.14.9)(graphql@16.9.0) '@graphql-codegen/typescript': specifier: ^4.0.0 version: 4.0.9(graphql@16.9.0) @@ -55,14 +55,14 @@ importers: specifier: 1.11.0 version: 1.11.0 npm-run-all2: - specifier: 6.2.0 - version: 6.2.0 + specifier: 6.2.1 + version: 6.2.1 ts-dedent: specifier: ^2.2.0 version: 2.2.0 ts-jest: specifier: 29.1.5 - version: 29.1.5(@babel/core@7.22.5)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.22.5))(jest@29.7.0(@types/node@20.14.9))(typescript@5.5.3) + version: 29.1.5(@babel/core@7.24.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@20.14.9))(typescript@5.5.3) typescript: specifier: 5.5.3 version: 5.5.3 @@ -2953,10 +2953,6 @@ packages: resolution: {integrity: sha512-lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1ng==} engines: {node: '>=10'} - minimatch@9.0.4: - resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} - engines: {node: '>=16 || 14 >=14.17'} - minimatch@9.0.5: resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} engines: {node: '>=16 || 14 >=14.17'} @@ -3029,9 +3025,9 @@ packages: resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - npm-run-all2@6.2.0: - resolution: {integrity: sha512-wA7yVIkthe6qJBfiJ2g6aweaaRlw72itsFGF6HuwCHKwtwAx/4BY1vVpk6bw6lS8RLMsexoasOkd0aYOmsFG7Q==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>= 8'} + npm-run-all2@6.2.1: + resolution: {integrity: sha512-eX4MWsUYOSm1FhPh9LPAWbqq2quny3u8gEEWIY4HHECi10qOyi1dNaJFCyOOv2uP05ZuTPETwS2p1GZk9oLJsw==} + engines: {node: ^14.18.0 || ^16.13.0 || >=18.0.0, npm: '>= 8'} hasBin: true npm-run-path@4.0.1: @@ -4388,11 +4384,23 @@ snapshots: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.7)': + dependencies: + '@babel/core': 7.24.7 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.7)': + dependencies: + '@babel/core': 7.24.7 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 @@ -4408,9 +4416,9 @@ snapshots: '@babel/core': 7.24.7 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.5)': + '@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.24.7)': dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.24.7 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.5)': @@ -4418,11 +4426,23 @@ snapshots: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.7)': + dependencies: + '@babel/core': 7.24.7 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.7)': + dependencies: + '@babel/core': 7.24.7 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 @@ -4438,16 +4458,34 @@ snapshots: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.7)': + dependencies: + '@babel/core': 7.24.7 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.7)': + dependencies: + '@babel/core': 7.24.7 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.7)': + dependencies: + '@babel/core': 7.24.7 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 @@ -4463,16 +4501,34 @@ snapshots: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.7)': + dependencies: + '@babel/core': 7.24.7 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.7)': + dependencies: + '@babel/core': 7.24.7 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.7)': + dependencies: + '@babel/core': 7.24.7 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-typescript@7.16.7(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 @@ -4831,7 +4887,7 @@ snapshots: graphql: 16.9.0 tslib: 2.6.1 - '@graphql-codegen/cli@5.0.2(@babel/core@7.22.5)(@types/node@20.14.9)(graphql@16.9.0)': + '@graphql-codegen/cli@5.0.2(@babel/core@7.24.7)(@types/node@20.14.9)(graphql@16.9.0)': dependencies: '@babel/generator': 7.22.5 '@babel/template': 7.22.5 @@ -4840,9 +4896,9 @@ snapshots: '@graphql-codegen/core': 4.0.2(graphql@16.9.0) '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0) '@graphql-tools/apollo-engine-loader': 8.0.0(graphql@16.9.0) - '@graphql-tools/code-file-loader': 8.0.0(@babel/core@7.22.5)(graphql@16.9.0) - '@graphql-tools/git-loader': 8.0.0(@babel/core@7.22.5)(graphql@16.9.0) - '@graphql-tools/github-loader': 8.0.0(@babel/core@7.22.5)(@types/node@20.14.9)(graphql@16.9.0) + '@graphql-tools/code-file-loader': 8.0.0(@babel/core@7.24.7)(graphql@16.9.0) + '@graphql-tools/git-loader': 8.0.0(@babel/core@7.24.7)(graphql@16.9.0) + '@graphql-tools/github-loader': 8.0.0(@babel/core@7.24.7)(@types/node@20.14.9)(graphql@16.9.0) '@graphql-tools/graphql-file-loader': 8.0.0(graphql@16.9.0) '@graphql-tools/json-file-loader': 8.0.0(graphql@16.9.0) '@graphql-tools/load': 8.0.0(graphql@16.9.0) @@ -5024,9 +5080,9 @@ snapshots: tslib: 2.6.1 value-or-promise: 1.0.12 - '@graphql-tools/code-file-loader@8.0.0(@babel/core@7.22.5)(graphql@16.9.0)': + '@graphql-tools/code-file-loader@8.0.0(@babel/core@7.24.7)(graphql@16.9.0)': dependencies: - '@graphql-tools/graphql-tag-pluck': 8.0.0(@babel/core@7.22.5)(graphql@16.9.0) + '@graphql-tools/graphql-tag-pluck': 8.0.0(@babel/core@7.24.7)(graphql@16.9.0) '@graphql-tools/utils': 10.2.3(graphql@16.9.0) globby: 11.1.0 graphql: 16.9.0 @@ -5102,9 +5158,9 @@ snapshots: tslib: 2.6.1 value-or-promise: 1.0.12 - '@graphql-tools/git-loader@8.0.0(@babel/core@7.22.5)(graphql@16.9.0)': + '@graphql-tools/git-loader@8.0.0(@babel/core@7.24.7)(graphql@16.9.0)': dependencies: - '@graphql-tools/graphql-tag-pluck': 8.0.0(@babel/core@7.22.5)(graphql@16.9.0) + '@graphql-tools/graphql-tag-pluck': 8.0.0(@babel/core@7.24.7)(graphql@16.9.0) '@graphql-tools/utils': 10.2.3(graphql@16.9.0) graphql: 16.9.0 is-glob: 4.0.3 @@ -5115,11 +5171,11 @@ snapshots: - '@babel/core' - supports-color - '@graphql-tools/github-loader@8.0.0(@babel/core@7.22.5)(@types/node@20.14.9)(graphql@16.9.0)': + '@graphql-tools/github-loader@8.0.0(@babel/core@7.24.7)(@types/node@20.14.9)(graphql@16.9.0)': dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/executor-http': 1.0.0(@types/node@20.14.9)(graphql@16.9.0) - '@graphql-tools/graphql-tag-pluck': 8.0.0(@babel/core@7.22.5)(graphql@16.9.0) + '@graphql-tools/graphql-tag-pluck': 8.0.0(@babel/core@7.24.7)(graphql@16.9.0) '@graphql-tools/utils': 10.2.3(graphql@16.9.0) '@whatwg-node/fetch': 0.9.0 graphql: 16.9.0 @@ -5140,10 +5196,10 @@ snapshots: tslib: 2.6.1 unixify: 1.0.0 - '@graphql-tools/graphql-tag-pluck@8.0.0(@babel/core@7.22.5)(graphql@16.9.0)': + '@graphql-tools/graphql-tag-pluck@8.0.0(@babel/core@7.24.7)(graphql@16.9.0)': dependencies: '@babel/parser': 7.24.7 - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.5) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.24.7) '@babel/traverse': 7.24.7 '@babel/types': 7.22.5 '@graphql-tools/utils': 10.2.3(graphql@16.9.0) @@ -5983,6 +6039,20 @@ snapshots: transitivePeerDependencies: - supports-color + babel-jest@29.7.0(@babel/core@7.24.7): + dependencies: + '@babel/core': 7.24.7 + '@jest/transform': 29.7.0 + '@types/babel__core': 7.1.18 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 29.6.3(@babel/core@7.24.7) + chalk: 4.1.2 + graceful-fs: 4.2.11 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + optional: true + babel-plugin-istanbul@6.1.1: dependencies: '@babel/helper-plugin-utils': 7.22.5 @@ -6018,6 +6088,23 @@ snapshots: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.5) + babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.7): + dependencies: + '@babel/core': 7.24.7 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.7) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.7) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.7) + optional: true + babel-preset-fbjs@3.4.0(@babel/core@7.24.7): dependencies: '@babel/core': 7.24.7 @@ -6057,6 +6144,13 @@ snapshots: babel-plugin-jest-hoist: 29.6.3 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.5) + babel-preset-jest@29.6.3(@babel/core@7.24.7): + dependencies: + '@babel/core': 7.24.7 + babel-plugin-jest-hoist: 29.6.3 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.7) + optional: true + balanced-match@1.0.2: {} base64-js@1.5.1: {} @@ -7682,10 +7776,6 @@ snapshots: dependencies: brace-expansion: 1.1.11 - minimatch@9.0.4: - dependencies: - brace-expansion: 2.0.1 - minimatch@9.0.5: dependencies: brace-expansion: 2.0.1 @@ -7743,12 +7833,12 @@ snapshots: npm-normalize-package-bin@3.0.1: {} - npm-run-all2@6.2.0: + npm-run-all2@6.2.1: dependencies: ansi-styles: 6.2.1 cross-spawn: 7.0.3 memorystream: 0.3.1 - minimatch: 9.0.4 + minimatch: 9.0.5 pidtree: 0.6.0 read-package-json-fast: 3.0.2 shell-quote: 1.7.3 @@ -8331,7 +8421,7 @@ snapshots: ts-dedent@2.2.0: {} - ts-jest@29.1.5(@babel/core@7.22.5)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.22.5))(jest@29.7.0(@types/node@20.14.9))(typescript@5.5.3): + ts-jest@29.1.5(@babel/core@7.24.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@20.14.9))(typescript@5.5.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -8344,10 +8434,10 @@ snapshots: typescript: 5.5.3 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.24.7 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.22.5) + babel-jest: 29.7.0(@babel/core@7.24.7) ts-log@2.2.4: {}