diff --git a/.changeset/renovate-5b656fc.md b/.changeset/renovate-5b656fc.md new file mode 100644 index 000000000..378371e08 --- /dev/null +++ b/.changeset/renovate-5b656fc.md @@ -0,0 +1,13 @@ +--- +'@supabase-cache-helpers/postgrest-fetcher': patch +'@supabase-cache-helpers/postgrest-filter': patch +'@supabase-cache-helpers/postgrest-mutate': patch +'@supabase-cache-helpers/postgrest-react-query': patch +'@supabase-cache-helpers/postgrest-shared': patch +'@supabase-cache-helpers/postgrest-swr': patch +'@supabase-cache-helpers/storage-fetcher': patch +'@supabase-cache-helpers/storage-swr': patch +--- + +Updated dependency `@supabase/postgrest-js` to `1.7.0`. +Updated dependency `@supabase/supabase-js` to `2.23.0`. diff --git a/packages/postgrest-fetcher/package.json b/packages/postgrest-fetcher/package.json index fd78b7012..63c7d8061 100644 --- a/packages/postgrest-fetcher/package.json +++ b/packages/postgrest-fetcher/package.json @@ -40,8 +40,8 @@ "@supabase-cache-helpers/postgrest-filter": "workspace:*" }, "devDependencies": { - "@supabase/supabase-js": "2.21.0", - "@supabase/postgrest-js": "1.6.0", + "@supabase/supabase-js": "2.23.0", + "@supabase/postgrest-js": "1.7.0", "@types/jest": "29.5.0", "@types/lodash": "4.14.184", "dotenv": "16.0.1", diff --git a/packages/postgrest-filter/package.json b/packages/postgrest-filter/package.json index aac44381f..9b53dbb2d 100644 --- a/packages/postgrest-filter/package.json +++ b/packages/postgrest-filter/package.json @@ -36,8 +36,8 @@ "preset": "@supabase-cache-helpers/jest-presets/jest/node" }, "devDependencies": { - "@supabase/supabase-js": "2.21.0", - "@supabase/postgrest-js": "1.6.0", + "@supabase/supabase-js": "2.23.0", + "@supabase/postgrest-js": "1.7.0", "@types/jest": "29.5.0", "@types/lodash": "4.14.184", "dotenv": "16.0.1", diff --git a/packages/postgrest-mutate/package.json b/packages/postgrest-mutate/package.json index adc634d8f..04970243e 100644 --- a/packages/postgrest-mutate/package.json +++ b/packages/postgrest-mutate/package.json @@ -37,8 +37,8 @@ "preset": "@supabase-cache-helpers/jest-presets/jest/node" }, "devDependencies": { - "@supabase/supabase-js": "2.21.0", - "@supabase/postgrest-js": "1.6.0", + "@supabase/supabase-js": "2.23.0", + "@supabase/postgrest-js": "1.7.0", "@types/jest": "29.5.0", "@types/lodash": "4.14.184", "dotenv": "16.0.1", diff --git a/packages/postgrest-react-query/package.json b/packages/postgrest-react-query/package.json index de56731c8..1ff3d809c 100644 --- a/packages/postgrest-react-query/package.json +++ b/packages/postgrest-react-query/package.json @@ -48,8 +48,8 @@ "preset": "@supabase-cache-helpers/jest-presets/jest/node" }, "devDependencies": { - "@supabase/supabase-js": "2.21.0", - "@supabase/postgrest-js": "1.6.0", + "@supabase/supabase-js": "2.23.0", + "@supabase/postgrest-js": "1.7.0", "@testing-library/react": "14.0.0", "@testing-library/jest-dom": "5.16.5", "jest-environment-jsdom": "29.5.0", diff --git a/packages/postgrest-shared/package.json b/packages/postgrest-shared/package.json index 7fe8471bc..c5dc97101 100644 --- a/packages/postgrest-shared/package.json +++ b/packages/postgrest-shared/package.json @@ -39,8 +39,8 @@ "@supabase/postgrest-js": "^1.0.0" }, "devDependencies": { - "@supabase/supabase-js": "2.21.0", - "@supabase/postgrest-js": "1.6.0", + "@supabase/supabase-js": "2.23.0", + "@supabase/postgrest-js": "1.7.0", "@types/jest": "29.5.0", "@supabase-cache-helpers/prettier-config": "workspace:*", "@types/lodash": "4.14.184", diff --git a/packages/postgrest-swr/package.json b/packages/postgrest-swr/package.json index 4981d189e..6272fa9f9 100644 --- a/packages/postgrest-swr/package.json +++ b/packages/postgrest-swr/package.json @@ -47,8 +47,8 @@ "preset": "@supabase-cache-helpers/jest-presets/jest/node" }, "devDependencies": { - "@supabase/supabase-js": "2.21.0", - "@supabase/postgrest-js": "1.6.0", + "@supabase/supabase-js": "2.23.0", + "@supabase/postgrest-js": "1.7.0", "@testing-library/react": "14.0.0", "@testing-library/jest-dom": "5.16.5", "jest-environment-jsdom": "29.5.0", diff --git a/packages/storage-fetcher/package.json b/packages/storage-fetcher/package.json index 8800e5d19..866d83577 100644 --- a/packages/storage-fetcher/package.json +++ b/packages/storage-fetcher/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@supabase/storage-js": "2.5.1", - "@supabase/supabase-js": "2.21.0", + "@supabase/supabase-js": "2.23.0", "@types/jest": "29.5.0", "@types/lodash": "4.14.184", "dotenv": "16.0.1", diff --git a/packages/storage-swr/package.json b/packages/storage-swr/package.json index bb65d34c4..60cb3820d 100644 --- a/packages/storage-swr/package.json +++ b/packages/storage-swr/package.json @@ -47,7 +47,7 @@ "preset": "@supabase-cache-helpers/jest-presets/jest/node" }, "devDependencies": { - "@supabase/supabase-js": "2.21.0", + "@supabase/supabase-js": "2.23.0", "@supabase/storage-js": "2.5.1", "@testing-library/react": "14.0.0", "@testing-library/jest-dom": "5.16.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 39b7fc423..0437071f4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: '@changesets/cli': 2.26.0 eslint: 8.40.0 prettier: 2.8.8 - turbo: 1.9.3 + turbo: 1.9.9 docs: specifiers: @@ -147,8 +147,8 @@ importers: '@radix-ui/react-tooltip': 1.0.5_zula6vjvt3wdocc4mwcxqa6nzi '@supabase-cache-helpers/postgrest-swr': link:../../packages/postgrest-swr '@supabase-cache-helpers/storage-swr': link:../../packages/storage-swr - '@supabase/auth-helpers-nextjs': 0.5.6_4uvvssdpjur2vwb4mrgwovbv6y - '@supabase/auth-helpers-react': 0.3.1_4uvvssdpjur2vwb4mrgwovbv6y + '@supabase/auth-helpers-nextjs': 0.5.6_paqa2vxp4xzsw3jurctqppoxge + '@supabase/auth-helpers-react': 0.3.1_paqa2vxp4xzsw3jurctqppoxge '@vercel/analytics': 0.1.11_react@18.2.0 class-variance-authority: 0.4.0_typescript@4.9.3 clsx: 1.2.1 @@ -188,7 +188,7 @@ importers: typescript: 5.0.4 dependencies: eslint: 8.23.0 - eslint-config-turbo: 1.9.3_eslint@8.23.0 + eslint-config-turbo: 1.9.9_eslint@8.23.0 eslint-config-universe: 11.2.0_chii6qfq533q2ohfdlndmcocqe devDependencies: typescript: 5.0.4 @@ -207,8 +207,8 @@ importers: '@supabase-cache-helpers/postgrest-shared': workspace:* '@supabase-cache-helpers/prettier-config': workspace:* '@supabase-cache-helpers/tsconfig': workspace:* - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@types/jest': 29.5.0 '@types/lodash': 4.14.184 dotenv: 16.0.1 @@ -227,8 +227,8 @@ importers: '@supabase-cache-helpers/jest-presets': link:../jest-presets '@supabase-cache-helpers/prettier-config': link:../prettier-config '@supabase-cache-helpers/tsconfig': link:../tsconfig - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@types/jest': 29.5.0 '@types/lodash': 4.14.184 dotenv: 16.0.1 @@ -244,8 +244,8 @@ importers: '@supabase-cache-helpers/jest-presets': workspace:* '@supabase-cache-helpers/prettier-config': workspace:* '@supabase-cache-helpers/tsconfig': workspace:* - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@types/jest': 29.5.0 '@types/lodash': 4.14.184 dotenv: 16.0.1 @@ -264,8 +264,8 @@ importers: '@supabase-cache-helpers/jest-presets': link:../jest-presets '@supabase-cache-helpers/prettier-config': link:../prettier-config '@supabase-cache-helpers/tsconfig': link:../tsconfig - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@types/jest': 29.5.0 '@types/lodash': 4.14.184 dotenv: 16.0.1 @@ -283,8 +283,8 @@ importers: '@supabase-cache-helpers/postgrest-shared': workspace:* '@supabase-cache-helpers/prettier-config': workspace:* '@supabase-cache-helpers/tsconfig': workspace:* - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@types/jest': 29.5.0 '@types/lodash': 4.14.184 dotenv: 16.0.1 @@ -303,8 +303,8 @@ importers: '@supabase-cache-helpers/jest-presets': link:../jest-presets '@supabase-cache-helpers/prettier-config': link:../prettier-config '@supabase-cache-helpers/tsconfig': link:../tsconfig - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@types/jest': 29.5.0 '@types/lodash': 4.14.184 dotenv: 16.0.1 @@ -324,8 +324,8 @@ importers: '@supabase-cache-helpers/postgrest-shared': workspace:* '@supabase-cache-helpers/prettier-config': workspace:* '@supabase-cache-helpers/tsconfig': workspace:* - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@tanstack/react-query': ^4.0.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 14.0.0 @@ -352,8 +352,8 @@ importers: '@supabase-cache-helpers/jest-presets': link:../jest-presets '@supabase-cache-helpers/prettier-config': link:../prettier-config '@supabase-cache-helpers/tsconfig': link:../tsconfig - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y '@types/jest': 29.5.0 @@ -375,8 +375,8 @@ importers: '@supabase-cache-helpers/jest-presets': workspace:* '@supabase-cache-helpers/prettier-config': workspace:* '@supabase-cache-helpers/tsconfig': workspace:* - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@types/jest': 29.5.0 '@types/lodash': 4.14.184 dotenv: 16.0.1 @@ -390,8 +390,8 @@ importers: '@supabase-cache-helpers/jest-presets': link:../jest-presets '@supabase-cache-helpers/prettier-config': link:../prettier-config '@supabase-cache-helpers/tsconfig': link:../tsconfig - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@types/jest': 29.5.0 '@types/lodash': 4.14.184 dotenv: 16.0.1 @@ -411,8 +411,8 @@ importers: '@supabase-cache-helpers/postgrest-shared': workspace:* '@supabase-cache-helpers/prettier-config': workspace:* '@supabase-cache-helpers/tsconfig': workspace:* - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 14.0.0 '@types/jest': 29.5.0 @@ -443,8 +443,8 @@ importers: '@supabase-cache-helpers/jest-presets': link:../jest-presets '@supabase-cache-helpers/prettier-config': link:../prettier-config '@supabase-cache-helpers/tsconfig': link:../tsconfig - '@supabase/postgrest-js': 1.6.0 - '@supabase/supabase-js': 2.21.0 + '@supabase/postgrest-js': 1.7.0 + '@supabase/supabase-js': 2.23.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y '@types/jest': 29.5.0 @@ -473,7 +473,7 @@ importers: '@supabase-cache-helpers/prettier-config': workspace:* '@supabase-cache-helpers/tsconfig': workspace:* '@supabase/storage-js': 2.5.1 - '@supabase/supabase-js': 2.21.0 + '@supabase/supabase-js': 2.23.0 '@types/jest': 29.5.0 '@types/lodash': 4.14.184 dotenv: 16.0.1 @@ -488,7 +488,7 @@ importers: '@supabase-cache-helpers/prettier-config': link:../prettier-config '@supabase-cache-helpers/tsconfig': link:../tsconfig '@supabase/storage-js': 2.5.1 - '@supabase/supabase-js': 2.21.0 + '@supabase/supabase-js': 2.23.0 '@types/jest': 29.5.0 '@types/lodash': 4.14.184 dotenv: 16.0.1 @@ -531,7 +531,7 @@ importers: '@supabase-cache-helpers/storage-mutate': workspace:* '@supabase-cache-helpers/tsconfig': workspace:* '@supabase/storage-js': 2.5.1 - '@supabase/supabase-js': 2.21.0 + '@supabase/supabase-js': 2.23.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 14.0.0 '@types/jest': 29.5.0 @@ -557,7 +557,7 @@ importers: '@supabase-cache-helpers/prettier-config': link:../prettier-config '@supabase-cache-helpers/tsconfig': link:../tsconfig '@supabase/storage-js': 2.5.1 - '@supabase/supabase-js': 2.21.0 + '@supabase/supabase-js': 2.23.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y '@types/jest': 29.5.0 @@ -3027,29 +3027,29 @@ packages: dependencies: '@sinonjs/commons': 2.0.0 - /@supabase/auth-helpers-nextjs/0.5.6_4uvvssdpjur2vwb4mrgwovbv6y: + /@supabase/auth-helpers-nextjs/0.5.6_paqa2vxp4xzsw3jurctqppoxge: resolution: {integrity: sha512-NiUGGnO9vRycMDnl/DzFbHCJhNV9DdH1vH61T1Fzgp2aRW8LfLRVlBQeGCg2AzyvAe0MiLbbRsGNcJmAmJPs9A==} peerDependencies: '@supabase/supabase-js': ^2.0.4 dependencies: - '@supabase/auth-helpers-shared': 0.3.0_4uvvssdpjur2vwb4mrgwovbv6y - '@supabase/supabase-js': 2.21.0 + '@supabase/auth-helpers-shared': 0.3.0_paqa2vxp4xzsw3jurctqppoxge + '@supabase/supabase-js': 2.23.0 dev: false - /@supabase/auth-helpers-react/0.3.1_4uvvssdpjur2vwb4mrgwovbv6y: + /@supabase/auth-helpers-react/0.3.1_paqa2vxp4xzsw3jurctqppoxge: resolution: {integrity: sha512-g3SFv08Dz9FapNif/ZY1b7qKGlMJDyTLSayHBz3kb3FuYxg7aLWgQtydDhm5AGbc0XtvpIBuhGTIOVevwpdosA==} peerDependencies: '@supabase/supabase-js': ^2.0.4 dependencies: - '@supabase/supabase-js': 2.21.0 + '@supabase/supabase-js': 2.23.0 dev: false - /@supabase/auth-helpers-shared/0.3.0_4uvvssdpjur2vwb4mrgwovbv6y: + /@supabase/auth-helpers-shared/0.3.0_paqa2vxp4xzsw3jurctqppoxge: resolution: {integrity: sha512-6lKhVMBZnGdFelpZyvQDBQSOY+pglS6a5U4ieAqfKQ/rx3rSjRASR3UGh7V+el1re3xYe3ddVBWXw16rdVAzrQ==} peerDependencies: '@supabase/supabase-js': ^2.0.4 dependencies: - '@supabase/supabase-js': 2.21.0 + '@supabase/supabase-js': 2.23.0 dev: false /@supabase/functions-js/2.1.0: @@ -3059,15 +3059,15 @@ packages: transitivePeerDependencies: - encoding - /@supabase/gotrue-js/2.23.0: - resolution: {integrity: sha512-N6o+MMGsPDbdiz0R0Oy9GlgefYFjJJvoBduR16s8c1H3yG2jp6jq+pMEP18P1bg7uk2DljEjyBnVN7Wj7SJ2Zw==} + /@supabase/gotrue-js/2.28.0: + resolution: {integrity: sha512-uHDMnivhsarcS70fm4zj5+Kp2aqQjKnM0+DvzU0djv1vaVOzeB00B+mZ+KjrOkY3j1wM65joLX6kuIDbYdx6MA==} dependencies: cross-fetch: 3.1.5 transitivePeerDependencies: - encoding - /@supabase/postgrest-js/1.6.0: - resolution: {integrity: sha512-HCphMC6KjtoaGcowSlkKRVKBOlNpmKWE2CwoumMwwsfhnRxplIy1zBiIYIL3zIYo/Bm20H/1C6enqjBeTvSwXg==} + /@supabase/postgrest-js/1.7.0: + resolution: {integrity: sha512-wLADHZ5jm7LljF4GigK0H2vc1wGupBY2hGYfb4fVo0UuyMftmA6tOYy+ZpMH/vPq01CUFwXGwvIke6kyqh/QDg==} dependencies: cross-fetch: 3.1.5 transitivePeerDependencies: @@ -3089,12 +3089,12 @@ packages: transitivePeerDependencies: - encoding - /@supabase/supabase-js/2.21.0: - resolution: {integrity: sha512-FW3ZzBoc4orSgfX0dXrmJoXAcI/hiekmqXTkN64vjtUF2Urp3UjyAf71UTtV9Jl6ejHoe3K++e0+Rg9zKUJh5w==} + /@supabase/supabase-js/2.23.0: + resolution: {integrity: sha512-mlkzAQ3aLmcyJtlEdrkLNeq4MbnWcr/W+PjWZwBfxnrakoQqT97eRt/XZ1bXcWbmA9NKG8wHsLiTEOJmWW6CcQ==} dependencies: '@supabase/functions-js': 2.1.0 - '@supabase/gotrue-js': 2.23.0 - '@supabase/postgrest-js': 1.6.0 + '@supabase/gotrue-js': 2.28.0 + '@supabase/postgrest-js': 1.7.0 '@supabase/realtime-js': 2.7.2 '@supabase/storage-js': 2.5.1 cross-fetch: 3.1.5 @@ -4859,13 +4859,13 @@ packages: eslint: 8.35.0 dev: true - /eslint-config-turbo/1.9.3_eslint@8.23.0: - resolution: {integrity: sha512-QG6jxFQkrGSpQqlFKefPdtgUfr20EbU0s4tGGIuGFOcPuJEdsY6VYZpZUxNJvmMcTGqPgMyOPjAFBKhy/DPHLA==} + /eslint-config-turbo/1.9.9_eslint@8.23.0: + resolution: {integrity: sha512-OQLvRK9Ej/8HIEAW6e9hPu3nk1nCYWJ76voB4eOIaI2fYeIKC++0/r0zJPMOD8puo5V1DH+Gkd0XioKpL14ncg==} peerDependencies: eslint: '>6.6.0' dependencies: eslint: 8.23.0 - eslint-plugin-turbo: 1.9.3_eslint@8.23.0 + eslint-plugin-turbo: 1.9.9_eslint@8.23.0 dev: false /eslint-config-universe/11.2.0_chii6qfq533q2ohfdlndmcocqe: @@ -5353,8 +5353,8 @@ packages: tailwindcss: 3.2.7_postcss@8.4.21 dev: true - /eslint-plugin-turbo/1.9.3_eslint@8.23.0: - resolution: {integrity: sha512-ZsRtksdzk3v+z5/I/K4E50E4lfZ7oYmLX395gkrUMBz4/spJlYbr+GC8hP9oVNLj9s5Pvnm9rLv/zoj5PVYaVw==} + /eslint-plugin-turbo/1.9.9_eslint@8.23.0: + resolution: {integrity: sha512-BgtBMcgNd2YKiHbn1clRiEAmnlpSl19kt9yfIhFEsNIVPg2Gx0O1H++vWXGzMtT19mjHG4Unx0uIMRENKnDYLg==} peerDependencies: eslint: '>6.6.0' dependencies: @@ -10026,65 +10026,65 @@ packages: safe-buffer: 5.1.2 dev: false - /turbo-darwin-64/1.9.3: - resolution: {integrity: sha512-0dFc2cWXl82kRE4Z+QqPHhbEFEpUZho1msHXHWbz5+PqLxn8FY0lEVOHkq5tgKNNEd5KnGyj33gC/bHhpZOk5g==} + /turbo-darwin-64/1.9.9: + resolution: {integrity: sha512-UDGM9E21eCDzF5t1F4rzrjwWutcup33e7ZjNJcW/mJDPorazZzqXGKEPIy9kXwKhamUUXfC7668r6ZuA1WXF2Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64/1.9.3: - resolution: {integrity: sha512-1cYbjqLBA2zYE1nbf/qVnEkrHa4PkJJbLo7hnuMuGM0bPzh4+AnTNe98gELhqI1mkTWBu/XAEeF5u6dgz0jLNA==} + /turbo-darwin-arm64/1.9.9: + resolution: {integrity: sha512-VyfkXzTJpYLTAQ9krq2myyEq7RPObilpS04lgJ4OO1piq76RNmSpX9F/t9JCaY9Pj/4TL7i0d8PM7NGhwEA5Ag==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64/1.9.3: - resolution: {integrity: sha512-UuBPFefawEwpuxh5pM9Jqq3q4C8M0vYxVYlB3qea/nHQ80pxYq7ZcaLGEpb10SGnr3oMUUs1zZvkXWDNKCJb8Q==} + /turbo-linux-64/1.9.9: + resolution: {integrity: sha512-Fu1MY29Odg8dHOqXcpIIGC3T63XLOGgnGfbobXMKdrC7JQDvtJv8TUCYciRsyknZYjyyKK1z6zKuYIiDjf3KeQ==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64/1.9.3: - resolution: {integrity: sha512-vUrNGa3hyDtRh9W0MkO+l1dzP8Co2gKnOVmlJQW0hdpOlWlIh22nHNGGlICg+xFa2f9j4PbQlWTsc22c019s8Q==} + /turbo-linux-arm64/1.9.9: + resolution: {integrity: sha512-50LI8NafPuJxdnMCBeDdzgyt1cgjQG7FwkyY336v4e95WJPUVjrHdrKH6jYXhOUyrv9+jCJxwX1Yrg02t5yJ1g==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64/1.9.3: - resolution: {integrity: sha512-0BZ7YaHs6r+K4ksqWus1GKK3W45DuDqlmfjm/yuUbTEVc8szmMCs12vugU2Zi5GdrdJSYfoKfEJ/PeegSLIQGQ==} + /turbo-windows-64/1.9.9: + resolution: {integrity: sha512-9IsTReoLmQl1IRsy3WExe2j2RKWXQyXujfJ4fXF+jp08KxjVF4/tYP2CIRJx/A7UP/7keBta27bZqzAjsmbSTA==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64/1.9.3: - resolution: {integrity: sha512-QJUYLSsxdXOsR1TquiOmLdAgtYcQ/RuSRpScGvnZb1hY0oLc7JWU0llkYB81wVtWs469y8H9O0cxbKwCZGR4RQ==} + /turbo-windows-arm64/1.9.9: + resolution: {integrity: sha512-CUu4hpeQo68JjDr0V0ygTQRLbS+/sNfdqEVV+Xz9136vpKn2WMQLAuUBVZV0Sp0S/7i+zGnplskT0fED+W46wQ==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo/1.9.3: - resolution: {integrity: sha512-ID7mxmaLUPKG/hVkp+h0VuucB1U99RPCJD9cEuSEOdIPoSIuomcIClEJtKamUsdPLhLCud+BvapBNnhgh58Nzw==} + /turbo/1.9.9: + resolution: {integrity: sha512-+ZS66LOT7ahKHxh6XrIdcmf2Yk9mNpAbPEj4iF2cs0cAeaDU3xLVPZFF0HbSho89Uxwhx7b5HBgPbdcjQTwQkg==} hasBin: true requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.9.3 - turbo-darwin-arm64: 1.9.3 - turbo-linux-64: 1.9.3 - turbo-linux-arm64: 1.9.3 - turbo-windows-64: 1.9.3 - turbo-windows-arm64: 1.9.3 + turbo-darwin-64: 1.9.9 + turbo-darwin-arm64: 1.9.9 + turbo-linux-64: 1.9.9 + turbo-linux-arm64: 1.9.9 + turbo-windows-64: 1.9.9 + turbo-windows-arm64: 1.9.9 dev: true /type-check/0.3.2: