diff --git a/package-lock.json b/package-lock.json index c71f61c..53fa42e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@platformatic/sql-graphql": "^0.17.0", + "@platformatic/sql-graphql": "^0.18.0", "@platformatic/sql-mapper": "^0.17.0", "c8": "^7.12.0", "cron-parser": "^4.7.1", @@ -1430,9 +1430,9 @@ } }, "node_modules/@platformatic/sql-graphql": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@platformatic/sql-graphql/-/sql-graphql-0.17.0.tgz", - "integrity": "sha512-K5/g5pL1afmxDVqjxSDJotdM+2yPIK5RFKhAmTVIwMkrYRJSGqn890QU/l3FZsOs5V/VA1+okN965RrZM8ISGQ==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/@platformatic/sql-graphql/-/sql-graphql-0.18.0.tgz", + "integrity": "sha512-BVHNSm7/YLwQKvLO7TPcwzNSQkMBypegDIhWhUTKNThGmWvPkjmemmP7DEOWjBOoWU3vk/6gCmyUK4jPSOk55g==", "dependencies": { "@mercuriusjs/federation": "^1.0.1", "camelcase": "^6.3.0", diff --git a/package.json b/package.json index 3ed9651..071ffa8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "tap": "^16.3.2" }, "dependencies": { - "@platformatic/sql-graphql": "^0.17.0", + "@platformatic/sql-graphql": "^0.18.0", "@platformatic/sql-mapper": "^0.17.0", "c8": "^7.12.0", "cron-parser": "^4.7.1",