diff --git a/admin/package-lock.json b/admin/package-lock.json index c7d0b8918..13119baa0 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -43,13 +43,13 @@ "@dextinity/eslint-config": "10.1.0", "@formatjs/cli": "^6.16.16", "@graphql-codegen/add": "^7.1.0", - "@graphql-codegen/cli": "^7.2.0", + "@graphql-codegen/cli": "^7.3.1", "@graphql-codegen/fragment-matcher": "^7.1.0", "@graphql-codegen/introspection": "^6.1.0", "@graphql-codegen/named-operations-object": "^4.0.1", - "@graphql-codegen/near-operation-file-preset": "^5.2.1", + "@graphql-codegen/near-operation-file-preset": "^5.2.2", "@graphql-codegen/typescript": "^6.1.0", - "@graphql-codegen/typescript-operations": "^6.1.2", + "@graphql-codegen/typescript-operations": "^6.1.6", "@parcel/watcher": "^2.6.0", "@swc/plugin-emotion": "^14.15.0", "@types/lodash.isequal": "^4.5.8", @@ -1683,18 +1683,18 @@ } }, "node_modules/@graphql-codegen/cli": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.2.0.tgz", - "integrity": "sha512-JPJw2vquEIpO3b8XJyxFVTrYi6WRn/OKu/SlzQA+IwAVT7GZPeG+AHmfRXAvpVMj31899nTpQYEQGUxx3ZqubQ==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.3.1.tgz", + "integrity": "sha512-xDEI/Jpw2bmLyHJ3KDO6UavOKxujSO08p8Bz31NwRNhvKnVpy2N5tiYZhnhIBCcCqUb7PfTt11dr5EWGZGgB4w==", "dev": true, "license": "MIT", "dependencies": { "@babel/generator": "^7.18.13", "@babel/template": "^7.18.10", "@babel/types": "^7.18.13", - "@graphql-codegen/client-preset": "^6.1.0", + "@graphql-codegen/client-preset": "^6.1.3", "@graphql-codegen/core": "^6.2.0", - "@graphql-codegen/plugin-helpers": "^7.1.0", + "@graphql-codegen/plugin-helpers": "^7.2.1", "@graphql-tools/apollo-engine-loader": "^8.0.28", "@graphql-tools/code-file-loader": "^8.1.28", "@graphql-tools/git-loader": "^8.0.32", @@ -1746,14 +1746,14 @@ } }, "node_modules/@graphql-codegen/cli/node_modules/@graphql-tools/graphql-file-loader": { - "version": "8.1.18", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-8.1.18.tgz", - "integrity": "sha512-MBbAPFfGZN+jaRQQkqfY1Ztj4ftFgk9m7zh0h1jQC83xsVJ8zvMk2TGwg7g3lEGqa0cLOOEp/a1/78MSdhj2Zg==", + "version": "8.1.19", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-8.1.19.tgz", + "integrity": "sha512-aB7kelZK4Rk4iPMS1bFjlTvtqbByxE98XL/hyFxSAKRyEQ+fNQ1HHnO1yHRlnG+6BGhesImWo3B1b7mUzlkCbA==", "dev": true, "license": "MIT", "dependencies": { - "@graphql-tools/import": "^7.1.18", - "@graphql-tools/utils": "^11.2.2", + "@graphql-tools/import": "^7.1.19", + "@graphql-tools/utils": "^12.0.0", "globby": "^11.0.3", "tslib": "^2.4.0", "unixify": "^1.0.0" @@ -1765,14 +1765,33 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, + "node_modules/@graphql-codegen/cli/node_modules/@graphql-tools/graphql-file-loader/node_modules/@graphql-tools/utils": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-12.0.0.tgz", + "integrity": "sha512-aMdIo/l+8j4lhamWAf+MWHr+lOW8zArSBKXspqtKHgt5I2JF9LS55KDLUe/L9AiJOV/O6qJJ60hgYydbnJHbxg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "@whatwg-node/promise-helpers": "^1.0.0", + "cross-inspect": "1.0.1", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, "node_modules/@graphql-codegen/cli/node_modules/@graphql-tools/import": { - "version": "7.1.18", - "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-7.1.18.tgz", - "integrity": "sha512-/lCEk28rbUiypbX8jl5x0RBiHDsXk3YJ5jAU1nlqXEdxNiNI6p5ts+vt0N7UximIuolwV7BeRxLn5RUejyKZYQ==", + "version": "7.1.19", + "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-7.1.19.tgz", + "integrity": "sha512-oC5BL5T44zprAYpx3EvTX9JgooBQ7qUS9wdRvBUx7SwdFvMvPuGtcNaNBkprBb+mj1ZR65Gh6ni893iPZhOkvw==", "dev": true, "license": "MIT", "dependencies": { - "@graphql-tools/utils": "^11.2.2", + "@graphql-tools/utils": "^12.0.0", "resolve-from": "5.0.0", "tslib": "^2.4.0" }, @@ -1783,15 +1802,34 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, + "node_modules/@graphql-codegen/cli/node_modules/@graphql-tools/import/node_modules/@graphql-tools/utils": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-12.0.0.tgz", + "integrity": "sha512-aMdIo/l+8j4lhamWAf+MWHr+lOW8zArSBKXspqtKHgt5I2JF9LS55KDLUe/L9AiJOV/O6qJJ60hgYydbnJHbxg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "@whatwg-node/promise-helpers": "^1.0.0", + "cross-inspect": "1.0.1", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, "node_modules/@graphql-codegen/cli/node_modules/@graphql-tools/load": { - "version": "8.1.15", - "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-8.1.15.tgz", - "integrity": "sha512-QpCve0kf1IxNOWAk99VjS4CEZinQjKAfsgDDRWGUg9+9TqBbvCdsLAQshykHcfueEUPetVRVqqqOIRKo9eJ2xQ==", + "version": "8.1.16", + "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-8.1.16.tgz", + "integrity": "sha512-b3VK4+lX9w3c0TPp0UBzqpPziZKRLmcmF4dDVWlCylhQAlB0SlHJK+oIovMX2qCfmB/Q5Y/7ayFsVy2la+pW6g==", "dev": true, "license": "MIT", "dependencies": { - "@graphql-tools/schema": "^10.0.38", - "@graphql-tools/utils": "^11.2.2", + "@graphql-tools/schema": "^10.1.0", + "@graphql-tools/utils": "^12.0.0", "p-limit": "3.1.0", "tslib": "^2.4.0" }, @@ -1802,10 +1840,29 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, + "node_modules/@graphql-codegen/cli/node_modules/@graphql-tools/load/node_modules/@graphql-tools/utils": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-12.0.0.tgz", + "integrity": "sha512-aMdIo/l+8j4lhamWAf+MWHr+lOW8zArSBKXspqtKHgt5I2JF9LS55KDLUe/L9AiJOV/O6qJJ60hgYydbnJHbxg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "@whatwg-node/promise-helpers": "^1.0.0", + "cross-inspect": "1.0.1", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, "node_modules/@graphql-codegen/client-preset": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-6.1.0.tgz", - "integrity": "sha512-mGmBuwrOU5oRoaWFodx8g9xu1jecYIiydqvk88QsAIsyMcZwuoybs1lyne85TovpBHjH5CC2wnZGsbDQfcgOCQ==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-6.1.3.tgz", + "integrity": "sha512-bIuJiirdwzx784bnqZsoC+wEzCyhr0T+tbVhwuZRudyZXPeLm+7/tn/FTAMqZhDGgSr6hVnpcU41abdBNn2zag==", "dev": true, "license": "MIT", "dependencies": { @@ -1816,8 +1873,8 @@ "@graphql-codegen/plugin-helpers": "^7.1.0", "@graphql-codegen/typed-document-node": "^7.1.0", "@graphql-codegen/typescript": "^6.1.0", - "@graphql-codegen/typescript-operations": "^6.1.0", - "@graphql-codegen/visitor-plugin-common": "^7.2.0", + "@graphql-codegen/typescript-operations": "^6.1.6", + "@graphql-codegen/visitor-plugin-common": "^7.2.5", "@graphql-tools/documents": "^1.0.0", "@graphql-tools/utils": "^11.2.0", "@graphql-typed-document-node/core": "3.2.0", @@ -1950,15 +2007,15 @@ } }, "node_modules/@graphql-codegen/near-operation-file-preset": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/near-operation-file-preset/-/near-operation-file-preset-5.2.1.tgz", - "integrity": "sha512-F+9gln4QboYozcMfsXwOxsPDdqUmMBOQoGZww+9qegvpWNvQVcZXm1LbYibi1iWOfuM0TTXVtMsDDjMeyNJcHA==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/near-operation-file-preset/-/near-operation-file-preset-5.2.2.tgz", + "integrity": "sha512-12n7ZEiLZiMo4bAimviKVAB+5dX77/Vl4Vl7gclwqFmZqRVCej2ed+yYT1JhxnmcxTrQIJUAXAjRV5ehz0ak/Q==", "dev": true, "license": "MIT", "dependencies": { "@graphql-codegen/add": "^7.0.0", "@graphql-codegen/plugin-helpers": "^7.0.0", - "@graphql-codegen/visitor-plugin-common": "^7.0.0", + "@graphql-codegen/visitor-plugin-common": "^7.2.2", "@graphql-tools/utils": "^11.0.0", "parse-filepath": "^1.0.2", "tslib": "^2.8.1" @@ -1971,9 +2028,9 @@ } }, "node_modules/@graphql-codegen/plugin-helpers": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.1.0.tgz", - "integrity": "sha512-ieJH7kZ5oSZKBPJs7CvHMrFY/CLYLklqv74ir93qMwRna6geZsbIMoJzTDBXohxcQTITiProiYSGrEtZjIpYGg==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.2.1.tgz", + "integrity": "sha512-Jw2HPaioMEa4DKG7sgqzL1uWQiIWQu774FwKXx4p83/y3o5GgnRMRdTFtuQQ7Tq6PYyrI5ZITi1jAxeX/Vh2Uw==", "dev": true, "license": "MIT", "dependencies": { @@ -2103,15 +2160,15 @@ } }, "node_modules/@graphql-codegen/typescript-operations": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.2.tgz", - "integrity": "sha512-EP9xry09q4cOVaf/aC4NO3/SwvXRNzlJIe4dhfA0xyy45Taix5yDL3jeJpmJIv03sa7nK5udVs5vZqdHFU8Xmw==", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.6.tgz", + "integrity": "sha512-qsYRkK27YbSL2doifPvldVwdwHRQtpsxXJINs22wQWGksC1Mrgn9YNaAGUZ2so46U20TKTm4SBoiNXRJE3esqA==", "dev": true, "license": "MIT", "dependencies": { "@graphql-codegen/plugin-helpers": "^7.1.0", "@graphql-codegen/schema-ast": "^6.1.0", - "@graphql-codegen/visitor-plugin-common": "^7.2.2", + "@graphql-codegen/visitor-plugin-common": "^7.2.5", "auto-bind": "^5.0.0", "tslib": "^2.8.0" }, @@ -2129,9 +2186,9 @@ } }, "node_modules/@graphql-codegen/visitor-plugin-common": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.2.tgz", - "integrity": "sha512-nOkAVd8J8r2YdHm9Z4YrBiy+3IQgE8Ndn/EiRWTvWuemMEhioBWyvdlnbq5rHmIo2bNdRQ5ghs0Q3jw7YBrwLQ==", + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.5.tgz", + "integrity": "sha512-hqOemBp0Ue+WSmk8EDcKP+lghuLC2zsI+jHzSUuoffTZnEN2qZH4VP2C9c1fVd2yy6v+YQiiObOarTMaqF4q9w==", "dev": true, "license": "MIT", "dependencies": { @@ -2650,13 +2707,32 @@ } }, "node_modules/@graphql-tools/merge": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.2.2.tgz", - "integrity": "sha512-DSLLAztOIQId7QE3m8Ehk5lV+0pjxNSSRDHPzlYQ9E4KJ9AoUMBprC4C+eX3v4srh05S2ujm5/veqAr5yEWFSQ==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.2.3.tgz", + "integrity": "sha512-cKRoXqJGy2zSRBLvotQpkACbXlHAb0yuHLN0l0ypKGCuL3NnF0zofYalkBJqiBxxxpK0lr3s9uowKFHCKi1/ZQ==", "dev": true, "license": "MIT", "dependencies": { - "@graphql-tools/utils": "^11.2.2", + "@graphql-tools/utils": "^12.0.0", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-12.0.0.tgz", + "integrity": "sha512-aMdIo/l+8j4lhamWAf+MWHr+lOW8zArSBKXspqtKHgt5I2JF9LS55KDLUe/L9AiJOV/O6qJJ60hgYydbnJHbxg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "@whatwg-node/promise-helpers": "^1.0.0", + "cross-inspect": "1.0.1", "tslib": "^2.4.0" }, "engines": { @@ -2701,14 +2777,33 @@ } }, "node_modules/@graphql-tools/schema": { - "version": "10.0.38", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.38.tgz", - "integrity": "sha512-Kckk2/vm+rELJ7ijvFaAn9ouWSVUTD0D4SJIvYF4rKeuQHAfCzE/jzMFonZVpTXleqJjPXLZjVbuaMorw7A5Og==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.1.0.tgz", + "integrity": "sha512-wao48XQnfY631s3jXoNrhEHvCI8mlKXmIuWrR7F6zAdv92VuSOfHoq9P9KL2EnUMgBUnaStnByOx9Mn6RieWDg==", "dev": true, "license": "MIT", "dependencies": { - "@graphql-tools/merge": "^9.2.2", - "@graphql-tools/utils": "^11.2.2", + "@graphql-tools/merge": "^9.2.3", + "@graphql-tools/utils": "^12.0.0", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-12.0.0.tgz", + "integrity": "sha512-aMdIo/l+8j4lhamWAf+MWHr+lOW8zArSBKXspqtKHgt5I2JF9LS55KDLUe/L9AiJOV/O6qJJ60hgYydbnJHbxg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "@whatwg-node/promise-helpers": "^1.0.0", + "cross-inspect": "1.0.1", "tslib": "^2.4.0" }, "engines": { diff --git a/admin/package.json b/admin/package.json index 6d457a860..d7dc1e355 100644 --- a/admin/package.json +++ b/admin/package.json @@ -73,13 +73,13 @@ "@dextinity/eslint-config": "10.1.0", "@formatjs/cli": "^6.16.16", "@graphql-codegen/add": "^7.1.0", - "@graphql-codegen/cli": "^7.2.0", + "@graphql-codegen/cli": "^7.3.1", "@graphql-codegen/fragment-matcher": "^7.1.0", "@graphql-codegen/introspection": "^6.1.0", "@graphql-codegen/named-operations-object": "^4.0.1", - "@graphql-codegen/near-operation-file-preset": "^5.2.1", + "@graphql-codegen/near-operation-file-preset": "^5.2.2", "@graphql-codegen/typescript": "^6.1.0", - "@graphql-codegen/typescript-operations": "^6.1.2", + "@graphql-codegen/typescript-operations": "^6.1.6", "@parcel/watcher": "^2.6.0", "@swc/plugin-emotion": "^14.15.0", "@types/lodash.isequal": "^4.5.8", diff --git a/site/package-lock.json b/site/package-lock.json index 5a10e36b4..ef73b2de8 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -33,11 +33,11 @@ "@dextinity/eslint-config": "10.1.0", "@formatjs/cli": "^6.16.16", "@graphql-codegen/add": "^7.1.0", - "@graphql-codegen/cli": "^7.2.0", + "@graphql-codegen/cli": "^7.3.1", "@graphql-codegen/named-operations-object": "^4.0.1", - "@graphql-codegen/near-operation-file-preset": "^5.2.1", + "@graphql-codegen/near-operation-file-preset": "^5.2.2", "@graphql-codegen/typescript": "^6.1.0", - "@graphql-codegen/typescript-operations": "^6.1.2", + "@graphql-codegen/typescript-operations": "^6.1.6", "@parcel/watcher": "^2.6.0", "@types/node": "^24.13.3", "@types/react": "^19.2.17", @@ -1765,18 +1765,18 @@ } }, "node_modules/@graphql-codegen/cli": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.2.0.tgz", - "integrity": "sha512-JPJw2vquEIpO3b8XJyxFVTrYi6WRn/OKu/SlzQA+IwAVT7GZPeG+AHmfRXAvpVMj31899nTpQYEQGUxx3ZqubQ==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.3.1.tgz", + "integrity": "sha512-xDEI/Jpw2bmLyHJ3KDO6UavOKxujSO08p8Bz31NwRNhvKnVpy2N5tiYZhnhIBCcCqUb7PfTt11dr5EWGZGgB4w==", "dev": true, "license": "MIT", "dependencies": { "@babel/generator": "^7.18.13", "@babel/template": "^7.18.10", "@babel/types": "^7.18.13", - "@graphql-codegen/client-preset": "^6.1.0", + "@graphql-codegen/client-preset": "^6.1.3", "@graphql-codegen/core": "^6.2.0", - "@graphql-codegen/plugin-helpers": "^7.1.0", + "@graphql-codegen/plugin-helpers": "^7.2.1", "@graphql-tools/apollo-engine-loader": "^8.0.28", "@graphql-tools/code-file-loader": "^8.1.28", "@graphql-tools/git-loader": "^8.0.32", @@ -1828,9 +1828,9 @@ } }, "node_modules/@graphql-codegen/client-preset": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-6.1.0.tgz", - "integrity": "sha512-mGmBuwrOU5oRoaWFodx8g9xu1jecYIiydqvk88QsAIsyMcZwuoybs1lyne85TovpBHjH5CC2wnZGsbDQfcgOCQ==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-6.1.3.tgz", + "integrity": "sha512-bIuJiirdwzx784bnqZsoC+wEzCyhr0T+tbVhwuZRudyZXPeLm+7/tn/FTAMqZhDGgSr6hVnpcU41abdBNn2zag==", "dev": true, "license": "MIT", "dependencies": { @@ -1841,8 +1841,8 @@ "@graphql-codegen/plugin-helpers": "^7.1.0", "@graphql-codegen/typed-document-node": "^7.1.0", "@graphql-codegen/typescript": "^6.1.0", - "@graphql-codegen/typescript-operations": "^6.1.0", - "@graphql-codegen/visitor-plugin-common": "^7.2.0", + "@graphql-codegen/typescript-operations": "^6.1.6", + "@graphql-codegen/visitor-plugin-common": "^7.2.5", "@graphql-tools/documents": "^1.0.0", "@graphql-tools/utils": "^11.2.0", "@graphql-typed-document-node/core": "3.2.0", @@ -1940,15 +1940,15 @@ } }, "node_modules/@graphql-codegen/near-operation-file-preset": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/near-operation-file-preset/-/near-operation-file-preset-5.2.1.tgz", - "integrity": "sha512-F+9gln4QboYozcMfsXwOxsPDdqUmMBOQoGZww+9qegvpWNvQVcZXm1LbYibi1iWOfuM0TTXVtMsDDjMeyNJcHA==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/near-operation-file-preset/-/near-operation-file-preset-5.2.2.tgz", + "integrity": "sha512-12n7ZEiLZiMo4bAimviKVAB+5dX77/Vl4Vl7gclwqFmZqRVCej2ed+yYT1JhxnmcxTrQIJUAXAjRV5ehz0ak/Q==", "dev": true, "license": "MIT", "dependencies": { "@graphql-codegen/add": "^7.0.0", "@graphql-codegen/plugin-helpers": "^7.0.0", - "@graphql-codegen/visitor-plugin-common": "^7.0.0", + "@graphql-codegen/visitor-plugin-common": "^7.2.2", "@graphql-tools/utils": "^11.0.0", "parse-filepath": "^1.0.2", "tslib": "^2.8.1" @@ -1961,9 +1961,9 @@ } }, "node_modules/@graphql-codegen/plugin-helpers": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.1.0.tgz", - "integrity": "sha512-ieJH7kZ5oSZKBPJs7CvHMrFY/CLYLklqv74ir93qMwRna6geZsbIMoJzTDBXohxcQTITiProiYSGrEtZjIpYGg==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.2.1.tgz", + "integrity": "sha512-Jw2HPaioMEa4DKG7sgqzL1uWQiIWQu774FwKXx4p83/y3o5GgnRMRdTFtuQQ7Tq6PYyrI5ZITi1jAxeX/Vh2Uw==", "dev": true, "license": "MIT", "dependencies": { @@ -2107,15 +2107,15 @@ } }, "node_modules/@graphql-codegen/typescript-operations": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.2.tgz", - "integrity": "sha512-EP9xry09q4cOVaf/aC4NO3/SwvXRNzlJIe4dhfA0xyy45Taix5yDL3jeJpmJIv03sa7nK5udVs5vZqdHFU8Xmw==", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.6.tgz", + "integrity": "sha512-qsYRkK27YbSL2doifPvldVwdwHRQtpsxXJINs22wQWGksC1Mrgn9YNaAGUZ2so46U20TKTm4SBoiNXRJE3esqA==", "dev": true, "license": "MIT", "dependencies": { "@graphql-codegen/plugin-helpers": "^7.1.0", "@graphql-codegen/schema-ast": "^6.1.0", - "@graphql-codegen/visitor-plugin-common": "^7.2.2", + "@graphql-codegen/visitor-plugin-common": "^7.2.5", "auto-bind": "^5.0.0", "tslib": "^2.8.0" }, @@ -2133,9 +2133,9 @@ } }, "node_modules/@graphql-codegen/visitor-plugin-common": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.2.tgz", - "integrity": "sha512-nOkAVd8J8r2YdHm9Z4YrBiy+3IQgE8Ndn/EiRWTvWuemMEhioBWyvdlnbq5rHmIo2bNdRQ5ghs0Q3jw7YBrwLQ==", + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.5.tgz", + "integrity": "sha512-hqOemBp0Ue+WSmk8EDcKP+lghuLC2zsI+jHzSUuoffTZnEN2qZH4VP2C9c1fVd2yy6v+YQiiObOarTMaqF4q9w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/site/package.json b/site/package.json index ec38abc2a..39b81e153 100644 --- a/site/package.json +++ b/site/package.json @@ -56,11 +56,11 @@ "@dextinity/eslint-config": "10.1.0", "@formatjs/cli": "^6.16.16", "@graphql-codegen/add": "^7.1.0", - "@graphql-codegen/cli": "^7.2.0", + "@graphql-codegen/cli": "^7.3.1", "@graphql-codegen/named-operations-object": "^4.0.1", - "@graphql-codegen/near-operation-file-preset": "^5.2.1", + "@graphql-codegen/near-operation-file-preset": "^5.2.2", "@graphql-codegen/typescript": "^6.1.0", - "@graphql-codegen/typescript-operations": "^6.1.2", + "@graphql-codegen/typescript-operations": "^6.1.6", "@parcel/watcher": "^2.6.0", "@types/node": "^24.13.3", "@types/react": "^19.2.17",