diff --git a/package.json b/package.json index 56fae10..93bb539 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@graphql-codegen/cli": "2.13.6", "@graphql-codegen/typescript": "2.7.4", "@graphql-codegen/typescript-operations": "2.5.4", - "@cloudflare/workers-types": "3.16.0", + "@cloudflare/workers-types": "4.20240815.0", "graphql": "16.6.0", "typescript": "4.8.4", "wrangler": "2.1.10" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5625ab9..2edf404 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,10 +1,10 @@ lockfileVersion: 5.4 specifiers: - '@cloudflare/workers-types': 3.16.0 - '@graphql-codegen/cli': 2.13.5 - '@graphql-codegen/typescript': 2.7.3 - '@graphql-codegen/typescript-operations': 2.5.3 + '@cloudflare/workers-types': 4.20240815.0 + '@graphql-codegen/cli': 2.13.6 + '@graphql-codegen/typescript': 2.7.4 + '@graphql-codegen/typescript-operations': 2.5.4 '@notionhq/client': 2.2.1 '@octokit/core': 4.0.5 dotenv: 16.0.3 @@ -19,10 +19,10 @@ dependencies: notion-to-md: 2.5.5 devDependencies: - '@cloudflare/workers-types': 3.16.0 - '@graphql-codegen/cli': 2.13.5_siotesyb2nuw4tqpprclj4vbfq - '@graphql-codegen/typescript': 2.7.3_graphql@16.6.0 - '@graphql-codegen/typescript-operations': 2.5.3_graphql@16.6.0 + '@cloudflare/workers-types': 4.20240815.0 + '@graphql-codegen/cli': 2.13.6_siotesyb2nuw4tqpprclj4vbfq + '@graphql-codegen/typescript': 2.7.4_graphql@16.6.0 + '@graphql-codegen/typescript-operations': 2.5.4_graphql@16.6.0 dotenv: 16.0.3 graphql: 16.6.0 typescript: 4.8.4 @@ -300,6 +300,7 @@ packages: /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -313,6 +314,7 @@ packages: /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.19.3: resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -637,8 +639,8 @@ packages: mime: 3.0.0 dev: true - /@cloudflare/workers-types/3.16.0: - resolution: {integrity: sha512-gaBUSaKS65mN3iKZEgichbXYEmAa/pXkc5Gbt+1BptYphdGkj09ggdsiE4w8g0F/uI1g36QaTKrzVnBAWMipvQ==} + /@cloudflare/workers-types/4.20240815.0: + resolution: {integrity: sha512-H/IXCOahT1lr4RKzsiCkyjM7+LCPLtl2wjxyLG8xMTNERR0XuD1Vcfns6TraE0cd5+IcKe7j3rpzBlSCjZ+61A==} dev: true /@cspotcode/source-map-support/0.8.1: @@ -666,8 +668,8 @@ packages: rollup-plugin-node-polyfills: 0.2.1 dev: true - /@graphql-codegen/cli/2.13.5_siotesyb2nuw4tqpprclj4vbfq: - resolution: {integrity: sha512-qqkQxd+9jBdZDjUSCsH3rTHKmFY9KNQwvwXXEMpRSz+oByYTxGZ0ZE5Lxt0hRXFkGOe8BaVkfPiwa2qSUfA5vw==} + /@graphql-codegen/cli/2.13.6_siotesyb2nuw4tqpprclj4vbfq: + resolution: {integrity: sha512-3Q7/aRFPJnd7Zd+gMM/cymUYdaS8dHc+7D6kkEDhYo/rVDusnPMdBkYQ9XUT4UIqE7TZ+gX3yedBsqOeyJyg1Q==} hasBin: true 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 @@ -703,6 +705,7 @@ packages: listr2: 4.0.5 log-symbols: 4.1.0 mkdirp: 1.0.4 + shell-quote: 1.8.1 string-env-interpolation: 1.0.1 ts-log: 2.2.5 tslib: 2.4.0 @@ -758,14 +761,14 @@ packages: tslib: 2.4.0 dev: true - /@graphql-codegen/typescript-operations/2.5.3_graphql@16.6.0: - resolution: {integrity: sha512-s+pA+Erm0HeBb/D5cNrflwRM5KWhkiA5cbz4uA99l3fzFPveoQBPfRCBu0XAlJLP/kBDy64+o4B8Nfc7wdRtmA==} + /@graphql-codegen/typescript-operations/2.5.4_graphql@16.6.0: + resolution: {integrity: sha512-+IA0ouGC6GZiCyvWMyzLc6K8i+oG/DjWLY0q4kc9nqBPRi8rsiYzMq/VHVtXCWxNZiGQhkjwpqNaDsqoVhOiUg==} 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 dependencies: '@graphql-codegen/plugin-helpers': 2.7.1_graphql@16.6.0 - '@graphql-codegen/typescript': 2.7.3_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.6.0 + '@graphql-codegen/typescript': 2.7.4_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 2.12.2_graphql@16.6.0 auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.0 @@ -774,14 +777,14 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript/2.7.3_graphql@16.6.0: - resolution: {integrity: sha512-EzX/acijXtbG/AwPzho2ZZWaNo00+xAbsRDP+vnT2PwQV3AYq3/5bFvjq1XfAGWbTntdmlYlIwC9hf5bI85WVA==} + /@graphql-codegen/typescript/2.7.4_graphql@16.6.0: + resolution: {integrity: sha512-mjoE3KqmAaBUSlCuKb2WDot3+CTfdJ9eKIcWsDFubPTNdZE0Z8mLoATmVryx8NOBjDtPU/ZziI0rYEGOR4qpAw==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@graphql-codegen/plugin-helpers': 2.7.1_graphql@16.6.0 '@graphql-codegen/schema-ast': 2.5.1_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 2.12.2_graphql@16.6.0 auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.0 @@ -790,8 +793,8 @@ packages: - supports-color dev: true - /@graphql-codegen/visitor-plugin-common/2.12.1_graphql@16.6.0: - resolution: {integrity: sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA==} + /@graphql-codegen/visitor-plugin-common/2.12.2_graphql@16.6.0: + resolution: {integrity: sha512-UZJxY3mWwaM7yii7mSbl6Rxb6sJlpwGZc3QAs2Yd8MnYjXFPTBR0OO6aBTr9xuftl0pYwHu/pVK7vTPNnVmPww==} 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 dependencies: @@ -2583,6 +2586,7 @@ packages: /glob/7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -2787,6 +2791,7 @@ packages: /inflight/1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. dependencies: once: 1.4.0 wrappy: 1.0.2 @@ -3769,6 +3774,10 @@ packages: engines: {node: '>=8'} dev: true + /shell-quote/1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + dev: true + /signal-exit/3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} dev: true