Skip to content

Commit d611439

Browse files
fix(deps): update minor and patch dependencies for gatsby-source-graphql (#38028)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LekoArts <[email protected]>
1 parent 213d8b0 commit d611439

File tree

3 files changed

+149
-100
lines changed

3 files changed

+149
-100
lines changed

packages/gatsby-source-graphql/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@apollo/client": "^3.5.10",
10+
"@apollo/client": "^3.7.13",
1111
"@babel/runtime": "^7.20.13",
12-
"@graphql-tools/links": "^8.2.14",
13-
"@graphql-tools/utils": "^8.6.9",
14-
"@graphql-tools/wrap": "^8.3.3",
15-
"dataloader": "^2.0.0",
12+
"@graphql-tools/links": "^8.3.36",
13+
"@graphql-tools/utils": "^8.13.1",
14+
"@graphql-tools/wrap": "^8.5.1",
15+
"dataloader": "^2.2.2",
1616
"gatsby-core-utils": "^4.10.0-next.1",
1717
"invariant": "^2.2.4",
18-
"node-fetch": "^2.6.7"
18+
"node-fetch": "^2.6.9"
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "^7.20.7",

packages/gatsby-source-graphql/src/__tests__/gatsby-node.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jest.mock(`@apollo/client`, () => {
1010
createHttpLink: jest.fn(),
1111
}
1212
})
13+
jest.mock(`@graphql-tools/links`, () => {
14+
return {
15+
linkToExecutor: jest.fn(),
16+
}
17+
})
1318
const { createHttpLink } = require(`@apollo/client`)
1419
const { testPluginOptionsSchema } = require(`gatsby-plugin-utils`)
1520
jest.mock(`gatsby/graphql`, () => {

0 commit comments

Comments
 (0)