diff --git a/packages/schema/package.json b/packages/schema/package.json index 1d5c799d03f..3d205ea7141 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.2.0" + "graphql-scalars": "1.2.1" }, "buildOptions": { "input": "./src/index.ts" diff --git a/packages/utils/package.json b/packages/utils/package.json index fcb12fc51d9..a7b45c37cf4 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.2.0" + "graphql-scalars": "1.2.1" }, "dependencies": { "@ardatan/aggregate-error": "0.0.1", diff --git a/yarn.lock b/yarn.lock index 7056266a911..bd12bb715a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6370,10 +6370,10 @@ graphql-request@^1.5.0: dependencies: cross-fetch "2.2.2" -graphql-scalars@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.2.0.tgz#e84f507467e9fac69354c6abd1f43e795fe9a1d1" - integrity sha512-t8xfFOaNNB+puqTGnAyURfAGXKYOVHjOc5nykz02Sesr/Fr9iKtbsDx+uk7d9D3LoWRYO2yi3/F41Ee5cQ00ew== +graphql-scalars@1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.2.1.tgz#21a79393a74d090018993487b457afc4f866259c" + integrity sha512-G+A1B4C7Ww/LuNZbmpyTF97yN+Fx1k2fFuyGOWGrzHZAbu5vxA4puHgfjAskJbX0c9MKyDLVJBd4dmNcwgWuGQ== optionalDependencies: mongodb "*"