Skip to content

Commit f9049cf

Browse files
authored
Merge c85de55 into 2ea4e37
2 parents 2ea4e37 + c85de55 commit f9049cf

File tree

3 files changed

+61
-83
lines changed

3 files changed

+61
-83
lines changed

package-lock.json

Lines changed: 59 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"license": "BSD-3-Clause",
2121
"dependencies": {
22-
"@graphql-yoga/node": "2.6.0",
22+
"@graphql-yoga/node": "2.11.1",
2323
"@graphql-tools/utils": "8.6.13",
2424
"@graphql-tools/merge": "8.3.0",
2525
"@graphql-tools/schema": "8.5.0",

spec/ParseGraphQLServer.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9419,7 +9419,7 @@ describe('ParseGraphQLServer', () => {
94199419
});
94209420

94219421
const result = JSON.parse(await res.text());
9422-
expect(res.status).toEqual(500);
9422+
expect(res.status).toEqual(413);
94239423
expect(result.errors[0].message).toEqual('File size limit exceeded: 1024 bytes');
94249424
});
94259425

0 commit comments

Comments
 (0)