Skip to content

Commit

Permalink
Bump graphql-scalars from 1.2.0 to 1.2.1 (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 25, 2020
1 parent 7060257 commit 281a2ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/schema/package.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -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 "*"

Expand Down

0 comments on commit 281a2ab

Please sign in to comment.