From 123d02315b2c2deba0b92b6deb346a8c6c24dc32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 19:32:27 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 4.7.0 to 4.9.1 (#825) Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.7.0 to 4.9.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.9.1/packages/gatsby-plugin-manifest) --- updated-dependencies: - dependency-name: gatsby-plugin-manifest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 104 ++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 83 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2233277..350efe5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "framer-motion": "^6.2.8", "gatsby": "^4.7.2", "gatsby-plugin-image": "^2.7.0", - "gatsby-plugin-manifest": "^4.7.0", + "gatsby-plugin-manifest": "^4.9.1", "gatsby-plugin-matomo": "^0.11.0", "gatsby-plugin-offline": "^5.7.0", "gatsby-plugin-react-helmet": "^5.9.0", @@ -7770,6 +7770,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", + "optional": true, "bin": { "detect-libc": "bin/detect-libc.js" }, @@ -10585,9 +10586,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-core-utils": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.9.0.tgz", - "integrity": "sha512-SvPnr86oXTY3ldbQ4QAkEew3BQE9vlzUXcXVJqTOhMUeGEz2kibBFUmVp8ia9Y1eOD+K/0xXQ54jUqaResj69w==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.9.1.tgz", + "integrity": "sha512-DNf7NhhH0WrFuoBvyURjsw4w+eKbp1GlRA0cchYHJwVTaDPvLvX1o7zxN76xIBx+m0kttpnO3KuJ9LDOSli3ag==", "dependencies": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -10735,15 +10736,15 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.7.0.tgz", - "integrity": "sha512-jZsR7sqvJsxTm2J01ymPsCXlEoYw9duVQUR3oNy9VxHyuPOXctk2Cnp/vnWDZpQ6g+i7ha1RhyJEQgQEj1jhcQ==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.9.1.tgz", + "integrity": "sha512-Fye2vr7ioc7ETVKdCfpbc5ByU28+EB7ocqSORbazPgAT8OiPazpaBAYm98BONceuK3WaxGoEXMsmwmNBIIPjRA==", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.7.0", - "gatsby-plugin-utils": "^3.1.0", + "gatsby-core-utils": "^3.9.1", + "gatsby-plugin-utils": "^3.3.0", "semver": "^7.3.5", - "sharp": "^0.29.3" + "sharp": "^0.30.1" }, "engines": { "node": ">=14.15.0" @@ -10752,6 +10753,14 @@ "gatsby": "^4.0.0-next" } }, + "node_modules/gatsby-plugin-manifest/node_modules/detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==", + "engines": { + "node": ">=8" + } + }, "node_modules/gatsby-plugin-manifest/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -10777,6 +10786,28 @@ "node": ">=10" } }, + "node_modules/gatsby-plugin-manifest/node_modules/sharp": { + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.2.tgz", + "integrity": "sha512-mrMeKI5ECTdYhslPlA2TbBtU3nZXMEBcQwI6qYXjPlu1LpW4HBZLFm6xshMI1HpIdEEJ3UcYp5AKifLT/fEHZQ==", + "hasInstallScript": true, + "dependencies": { + "color": "^4.2.1", + "detect-libc": "^2.0.1", + "node-addon-api": "^4.3.0", + "prebuild-install": "^7.0.1", + "semver": "^7.3.5", + "simple-get": "^4.0.1", + "tar-fs": "^2.1.1", + "tunnel-agent": "^0.6.0" + }, + "engines": { + "node": ">=12.13.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + } + }, "node_modules/gatsby-plugin-manifest/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -19899,6 +19930,7 @@ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.29.3.tgz", "integrity": "sha512-fKWUuOw77E4nhpyzCCJR1ayrttHoFHBT2U/kR/qEMRhvPEcluG4BKj324+SCO1e84+knXHwhJ1HHJGnUt4ElGA==", "hasInstallScript": true, + "optional": true, "dependencies": { "color": "^4.0.1", "detect-libc": "^1.0.3", @@ -19920,6 +19952,7 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "optional": true, "dependencies": { "yallist": "^4.0.0" }, @@ -19931,6 +19964,7 @@ "version": "7.3.5", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "optional": true, "dependencies": { "lru-cache": "^6.0.0" }, @@ -19944,7 +19978,8 @@ "node_modules/sharp/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "optional": true }, "node_modules/shebang-command": { "version": "2.0.0", @@ -29671,7 +29706,8 @@ "detect-libc": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", - "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=" + "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", + "optional": true }, "detect-newline": { "version": "3.1.0", @@ -32475,9 +32511,9 @@ } }, "gatsby-core-utils": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.9.0.tgz", - "integrity": "sha512-SvPnr86oXTY3ldbQ4QAkEew3BQE9vlzUXcXVJqTOhMUeGEz2kibBFUmVp8ia9Y1eOD+K/0xXQ54jUqaResj69w==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.9.1.tgz", + "integrity": "sha512-DNf7NhhH0WrFuoBvyURjsw4w+eKbp1GlRA0cchYHJwVTaDPvLvX1o7zxN76xIBx+m0kttpnO3KuJ9LDOSli3ag==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -32590,17 +32626,22 @@ } }, "gatsby-plugin-manifest": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.7.0.tgz", - "integrity": "sha512-jZsR7sqvJsxTm2J01ymPsCXlEoYw9duVQUR3oNy9VxHyuPOXctk2Cnp/vnWDZpQ6g+i7ha1RhyJEQgQEj1jhcQ==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.9.1.tgz", + "integrity": "sha512-Fye2vr7ioc7ETVKdCfpbc5ByU28+EB7ocqSORbazPgAT8OiPazpaBAYm98BONceuK3WaxGoEXMsmwmNBIIPjRA==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.7.0", - "gatsby-plugin-utils": "^3.1.0", + "gatsby-core-utils": "^3.9.1", + "gatsby-plugin-utils": "^3.3.0", "semver": "^7.3.5", - "sharp": "^0.29.3" + "sharp": "^0.30.1" }, "dependencies": { + "detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==" + }, "lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -32617,6 +32658,21 @@ "lru-cache": "^6.0.0" } }, + "sharp": { + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.2.tgz", + "integrity": "sha512-mrMeKI5ECTdYhslPlA2TbBtU3nZXMEBcQwI6qYXjPlu1LpW4HBZLFm6xshMI1HpIdEEJ3UcYp5AKifLT/fEHZQ==", + "requires": { + "color": "^4.2.1", + "detect-libc": "^2.0.1", + "node-addon-api": "^4.3.0", + "prebuild-install": "^7.0.1", + "semver": "^7.3.5", + "simple-get": "^4.0.1", + "tar-fs": "^2.1.1", + "tunnel-agent": "^0.6.0" + } + }, "yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -38710,6 +38766,7 @@ "version": "0.29.3", "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.29.3.tgz", "integrity": "sha512-fKWUuOw77E4nhpyzCCJR1ayrttHoFHBT2U/kR/qEMRhvPEcluG4BKj324+SCO1e84+knXHwhJ1HHJGnUt4ElGA==", + "optional": true, "requires": { "color": "^4.0.1", "detect-libc": "^1.0.3", @@ -38725,6 +38782,7 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "optional": true, "requires": { "yallist": "^4.0.0" } @@ -38733,6 +38791,7 @@ "version": "7.3.5", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "optional": true, "requires": { "lru-cache": "^6.0.0" } @@ -38740,7 +38799,8 @@ "yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "optional": true } } }, diff --git a/package.json b/package.json index 24b2e69..5c14018 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "framer-motion": "^6.2.8", "gatsby": "^4.7.2", "gatsby-plugin-image": "^2.7.0", - "gatsby-plugin-manifest": "^4.7.0", + "gatsby-plugin-manifest": "^4.9.1", "gatsby-plugin-matomo": "^0.11.0", "gatsby-plugin-offline": "^5.7.0", "gatsby-plugin-react-helmet": "^5.9.0",