fix(deps): update dependency @nestjs/graphql to v12.0.3

This commit is contained in:
renovate[bot]
2023-06-22 09:34:57 +00:00
committed by GitHub
parent 4892623c66
commit c7a32a201a
21 changed files with 291 additions and 291 deletions

View File

@@ -14,7 +14,7 @@
"@nestjs/apollo": "12.0.1",
"@nestjs/common": "10.0.2",
"@nestjs/core": "10.0.2",
"@nestjs/graphql": "12.0.1",
"@nestjs/graphql": "12.0.3",
"@nestjs/platform-express": "10.0.2",
"graphql": "16.6.0",
"graphql-tools": "9.0.0",
@@ -2232,14 +2232,14 @@
}
},
"node_modules/@nestjs/graphql": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.1.tgz",
"integrity": "sha512-6/bnatLaizmCJuaWhR10ro7ieG3D2mKE5xUsf7yGMVeip8LN0lmPE/pdqHpXZLaIeIPGe3NajLvCUkW7PPtdBA==",
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.3.tgz",
"integrity": "sha512-EEB8SrH1mnIIO6N4JIA6a4GsxJsPk30jhB4Q/AnBtvkbf/dgcAAPzdF32FDrIHKNAfthxxwfV+9swkBshgaeOA==",
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.1",
"@nestjs/mapped-types": "2.0.0",
"@nestjs/mapped-types": "2.0.2",
"chokidar": "3.5.3",
"fast-glob": "3.2.12",
"graphql-tag": "2.12.6",
@@ -2323,30 +2323,10 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@nestjs/graphql/node_modules/ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/@nestjs/mapped-types": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.0.tgz",
"integrity": "sha512-JyIOY1OE4x2t8Z2ImWLQJnHVqLCBHJZXm6RqcOG3+4rIsqMQxm5smHbb7H5C6tLAdDcRYd/fG2gYK1J1GiqKLw==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.2.tgz",
"integrity": "sha512-V0izw6tWs6fTp9+KiiPUbGHWALy563Frn8X6Bm87ANLRuE46iuBMD5acKBDP5lKL/75QFvrzSJT7HkCbB0jTpg==",
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"class-transformer": "^0.4.0 || ^0.5.0",
@@ -10546,6 +10526,26 @@
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/xss": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/xss/-/xss-1.0.10.tgz",
@@ -12251,14 +12251,14 @@
}
},
"@nestjs/graphql": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.1.tgz",
"integrity": "sha512-6/bnatLaizmCJuaWhR10ro7ieG3D2mKE5xUsf7yGMVeip8LN0lmPE/pdqHpXZLaIeIPGe3NajLvCUkW7PPtdBA==",
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.3.tgz",
"integrity": "sha512-EEB8SrH1mnIIO6N4JIA6a4GsxJsPk30jhB4Q/AnBtvkbf/dgcAAPzdF32FDrIHKNAfthxxwfV+9swkBshgaeOA==",
"requires": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.1",
"@nestjs/mapped-types": "2.0.0",
"@nestjs/mapped-types": "2.0.2",
"chokidar": "3.5.3",
"fast-glob": "3.2.12",
"graphql-tag": "2.12.6",
@@ -12299,19 +12299,13 @@
"@graphql-typed-document-node/core": "^3.1.1",
"tslib": "^2.4.0"
}
},
"ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": {}
}
}
},
"@nestjs/mapped-types": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.0.tgz",
"integrity": "sha512-JyIOY1OE4x2t8Z2ImWLQJnHVqLCBHJZXm6RqcOG3+4rIsqMQxm5smHbb7H5C6tLAdDcRYd/fG2gYK1J1GiqKLw==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.2.tgz",
"integrity": "sha512-V0izw6tWs6fTp9+KiiPUbGHWALy563Frn8X6Bm87ANLRuE46iuBMD5acKBDP5lKL/75QFvrzSJT7HkCbB0jTpg==",
"requires": {}
},
"@nestjs/platform-express": {
@@ -18373,6 +18367,12 @@
"signal-exit": "^3.0.7"
}
},
"ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": {}
},
"xss": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/xss/-/xss-1.0.10.tgz",

View File

