Bump type-graphql from 2.0.0-rc.1 to 2.0.0-rc.2

Bumps [type-graphql](https://github.com/MichalLytek/type-graphql) from 2.0.0-rc.1 to 2.0.0-rc.2.
- [Release notes](https://github.com/MichalLytek/type-graphql/releases)
- [Changelog](https://github.com/MichalLytek/type-graphql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MichalLytek/type-graphql/compare/v2.0.0-rc.1...v2.0.0-rc.2)

---
updated-dependencies:
- dependency-name: type-graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-20 01:33:18 +00:00 committed by GitHub
parent 451bb0d93a
commit ebef8d82be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -17,7 +17,7 @@
"prisma": "^5.16.1",
"reflect-metadata": "^0.2.2",
"tsconfig-paths": "^4.2.0",
"type-graphql": "^2.0.0-rc.1"
"type-graphql": "^2.0.0-rc.2"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
@ -13525,9 +13525,9 @@
}
},
"node_modules/type-graphql": {
"version": "2.0.0-rc.1",
"resolved": "https://registry.npmjs.org/type-graphql/-/type-graphql-2.0.0-rc.1.tgz",
"integrity": "sha512-HCu4j3jR0tZvAAoO7DMBT3MRmah0DFRe5APymm9lXUghXA0sbhiMf6SLRafRYfk0R0KiUQYRduuGP3ap1RnF1Q==",
"version": "2.0.0-rc.2",
"resolved": "https://registry.npmjs.org/type-graphql/-/type-graphql-2.0.0-rc.2.tgz",
"integrity": "sha512-DJ8erG1cmjteMrOhFIkBHOqRM+L+wCJxvNjbbj1Y+q2r4HZkB1qOSS4ZD4AaoAfRPAp1yU23gMtmzf0jen/FFA==",
"funding": [
{
"type": "github",
@ -13552,7 +13552,7 @@
"peerDependencies": {
"class-validator": ">=0.14.0",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4"
"graphql-scalars": "^1.23.0"
},
"peerDependenciesMeta": {
"class-validator": {

View File

@ -42,7 +42,7 @@
"prisma": "^5.16.1",
"reflect-metadata": "^0.2.2",
"tsconfig-paths": "^4.2.0",
"type-graphql": "^2.0.0-rc.1"
"type-graphql": "^2.0.0-rc.2"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",