build(deps): bump gatsby-plugin-manifest from 4.7.0 to 4.9.0 in /docs (#2635)

This commit is contained in:
dependabot[bot] 2022-03-02 11:39:00 +01:00 committed by GitHub
parent fdd7218ead
commit 41646f256f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 64 additions and 14 deletions

76
docs/package-lock.json generated
View File

@ -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"
}
}
}
},

View File

@ -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",