@@ -26,7 +26,7 @@
"@nestjs/apollo": "12.0.1",
"@nestjs/common": "10.0.2",
"@nestjs/core": "10.0.2",
"@nestjs/graphql": "12.0.1",
"@nestjs/graphql": "12.0.3",
"@nestjs/platform-express": "10.0.2",
"graphql": "16.6.0",
"graphql-tools": "9.0.0",

View File

@@ -15,7 +15,7 @@
"@nestjs/apollo": "12.0.1",
"@nestjs/common": "10.0.2",
"@nestjs/core": "10.0.2",
"@nestjs/graphql": "12.0.1",
"@nestjs/graphql": "12.0.3",
"@nestjs/platform-express": "10.0.2",
"graphql": "16.6.0",
"graphql-tools": "9.0.0",
@@ -2248,14 +2248,14 @@
}
},
"node_modules/@nestjs/graphql": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.1.tgz",
"integrity": "sha512-6/bnatLaizmCJuaWhR10ro7ieG3D2mKE5xUsf7yGMVeip8LN0lmPE/pdqHpXZLaIeIPGe3NajLvCUkW7PPtdBA==",
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.3.tgz",
"integrity": "sha512-EEB8SrH1mnIIO6N4JIA6a4GsxJsPk30jhB4Q/AnBtvkbf/dgcAAPzdF32FDrIHKNAfthxxwfV+9swkBshgaeOA==",
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.1",
"@nestjs/mapped-types": "2.0.0",
"@nestjs/mapped-types": "2.0.2",
"chokidar": "3.5.3",
"fast-glob": "3.2.12",
"graphql-tag": "2.12.6",
@@ -2339,30 +2339,10 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@nestjs/graphql/node_modules/ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/@nestjs/mapped-types": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.0.tgz",
"integrity": "sha512-JyIOY1OE4x2t8Z2ImWLQJnHVqLCBHJZXm6RqcOG3+4rIsqMQxm5smHbb7H5C6tLAdDcRYd/fG2gYK1J1GiqKLw==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.2.tgz",
"integrity": "sha512-V0izw6tWs6fTp9+KiiPUbGHWALy563Frn8X6Bm87ANLRuE46iuBMD5acKBDP5lKL/75QFvrzSJT7HkCbB0jTpg==",
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"class-transformer": "^0.4.0 || ^0.5.0",
@@ -10562,6 +10542,26 @@
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/xss": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/xss/-/xss-1.0.10.tgz",
@@ -12276,14 +12276,14 @@
}
},
"@nestjs/graphql": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.1.tgz",
"integrity": "sha512-6/bnatLaizmCJuaWhR10ro7ieG3D2mKE5xUsf7yGMVeip8LN0lmPE/pdqHpXZLaIeIPGe3NajLvCUkW7PPtdBA==",
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.3.tgz",
"integrity": "sha512-EEB8SrH1mnIIO6N4JIA6a4GsxJsPk30jhB4Q/AnBtvkbf/dgcAAPzdF32FDrIHKNAfthxxwfV+9swkBshgaeOA==",
"requires": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.1",
"@nestjs/mapped-types": "2.0.0",
"@nestjs/mapped-types": "2.0.2",
"chokidar": "3.5.3",
"fast-glob": "3.2.12",
"graphql-tag": "2.12.6",
@@ -12324,19 +12324,13 @@
"@graphql-typed-document-node/core": "^3.1.1",
"tslib": "^2.4.0"
}
},
"ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": {}
}
}
},
"@nestjs/mapped-types": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.0.tgz",
"integrity": "sha512-JyIOY1OE4x2t8Z2ImWLQJnHVqLCBHJZXm6RqcOG3+4rIsqMQxm5smHbb7H5C6tLAdDcRYd/fG2gYK1J1GiqKLw==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.2.tgz",
"integrity": "sha512-V0izw6tWs6fTp9+KiiPUbGHWALy563Frn8X6Bm87ANLRuE46iuBMD5acKBDP5lKL/75QFvrzSJT7HkCbB0jTpg==",
"requires": {}
},
"@nestjs/platform-express": {
@@ -18398,6 +18392,12 @@
"signal-exit": "^3.0.7"
}
},
"ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": {}
},
"xss": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/xss/-/xss-1.0.10.tgz",

View File

