diff --git a/package-lock.json b/package-lock.json index e0d5256..edbab84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14166,14 +14166,37 @@ } }, "gatsby-plugin-manifest": { - "version": "2.4.9", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.9.tgz", - "integrity": "sha512-uFz6/VsepGqai9jaCI2EWTbg2ICX60ZM63RxeCm8xO9m6B3VLxh0NShpU81IoWi7aQfj9iyD2LZiIu3JcnSj+g==", + "version": "2.4.10", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.10.tgz", + "integrity": "sha512-jDh626lHU8MtSk5jW6HrbYaOiisHMMRROjpXXaAQMuSKNKzlkDPluh9CcXVGIfypCXjZMCRgbKtQvbu4TsZKFw==", "requires": { - "@babel/runtime": "^7.9.6", - "gatsby-core-utils": "^1.3.3", + "@babel/runtime": "^7.10.2", + "gatsby-core-utils": "^1.3.4", "semver": "^5.7.1", "sharp": "^0.25.1" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz", + "integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "gatsby-core-utils": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.4.tgz", + "integrity": "sha512-LSNwM14pKQP93Qvsa13pneHKxoKX6dbQ+Z7PTKm6aWR4JY+jiHUCN8RyFH1GsL6iB5AHeMUslJZx/X0eUQJrsQ==", + "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", + "xdg-basedir": "^4.0.0" + } + } } }, "gatsby-plugin-matomo": { diff --git a/package.json b/package.json index e8a563f..3e49720 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "file-saver": "^2.0.2", "gatsby": "^2.22.15", "gatsby-image": "^2.4.5", - "gatsby-plugin-manifest": "^2.4.9", + "gatsby-plugin-manifest": "^2.4.10", "gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-offline": "^3.2.8", "gatsby-plugin-postcss": "^2.3.2",