diff --git a/extensions/graphql/package.json b/extensions/graphql/package.json index 77e93e2aa24f..20365ce31d6e 100644 --- a/extensions/graphql/package.json +++ b/extensions/graphql/package.json @@ -54,7 +54,7 @@ "express": "^4.22.2", "graphql": "^16.14.2", "graphql-ws": "^5.16.2", - "type-graphql": "^2.0.0-rc.2", + "type-graphql": "^2.0.0-rc.3", "ws": "^8.20.1" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 4e6f9fdea8b0..77b3db3ce77a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1693,7 +1693,7 @@ "express": "^4.22.2", "graphql": "^16.14.2", "graphql-ws": "^5.16.2", - "type-graphql": "^2.0.0-rc.2", + "type-graphql": "^2.0.0-rc.3", "ws": "^8.20.1" }, "devDependencies": { @@ -9573,9 +9573,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", @@ -17876,14 +17877,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.1", + "resolved": "https://registry.npmjs.org/graphql-query-complexity/-/graphql-query-complexity-1.1.1.tgz", + "integrity": "sha512-q0u1yrPYdEYnhEL4x6xeEoOHdHUV4hISrI/uDFhOaxLvIN60RqlzV3kW6N0f+0pygGM9wjskl1cD5/55G+TPmw==", + "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": { @@ -35153,9 +35155,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", @@ -35166,21 +35168,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": {