chore(deps): bump gatsby-plugin-manifest to 2.2.39

This commit is contained in:
Jean-Philippe Sirois
2020-01-27 22:18:37 -05:00
parent 8c0192d0c7
commit abcdc567cb
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -11597,28 +11597,28 @@
} }
}, },
"gatsby-plugin-manifest": { "gatsby-plugin-manifest": {
"version": "2.2.34", "version": "2.2.39",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.34.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.39.tgz",
"integrity": "sha512-Jo6fXZpJ/QSejrSj9BTfRNikVDjx9FuuKzT4w7il8I6qKtnM4z/lYOIMxRWkAdlK7dj+fpUlbTeClWjhlKRWAQ==", "integrity": "sha512-pNn6YAmMkAcHCQHjFRnAaU17Bz0nvYX7PPDrXmqKvTcKpkfgj9JzwFZimdPtjhGjh74aXNTdduO4lIiRdmjjKA==",
"requires": { "requires": {
"@babel/runtime": "^7.7.6", "@babel/runtime": "^7.7.6",
"gatsby-core-utils": "^1.0.25", "gatsby-core-utils": "^1.0.26",
"semver": "^5.7.1", "semver": "^5.7.1",
"sharp": "^0.23.4" "sharp": "^0.23.4"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": { "@babel/runtime": {
"version": "7.7.7", "version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.3.tgz",
"integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==", "integrity": "sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.2" "regenerator-runtime": "^0.13.2"
} }
}, },
"gatsby-core-utils": { "gatsby-core-utils": {
"version": "1.0.25", "version": "1.0.26",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.25.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.26.tgz",
"integrity": "sha512-Pz5xueweH9qv5TIW7wwlTxI/CbyzkiE5xvgLicbHbU+InH+lCNt4VuvGP1gQcIRuHMCIbuVKSiVCC7jnxEbtrA==", "integrity": "sha512-NPflmXmyTcg3x2mp6cqp/51QeAHRKepfbf0X4erDsnVlewFJuGTe+25ZJvWkkwU2g1cPAxuwzlPe0jOL92iU4A==",
"requires": { "requires": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"node-object-hash": "^2.0.0" "node-object-hash": "^2.0.0"
+1 -1
View File
@@ -31,7 +31,7 @@
"@reach/router": "^1.2.1", "@reach/router": "^1.2.1",
"gatsby": "^2.19.7", "gatsby": "^2.19.7",
"gatsby-plugin-layout": "^1.1.21", "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-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.18", "gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-react-svg": "^2.1.2",