diff --git a/package-lock.json b/package-lock.json index 1cd8102..de5b73a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "react-scripts": "5.0.1" }, "devDependencies": { - "@graphql-codegen/typescript-graphql-request": "4.5.5", + "@graphql-codegen/typescript-graphql-request": "4.5.6", "@types/material-ui": "0.21.12", "@types/react": "18.0.21", "@types/react-dom": "18.0.6", @@ -2585,13 +2585,13 @@ } }, "node_modules/@graphql-codegen/typescript-graphql-request": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-4.5.5.tgz", - "integrity": "sha512-BwB1mqhY1JZhkK5jDouH7Ir2MFN2KDG8wer1pxIDCeR7zpw2S5F3vZTGUVPVmGOwPHao/tO8s3TD/YDKkQ6BTw==", + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-4.5.6.tgz", + "integrity": "sha512-VCyzk2HNShcOPacYfJnU+685Izue9wh2bkU11l5EKVI7QEetWsMSoSab9rwnTuM2Mv4YUPoj+kGIFtYrY2yesA==", "dev": true, "dependencies": { "@graphql-codegen/plugin-helpers": "^2.7.1", - "@graphql-codegen/visitor-plugin-common": "2.12.1", + "@graphql-codegen/visitor-plugin-common": "2.12.2", "auto-bind": "~4.0.0", "tslib": "~2.4.0" }, @@ -2602,9 +2602,9 @@ } }, "node_modules/@graphql-codegen/visitor-plugin-common": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.1.tgz", - "integrity": "sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.2.tgz", + "integrity": "sha512-UZJxY3mWwaM7yii7mSbl6Rxb6sJlpwGZc3QAs2Yd8MnYjXFPTBR0OO6aBTr9xuftl0pYwHu/pVK7vTPNnVmPww==", "dev": true, "dependencies": { "@graphql-codegen/plugin-helpers": "^2.6.2", @@ -20766,21 +20766,21 @@ } }, "@graphql-codegen/typescript-graphql-request": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-4.5.5.tgz", - "integrity": "sha512-BwB1mqhY1JZhkK5jDouH7Ir2MFN2KDG8wer1pxIDCeR7zpw2S5F3vZTGUVPVmGOwPHao/tO8s3TD/YDKkQ6BTw==", + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-4.5.6.tgz", + "integrity": "sha512-VCyzk2HNShcOPacYfJnU+685Izue9wh2bkU11l5EKVI7QEetWsMSoSab9rwnTuM2Mv4YUPoj+kGIFtYrY2yesA==", "dev": true, "requires": { "@graphql-codegen/plugin-helpers": "^2.7.1", - "@graphql-codegen/visitor-plugin-common": "2.12.1", + "@graphql-codegen/visitor-plugin-common": "2.12.2", "auto-bind": "~4.0.0", "tslib": "~2.4.0" } }, "@graphql-codegen/visitor-plugin-common": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.1.tgz", - "integrity": "sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.2.tgz", + "integrity": "sha512-UZJxY3mWwaM7yii7mSbl6Rxb6sJlpwGZc3QAs2Yd8MnYjXFPTBR0OO6aBTr9xuftl0pYwHu/pVK7vTPNnVmPww==", "dev": true, "requires": { "@graphql-codegen/plugin-helpers": "^2.6.2", diff --git a/package.json b/package.json index 4c77870..54c72e8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ ] }, "devDependencies": { - "@graphql-codegen/typescript-graphql-request": "4.5.5", + "@graphql-codegen/typescript-graphql-request": "4.5.6", "@types/material-ui": "0.21.12", "@types/react": "18.0.21", "@types/react-dom": "18.0.6",