1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2024-12-22 09:13:19 +01:00

Bump cross-fetch and graphql-config (#355)

Removes [cross-fetch](https://github.com/lquixada/cross-fetch). It's no longer used after updating ancestor dependency [graphql-config](https://github.com/kamilkisiela/graphql-config). These dependencies need to be updated together.


Removes `cross-fetch`

Updates `graphql-config` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/kamilkisiela/graphql-config/releases)
- [Changelog](https://github.com/kamilkisiela/graphql-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kamilkisiela/graphql-config/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: cross-fetch
  dependency-type: indirect
- dependency-name: graphql-config
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-05 23:43:00 +00:00 committed by GitHub
parent 278c5007a0
commit 00cb12a4c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
package-lock.json generated
View File

@ -15634,16 +15634,16 @@
}
},
"node_modules/graphql-config": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-3.3.0.tgz",
"integrity": "sha512-mSQIsPMssr7QrgqhnjI+CyVH6oQgCrgS6irHsTvwf7RFDRnR2k9kqpQOQgVoOytBSn0DOYryS0w0SAg9xor/Jw==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-3.4.1.tgz",
"integrity": "sha512-g9WyK4JZl1Ko++FSyE5Ir2g66njfxGzrDDhBOwnkoWf/t3TnnZG6BBkWP+pkqVJ5pqMJGPKHNrbew8jRxStjhw==",
"peer": true,
"dependencies": {
"@endemolshinegroup/cosmiconfig-typescript-loader": "3.0.2",
"@graphql-tools/graphql-file-loader": "^6.0.0",
"@graphql-tools/json-file-loader": "^6.0.0",
"@graphql-tools/load": "^6.0.0",
"@graphql-tools/merge": "^6.0.0",
"@graphql-tools/merge": "6.0.0 - 6.2.14",
"@graphql-tools/url-loader": "^6.0.0",
"@graphql-tools/utils": "^7.0.0",
"cosmiconfig": "7.0.0",
@ -41079,16 +41079,16 @@
}
},
"graphql-config": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-3.3.0.tgz",
"integrity": "sha512-mSQIsPMssr7QrgqhnjI+CyVH6oQgCrgS6irHsTvwf7RFDRnR2k9kqpQOQgVoOytBSn0DOYryS0w0SAg9xor/Jw==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-3.4.1.tgz",
"integrity": "sha512-g9WyK4JZl1Ko++FSyE5Ir2g66njfxGzrDDhBOwnkoWf/t3TnnZG6BBkWP+pkqVJ5pqMJGPKHNrbew8jRxStjhw==",
"peer": true,
"requires": {
"@endemolshinegroup/cosmiconfig-typescript-loader": "3.0.2",
"@graphql-tools/graphql-file-loader": "^6.0.0",
"@graphql-tools/json-file-loader": "^6.0.0",
"@graphql-tools/load": "^6.0.0",
"@graphql-tools/merge": "^6.0.0",
"@graphql-tools/merge": "6.0.0 - 6.2.14",
"@graphql-tools/url-loader": "^6.0.0",
"@graphql-tools/utils": "^7.0.0",
"cosmiconfig": "7.0.0",