diff --git a/packages/schema/package.json b/packages/schema/package.json index e921094f6a7..5378317fa77 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -15,7 +15,7 @@ "graphql": "^14.0.0 || ^15.0.0" }, "devDependencies": { - "graphql-scalars": "1.1.3" + "graphql-scalars": "1.1.5" }, "buildOptions": { "input": "./src/index.ts" diff --git a/packages/utils/package.json b/packages/utils/package.json index 99dbbb27ec1..825f5bbd9ba 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/dateformat": "3.0.1", "dateformat": "3.0.3", - "graphql-scalars": "1.1.3" + "graphql-scalars": "1.1.5" }, "dependencies": { "camel-case": "4.1.1" diff --git a/yarn.lock b/yarn.lock index 8d52b279259..1b4d45937d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6432,10 +6432,10 @@ graphql-request@^1.5.0: dependencies: cross-fetch "2.2.2" -graphql-scalars@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.1.3.tgz#3f5ae13870eb8eacc03bfbeae46c0000ec8a9d43" - integrity sha512-uReVUBYgs+OEDVWTCYv+TpVqPft0EmpIcf8EJXFh7YiXGYsKtReC7U2jAXM77CJ86+JHqiZzSjjL9qOCqGEYVw== +graphql-scalars@1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.1.5.tgz#9d0485e4f67a4120400dcbfa83797fc74f2f19af" + integrity sha512-2Kbq8VgreOB62eKUafwp7qvyvDIS3wmw+JNzyXydQS6I986/s4ceJZs6Hc7Ex/9zBrhFsUlVIEl0a6oUqGCU/Q== graphql-subscriptions@^1.0.0: version "1.1.0"