Skip to content

Commit

Permalink
fix(deps): update dependency graphql-scalars to v1.24.0 (#7148)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 1bbac8f commit a9478d0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion orm/graphql-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"bcryptjs": "2.4.3",
"graphql": "16.9.0",
"graphql-middleware": "6.1.35",
"graphql-scalars": "1.23.0",
"graphql-scalars": "1.24.0",
"graphql-shield": "7.6.5",
"jsonwebtoken": "9.0.2",
"nexus": "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql-fastify-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-tools/schema": "10.0.10",
"@prisma/client": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-scalars": "1.24.0",
"mercurius": "15.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"fastify": "5.1.0",
"@prisma/client": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-scalars": "1.24.0",
"mercurius": "15.1.0",
"nexus": "1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql-hapi-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@hapi/hapi": "21.3.12",
"@prisma/client": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0"
"graphql-scalars": "1.24.0"
},
"devDependencies": {
"@types/node": "22.10.1",
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@prisma/client": "5.22.0",
"@types/node": "22.10.1",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-scalars": "1.24.0",
"nexus": "1.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql-nestjs-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@nestjs/platform-express": "10.4.11",
"@prisma/client": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-scalars": "1.24.0",
"graphql-tools": "9.0.5",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@pothos/plugin-prisma": "4.3.1",
"@prisma/client": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.3",
"next": "14.2.18",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql-nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@apollo/server": "4.11.2",
"@prisma/client": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-scalars": "1.24.0",
"nexus": "1.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@prisma/client": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql-typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@prisma/client": "5.22.0",
"class-validator": "0.14.1",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-scalars": "1.24.0",
"reflect-metadata": "0.2.2",
"type-graphql": "2.0.0-rc.2"
},
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@pothos/plugin-prisma": "4.3.1",
"@prisma/client": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.3"
},
"devDependencies": {
Expand Down

0 comments on commit a9478d0

Please sign in to comment.