diff --git a/package-lock.json b/package-lock.json index f92b831..72c0314 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10512,15 +10512,31 @@ } }, "gatsby-plugin-manifest": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.0.tgz", - "integrity": "sha512-bOXcix1ZfnwDY66NYmySYFGLCi09wq5Hsci1eWMhGwsFnRxI0X2pAzd3NoG6iosvYyuPnDovmAxgVWG0qcs7Lw==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.1.tgz", + "integrity": "sha512-SkZSAIjSp31VxstFg4y7xks9w8lxhcxjzKeChxnjeVYbAFWhgLEvo8fJ9aI3yXvFRKCX1+kj5QCaMbM9eq2pMA==", "requires": { "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^1.7.0", + "gatsby-core-utils": "^1.7.1", "gatsby-plugin-utils": "^0.6.0", "semver": "^7.3.2", "sharp": "^0.26.3" + }, + "dependencies": { + "gatsby-core-utils": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.1.tgz", + "integrity": "sha512-hnzQCixp2C4opmSgjido/CQwSt4FL3CcmGwq6fK3PVPTT3hLPz7rvuTMQIUlR8BJjGYai6i5f6V3wfkCJ3VTgQ==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + } } }, "gatsby-plugin-offline": { diff --git a/package.json b/package.json index e749dc1..b190768 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "babel-plugin-i18next-extract": "^0.8.2", "gatsby": "^2.29.2", "gatsby-plugin-asset-path": "^3.0.2", - "gatsby-plugin-manifest": "^2.9.0", + "gatsby-plugin-manifest": "^2.9.1", "gatsby-plugin-offline": "^3.7.0", "gatsby-plugin-react-helmet": "^3.7.0", "gatsby-plugin-react-i18next": "0.0.27",