From 70ecc0b58631308b66bf2a6fea8b124492bef9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 06:08:30 +0000 Subject: [PATCH] Bump axios, @nhost/react and @nhost/react-apollo Bumps [axios](https://github.com/axios/axios) to 1.6.2 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@nhost/react](https://github.com/nhost/nhost) and [@nhost/react-apollo](https://github.com/nhost/nhost). These dependencies need to be updated together. Updates `axios` from 0.27.2 to 1.6.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.2) Updates `@nhost/react` from 0.13.0 to 3.0.1 - [Release notes](https://github.com/nhost/nhost/releases) - [Changelog](https://github.com/nhost/nhost/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/nhost/nhost/compare/@nhost/react@0.13.0...@nhost/react@3.0.1) Updates `@nhost/react-apollo` from 4.7.6 to 4.13.5 - [Release notes](https://github.com/nhost/nhost/releases) - [Changelog](https://github.com/nhost/nhost/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/nhost/nhost/compare/@nhost/react-apollo@4.7.6...@nhost/react-apollo@4.13.5) --- updated-dependencies: - dependency-name: axios dependency-type: indirect - dependency-name: "@nhost/react" dependency-type: direct:production - dependency-name: "@nhost/react-apollo" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 573 +++++++++++++++++++++++++++++----------------- package.json | 4 +- 2 files changed, 367 insertions(+), 210 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6449a44..8916724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,8 +17,8 @@ "@mui/lab": "^5.0.0-alpha.103", "@mui/material": "^5.10.9", "@mui/styled-engine": "^5.10.8", - "@nhost/react": "^0.13.0", - "@nhost/react-apollo": "^4.7.6", + "@nhost/react": "^3.0.1", + "@nhost/react-apollo": "^4.13.5", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", @@ -3516,51 +3516,38 @@ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, - "node_modules/@nhost/apollo": { - "version": "0.5.30", - "resolved": "https://registry.npmjs.org/@nhost/apollo/-/apollo-0.5.30.tgz", - "integrity": "sha512-oXocsOLiWqBBTrR4YdgQlDr6jskr+fKALdVXeWSmABofCUdRJfFGsBqszBKpRGtHF5iy8udJJeVBjpUxvhnYPA==", + "node_modules/@nhost/graphql-js": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@nhost/graphql-js/-/graphql-js-0.1.4.tgz", + "integrity": "sha512-IPHuGOf4iQrFsxG7Rh5jCCZzPCN9JkvldFww4Fz1lCVi9ZQNEaGaawIP5gBuBHeYIuALeaK1wVYKPc7vJ/euCA==", "dependencies": { - "@nhost/nhost-js": "1.5.0", - "graphql": "16", - "graphql-ws": "^5.7.0" + "@graphql-typed-document-node/core": "^3.1.1", + "isomorphic-unfetch": "^3.1.0" }, "peerDependencies": { - "@apollo/client": "^3.6.2" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@nhost/core": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@nhost/core/-/core-0.8.0.tgz", - "integrity": "sha512-qO2Sj4JJtjRbw8lKqGJ3QVNE2O6BWM1iISUwV78QWqO8BcnpFNhWIQgqWggBckPnnaRQCRyacBXdtNklBw+xvA==", + "node_modules/@nhost/hasura-auth-js": { + "version": "2.1.10", + "resolved": "https://registry.npmjs.org/@nhost/hasura-auth-js/-/hasura-auth-js-2.1.10.tgz", + "integrity": "sha512-4tyNg39TwL+JAxdwCLFYk/pRX0QbvjJ88Z2693pib53nqzr8DPnVSj7GRCao3/2E42n0DntLOmZa/FLD4haPqQ==", "dependencies": { "@simplewebauthn/browser": "^6.0.0", - "axios": "^0.27.2", + "fetch-ponyfill": "^7.1.0", "js-cookie": "^3.0.1", - "xstate": "^4.32.1" - } - }, - "node_modules/@nhost/hasura-auth-js": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@nhost/hasura-auth-js/-/hasura-auth-js-1.5.0.tgz", - "integrity": "sha512-n2emPpDZgM0YuouKKkoz10mGE1PwBFMjzQAtx32rlTmOdlbuAtp7KSEiwZU6h7UjWDHrU3C2xExhePRDHIxOuQ==", - "dependencies": { - "@nhost/core": "0.8.0", "jwt-decode": "^3.1.2", - "xstate": "^4.32.1" + "xstate": "^4.33.5" } }, "node_modules/@nhost/hasura-storage-js": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@nhost/hasura-storage-js/-/hasura-storage-js-0.6.2.tgz", - "integrity": "sha512-pVM9GNepX3zITqwGMccozSfwMS22h6xr7fWVaa6K5E4IFy1AYRs6KVZ8YWqJstyHt5k0ZzyNh0YtMMHLzvw0gg==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@nhost/hasura-storage-js/-/hasura-storage-js-2.2.5.tgz", + "integrity": "sha512-IW0IwHlvuo9PxVQTXoQUE8LOpuOnjp+XlqgAKeatg1rY0MjJokcm4Xd0yLInAXfYBkK0r9pdKz7+RW+GDiYQ5g==", "dependencies": { - "axios": "^0.27.2", + "fetch-ponyfill": "^7.1.0", "form-data": "^4.0.0", - "xstate": "^4.32.1" - }, - "peerDependencies": { - "@nhost/core": "0.8.0" + "xstate": "^4.33.5" } }, "node_modules/@nhost/hasura-storage-js/node_modules/form-data": { @@ -3577,32 +3564,28 @@ } }, "node_modules/@nhost/nhost-js": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@nhost/nhost-js/-/nhost-js-1.5.0.tgz", - "integrity": "sha512-b9HZwzI7gvdNYwQ2DCNzLbGYSgawnYAvTrmRaYyQHgVVuRNSqNUt2at8Cjhkf+8pdkNcLJ4IpWYqWU8fsz4WqQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@nhost/nhost-js/-/nhost-js-3.0.1.tgz", + "integrity": "sha512-i7YqnHin0V0sbTzH3aAA+JEnEcOTL6bECijdeNfNVjWrkqrL1t5INwEy8ftjfw3tREwGzxlNE/VtP+DvNfKJag==", "dependencies": { - "@nhost/hasura-auth-js": "1.5.0", - "@nhost/hasura-storage-js": "0.6.2", - "axios": "^0.27.2", - "jwt-decode": "^3.1.2", - "query-string": "^7.0.1" + "@nhost/graphql-js": "0.1.4", + "@nhost/hasura-auth-js": "2.1.10", + "@nhost/hasura-storage-js": "2.2.5", + "isomorphic-unfetch": "^3.1.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@nhost/react": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/@nhost/react/-/react-0.13.0.tgz", - "integrity": "sha512-GzhR+McRuilSkPy4yaHspXVYDqEf76fTDq7RjprrMzubNuL2kvsyh5bag99Ski8Bhs88sSG6xTUctT+oVZbJeA==", - "dependencies": { - "@nhost/core": "0.8.0", - "@nhost/hasura-storage-js": "0.6.2", - "@nhost/nhost-js": "1.5.0", - "@xstate/react": "^3.0.0", - "immer": "^9.0.14", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@nhost/react/-/react-3.0.1.tgz", + "integrity": "sha512-5R+6k36VsSWP2f6DXVnaS8wSISFy/7lisLGwffgKwPfEwig1xX7z4xJJH7jwnaAvpBKUZWPOkFkViCoKToptAQ==", + "dependencies": { + "@nhost/nhost-js": "3.0.1", + "@xstate/react": "^3.0.1", "jwt-decode": "^3.1.2", - "xstate": "^4.32.1" + "xstate": "^4.33.5" }, "peerDependencies": { "react": "^17.0.0 || ^18.1.0", @@ -3610,20 +3593,94 @@ } }, "node_modules/@nhost/react-apollo": { - "version": "4.7.6", - "resolved": "https://registry.npmjs.org/@nhost/react-apollo/-/react-apollo-4.7.6.tgz", - "integrity": "sha512-rOv4BWuO1bzJskUKoqn3uuPM0OIJ2iLutN5ynlmmF2ZpVO0uahavtulr4u2G5y99tlymKIuFYWRilzTdlhA7tw==", + "version": "4.13.5", + "resolved": "https://registry.npmjs.org/@nhost/react-apollo/-/react-apollo-4.13.5.tgz", + "integrity": "sha512-mHKlFHHnR9ObcuzB7oMdQ2mun/qwPOw9vd37BlyGvt96pi7nkc5qGoRxloR0kG5/xFMdT7KU9aZv+3pZSXCyYQ==", "dependencies": { - "@nhost/apollo": "0.5.30" + "@nhost/apollo": "4.13.4" }, "peerDependencies": { "@apollo/client": "^3.6.2", - "@nhost/react": "0.13.0", + "@nhost/react": "1.13.5", "graphql": "^16.0.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" } }, + "node_modules/@nhost/react-apollo/node_modules/@nhost/apollo": { + "version": "4.13.4", + "resolved": "https://registry.npmjs.org/@nhost/apollo/-/apollo-4.13.4.tgz", + "integrity": "sha512-t5ayY0kLrFdWzPlV0ZXjcElEcTi6AflhxoB7MEcYDBNOl+UbR0aj0Q2Y8fq24Jd4wXQVPXDIACpvVGfPtu0EJg==", + "dependencies": { + "graphql": "16.6.0", + "graphql-ws": "^5.10.1" + }, + "peerDependencies": { + "@apollo/client": "^3.6.2", + "@nhost/nhost-js": "1.13.4" + } + }, + "node_modules/@nhost/react-apollo/node_modules/@nhost/apollo/node_modules/graphql": { + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", + "engines": { + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + } + }, + "node_modules/@nhost/react-apollo/node_modules/@nhost/hasura-auth-js": { + "version": "1.12.4", + "resolved": "https://registry.npmjs.org/@nhost/hasura-auth-js/-/hasura-auth-js-1.12.4.tgz", + "integrity": "sha512-tP2S4GSg0uvSmyVByWXwx0l2yN8nrNVlwnKCI4JWvKL2mOlEX7D8oK6wPtnrKx78au6Sgf9hp6KitDhFvfV+Xw==", + "peer": true, + "dependencies": { + "@simplewebauthn/browser": "^6.0.0", + "axios": "^1.2.0", + "js-cookie": "^3.0.1", + "jwt-decode": "^3.1.2", + "xstate": "^4.33.5" + } + }, + "node_modules/@nhost/react-apollo/node_modules/@nhost/hasura-storage-js": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@nhost/hasura-storage-js/-/hasura-storage-js-1.13.2.tgz", + "integrity": "sha512-XJQUTdICLCBhedF8FG9uE7xgBdWhv2+yrpIxQvUkWRlMblflbGbmb8IAGexu9q/K9A5mqqcCoRQORwsGS13WYQ==", + "peer": true, + "dependencies": { + "axios": "^1.2.0", + "form-data": "^4.0.0", + "xstate": "^4.33.5" + } + }, + "node_modules/@nhost/react-apollo/node_modules/@nhost/nhost-js": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/@nhost/nhost-js/-/nhost-js-1.13.4.tgz", + "integrity": "sha512-/rSMsTgvvXD8FBQ5SjkYtKlLeltbpWOSqMPTYGQu/OyX3NM6xrBa0F9TWlBgLdcqAkK27DJCimlV4XbCeeT6Uw==", + "peer": true, + "dependencies": { + "@nhost/hasura-auth-js": "1.12.4", + "@nhost/hasura-storage-js": "1.13.2", + "axios": "^1.2.0", + "jwt-decode": "^3.1.2" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@nhost/react-apollo/node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "peer": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { "version": "5.1.1-v1", "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", @@ -3830,9 +3887,9 @@ "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==" }, "node_modules/@simplewebauthn/browser": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-6.2.1.tgz", - "integrity": "sha512-SxP+miOdM55rj43OdoHcIP3GCeOjIa2g49CDLnpx/HBRRTLBfBr9Bt8JVxKqxOPuR2ctnIuCotoWX5j6k4B+dA==" + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-6.2.2.tgz", + "integrity": "sha512-VUtne7+s6BmW4usnbitjZEI1VNT/PNh6bYg+AI4OMdfpo5z+yAq+6iVAWBJlIUGVk5InetEQvTUp6OefBam8qg==" }, "node_modules/@sinclair/typebox": { "version": "0.24.46", @@ -5465,18 +5522,21 @@ } }, "node_modules/axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", + "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", + "peer": true, "dependencies": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "node_modules/axios/node_modules/form-data": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "peer": true, "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -6873,14 +6933,6 @@ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.1.tgz", "integrity": "sha512-F29o+vci4DodHYT9UrR5IEbfBw9pE5eSapIJdTqXK5+6hq+t8VRxwQyKlW2i+KDKFkkJQRvFyI/QXD83h8LyQw==" }, - "node_modules/decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==", - "engines": { - "node": ">=0.10" - } - }, "node_modules/dedent": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", @@ -8325,6 +8377,14 @@ "bser": "2.1.1" } }, + "node_modules/fetch-ponyfill": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/fetch-ponyfill/-/fetch-ponyfill-7.1.0.tgz", + "integrity": "sha512-FhbbL55dj/qdVO3YNK7ZEkshvj3eQ7EuIGV2I6ic/2YiocvyWv+7jg2s4AyS0wdRU75s3tA8ZxI/xPigb0v5Aw==", + "dependencies": { + "node-fetch": "~2.6.1" + } + }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -8401,14 +8461,6 @@ "node": ">=8" } }, - "node_modules/filter-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", - "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/finalhandler": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", @@ -9778,6 +9830,15 @@ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, + "node_modules/isomorphic-unfetch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz", + "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==", + "dependencies": { + "node-fetch": "^2.6.1", + "unfetch": "^4.2.0" + } + }, "node_modules/istanbul-lib-coverage": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", @@ -11833,11 +11894,11 @@ } }, "node_modules/js-cookie": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.1.tgz", - "integrity": "sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", + "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", "engines": { - "node": ">=12" + "node": ">=14" } }, "node_modules/js-sdsl": { @@ -12461,6 +12522,44 @@ "tslib": "^2.0.3" } }, + "node_modules/node-fetch": { + "version": "2.6.13", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.13.tgz", + "integrity": "sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-fetch/node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "node_modules/node-fetch/node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "node_modules/node-fetch/node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "node_modules/node-forge": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", @@ -14342,6 +14441,12 @@ "node": ">= 0.10" } }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "peer": true + }, "node_modules/psl": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", @@ -14378,23 +14483,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/query-string": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", - "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", - "dependencies": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/querystringify": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", @@ -15700,14 +15788,6 @@ "wbuf": "^1.7.3" } }, - "node_modules/split-on-first": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", - "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", - "engines": { - "node": ">=6" - } - }, "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", @@ -15751,14 +15831,6 @@ "node": ">= 0.8" } }, - "node_modules/strict-uri-encode": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", - "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==", - "engines": { - "node": ">=4" - } - }, "node_modules/string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -16500,6 +16572,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/unfetch": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz", + "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==" + }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", @@ -19933,45 +20010,35 @@ } } }, - "@nhost/apollo": { - "version": "0.5.30", - "resolved": "https://registry.npmjs.org/@nhost/apollo/-/apollo-0.5.30.tgz", - "integrity": "sha512-oXocsOLiWqBBTrR4YdgQlDr6jskr+fKALdVXeWSmABofCUdRJfFGsBqszBKpRGtHF5iy8udJJeVBjpUxvhnYPA==", + "@nhost/graphql-js": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@nhost/graphql-js/-/graphql-js-0.1.4.tgz", + "integrity": "sha512-IPHuGOf4iQrFsxG7Rh5jCCZzPCN9JkvldFww4Fz1lCVi9ZQNEaGaawIP5gBuBHeYIuALeaK1wVYKPc7vJ/euCA==", "requires": { - "@nhost/nhost-js": "1.5.0", - "graphql": "16", - "graphql-ws": "^5.7.0" + "@graphql-typed-document-node/core": "^3.1.1", + "isomorphic-unfetch": "^3.1.0" } }, - "@nhost/core": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@nhost/core/-/core-0.8.0.tgz", - "integrity": "sha512-qO2Sj4JJtjRbw8lKqGJ3QVNE2O6BWM1iISUwV78QWqO8BcnpFNhWIQgqWggBckPnnaRQCRyacBXdtNklBw+xvA==", + "@nhost/hasura-auth-js": { + "version": "2.1.10", + "resolved": "https://registry.npmjs.org/@nhost/hasura-auth-js/-/hasura-auth-js-2.1.10.tgz", + "integrity": "sha512-4tyNg39TwL+JAxdwCLFYk/pRX0QbvjJ88Z2693pib53nqzr8DPnVSj7GRCao3/2E42n0DntLOmZa/FLD4haPqQ==", "requires": { "@simplewebauthn/browser": "^6.0.0", - "axios": "^0.27.2", + "fetch-ponyfill": "^7.1.0", "js-cookie": "^3.0.1", - "xstate": "^4.32.1" - } - }, - "@nhost/hasura-auth-js": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@nhost/hasura-auth-js/-/hasura-auth-js-1.5.0.tgz", - "integrity": "sha512-n2emPpDZgM0YuouKKkoz10mGE1PwBFMjzQAtx32rlTmOdlbuAtp7KSEiwZU6h7UjWDHrU3C2xExhePRDHIxOuQ==", - "requires": { - "@nhost/core": "0.8.0", "jwt-decode": "^3.1.2", - "xstate": "^4.32.1" + "xstate": "^4.33.5" } }, "@nhost/hasura-storage-js": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@nhost/hasura-storage-js/-/hasura-storage-js-0.6.2.tgz", - "integrity": "sha512-pVM9GNepX3zITqwGMccozSfwMS22h6xr7fWVaa6K5E4IFy1AYRs6KVZ8YWqJstyHt5k0ZzyNh0YtMMHLzvw0gg==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@nhost/hasura-storage-js/-/hasura-storage-js-2.2.5.tgz", + "integrity": "sha512-IW0IwHlvuo9PxVQTXoQUE8LOpuOnjp+XlqgAKeatg1rY0MjJokcm4Xd0yLInAXfYBkK0r9pdKz7+RW+GDiYQ5g==", "requires": { - "axios": "^0.27.2", + "fetch-ponyfill": "^7.1.0", "form-data": "^4.0.0", - "xstate": "^4.32.1" + "xstate": "^4.33.5" }, "dependencies": { "form-data": { @@ -19987,37 +20054,98 @@ } }, "@nhost/nhost-js": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@nhost/nhost-js/-/nhost-js-1.5.0.tgz", - "integrity": "sha512-b9HZwzI7gvdNYwQ2DCNzLbGYSgawnYAvTrmRaYyQHgVVuRNSqNUt2at8Cjhkf+8pdkNcLJ4IpWYqWU8fsz4WqQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@nhost/nhost-js/-/nhost-js-3.0.1.tgz", + "integrity": "sha512-i7YqnHin0V0sbTzH3aAA+JEnEcOTL6bECijdeNfNVjWrkqrL1t5INwEy8ftjfw3tREwGzxlNE/VtP+DvNfKJag==", "requires": { - "@nhost/hasura-auth-js": "1.5.0", - "@nhost/hasura-storage-js": "0.6.2", - "axios": "^0.27.2", - "jwt-decode": "^3.1.2", - "query-string": "^7.0.1" + "@nhost/graphql-js": "0.1.4", + "@nhost/hasura-auth-js": "2.1.10", + "@nhost/hasura-storage-js": "2.2.5", + "isomorphic-unfetch": "^3.1.0" } }, "@nhost/react": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/@nhost/react/-/react-0.13.0.tgz", - "integrity": "sha512-GzhR+McRuilSkPy4yaHspXVYDqEf76fTDq7RjprrMzubNuL2kvsyh5bag99Ski8Bhs88sSG6xTUctT+oVZbJeA==", - "requires": { - "@nhost/core": "0.8.0", - "@nhost/hasura-storage-js": "0.6.2", - "@nhost/nhost-js": "1.5.0", - "@xstate/react": "^3.0.0", - "immer": "^9.0.14", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@nhost/react/-/react-3.0.1.tgz", + "integrity": "sha512-5R+6k36VsSWP2f6DXVnaS8wSISFy/7lisLGwffgKwPfEwig1xX7z4xJJH7jwnaAvpBKUZWPOkFkViCoKToptAQ==", + "requires": { + "@nhost/nhost-js": "3.0.1", + "@xstate/react": "^3.0.1", "jwt-decode": "^3.1.2", - "xstate": "^4.32.1" + "xstate": "^4.33.5" } }, "@nhost/react-apollo": { - "version": "4.7.6", - "resolved": "https://registry.npmjs.org/@nhost/react-apollo/-/react-apollo-4.7.6.tgz", - "integrity": "sha512-rOv4BWuO1bzJskUKoqn3uuPM0OIJ2iLutN5ynlmmF2ZpVO0uahavtulr4u2G5y99tlymKIuFYWRilzTdlhA7tw==", + "version": "4.13.5", + "resolved": "https://registry.npmjs.org/@nhost/react-apollo/-/react-apollo-4.13.5.tgz", + "integrity": "sha512-mHKlFHHnR9ObcuzB7oMdQ2mun/qwPOw9vd37BlyGvt96pi7nkc5qGoRxloR0kG5/xFMdT7KU9aZv+3pZSXCyYQ==", "requires": { - "@nhost/apollo": "0.5.30" + "@nhost/apollo": "4.13.4" + }, + "dependencies": { + "@nhost/apollo": { + "version": "4.13.4", + "resolved": "https://registry.npmjs.org/@nhost/apollo/-/apollo-4.13.4.tgz", + "integrity": "sha512-t5ayY0kLrFdWzPlV0ZXjcElEcTi6AflhxoB7MEcYDBNOl+UbR0aj0Q2Y8fq24Jd4wXQVPXDIACpvVGfPtu0EJg==", + "requires": { + "graphql": "16.6.0", + "graphql-ws": "^5.10.1" + }, + "dependencies": { + "graphql": { + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" + } + } + }, + "@nhost/hasura-auth-js": { + "version": "1.12.4", + "resolved": "https://registry.npmjs.org/@nhost/hasura-auth-js/-/hasura-auth-js-1.12.4.tgz", + "integrity": "sha512-tP2S4GSg0uvSmyVByWXwx0l2yN8nrNVlwnKCI4JWvKL2mOlEX7D8oK6wPtnrKx78au6Sgf9hp6KitDhFvfV+Xw==", + "peer": true, + "requires": { + "@simplewebauthn/browser": "^6.0.0", + "axios": "^1.2.0", + "js-cookie": "^3.0.1", + "jwt-decode": "^3.1.2", + "xstate": "^4.33.5" + } + }, + "@nhost/hasura-storage-js": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@nhost/hasura-storage-js/-/hasura-storage-js-1.13.2.tgz", + "integrity": "sha512-XJQUTdICLCBhedF8FG9uE7xgBdWhv2+yrpIxQvUkWRlMblflbGbmb8IAGexu9q/K9A5mqqcCoRQORwsGS13WYQ==", + "peer": true, + "requires": { + "axios": "^1.2.0", + "form-data": "^4.0.0", + "xstate": "^4.33.5" + } + }, + "@nhost/nhost-js": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/@nhost/nhost-js/-/nhost-js-1.13.4.tgz", + "integrity": "sha512-/rSMsTgvvXD8FBQ5SjkYtKlLeltbpWOSqMPTYGQu/OyX3NM6xrBa0F9TWlBgLdcqAkK27DJCimlV4XbCeeT6Uw==", + "peer": true, + "requires": { + "@nhost/hasura-auth-js": "1.12.4", + "@nhost/hasura-storage-js": "1.13.2", + "axios": "^1.2.0", + "jwt-decode": "^3.1.2" + } + }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "peer": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + } } }, "@nicolo-ribaudo/eslint-scope-5-internals": { @@ -20147,9 +20275,9 @@ "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==" }, "@simplewebauthn/browser": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-6.2.1.tgz", - "integrity": "sha512-SxP+miOdM55rj43OdoHcIP3GCeOjIa2g49CDLnpx/HBRRTLBfBr9Bt8JVxKqxOPuR2ctnIuCotoWX5j6k4B+dA==" + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-6.2.2.tgz", + "integrity": "sha512-VUtne7+s6BmW4usnbitjZEI1VNT/PNh6bYg+AI4OMdfpo5z+yAq+6iVAWBJlIUGVk5InetEQvTUp6OefBam8qg==" }, "@sinclair/typebox": { "version": "0.24.46", @@ -21365,18 +21493,21 @@ "integrity": "sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==" }, "axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", + "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", + "peer": true, "requires": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" }, "dependencies": { "form-data": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "peer": true, "requires": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -22405,11 +22536,6 @@ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.1.tgz", "integrity": "sha512-F29o+vci4DodHYT9UrR5IEbfBw9pE5eSapIJdTqXK5+6hq+t8VRxwQyKlW2i+KDKFkkJQRvFyI/QXD83h8LyQw==" }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==" - }, "dedent": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", @@ -23485,6 +23611,14 @@ "bser": "2.1.1" } }, + "fetch-ponyfill": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/fetch-ponyfill/-/fetch-ponyfill-7.1.0.tgz", + "integrity": "sha512-FhbbL55dj/qdVO3YNK7ZEkshvj3eQ7EuIGV2I6ic/2YiocvyWv+7jg2s4AyS0wdRU75s3tA8ZxI/xPigb0v5Aw==", + "requires": { + "node-fetch": "~2.6.1" + } + }, "file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -23541,11 +23675,6 @@ "to-regex-range": "^5.0.1" } }, - "filter-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", - "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==" - }, "finalhandler": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", @@ -24491,6 +24620,15 @@ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, + "isomorphic-unfetch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz", + "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==", + "requires": { + "node-fetch": "^2.6.1", + "unfetch": "^4.2.0" + } + }, "istanbul-lib-coverage": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", @@ -25994,9 +26132,9 @@ } }, "js-cookie": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.1.tgz", - "integrity": "sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==" + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", + "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==" }, "js-sdsl": { "version": "4.1.5", @@ -26463,6 +26601,35 @@ "tslib": "^2.0.3" } }, + "node-fetch": { + "version": "2.6.13", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.13.tgz", + "integrity": "sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA==", + "requires": { + "whatwg-url": "^5.0.0" + }, + "dependencies": { + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + } + } + }, "node-forge": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", @@ -27638,6 +27805,12 @@ } } }, + "proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "peer": true + }, "psl": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", @@ -27661,17 +27834,6 @@ "side-channel": "^1.0.4" } }, - "query-string": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", - "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", - "requires": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - } - }, "querystringify": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", @@ -28622,11 +28784,6 @@ "wbuf": "^1.7.3" } }, - "split-on-first": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", - "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==" - }, "sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", @@ -28662,11 +28819,6 @@ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" }, - "strict-uri-encode": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", - "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==" - }, "string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -29218,6 +29370,11 @@ "which-boxed-primitive": "^1.0.2" } }, + "unfetch": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz", + "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==" + }, "unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", diff --git a/package.json b/package.json index dad9cd5..78cb58e 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "@mui/lab": "^5.0.0-alpha.103", "@mui/material": "^5.10.9", "@mui/styled-engine": "^5.10.8", - "@nhost/react": "^0.13.0", - "@nhost/react-apollo": "^4.7.6", + "@nhost/react": "^3.0.1", + "@nhost/react-apollo": "^4.13.5", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0",