diff --git a/package-lock.json b/package-lock.json index 05c23ead..8b3506e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "gatsby-plugin-sass": "^6.14.0", "gatsby-plugin-sitemap": "^6.14.0", "gatsby-source-filesystem": "^5.14.0", - "gatsby-source-graphql": "^5.14.0", + "gatsby-source-graphql": "^5.15.0", "gatsby-transformer-csv": "^5.14.0", "gatsby-transformer-json": "^5.14.0", "gatsby-transformer-remark": "^6.14.0", @@ -11964,9 +11964,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.14.0.tgz", - "integrity": "sha512-h0v20gB213PmhKjioCJ93SrUb7Hihnqxd6X6Iur4u1eiWTUDsGeV9g1bkquiuDl2qovUnjj7mOoHdWiu/Ax/9Q==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.15.0.tgz", + "integrity": "sha512-fxzHbCvQm1u74DSjy7G4PVqEcWb7sOCFg3kFFVUqVKe3hDCm6s1M/gRSvpm3/3fm74HhgLsmQ54Qaf54Ckyn9w==", "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", @@ -12248,9 +12248,9 @@ } }, "node_modules/gatsby-source-graphql": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-5.14.0.tgz", - "integrity": "sha512-ifGd5l4IUn1NMBpbz09Nif0gMKpdEir2v1I7UOeMLoTVMbrfdBF3CLrcCwrKqq3TXKOY9Z0ceKB/GFX4oXsCoA==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-5.15.0.tgz", + "integrity": "sha512-9age57oZH9HZxaWtryYxPUcX50LJdIQZ+KV+4xfqsu1tHY1f71GXoY6ooYwzZy76kmhrBBFn6O2v8XmV3ZeZiA==", "dependencies": { "@apollo/client": "^3.7.16", "@babel/runtime": "^7.20.13", @@ -12258,7 +12258,7 @@ "@graphql-tools/utils": "^8.13.1", "@graphql-tools/wrap": "^8.5.1", "dataloader": "^2.2.2", - "gatsby-core-utils": "^4.14.0", + "gatsby-core-utils": "^4.15.0", "invariant": "^2.2.4", "node-fetch": "^2.6.11" }, @@ -34731,9 +34731,9 @@ } }, "gatsby-core-utils": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.14.0.tgz", - "integrity": "sha512-h0v20gB213PmhKjioCJ93SrUb7Hihnqxd6X6Iur4u1eiWTUDsGeV9g1bkquiuDl2qovUnjj7mOoHdWiu/Ax/9Q==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.15.0.tgz", + "integrity": "sha512-fxzHbCvQm1u74DSjy7G4PVqEcWb7sOCFg3kFFVUqVKe3hDCm6s1M/gRSvpm3/3fm74HhgLsmQ54Qaf54Ckyn9w==", "requires": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", @@ -34932,9 +34932,9 @@ } }, "gatsby-source-graphql": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-5.14.0.tgz", - "integrity": "sha512-ifGd5l4IUn1NMBpbz09Nif0gMKpdEir2v1I7UOeMLoTVMbrfdBF3CLrcCwrKqq3TXKOY9Z0ceKB/GFX4oXsCoA==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-5.15.0.tgz", + "integrity": "sha512-9age57oZH9HZxaWtryYxPUcX50LJdIQZ+KV+4xfqsu1tHY1f71GXoY6ooYwzZy76kmhrBBFn6O2v8XmV3ZeZiA==", "requires": { "@apollo/client": "^3.7.16", "@babel/runtime": "^7.20.13", @@ -34942,7 +34942,7 @@ "@graphql-tools/utils": "^8.13.1", "@graphql-tools/wrap": "^8.5.1", "dataloader": "^2.2.2", - "gatsby-core-utils": "^4.14.0", + "gatsby-core-utils": "^4.15.0", "invariant": "^2.2.4", "node-fetch": "^2.6.11" }, diff --git a/package.json b/package.json index a1a0169a..ccc04497 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-sass": "^6.14.0", "gatsby-plugin-sitemap": "^6.14.0", "gatsby-source-filesystem": "^5.14.0", - "gatsby-source-graphql": "^5.14.0", + "gatsby-source-graphql": "^5.15.0", "gatsby-transformer-csv": "^5.14.0", "gatsby-transformer-json": "^5.14.0", "gatsby-transformer-remark": "^6.14.0",