diff --git a/extensions/graphql/package.json b/extensions/graphql/package.json index 70d928acbeb9..d21489b12910 100644 --- a/extensions/graphql/package.json +++ b/extensions/graphql/package.json @@ -53,7 +53,7 @@ "express": "^4.22.1", "graphql": "^16.12.0", "graphql-ws": "^5.16.2", - "type-graphql": "^2.0.0-rc.2", + "type-graphql": "^2.0.0-rc.3", "ws": "^8.19.0" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 541e932f89a2..f70504ce27aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1429,7 +1429,7 @@ "express": "^4.22.1", "graphql": "^16.12.0", "graphql-ws": "^5.16.2", - "type-graphql": "^2.0.0-rc.2", + "type-graphql": "^2.0.0-rc.3", "ws": "^8.19.0" }, "devDependencies": { @@ -10724,9 +10724,10 @@ } }, "node_modules/@types/semver": { - "version": "7.5.8", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", - "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==" + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==", + "license": "MIT" }, "node_modules/@types/send": { "version": "0.17.1", @@ -19182,14 +19183,15 @@ } }, "node_modules/graphql-query-complexity": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/graphql-query-complexity/-/graphql-query-complexity-0.12.0.tgz", - "integrity": "sha512-fWEyuSL6g/+nSiIRgIipfI6UXTI7bAxrpPlCY1c0+V3pAEUo1ybaKmSBgNr1ed2r+agm1plJww8Loig9y6s2dw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/graphql-query-complexity/-/graphql-query-complexity-1.1.0.tgz", + "integrity": "sha512-6sfAX+9CgkcPeZ7UiuBwgTGA+M1FYgHrQOXvORhQGd6SiaXbNVkLDcJ9ZSvNgzyChIfH0uPFFOY3Jm4wFZ4qEA==", + "license": "MIT", "dependencies": { "lodash.get": "^4.4.2" }, "peerDependencies": { - "graphql": "^14.6.0 || ^15.0.0 || ^16.0.0" + "graphql": "^15.0.0 || ^16.0.0" } }, "node_modules/graphql-scalars": { @@ -36719,9 +36721,9 @@ } }, "node_modules/type-graphql": { - "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==", + "version": "2.0.0-rc.3", + "resolved": "https://registry.npmjs.org/type-graphql/-/type-graphql-2.0.0-rc.3.tgz", + "integrity": "sha512-o01aQg5/PWvd6nmZ55H1C74ROc9q0uNIAU2o65sbBailLmeG20LvkUuuYYA/E6fNoGABYFQlCVrIzlZlrSRDgQ==", "funding": [ { "type": "github", @@ -36732,21 +36734,22 @@ "url": "https://opencollective.com/typegraphql" } ], + "license": "MIT", "dependencies": { - "@graphql-yoga/subscription": "^5.0.0", + "@graphql-yoga/subscription": "^5.0.5", "@types/node": "*", - "@types/semver": "^7.5.6", - "graphql-query-complexity": "^0.12.0", - "semver": "^7.5.4", - "tslib": "^2.6.2" + "@types/semver": "^7.7.1", + "graphql-query-complexity": "^1.1.0", + "semver": "^7.7.3", + "tslib": "^2.8.1" }, "engines": { - "node": ">= 18.12.0" + "node": ">= 20.11.1" }, "peerDependencies": { - "class-validator": ">=0.14.0", - "graphql": "^16.8.1", - "graphql-scalars": "^1.23.0" + "class-validator": ">=0.14.3", + "graphql": "^16.12.0", + "graphql-scalars": "^1.25.0" }, "peerDependenciesMeta": { "class-validator": {