From 8e4eaf71c83b036f0902f9fc0d6120d12fb5a40d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 04:38:51 +0000 Subject: [PATCH] :arrow_up: Bump gatsby-source-contentful from 5.0.3 to 5.1.0 Bumps [gatsby-source-contentful](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-contentful) from 5.0.3 to 5.1.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-contentful/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.1.0/packages/gatsby-source-contentful) Signed-off-by: dependabot[bot] --- package-lock.json | 151 +++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 138 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14b3b7f0..f3438c61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8995,9 +8995,9 @@ } }, "gatsby-source-contentful": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/gatsby-source-contentful/-/gatsby-source-contentful-5.0.3.tgz", - "integrity": "sha512-GSuS2uXY8yygvVDEFYtiLlHZ7zK+W59VxQAyeaqYCwBTUbCg+yT+bM+i1nr0aVeQSC+3RpxfGsUi/WzqIc1MmQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/gatsby-source-contentful/-/gatsby-source-contentful-5.1.0.tgz", + "integrity": "sha512-1EBXTiYh4NPBw+0R62d5462LsCudvutacQcKcBUqvvzLQ1xPBO00LH4lo9riS56m3g6HgvbSZsxLlMCta3jPvA==", "requires": { "@babel/runtime": "^7.12.5", "@contentful/rich-text-react-renderer": "^14.1.2", @@ -9009,20 +9009,24 @@ "common-tags": "^1.8.0", "contentful": "^8.1.7", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.0.0", - "gatsby-plugin-image": "^1.0.1", - "gatsby-plugin-utils": "^1.0.0", - "gatsby-source-filesystem": "^3.0.0", + "gatsby-core-utils": "^2.1.0", + "gatsby-plugin-image": "^1.1.0", + "gatsby-plugin-utils": "^1.1.0", + "gatsby-source-filesystem": "^3.1.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "node-fetch": "^2.6.1", "p-queue": "^6.6.2", - "progress": "^2.0.3", "qs": "^6.9.6", "retry-axios": "^2.4.0" }, "dependencies": { + "babel-plugin-remove-graphql-queries": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.1.0.tgz", + "integrity": "sha512-SRQLdxRg74aO8YWi/asxE31qn9bzPzSk28mJ6tHoT7U3Y2VPWhTVCLRXALLlRZEYFyLI4RJKSMT6LdKzN9a79Q==" + }, "camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", @@ -9039,20 +9043,60 @@ "universalify": "^2.0.0" } }, + "gatsby-core-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.1.0.tgz", + "integrity": "sha512-zBNZ4kypfgqrUWNGMQQCXZookssXWaTnLWmxM7TOz5Phjvr0NvQo/xpkUgVbuylkQDwprmg88oRdox8L3zMY9Q==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + }, + "dependencies": { + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + } + }, "gatsby-plugin-image": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.0.1.tgz", - "integrity": "sha512-Aa8CV+bt5kboHDWPaZZ9OWDDnlZp7Ut+cx5nMfoXAq5fPgAFtausiLzyBfsYcikjZxgYIc4VBXaUJoi0I7sjTA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.1.0.tgz", + "integrity": "sha512-r/nsdznnFp8Rz/gLuCKnbHl8cPHdQW6mYh3PVGXgdF9cI6CiJd9kYSs6zCFtrsl+FxMcW3VDY7h4F/1OTwh9kQ==", "requires": { "@babel/parser": "^7.12.5", "@babel/traverse": "^7.12.5", "babel-jsx-utils": "^1.0.1", - "babel-plugin-remove-graphql-queries": "^3.0.0", + "babel-plugin-remove-graphql-queries": "^3.1.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0", + "gatsby-core-utils": "^2.1.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, @@ -9082,6 +9126,85 @@ } } }, + "gatsby-plugin-utils": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.1.0.tgz", + "integrity": "sha512-B21V3tFskfZcVSJVaYy6rLrxHcumbcmhKAYKniKThxCP/0KSqHkfC9+Bopsonk8npRKbVX924OI3UOCKfbgFsg==", + "requires": { + "joi": "^17.2.1" + } + }, + "gatsby-source-filesystem": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.1.0.tgz", + "integrity": "sha512-3qFXEi4Hp7NrqTMCJ44vzwMZclD1aHyC5XUXxuuQ+/gT4k4yPIjPTbUdYgDzvrc8/K/5XRvJDB2vprdjxwoeGw==", + "requires": { + "@babel/runtime": "^7.12.5", + "better-queue": "^3.8.10", + "chokidar": "^3.4.3", + "file-type": "^16.0.0", + "fs-extra": "^8.1.0", + "gatsby-core-utils": "^2.1.0", + "got": "^9.6.0", + "md5-file": "^5.0.0", + "mime": "^2.4.6", + "pretty-bytes": "^5.4.1", + "progress": "^2.0.3", + "valid-url": "^1.0.9", + "xstate": "^4.14.0" + }, + "dependencies": { + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + } + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, + "got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "requires": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + } + }, "jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", diff --git a/package.json b/package.json index 11197f30..d3b37d75 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "gatsby-plugin-sass": "^4.0.2", "gatsby-plugin-sharp": "^3.0.1", "gatsby-plugin-sitemap": "^3.0.0", - "gatsby-source-contentful": "^5.0.3", + "gatsby-source-contentful": "^5.1.0", "gatsby-source-filesystem": "^3.0.0", "gatsby-transformer-sharp": "^3.0.0", "react": "^17.0.1",