Skip to content

Commit bc0e38c

Browse files
authored
Merge branch 'alpha' into moumouls/webauthn-adapter
2 parents 713aa5d + 4de1c9b commit bc0e38c

File tree

2 files changed

+134
-50
lines changed

2 files changed

+134
-50
lines changed

Diff for: package-lock.json

+129-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"license": "BSD-3-Clause",
2121
"dependencies": {
2222
"@graphql-yoga/node": "2.6.0",
23-
"@graphql-tools/utils": "8.6.13",
24-
"@graphql-tools/merge": "8.3.0",
25-
"@graphql-tools/schema": "8.5.0",
23+
"@graphql-tools/utils": "8.9.0",
24+
"@graphql-tools/merge": "8.3.1",
25+
"@graphql-tools/schema": "8.5.1",
2626
"@parse/fs-files-adapter": "1.2.2",
2727
"@parse/push-adapter": "4.1.2",
2828
"bcryptjs": "2.4.3",
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"graphql-tag": "2.12.6",
63-
"@actions/core": "1.2.6",
63+
"@actions/core": "1.9.1",
6464
"@apollo/client": "3.6.1",
6565
"@babel/cli": "7.10.0",
6666
"@babel/core": "7.10.0",
@@ -86,7 +86,7 @@
8686
"eslint-plugin-flowtype": "5.1.3",
8787
"flow-bin": "0.119.1",
8888
"form-data": "3.0.0",
89-
"husky": "4.2.5",
89+
"husky": "4.3.8",
9090
"jasmine": "3.5.0",
9191
"jasmine-spec-reporter": "7.0.0",
9292
"jsdoc": "3.6.3",

0 commit comments

Comments
 (0)