@@ -27,7 +27,7 @@
"@nestjs/apollo": "12.0.1",
"@nestjs/common": "10.0.2",
"@nestjs/core": "10.0.2",
"@nestjs/graphql": "12.0.1",
"@nestjs/graphql": "12.0.3",
"@nestjs/platform-express": "10.0.2",
"graphql": "16.6.0",
"graphql-tools": "9.0.0",

View File

@@ -15,7 +15,7 @@
"@nestjs/apollo": "12.0.1",
"@nestjs/common": "10.0.2",
"@nestjs/core": "10.0.2",
"@nestjs/graphql": "12.0.1",
"@nestjs/graphql": "12.0.3",
"@nestjs/platform-express": "10.0.2",
"graphql": "16.6.0",
"graphql-tools": "9.0.0",
@@ -2135,14 +2135,14 @@
}
},
"node_modules/@nestjs/graphql": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.1.tgz",
"integrity": "sha512-6/bnatLaizmCJuaWhR10ro7ieG3D2mKE5xUsf7yGMVeip8LN0lmPE/pdqHpXZLaIeIPGe3NajLvCUkW7PPtdBA==",
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.3.tgz",
"integrity": "sha512-EEB8SrH1mnIIO6N4JIA6a4GsxJsPk30jhB4Q/AnBtvkbf/dgcAAPzdF32FDrIHKNAfthxxwfV+9swkBshgaeOA==",
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.1",
"@nestjs/mapped-types": "2.0.0",
"@nestjs/mapped-types": "2.0.2",
"chokidar": "3.5.3",
"fast-glob": "3.2.12",
"graphql-tag": "2.12.6",
@@ -2227,9 +2227,9 @@
}
},
"node_modules/@nestjs/mapped-types": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.0.tgz",
"integrity": "sha512-JyIOY1OE4x2t8Z2ImWLQJnHVqLCBHJZXm6RqcOG3+4rIsqMQxm5smHbb7H5C6tLAdDcRYd/fG2gYK1J1GiqKLw==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.2.tgz",
"integrity": "sha512-V0izw6tWs6fTp9+KiiPUbGHWALy563Frn8X6Bm87ANLRuE46iuBMD5acKBDP5lKL/75QFvrzSJT7HkCbB0jTpg==",
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"class-transformer": "^0.4.0 || ^0.5.0",
@@ -11880,14 +11880,14 @@
}
},
"@nestjs/graphql": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.1.tgz",
"integrity": "sha512-6/bnatLaizmCJuaWhR10ro7ieG3D2mKE5xUsf7yGMVeip8LN0lmPE/pdqHpXZLaIeIPGe3NajLvCUkW7PPtdBA==",
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-12.0.3.tgz",
"integrity": "sha512-EEB8SrH1mnIIO6N4JIA6a4GsxJsPk30jhB4Q/AnBtvkbf/dgcAAPzdF32FDrIHKNAfthxxwfV+9swkBshgaeOA==",
"requires": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.1",
"@nestjs/mapped-types": "2.0.0",
"@nestjs/mapped-types": "2.0.2",
"chokidar": "3.5.3",
"fast-glob": "3.2.12",
"graphql-tag": "2.12.6",
@@ -11932,9 +11932,9 @@
}
},
"@nestjs/mapped-types": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.0.tgz",
"integrity": "sha512-JyIOY1OE4x2t8Z2ImWLQJnHVqLCBHJZXm6RqcOG3+4rIsqMQxm5smHbb7H5C6tLAdDcRYd/fG2gYK1J1GiqKLw==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.0.2.tgz",
"integrity": "sha512-V0izw6tWs6fTp9+KiiPUbGHWALy563Frn8X6Bm87ANLRuE46iuBMD5acKBDP5lKL/75QFvrzSJT7HkCbB0jTpg==",
"requires": {}
},
"@nestjs/platform-express": {

View File

@@ -26,7 +26,7 @@
"@nestjs/apollo": "12.0.1",
"@nestjs/common": "10.0.2",
"@nestjs/core": "10.0.2",
"@nestjs/graphql": "12.0.1",
"@nestjs/graphql": "12.0.3",
"@nestjs/platform-express": "10.0.2",
"graphql": "16.6.0",
"graphql-tools": "9.0.0",