From 372521a60ff5de760c896b51cbaef5d23a2c0781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 12:59:34 +0100 Subject: [PATCH] Bump gatsby from 3.14.1 to 3.14.2 (#690) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.14.1 to 3.14.2. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.14.1...gatsby@3.14.2) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 136 ++++++++++++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 84 insertions(+), 54 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81006a6..59b81b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "axios": "^0.22.0", "file-saver": "^2.0.5", "framer-motion": "^4.1.17", - "gatsby": "^3.14.1", + "gatsby": "^3.14.2", "gatsby-plugin-image": "^1.14.0", "gatsby-plugin-manifest": "^3.14.0", "gatsby-plugin-matomo": "^0.10.0", @@ -1801,9 +1801,9 @@ } }, "node_modules/@babel/standalone": { - "version": "7.15.7", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.15.7.tgz", - "integrity": "sha512-1dPLi+eQEJE0g1GnUM0Ik2GcS5SMXivoxt6meQxQxGWEd/DCdSBRJClUVlQ25Vbqe49g1HG5Ej0ULhmsqtSMmg==", + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.15.8.tgz", + "integrity": "sha512-EF2uQLeuwflnPRGetWH2Z400ITOSK7YbkXIKxY91EWSiOJ8xsbupT3sx3sFRwVyQgjsHSILFDzLcSo/rGspLhQ==", "engines": { "node": ">=6.9.0" } @@ -7036,13 +7036,13 @@ } }, "node_modules/contentful-management": { - "version": "7.39.0", - "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.39.0.tgz", - "integrity": "sha512-BkzR5NTIamtSErC94Yrodt/Qwtco3zHj09lUIE+V3JlAuHpU8VgYkGsKkaLYTlTNRlTUGbr8333zJSoY/Rbwaw==", + "version": "7.42.2", + "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.42.2.tgz", + "integrity": "sha512-Xzuaf1Xik4p+Q3Zwyj1/H1zTMbrfs9tcLI27o8t4C+AMzhOGQszPh0aeY6R2M5LXV+ZFENsyAZ1ohFv4XeswxA==", "dependencies": { "@types/json-patch": "0.0.30", "axios": "^0.21.4", - "contentful-sdk-core": "^6.9.0", + "contentful-sdk-core": "^6.10.1", "fast-copy": "^2.1.0", "lodash.isplainobject": "^4.0.6", "type-fest": "^0.21.3" @@ -7071,12 +7071,14 @@ } }, "node_modules/contentful-sdk-core": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/contentful-sdk-core/-/contentful-sdk-core-6.9.0.tgz", - "integrity": "sha512-fLwE0avEf81iDdJGVFUB5nC8AzI1OPg+YY33V8aFBgHkKMXpHI6zNInWnQGUekXCl2OAGKk5QkVfEAjvpkFGig==", + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/contentful-sdk-core/-/contentful-sdk-core-6.10.2.tgz", + "integrity": "sha512-8o6PnzhCjZ0dzmrZ/l/VNd21mjTqunasmmrjBYgGWYR5PH6Nj/J88TYjcCx8iCppOUapJB20oBCVfsLiPdEjHQ==", "dependencies": { "fast-copy": "^2.1.0", - "lodash": "^4.17.21", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "p-throttle": "^4.1.1", "qs": "^6.9.4" }, "engines": { @@ -10917,9 +10919,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "node_modules/gatsby": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.14.1.tgz", - "integrity": "sha512-6wt1MDMOfm6Zm8yiS8zDwjkth5spX7RorKKnYNNfZFyD0lztdql9jgAXFCxO0FxRDagDKxxfxj3cYyHHzPlalg==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.14.2.tgz", + "integrity": "sha512-1cjyfGkQ9zXtou+RhtYBprv8nYXTPuRIs4IFzBP373vBD1CdwabAC/R8kjqHfdvyNrorzg3sqRjLjActtfU8NA==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.14.0", @@ -10989,7 +10991,7 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^10.0.0", - "gatsby-cli": "^3.14.0", + "gatsby-cli": "^3.14.1", "gatsby-core-utils": "^2.14.0", "gatsby-graphiql-explorer": "^1.14.0", "gatsby-legacy-polyfills": "^1.14.0", @@ -11083,9 +11085,9 @@ } }, "node_modules/gatsby-cli": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.14.0.tgz", - "integrity": "sha512-1Az1EEQu0txRE8eZmOo9GOxRSjhJtFseinraiIEtSeHkYuM0/gjuoKVSrtmbBFNWdOZll6QYCO3sRl6sOrwb+g==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.14.1.tgz", + "integrity": "sha512-0k8fJU2oE35U1D3sj4qFHMmKj32LJRmXeUSsDtJWdvNZ8+xhBNyIh+YGcqfqbCNicLXiPyfzvt6UwBIbOOTCRQ==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.14.0", @@ -11170,11 +11172,11 @@ } }, "node_modules/gatsby-cli/node_modules/cliui/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dependencies": { - "ansi-regex": "^5.0.0" + "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" @@ -11311,11 +11313,11 @@ } }, "node_modules/gatsby-cli/node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dependencies": { - "ansi-regex": "^5.0.0" + "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" @@ -16110,6 +16112,11 @@ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" }, + "node_modules/lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=" + }, "node_modules/lodash.map": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", @@ -18041,6 +18048,17 @@ "node": ">=6" } }, + "node_modules/p-throttle": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/p-throttle/-/p-throttle-4.1.1.tgz", + "integrity": "sha512-TuU8Ato+pRTPJoDzYD4s7ocJYcNSEZRvlxoq3hcPI2kZDZ49IQ1Wkj7/gDJc3X7XiEAAvRGtDzdXJI0tC3IL1g==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", @@ -28456,9 +28474,9 @@ } }, "@babel/standalone": { - "version": "7.15.7", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.15.7.tgz", - "integrity": "sha512-1dPLi+eQEJE0g1GnUM0Ik2GcS5SMXivoxt6meQxQxGWEd/DCdSBRJClUVlQ25Vbqe49g1HG5Ej0ULhmsqtSMmg==" + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.15.8.tgz", + "integrity": "sha512-EF2uQLeuwflnPRGetWH2Z400ITOSK7YbkXIKxY91EWSiOJ8xsbupT3sx3sFRwVyQgjsHSILFDzLcSo/rGspLhQ==" }, "@babel/template": { "version": "7.15.4", @@ -32537,13 +32555,13 @@ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" }, "contentful-management": { - "version": "7.39.0", - "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.39.0.tgz", - "integrity": "sha512-BkzR5NTIamtSErC94Yrodt/Qwtco3zHj09lUIE+V3JlAuHpU8VgYkGsKkaLYTlTNRlTUGbr8333zJSoY/Rbwaw==", + "version": "7.42.2", + "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.42.2.tgz", + "integrity": "sha512-Xzuaf1Xik4p+Q3Zwyj1/H1zTMbrfs9tcLI27o8t4C+AMzhOGQszPh0aeY6R2M5LXV+ZFENsyAZ1ohFv4XeswxA==", "requires": { "@types/json-patch": "0.0.30", "axios": "^0.21.4", - "contentful-sdk-core": "^6.9.0", + "contentful-sdk-core": "^6.10.1", "fast-copy": "^2.1.0", "lodash.isplainobject": "^4.0.6", "type-fest": "^0.21.3" @@ -32565,12 +32583,14 @@ } }, "contentful-sdk-core": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/contentful-sdk-core/-/contentful-sdk-core-6.9.0.tgz", - "integrity": "sha512-fLwE0avEf81iDdJGVFUB5nC8AzI1OPg+YY33V8aFBgHkKMXpHI6zNInWnQGUekXCl2OAGKk5QkVfEAjvpkFGig==", + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/contentful-sdk-core/-/contentful-sdk-core-6.10.2.tgz", + "integrity": "sha512-8o6PnzhCjZ0dzmrZ/l/VNd21mjTqunasmmrjBYgGWYR5PH6Nj/J88TYjcCx8iCppOUapJB20oBCVfsLiPdEjHQ==", "requires": { "fast-copy": "^2.1.0", - "lodash": "^4.17.21", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "p-throttle": "^4.1.1", "qs": "^6.9.4" } }, @@ -35500,9 +35520,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.14.1.tgz", - "integrity": "sha512-6wt1MDMOfm6Zm8yiS8zDwjkth5spX7RorKKnYNNfZFyD0lztdql9jgAXFCxO0FxRDagDKxxfxj3cYyHHzPlalg==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.14.2.tgz", + "integrity": "sha512-1cjyfGkQ9zXtou+RhtYBprv8nYXTPuRIs4IFzBP373vBD1CdwabAC/R8kjqHfdvyNrorzg3sqRjLjActtfU8NA==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/core": "^7.15.5", @@ -35571,7 +35591,7 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^10.0.0", - "gatsby-cli": "^3.14.0", + "gatsby-cli": "^3.14.1", "gatsby-core-utils": "^2.14.0", "gatsby-graphiql-explorer": "^1.14.0", "gatsby-legacy-polyfills": "^1.14.0", @@ -35788,9 +35808,9 @@ } }, "gatsby-cli": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.14.0.tgz", - "integrity": "sha512-1Az1EEQu0txRE8eZmOo9GOxRSjhJtFseinraiIEtSeHkYuM0/gjuoKVSrtmbBFNWdOZll6QYCO3sRl6sOrwb+g==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.14.1.tgz", + "integrity": "sha512-0k8fJU2oE35U1D3sj4qFHMmKj32LJRmXeUSsDtJWdvNZ8+xhBNyIh+YGcqfqbCNicLXiPyfzvt6UwBIbOOTCRQ==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/runtime": "^7.15.4", @@ -35859,11 +35879,11 @@ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" }, "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "requires": { - "ansi-regex": "^5.0.0" + "ansi-regex": "^5.0.1" } } } @@ -35956,11 +35976,11 @@ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" }, "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "requires": { - "ansi-regex": "^5.0.0" + "ansi-regex": "^5.0.1" } } } @@ -39483,6 +39503,11 @@ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" }, + "lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=" + }, "lodash.map": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", @@ -40928,6 +40953,11 @@ "retry": "^0.12.0" } }, + "p-throttle": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/p-throttle/-/p-throttle-4.1.1.tgz", + "integrity": "sha512-TuU8Ato+pRTPJoDzYD4s7ocJYcNSEZRvlxoq3hcPI2kZDZ49IQ1Wkj7/gDJc3X7XiEAAvRGtDzdXJI0tC3IL1g==" + }, "p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", diff --git a/package.json b/package.json index b5011e9..cd4a451 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "axios": "^0.22.0", "file-saver": "^2.0.5", "framer-motion": "^4.1.17", - "gatsby": "^3.14.1", + "gatsby": "^3.14.2", "gatsby-plugin-image": "^1.14.0", "gatsby-plugin-manifest": "^3.14.0", "gatsby-plugin-matomo": "^0.10.0",