From abcdc567cbe391ca2b2cc2b22e86a8ddb9fdda43 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 27 Jan 2020 21:48:22 -0500 Subject: [PATCH] chore(deps): bump gatsby-plugin-manifest to 2.2.39 --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50ea426..4368d9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11597,28 +11597,28 @@ } }, "gatsby-plugin-manifest": { - "version": "2.2.34", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.34.tgz", - "integrity": "sha512-Jo6fXZpJ/QSejrSj9BTfRNikVDjx9FuuKzT4w7il8I6qKtnM4z/lYOIMxRWkAdlK7dj+fpUlbTeClWjhlKRWAQ==", + "version": "2.2.39", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.39.tgz", + "integrity": "sha512-pNn6YAmMkAcHCQHjFRnAaU17Bz0nvYX7PPDrXmqKvTcKpkfgj9JzwFZimdPtjhGjh74aXNTdduO4lIiRdmjjKA==", "requires": { "@babel/runtime": "^7.7.6", - "gatsby-core-utils": "^1.0.25", + "gatsby-core-utils": "^1.0.26", "semver": "^5.7.1", "sharp": "^0.23.4" }, "dependencies": { "@babel/runtime": { - "version": "7.7.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz", - "integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.3.tgz", + "integrity": "sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w==", "requires": { "regenerator-runtime": "^0.13.2" } }, "gatsby-core-utils": { - "version": "1.0.25", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.25.tgz", - "integrity": "sha512-Pz5xueweH9qv5TIW7wwlTxI/CbyzkiE5xvgLicbHbU+InH+lCNt4VuvGP1gQcIRuHMCIbuVKSiVCC7jnxEbtrA==", + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.26.tgz", + "integrity": "sha512-NPflmXmyTcg3x2mp6cqp/51QeAHRKepfbf0X4erDsnVlewFJuGTe+25ZJvWkkwU2g1cPAxuwzlPe0jOL92iU4A==", "requires": { "ci-info": "2.0.0", "node-object-hash": "^2.0.0" diff --git a/package.json b/package.json index 591986f..5c14e12 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@reach/router": "^1.2.1", "gatsby": "^2.19.7", "gatsby-plugin-layout": "^1.1.21", - "gatsby-plugin-manifest": "^2.2.34", + "gatsby-plugin-manifest": "^2.2.39", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^3.1.18", "gatsby-plugin-react-svg": "^2.1.2",