From ebef8d82be6df4eba726a1037afeafb9ba7f9674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 01:33:18 +0000 Subject: [PATCH] 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] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f5c339..69a5a32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 7b21e9d..a81f419 100644 --- a/package.json +++ b/package.json @@ -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",