diff --git a/examples/react/apollo-client-defer/package.json b/examples/react/apollo-client-defer/package.json index 918e9d497b0..c62a963472c 100644 --- a/examples/react/apollo-client-defer/package.json +++ b/examples/react/apollo-client-defer/package.json @@ -25,7 +25,7 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^6.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "serve": "14.2.6", "start-server-and-test": "3.0.2", "typescript": "6.0.2", diff --git a/examples/react/apollo-client/package.json b/examples/react/apollo-client/package.json index 9ae2ba89c73..b40ab1e28bb 100644 --- a/examples/react/apollo-client/package.json +++ b/examples/react/apollo-client/package.json @@ -22,7 +22,7 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^6.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "serve": "14.2.6", "start-server-and-test": "3.0.2", "typescript": "6.0.2", diff --git a/examples/react/http-executor/package.json b/examples/react/http-executor/package.json index cefc5df5724..1738483c32f 100644 --- a/examples/react/http-executor/package.json +++ b/examples/react/http-executor/package.json @@ -21,7 +21,7 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^6.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "serve": "14.2.6", "start-server-and-test": "3.0.2", "typescript": "6.0.2", diff --git a/examples/react/tanstack-react-query/package.json b/examples/react/tanstack-react-query/package.json index ba02171b45e..86b05073b4d 100644 --- a/examples/react/tanstack-react-query/package.json +++ b/examples/react/tanstack-react-query/package.json @@ -21,7 +21,7 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^6.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "serve": "14.2.6", "start-server-and-test": "3.0.2", "typescript": "6.0.2", diff --git a/examples/react/urql/package.json b/examples/react/urql/package.json index 44174f497ec..912cc2e8375 100644 --- a/examples/react/urql/package.json +++ b/examples/react/urql/package.json @@ -20,7 +20,7 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^6.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "serve": "14.2.6", "start-server-and-test": "3.0.2", "typescript": "6.0.2", diff --git a/examples/vite/vite-react-cts/package.json b/examples/vite/vite-react-cts/package.json index fdfac260f81..7c918ab6d34 100644 --- a/examples/vite/vite-react-cts/package.json +++ b/examples/vite/vite-react-cts/package.json @@ -24,7 +24,7 @@ "@graphql-codegen/cli": "6.3.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "start-server-and-test": "3.0.2", "typescript": "^6.0.0" }, diff --git a/examples/vite/vite-react-mts/package.json b/examples/vite/vite-react-mts/package.json index 4152bc74bfc..7772bb226f9 100644 --- a/examples/vite/vite-react-mts/package.json +++ b/examples/vite/vite-react-mts/package.json @@ -24,7 +24,7 @@ "@graphql-codegen/cli": "6.3.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "start-server-and-test": "3.0.2", "typescript": "^6.0.0" }, diff --git a/examples/vite/vite-react-ts/package.json b/examples/vite/vite-react-ts/package.json index 2a0dc23f61b..7a42ac762de 100644 --- a/examples/vite/vite-react-ts/package.json +++ b/examples/vite/vite-react-ts/package.json @@ -24,7 +24,7 @@ "@graphql-codegen/cli": "6.3.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "start-server-and-test": "3.0.2", "typescript": "^6.0.0" }, diff --git a/examples/vue/apollo-composable/package.json b/examples/vue/apollo-composable/package.json index a51bb039a33..061c09b0464 100644 --- a/examples/vue/apollo-composable/package.json +++ b/examples/vue/apollo-composable/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@graphql-codegen/cli": "^6.3.0", "@vitejs/plugin-vue": "^6.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "serve": "14.2.6", "start-server-and-test": "3.0.2", "typescript": "^6.0.0", diff --git a/examples/vue/urql/package.json b/examples/vue/urql/package.json index 9153d849e83..f150774b7b2 100644 --- a/examples/vue/urql/package.json +++ b/examples/vue/urql/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@graphql-codegen/cli": "^6.3.0", "@vitejs/plugin-vue": "^6.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "serve": "14.2.6", "start-server-and-test": "3.0.2", "typescript": "^6.0.0", diff --git a/examples/vue/villus/package.json b/examples/vue/villus/package.json index a3aa1aeacd7..10d0bb49d5c 100644 --- a/examples/vue/villus/package.json +++ b/examples/vue/villus/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@graphql-codegen/cli": "^6.3.0", "@vitejs/plugin-vue": "^6.0.0", - "cypress": "15.13.1", + "cypress": "15.14.0", "serve": "14.2.6", "start-server-and-test": "3.0.2", "typescript": "^6.0.0", diff --git a/package.json b/package.json index 75b46633d86..44e8a544655 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "husky": "9.1.7", "jest-diff": "30.3.0", "lint-staged": "16.4.0", - "memfs": "4.57.1", + "memfs": "4.57.2", "patch-package": "8.0.1", "prettier": "3.8.3", "prettier-plugin-svelte": "3.5.1", diff --git a/yarn.lock b/yarn.lock index 9fff6095207..fe5ac134939 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3013,74 +3013,74 @@ resolved "https://registry.yarnpkg.com/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz#5c23f796c47675f166d23b948cdb889184b93207" integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g== -"@jsonjoy.com/fs-core@4.57.1": - version "4.57.1" - resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-core/-/fs-core-4.57.1.tgz#03c0d7a7bf96030376f7194b9c5c815cb7bf71d7" - integrity sha512-YrEi/ZPmgc+GfdO0esBF04qv8boK9Dg9WpRQw/+vM8Qt3nnVIJWIa8HwZ/LXVZ0DB11XUROM8El/7yYTJX+WtA== +"@jsonjoy.com/fs-core@4.57.2": + version "4.57.2" + resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-core/-/fs-core-4.57.2.tgz#e28f357ba9983ce53577ba34fc72d344f19ec459" + integrity sha512-SVjwklkpIV5wrynpYtuYnfYH1QF4/nDuLBX7VXdb+3miglcAgBVZb/5y0cOsehRV/9Vb+3UqhkMq3/NR3ztdkQ== dependencies: - "@jsonjoy.com/fs-node-builtins" "4.57.1" - "@jsonjoy.com/fs-node-utils" "4.57.1" + "@jsonjoy.com/fs-node-builtins" "4.57.2" + "@jsonjoy.com/fs-node-utils" "4.57.2" thingies "^2.5.0" -"@jsonjoy.com/fs-fsa@4.57.1": - version "4.57.1" - resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-fsa/-/fs-fsa-4.57.1.tgz#87ffa6cd695b363b58b9ccddc87a66212a1b25fd" - integrity sha512-ooEPvSW/HQDivPDPZMibHGKZf/QS4WRir1czGZmXmp3MsQqLECZEpN0JobrD8iV9BzsuwdIv+PxtWX9WpPLsIA== +"@jsonjoy.com/fs-fsa@4.57.2": + version "4.57.2" + resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-fsa/-/fs-fsa-4.57.2.tgz#ec6dd492ff8c104a0c1eae74959a013960fe8969" + integrity sha512-fhO8+iR2I+OCw668ISDJdn1aArc9zx033sWejIyzQ8RBeXa9bDSaUeA3ix0poYOfrj1KdOzytmYNv2/uLDfV6g== dependencies: - "@jsonjoy.com/fs-core" "4.57.1" - "@jsonjoy.com/fs-node-builtins" "4.57.1" - "@jsonjoy.com/fs-node-utils" "4.57.1" + "@jsonjoy.com/fs-core" "4.57.2" + "@jsonjoy.com/fs-node-builtins" "4.57.2" + "@jsonjoy.com/fs-node-utils" "4.57.2" thingies "^2.5.0" -"@jsonjoy.com/fs-node-builtins@4.57.1": - version "4.57.1" - resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.57.1.tgz#a6793654d6ffaead81f040e3becc063a265deb7c" - integrity sha512-XHkFKQ5GSH3uxm8c3ZYXVrexGdscpWKIcMWKFQpMpMJc8gA3AwOMBJXJlgpdJqmrhPyQXxaY9nbkNeYpacC0Og== - -"@jsonjoy.com/fs-node-to-fsa@4.57.1": - version "4.57.1" - resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.57.1.tgz#9011872df67ac302f0b0f7fd13502993a026c306" - integrity sha512-pqGHyWWzNck4jRfaGV39hkqpY5QjRUQ/nRbNT7FYbBa0xf4bDG+TE1Gt2KWZrSkrkZZDE3qZUjYMbjwSliX6pg== - dependencies: - "@jsonjoy.com/fs-fsa" "4.57.1" - "@jsonjoy.com/fs-node-builtins" "4.57.1" - "@jsonjoy.com/fs-node-utils" "4.57.1" - -"@jsonjoy.com/fs-node-utils@4.57.1": - version "4.57.1" - resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.57.1.tgz#e9d030b676f7f4074eb90a42927bac708dc4312c" - integrity sha512-vp+7ZzIB8v43G+GLXTS4oDUSQmhAsRz532QmmWBbdYA20s465JvwhkSFvX9cVTqRRAQg+vZ7zWDaIEh0lFe2gw== - dependencies: - "@jsonjoy.com/fs-node-builtins" "4.57.1" - -"@jsonjoy.com/fs-node@4.57.1": - version "4.57.1" - resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node/-/fs-node-4.57.1.tgz#3dae969fe02d9450f5dfc7c12bfe3b859cb1038e" - integrity sha512-3YaKhP8gXEKN+2O49GLNfNb5l2gbnCFHyAaybbA2JkkbQP3dpdef7WcUaHAulg/c5Dg4VncHsA3NWAUSZMR5KQ== - dependencies: - "@jsonjoy.com/fs-core" "4.57.1" - "@jsonjoy.com/fs-node-builtins" "4.57.1" - "@jsonjoy.com/fs-node-utils" "4.57.1" - "@jsonjoy.com/fs-print" "4.57.1" - "@jsonjoy.com/fs-snapshot" "4.57.1" +"@jsonjoy.com/fs-node-builtins@4.57.2": + version "4.57.2" + resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.57.2.tgz#9174b87e70213b38caf1ac8669b130c4dfd6a909" + integrity sha512-xhiegylRmhw43Ki2HO1ZBL7DQ5ja/qpRsL29VtQ2xuUHiuDGbgf2uD4p9Qd8hJI5P6RCtGYD50IXHXVq/Ocjcg== + +"@jsonjoy.com/fs-node-to-fsa@4.57.2": + version "4.57.2" + resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.57.2.tgz#8542449b72dfc48f3bfe311a7b0af5323f9bc926" + integrity sha512-18LmWTSONhoAPW+IWRuf8w/+zRolPFGPeGwMxlAhhfY11EKzX+5XHDBPAw67dBF5dxDErHJbl40U+3IXSDRXSQ== + dependencies: + "@jsonjoy.com/fs-fsa" "4.57.2" + "@jsonjoy.com/fs-node-builtins" "4.57.2" + "@jsonjoy.com/fs-node-utils" "4.57.2" + +"@jsonjoy.com/fs-node-utils@4.57.2": + version "4.57.2" + resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.57.2.tgz#c3234c03b1e59d609a0915572dd6f450be0463b1" + integrity sha512-rsPSJgekz43IlNbLyAM/Ab+ouYLWGp5DDBfYBNNEqDaSpsbXfthBn29Q4muFA9L0F+Z3mKo+CWlgSCXrf+mOyQ== + dependencies: + "@jsonjoy.com/fs-node-builtins" "4.57.2" + +"@jsonjoy.com/fs-node@4.57.2": + version "4.57.2" + resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node/-/fs-node-4.57.2.tgz#8db2875df19683683e5852053e0099e233dc45d2" + integrity sha512-nX2AdL6cOFwLdju9G4/nbRnYevmCJbh7N7hvR3gGm97Cs60uEjyd0rpR+YBS7cTg175zzl22pGKXR5USaQMvKg== + dependencies: + "@jsonjoy.com/fs-core" "4.57.2" + "@jsonjoy.com/fs-node-builtins" "4.57.2" + "@jsonjoy.com/fs-node-utils" "4.57.2" + "@jsonjoy.com/fs-print" "4.57.2" + "@jsonjoy.com/fs-snapshot" "4.57.2" glob-to-regex.js "^1.0.0" thingies "^2.5.0" -"@jsonjoy.com/fs-print@4.57.1": - version "4.57.1" - resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-print/-/fs-print-4.57.1.tgz#59359be175145cd44e83f7cdfba06cb1fed23313" - integrity sha512-Ynct7ZJmfk6qoXDOKfpovNA36ITUx8rChLmRQtW08J73VOiuNsU8PB6d/Xs7fxJC2ohWR3a5AqyjmLojfrw5yw== +"@jsonjoy.com/fs-print@4.57.2": + version "4.57.2" + resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-print/-/fs-print-4.57.2.tgz#286c4ceda19225a5c54aaad657ad9f466d5bd0c1" + integrity sha512-wK9NSow48i4DbDl9F1CQE5TqnyZOJ04elU3WFG5aJ76p+YxO/ulyBBQvKsessPxdo381Bc2pcEoyPujMOhcRqQ== dependencies: - "@jsonjoy.com/fs-node-utils" "4.57.1" + "@jsonjoy.com/fs-node-utils" "4.57.2" tree-dump "^1.1.0" -"@jsonjoy.com/fs-snapshot@4.57.1": - version "4.57.1" - resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.57.1.tgz#54cd9073a97e290a1650070f2ee9529a0accdb93" - integrity sha512-/oG8xBNFMbDXTq9J7vepSA1kerS5vpgd3p5QZSPd+nX59uwodGJftI51gDYyHRpP57P3WCQf7LHtBYPqwUg2Bg== +"@jsonjoy.com/fs-snapshot@4.57.2": + version "4.57.2" + resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.57.2.tgz#800424a076638a605dad5ef1540915bc0167d7f8" + integrity sha512-GdduDZuoP5V/QCgJkx9+BZ6SC0EZ/smXAdTS7PfMqgMTGXLlt/bH/FqMYaqB9JmLf05sJPtO0XRbAwwkEEPbVw== dependencies: "@jsonjoy.com/buffers" "^17.65.0" - "@jsonjoy.com/fs-node-utils" "4.57.1" + "@jsonjoy.com/fs-node-utils" "4.57.2" "@jsonjoy.com/json-pack" "^17.65.0" "@jsonjoy.com/util" "^17.65.0" @@ -6891,10 +6891,10 @@ csstype@^3.0.2, csstype@^3.2.2, csstype@^3.2.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a" integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ== -cypress@15.13.1: - version "15.13.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.13.1.tgz#75fb321b5c10e9d1737868a9158250fe2e07607c" - integrity sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg== +cypress@15.14.0: + version "15.14.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.14.0.tgz#762d58fd7acc348bbf35f566164e7c234d1756b1" + integrity sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ== dependencies: "@cypress/request" "^3.0.10" "@cypress/xvfb" "^1.2.4" @@ -10867,19 +10867,19 @@ mdast-util-to-string@^4.0.0: dependencies: "@types/mdast" "^4.0.0" -memfs@4.57.1: - version "4.57.1" - resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.57.1.tgz#5ccee42e2aab1cf086c45baf9c4ef1ff4fffb123" - integrity sha512-WvzrWPwMQT+PtbX2Et64R4qXKK0fj/8pO85MrUCzymX3twwCiJCdvntW3HdhG1teLJcHDDLIKx5+c3HckWYZtQ== - dependencies: - "@jsonjoy.com/fs-core" "4.57.1" - "@jsonjoy.com/fs-fsa" "4.57.1" - "@jsonjoy.com/fs-node" "4.57.1" - "@jsonjoy.com/fs-node-builtins" "4.57.1" - "@jsonjoy.com/fs-node-to-fsa" "4.57.1" - "@jsonjoy.com/fs-node-utils" "4.57.1" - "@jsonjoy.com/fs-print" "4.57.1" - "@jsonjoy.com/fs-snapshot" "4.57.1" +memfs@4.57.2: + version "4.57.2" + resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.57.2.tgz#5f74e977c9a14681ea10d427b3ce5d7db5f817e7" + integrity sha512-2nWzSsJzrukurSDna4Z0WywuScK4Id3tSKejgu74u8KCdW4uNrseKRSIDg75C6Yw5ZRqBe0F0EtMNlTbUq8bAQ== + dependencies: + "@jsonjoy.com/fs-core" "4.57.2" + "@jsonjoy.com/fs-fsa" "4.57.2" + "@jsonjoy.com/fs-node" "4.57.2" + "@jsonjoy.com/fs-node-builtins" "4.57.2" + "@jsonjoy.com/fs-node-to-fsa" "4.57.2" + "@jsonjoy.com/fs-node-utils" "4.57.2" + "@jsonjoy.com/fs-print" "4.57.2" + "@jsonjoy.com/fs-snapshot" "4.57.2" "@jsonjoy.com/json-pack" "^1.11.0" "@jsonjoy.com/util" "^1.9.0" glob-to-regex.js "^1.0.1"