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

This commit is contained in:
Jean-Philippe Sirois
2019-09-23 17:44:26 -04:00
parent b68e683bcc
commit df2e4a0624
2 changed files with 51 additions and 8 deletions
+50 -7
View File
@@ -8773,14 +8773,57 @@
}
},
"gatsby-plugin-manifest": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.4.tgz",
"integrity": "sha512-zhRLmqWzp9oMfxo2S01Lev0QL7YRLSLNzseGb/tcyR5YOhBPMJzObHnD6MORbKPnxYWzVoghqf5/DjmzTVsacw==",
"version": "2.2.18",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.18.tgz",
"integrity": "sha512-velK1ApsQ/mEUABwmduMHVZISll4q9bJMtW1tOp+qbNUfJUFl2u4x6Ya36z8mxROX0mIKPAhYMAfhWq209rbcg==",
"requires": {
"@babel/runtime": "^7.0.0",
"gatsby-core-utils": "^1.0.0",
"semver": "^5.6.0",
"sharp": "^0.22.1"
"@babel/runtime": "^7.6.0",
"gatsby-core-utils": "^1.0.10",
"semver": "^5.7.1",
"sharp": "^0.23.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.6.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz",
"integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
},
"gatsby-core-utils": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.10.tgz",
"integrity": "sha512-AeOrwjF4LiAHAqvrUkAFtvZHkLpKtF2gnIS/nezHDzIMq0SaZLHbdQiJcesyzZ6CcerjLIDWbD6MqxrTt6KkhA=="
},
"semver": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
},
"sharp": {
"version": "0.23.0",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.23.0.tgz",
"integrity": "sha512-3+QlktTYDPO9CLmB3DUaBSj729ic3R9TO5Bz318F8WubUW10HR4os0Tm+GdYNcVg0layhMhP4Hf2SILwXVG2ig==",
"requires": {
"color": "^3.1.2",
"detect-libc": "^1.0.3",
"nan": "^2.14.0",
"npmlog": "^4.1.2",
"prebuild-install": "^5.3.0",
"semver": "^6.3.0",
"simple-get": "^3.0.3",
"tar": "^4.4.10",
"tunnel-agent": "^0.6.0"
},
"dependencies": {
"semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
}
}
}
}
},
"gatsby-plugin-mdx": {
+1 -1
View File
@@ -32,7 +32,7 @@
"gatsby": "^2.15.21",
"gatsby-image": "^2.2.20",
"gatsby-plugin-layout": "^1.1.8",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-manifest": "^2.2.18",
"gatsby-plugin-mdx": "^1.0.22",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",