From a49422ee212035d0d8e7602e016eeb5551cebd38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:03:48 +0000 Subject: [PATCH] [INFRA] dev - Bump gatsby-plugin-manifest from 5.2.0 to 5.3.1 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 5.2.0 to 5.3.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@5.3.1/packages/gatsby-plugin-manifest) --- updated-dependencies: - dependency-name: gatsby-plugin-manifest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 120 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 61 insertions(+), 61 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd6c38bff..2b893b4fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "gatsby": "^5.2.0", "gatsby-plugin-google-gtag": "^5.2.0", "gatsby-plugin-mailchimp": "^5.2.2", - "gatsby-plugin-manifest": "^5.2.0", + "gatsby-plugin-manifest": "^5.3.1", "gatsby-plugin-material-ui": "^4.1.0", "gatsby-plugin-mdx": "^5.2.0", "gatsby-plugin-robots-txt": "^1.8.0", @@ -5153,9 +5153,9 @@ "dev": true }, "node_modules/@types/sharp": { - "version": "0.30.5", - "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.30.5.tgz", - "integrity": "sha512-EhO29617AIBqxoVtpd1qdBanWpspk/kD2B6qTFRJ31Q23Rdf+DNU1xlHSwtqvwq1vgOqBwq1i38SX+HGCymIQg==", + "version": "0.31.0", + "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.31.0.tgz", + "integrity": "sha512-nwivOU101fYInCwdDcH/0/Ru6yIRXOpORx25ynEOc6/IakuCmjOAGpaO5VfUl4QkDtUC6hj+Z2eCQvgXOioknw==", "dev": true, "dependencies": { "@types/node": "*" @@ -11532,9 +11532,9 @@ "dev": true }, "node_modules/gatsby-core-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.2.0.tgz", - "integrity": "sha512-REU+clGHBrNnEBQzVZbVWLRhS059AdNx/843JzqXQO3XrMYkfZoWhL2apQ+ZJSOf6RO3jlSxfBtQ6ULelrvYvA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.3.1.tgz", + "integrity": "sha512-KKNWjnqOPTsRJRHFUcyUGE7NW058tL54SiUJUqZiaeEuXDhglFR0kclXQdN50j1a+RCLa05X2x6XSeWYlzCung==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", @@ -11692,16 +11692,16 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.2.0.tgz", - "integrity": "sha512-epiBVvWg81n1zRezeVC1ZXQR2vBqrp+122ptK71uEQ61d4hoLqguJbcr8SvJYnMC2NSx4za8tO44kGtxQZkdaQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.3.1.tgz", + "integrity": "sha512-zU82docfGeTyH5guPEUQet+IRAIOzOQxUY74cgG3cJlIrLuSOEc3B/wVbYhUWysO6tCaHOuP1BX+R5OUm5YX7A==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^4.2.0", - "gatsby-plugin-utils": "^4.2.0", - "semver": "^7.3.7", - "sharp": "^0.30.7" + "gatsby-core-utils": "^4.3.1", + "gatsby-plugin-utils": "^4.3.1", + "semver": "^7.3.8", + "sharp": "^0.31.2" }, "engines": { "node": ">=18.0.0" @@ -11981,19 +11981,19 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.2.0.tgz", - "integrity": "sha512-KJoWSXJcPOjXXsT1w2kcdL9RyuFw7VT/rM7mMCcxfRKQvGE9/9XWkhIHMdxFh1aSEKWZPufDFLhm8m0Z7pQ6Sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.3.1.tgz", + "integrity": "sha512-9bR6/zEg8uUMqVW7+X58WfBj9JC6AZqi0Q4nZbK2aB2/SY4R+qloWi8Vc+4f0ja4Djc/OtMzo+dtJBhZvWMwTg==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", "fastq": "^1.13.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.2.0", - "gatsby-sharp": "^1.2.0", - "graphql-compose": "^9.0.9", + "gatsby-core-utils": "^4.3.1", + "gatsby-sharp": "^1.3.0", + "graphql-compose": "^9.0.10", "import-from": "^4.0.0", - "joi": "^17.4.2", + "joi": "^17.7.0", "mime": "^3.0.0" }, "engines": { @@ -12068,13 +12068,13 @@ } }, "node_modules/gatsby-sharp": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.2.0.tgz", - "integrity": "sha512-KPj7OyOo+EPSLzcof0/dMOfknJiMShCUHycb4d+pFAZ5puVQfaLgSJUY5FdJfFjAqMCHxBz5UMMEGDVv2BQDeg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.3.0.tgz", + "integrity": "sha512-f87s+mBWnQj4FNw/HRJK+kIMopDapqgzUixa2XWPhD0wWD+cL+GAA0nXDroTRxP1X2lITSxYbVUV/FBlIFINnA==", "dev": true, "dependencies": { - "@types/sharp": "^0.30.5", - "sharp": "^0.30.7" + "@types/sharp": "^0.31.0", + "sharp": "^0.31.2" }, "engines": { "node": ">=18.0.0" @@ -22153,9 +22153,9 @@ "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" }, "node_modules/sharp": { - "version": "0.30.7", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.7.tgz", - "integrity": "sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==", + "version": "0.31.2", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.31.2.tgz", + "integrity": "sha512-DUdNVEXgS5A97cTagSLIIp8dUZ/lZtk78iNVZgHdHbx1qnQR7JAHY0BnXnwwH39Iw+VKhO08CTYhIg0p98vQ5Q==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -22163,13 +22163,13 @@ "detect-libc": "^2.0.1", "node-addon-api": "^5.0.0", "prebuild-install": "^7.1.1", - "semver": "^7.3.7", + "semver": "^7.3.8", "simple-get": "^4.0.1", "tar-fs": "^2.1.1", "tunnel-agent": "^0.6.0" }, "engines": { - "node": ">=12.13.0" + "node": ">=14.15.0" }, "funding": { "url": "https://opencollective.com/libvips" @@ -28685,9 +28685,9 @@ "dev": true }, "@types/sharp": { - "version": "0.30.5", - "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.30.5.tgz", - "integrity": "sha512-EhO29617AIBqxoVtpd1qdBanWpspk/kD2B6qTFRJ31Q23Rdf+DNU1xlHSwtqvwq1vgOqBwq1i38SX+HGCymIQg==", + "version": "0.31.0", + "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.31.0.tgz", + "integrity": "sha512-nwivOU101fYInCwdDcH/0/Ru6yIRXOpORx25ynEOc6/IakuCmjOAGpaO5VfUl4QkDtUC6hj+Z2eCQvgXOioknw==", "dev": true, "requires": { "@types/node": "*" @@ -33977,9 +33977,9 @@ } }, "gatsby-core-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.2.0.tgz", - "integrity": "sha512-REU+clGHBrNnEBQzVZbVWLRhS059AdNx/843JzqXQO3XrMYkfZoWhL2apQ+ZJSOf6RO3jlSxfBtQ6ULelrvYvA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.3.1.tgz", + "integrity": "sha512-KKNWjnqOPTsRJRHFUcyUGE7NW058tL54SiUJUqZiaeEuXDhglFR0kclXQdN50j1a+RCLa05X2x6XSeWYlzCung==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", @@ -34101,16 +34101,16 @@ } }, "gatsby-plugin-manifest": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.2.0.tgz", - "integrity": "sha512-epiBVvWg81n1zRezeVC1ZXQR2vBqrp+122ptK71uEQ61d4hoLqguJbcr8SvJYnMC2NSx4za8tO44kGtxQZkdaQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.3.1.tgz", + "integrity": "sha512-zU82docfGeTyH5guPEUQet+IRAIOzOQxUY74cgG3cJlIrLuSOEc3B/wVbYhUWysO6tCaHOuP1BX+R5OUm5YX7A==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^4.2.0", - "gatsby-plugin-utils": "^4.2.0", - "semver": "^7.3.7", - "sharp": "^0.30.7" + "gatsby-core-utils": "^4.3.1", + "gatsby-plugin-utils": "^4.3.1", + "semver": "^7.3.8", + "sharp": "^0.31.2" }, "dependencies": { "lru-cache": { @@ -34305,19 +34305,19 @@ } }, "gatsby-plugin-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.2.0.tgz", - "integrity": "sha512-KJoWSXJcPOjXXsT1w2kcdL9RyuFw7VT/rM7mMCcxfRKQvGE9/9XWkhIHMdxFh1aSEKWZPufDFLhm8m0Z7pQ6Sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.3.1.tgz", + "integrity": "sha512-9bR6/zEg8uUMqVW7+X58WfBj9JC6AZqi0Q4nZbK2aB2/SY4R+qloWi8Vc+4f0ja4Djc/OtMzo+dtJBhZvWMwTg==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", "fastq": "^1.13.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.2.0", - "gatsby-sharp": "^1.2.0", - "graphql-compose": "^9.0.9", + "gatsby-core-utils": "^4.3.1", + "gatsby-sharp": "^1.3.0", + "graphql-compose": "^9.0.10", "import-from": "^4.0.0", - "joi": "^17.4.2", + "joi": "^17.7.0", "mime": "^3.0.0" }, "dependencies": { @@ -34359,13 +34359,13 @@ "dev": true }, "gatsby-sharp": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.2.0.tgz", - "integrity": "sha512-KPj7OyOo+EPSLzcof0/dMOfknJiMShCUHycb4d+pFAZ5puVQfaLgSJUY5FdJfFjAqMCHxBz5UMMEGDVv2BQDeg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.3.0.tgz", + "integrity": "sha512-f87s+mBWnQj4FNw/HRJK+kIMopDapqgzUixa2XWPhD0wWD+cL+GAA0nXDroTRxP1X2lITSxYbVUV/FBlIFINnA==", "dev": true, "requires": { - "@types/sharp": "^0.30.5", - "sharp": "^0.30.7" + "@types/sharp": "^0.31.0", + "sharp": "^0.31.2" } }, "gatsby-source-filesystem": { @@ -41257,16 +41257,16 @@ "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" }, "sharp": { - "version": "0.30.7", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.7.tgz", - "integrity": "sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==", + "version": "0.31.2", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.31.2.tgz", + "integrity": "sha512-DUdNVEXgS5A97cTagSLIIp8dUZ/lZtk78iNVZgHdHbx1qnQR7JAHY0BnXnwwH39Iw+VKhO08CTYhIg0p98vQ5Q==", "dev": true, "requires": { "color": "^4.2.3", "detect-libc": "^2.0.1", "node-addon-api": "^5.0.0", "prebuild-install": "^7.1.1", - "semver": "^7.3.7", + "semver": "^7.3.8", "simple-get": "^4.0.1", "tar-fs": "^2.1.1", "tunnel-agent": "^0.6.0" diff --git a/package.json b/package.json index d51f421d9..0a1dfdb61 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "gatsby": "^5.2.0", "gatsby-plugin-google-gtag": "^5.2.0", "gatsby-plugin-mailchimp": "^5.2.2", - "gatsby-plugin-manifest": "^5.2.0", + "gatsby-plugin-manifest": "^5.3.1", "gatsby-plugin-material-ui": "^4.1.0", "gatsby-plugin-mdx": "^5.2.0", "gatsby-plugin-robots-txt": "^1.8.0",