From f613440fe7de49fc7024aac867eb7fdc5c0b4a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:08:37 +0000 Subject: [PATCH] fix(deps): bump @urql/exchange-graphcache from 4.4.3 to 7.2.0 Bumps [@urql/exchange-graphcache](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/graphcache) from 4.4.3 to 7.2.0. - [Release notes](https://github.com/urql-graphql/urql/releases) - [Changelog](https://github.com/urql-graphql/urql/blob/main/exchanges/graphcache/CHANGELOG.md) - [Commits](https://github.com/urql-graphql/urql/commits/@urql/exchange-graphcache@7.2.0/exchanges/graphcache) --- updated-dependencies: - dependency-name: "@urql/exchange-graphcache" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 77 ++++++++++++++++++++++++++++------ packages/frontend/package.json | 2 +- 2 files changed, 65 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53f99813d..0db67a662 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,6 +45,19 @@ "npm": ">=7.0.0" } }, + "node_modules/@0no-co/graphql.web": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.8.tgz", + "integrity": "sha512-8BG6woLtDMvXB9Ajb/uE+Zr/U7y4qJ3upXi0JQHZmsKUJa7HjF/gFvmL2f3/mSmfZoQGRr9VoY97LCX2uaFMzA==", + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + }, + "peerDependenciesMeta": { + "graphql": { + "optional": true + } + } + }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", @@ -8718,17 +8731,32 @@ } }, "node_modules/@urql/exchange-graphcache": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.4.3.tgz", - "integrity": "sha512-EPXRCzq929RjVDym4NP4mO6bsyGE6J1JzUxE9vpm04VjZtK90Ag4bgftFdkHsMHh4ydvokLKQjCRVqGxKEBnEg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.0.tgz", + "integrity": "sha512-NPSfcHyhZnqTuu2OtBTS0b80YMQe1fOEpECZWyRd1A4WSfU/BJjsNSI/AXnG7ABGGCMtLvfTWRSlzsoLwPjwlQ==", "dependencies": { - "@urql/core": ">=2.5.0", - "wonka": "^4.0.14" + "@0no-co/graphql.web": "^1.0.5", + "@urql/core": "^5.0.0", + "wonka": "^6.3.2" }, "peerDependencies": { - "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "@urql/core": "^5.0.0" } }, + "node_modules/@urql/exchange-graphcache/node_modules/@urql/core": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.6.tgz", + "integrity": "sha512-38rgSDqVNihFDauw1Pm9V7XLWIKuK8V9CKgrUF7/xEKinze8ENKP1ZeBhkG+dxWzJan7CHK+SLl46kAdvZwIlA==", + "dependencies": { + "@0no-co/graphql.web": "^1.0.5", + "wonka": "^6.3.2" + } + }, + "node_modules/@urql/exchange-graphcache/node_modules/wonka": { + "version": "6.3.4", + "resolved": "https://registry.npmjs.org/wonka/-/wonka-6.3.4.tgz", + "integrity": "sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==" + }, "node_modules/@urql/exchange-multipart-fetch": { "version": "0.1.14", "resolved": "https://registry.npmjs.org/@urql/exchange-multipart-fetch/-/exchange-multipart-fetch-0.1.14.tgz", @@ -23906,7 +23934,7 @@ "@okta/okta-react": "6.4.3", "@reduxjs/toolkit": "1.8.1", "@urql/core": "2.6.0", - "@urql/exchange-graphcache": "4.4.3", + "@urql/exchange-graphcache": "7.2.0", "@urql/exchange-multipart-fetch": "0.1.14", "@urql/exchange-retry": "0.3.3", "ace-builds": "1.32.6", @@ -25453,6 +25481,12 @@ } }, "dependencies": { + "@0no-co/graphql.web": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.8.tgz", + "integrity": "sha512-8BG6woLtDMvXB9Ajb/uE+Zr/U7y4qJ3upXi0JQHZmsKUJa7HjF/gFvmL2f3/mSmfZoQGRr9VoY97LCX2uaFMzA==", + "requires": {} + }, "@aashutoshrathi/word-wrap": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", @@ -30033,7 +30067,7 @@ "@types/react-router-dom": "5.3.3", "@types/react-table": "7.7.19", "@urql/core": "2.6.0", - "@urql/exchange-graphcache": "4.4.3", + "@urql/exchange-graphcache": "7.2.0", "@urql/exchange-multipart-fetch": "0.1.14", "@urql/exchange-retry": "0.3.3", "@vitejs/plugin-react": "4.2.1", @@ -33665,12 +33699,29 @@ } }, "@urql/exchange-graphcache": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.4.3.tgz", - "integrity": "sha512-EPXRCzq929RjVDym4NP4mO6bsyGE6J1JzUxE9vpm04VjZtK90Ag4bgftFdkHsMHh4ydvokLKQjCRVqGxKEBnEg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.0.tgz", + "integrity": "sha512-NPSfcHyhZnqTuu2OtBTS0b80YMQe1fOEpECZWyRd1A4WSfU/BJjsNSI/AXnG7ABGGCMtLvfTWRSlzsoLwPjwlQ==", "requires": { - "@urql/core": ">=2.5.0", - "wonka": "^4.0.14" + "@0no-co/graphql.web": "^1.0.5", + "@urql/core": "^5.0.0", + "wonka": "^6.3.2" + }, + "dependencies": { + "@urql/core": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.6.tgz", + "integrity": "sha512-38rgSDqVNihFDauw1Pm9V7XLWIKuK8V9CKgrUF7/xEKinze8ENKP1ZeBhkG+dxWzJan7CHK+SLl46kAdvZwIlA==", + "requires": { + "@0no-co/graphql.web": "^1.0.5", + "wonka": "^6.3.2" + } + }, + "wonka": { + "version": "6.3.4", + "resolved": "https://registry.npmjs.org/wonka/-/wonka-6.3.4.tgz", + "integrity": "sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==" + } } }, "@urql/exchange-multipart-fetch": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index f4671be32..8f8d13995 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -14,7 +14,7 @@ "@okta/okta-react": "6.4.3", "@reduxjs/toolkit": "1.8.1", "@urql/core": "2.6.0", - "@urql/exchange-graphcache": "4.4.3", + "@urql/exchange-graphcache": "7.2.0", "@urql/exchange-multipart-fetch": "0.1.14", "@urql/exchange-retry": "0.3.3", "ace-builds": "1.32.6",