diff --git a/package-lock.json b/package-lock.json index dff576ca..88f75779 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11038,14 +11038,26 @@ } }, "gatsby-plugin-manifest": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.2.tgz", - "integrity": "sha512-G6MB1/Me4waG/z3Aj1GEqXCfY/yftyMLKp8g83uGvuBDtgLGN5unVgYqdmKAyBFQTvczsUghZ7jBrApHeaTn4w==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.3.tgz", + "integrity": "sha512-uljlo8edIknqTL/AaNi1wU/ESFigxGIXqy6H9B7lGcT99zOaApSEGLnJ9IQnZjISOjmgEcxabKtIJt6lpx7qqg==", "requires": { "@babel/runtime": "^7.9.6", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "semver": "^5.7.1", "sharp": "^0.25.1" + }, + "dependencies": { + "gatsby-core-utils": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz", + "integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "node-object-hash": "^2.0.0" + } + } } }, "gatsby-plugin-matomo": { diff --git a/package.json b/package.json index afc6361c..c0b96343 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "gatsby-plugin-catch-links": "^2.3.1", "gatsby-plugin-feed": "^2.5.1", "gatsby-plugin-lunr": "^1.5.2", - "gatsby-plugin-manifest": "^2.4.2", + "gatsby-plugin-manifest": "^2.4.3", "gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^3.2.1",