diff --git a/package-lock.json b/package-lock.json index 6fbcdfc..d60f26e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9221,20 +9221,28 @@ } }, "gatsby-plugin-manifest": { - "version": "2.4.27", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.27.tgz", - "integrity": "sha512-QyU6cAXLPaGsOhmuMywLyoo4EdraoLmGOPDht64+jpJu0sJ4P7XF4Ykai8D18JWhxoxEPw76hCYs4rxNUJpNfg==", + "version": "2.4.31", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.31.tgz", + "integrity": "sha512-ZhyeYIWeyYnQfnw0OTVg4LDj1AECQwLbodTqTGOQCRWJADuigS4RRu7R0dpHW5EFD/iRphTDEEgOISisJiwJcg==", "requires": { - "@babel/runtime": "^7.10.3", - "gatsby-core-utils": "^1.3.18", + "@babel/runtime": "^7.11.2", + "gatsby-core-utils": "^1.3.20", "semver": "^7.3.2", "sharp": "^0.25.4" }, "dependencies": { + "@babel/runtime": { + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "1.3.18", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.18.tgz", - "integrity": "sha512-B7ixQb4H0e2yB0nNfM2zshOAUw3nW9MvcNsRskVFwIPJY+ngh8Srla4XWXVMJ60Fyt103+jPVZTxGq72/u5HuQ==", + "version": "1.3.20", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.20.tgz", + "integrity": "sha512-tTry2Iz7QKfMEkYiqXOEbMhR96hpttkKeUCQAj7syC9tQwFGd1nkGlpbD4n8lBa22cXKLlL9J2edhDo1xwnfGQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", diff --git a/package.json b/package.json index e2dd8ac..3dd2d82 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dotenv": "^8.2.0", "gatsby": "^2.24.53", "gatsby-image": "^2.4.16", - "gatsby-plugin-manifest": "^2.4.27", + "gatsby-plugin-manifest": "^2.4.31", "gatsby-plugin-offline": "^3.2.23", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-sass": "^2.3.12",