chore(deps): update graphqlcodegenerator monorepo

This commit is contained in:
Renovate
2025-02-23 21:00:55 +00:00
parent 8bff164836
commit 6f9499d95f
2 changed files with 19 additions and 19 deletions
+17 -17
View File
@@ -28,8 +28,8 @@
"@commitlint/config-conventional": "19.7.1",
"@graphql-codegen/cli": "5.0.5",
"@graphql-codegen/fragment-matcher": "5.1.0",
"@graphql-codegen/typescript": "4.1.4",
"@graphql-codegen/typescript-operations": "4.5.0",
"@graphql-codegen/typescript": "4.1.5",
"@graphql-codegen/typescript-operations": "4.5.1",
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
"@nuxt/devtools": "2.1.0",
"@nuxt/eslint": "1.1.0",
@@ -2451,15 +2451,15 @@
"dev": true
},
"node_modules/@graphql-codegen/typescript": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.1.4.tgz",
"integrity": "sha512-I2h9DOPxfq3QB2/Y/FTxR46Hj8tY25eM53rxe9ZJ9Ple0slRavB8CzMqlZpaOSv5sYGOeOfiGBSnbJiYAGdkyQ==",
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.1.5.tgz",
"integrity": "sha512-BmbXcS8hv75qDIp4LCFshFXXDq0PCd48n8WLZ5Qf4XCOmHYGSxMn49dp/eKeApMqXWYTkAZuNt8z90zsRSQeOg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.1.0",
"@graphql-codegen/schema-ast": "^4.0.2",
"@graphql-codegen/visitor-plugin-common": "5.7.0",
"@graphql-codegen/visitor-plugin-common": "5.7.1",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
},
@@ -2471,15 +2471,15 @@
}
},
"node_modules/@graphql-codegen/typescript-operations": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.5.0.tgz",
"integrity": "sha512-HIu9xB124MVAD1TTGM+iDeJbxtmm0dOolgEEr2uPEBH89i3ggmy+NsXGt7TrOQVDKumv5Df+6DTb59Hmc1qY7g==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.5.1.tgz",
"integrity": "sha512-KL+sYPm7GWHwVvFPVaaWSOv9WF7PDxkmOX8DEBtzqTYez5xCWqtCz7LIrwzmtDd7XoJGkRpWlyrHdpuw5VakhA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.1.0",
"@graphql-codegen/typescript": "^4.1.4",
"@graphql-codegen/visitor-plugin-common": "5.7.0",
"@graphql-codegen/typescript": "^4.1.5",
"@graphql-codegen/visitor-plugin-common": "5.7.1",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
},
@@ -2491,9 +2491,9 @@
}
},
"node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/visitor-plugin-common": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.7.0.tgz",
"integrity": "sha512-fvtKYpnDFk5R+SM6emgWtViw70Sc4sMggGTUGIrfLSu91TQqTII5FLFz89qjQEEffwSsJCSq4glW/dN7gAuieA==",
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.7.1.tgz",
"integrity": "sha512-jnBjDN7IghoPy1TLqIE1E4O0XcoRc7dJOHENkHvzGhu0SnvPL6ZgJxkQiADI4Vg2hj/4UiTGqo8q/GRoZz22lQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2900,9 +2900,9 @@
}
},
"node_modules/@graphql-codegen/typescript/node_modules/@graphql-codegen/visitor-plugin-common": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.7.0.tgz",
"integrity": "sha512-fvtKYpnDFk5R+SM6emgWtViw70Sc4sMggGTUGIrfLSu91TQqTII5FLFz89qjQEEffwSsJCSq4glW/dN7gAuieA==",
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.7.1.tgz",
"integrity": "sha512-jnBjDN7IghoPy1TLqIE1E4O0XcoRc7dJOHENkHvzGhu0SnvPL6ZgJxkQiADI4Vg2hj/4UiTGqo8q/GRoZz22lQ==",
"dev": true,
"license": "MIT",
"dependencies": {
+2 -2
View File
@@ -20,8 +20,8 @@
"@commitlint/config-conventional": "19.7.1",
"@graphql-codegen/cli": "5.0.5",
"@graphql-codegen/fragment-matcher": "5.1.0",
"@graphql-codegen/typescript": "4.1.4",
"@graphql-codegen/typescript-operations": "4.5.0",
"@graphql-codegen/typescript": "4.1.5",
"@graphql-codegen/typescript-operations": "4.5.1",
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
"@nuxt/devtools": "2.1.0",
"@nuxt/eslint": "1.1.0",