From e65c5131ee74bb1736a676b89165f7c0810e78a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 11:39:00 +0100 Subject: [PATCH] build(deps): bump gatsby-plugin-manifest from 4.7.0 to 4.9.0 in /docs (#2635) --- docs/package-lock.json | 76 ++++++++++++++++++++++++++++++++++-------- docs/package.json | 2 +- 2 files changed, 64 insertions(+), 14 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 1f44c0acce14..7acff766ddd2 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -19,7 +19,7 @@ "gatsby-plugin-catch-links": "^4.6.0", "gatsby-plugin-emotion": "^7.9.0", "gatsby-plugin-google-analytics": "^4.6.0", - "gatsby-plugin-manifest": "^4.7.0", + "gatsby-plugin-manifest": "^4.9.0", "gatsby-plugin-mdx": "^3.9.0", "gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify-cache": "^2.0.0", @@ -12439,15 +12439,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.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.9.0.tgz", + "integrity": "sha512-aRoY9pan+7rR1SGoGcm1039A9tWy0w2oS+s7GmNJqqBHJqN2JZUlvJrqjU4ZdyoZ1/DXx9zuzUQDzgiEBFJ2xw==", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.7.0", - "gatsby-plugin-utils": "^3.1.0", + "gatsby-core-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.3.0", "semver": "^7.3.5", - "sharp": "^0.29.3" + "sharp": "^0.30.1" }, "engines": { "node": ">=14.15.0" @@ -12456,6 +12456,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/semver": { "version": "7.3.5", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", @@ -12470,6 +12478,28 @@ "node": ">=10" } }, + "node_modules/gatsby-plugin-manifest/node_modules/sharp": { + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.1.tgz", + "integrity": "sha512-ycpz81q8AeVjz1pGvvirQBeJcYE2sXAjcLXR/69LWOe/oxavBLOrenZcTzvTXn83jqAGqY+OuwF+2kFXzbKtDA==", + "hasInstallScript": true, + "dependencies": { + "color": "^4.2.0", + "detect-libc": "^2.0.0", + "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-mdx": { "version": "3.9.0", "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.9.0.tgz", @@ -35220,17 +35250,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.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.9.0.tgz", + "integrity": "sha512-aRoY9pan+7rR1SGoGcm1039A9tWy0w2oS+s7GmNJqqBHJqN2JZUlvJrqjU4ZdyoZ1/DXx9zuzUQDzgiEBFJ2xw==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.7.0", - "gatsby-plugin-utils": "^3.1.0", + "gatsby-core-utils": "^3.9.0", + "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==" + }, "semver": { "version": "7.3.5", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", @@ -35238,6 +35273,21 @@ "requires": { "lru-cache": "^6.0.0" } + }, + "sharp": { + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.1.tgz", + "integrity": "sha512-ycpz81q8AeVjz1pGvvirQBeJcYE2sXAjcLXR/69LWOe/oxavBLOrenZcTzvTXn83jqAGqY+OuwF+2kFXzbKtDA==", + "requires": { + "color": "^4.2.0", + "detect-libc": "^2.0.0", + "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" + } } } }, diff --git a/docs/package.json b/docs/package.json index 3b02c72c9557..305c69893543 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-catch-links": "^4.6.0", "gatsby-plugin-emotion": "^7.9.0", "gatsby-plugin-google-analytics": "^4.6.0", - "gatsby-plugin-manifest": "^4.7.0", + "gatsby-plugin-manifest": "^4.9.0", "gatsby-plugin-mdx": "^3.9.0", "gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify-cache": "^2.0.0",