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

This commit is contained in:
Jean-Philippe Sirois
2019-12-16 00:06:43 -05:00
parent ec2db1223a
commit 6d66548823
2 changed files with 49 additions and 7 deletions
+48 -6
View File
@@ -10256,14 +10256,56 @@
}
},
"gatsby-plugin-manifest": {
"version": "2.2.29",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.29.tgz",
"integrity": "sha512-vLk6kRNzsZ6VVfsZQLHfw14DbVcVG/rAYYCape9kYi7qoV/QNx6NQ6ntD4RmB7FczaLrN7hk8hE2YNuz7DTDVQ==",
"version": "2.2.33",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.33.tgz",
"integrity": "sha512-J9u5Kmw8tY+BsSylred8KYRXDLTP3Rgz8EU7yNgfxGod+Qypm3x3laOz+hqLjWSVB4QyArlSss88Pqvyx7Rw4A==",
"requires": {
"@babel/runtime": "^7.7.2",
"gatsby-core-utils": "^1.0.20",
"@babel/runtime": "^7.7.6",
"gatsby-core-utils": "^1.0.24",
"semver": "^5.7.1",
"sharp": "^0.23.2"
"sharp": "^0.23.4"
},
"dependencies": {
"@babel/runtime": {
"version": "7.7.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.6.tgz",
"integrity": "sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
},
"gatsby-core-utils": {
"version": "1.0.24",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.24.tgz",
"integrity": "sha512-2GPJVnqVTDO1xyZWR2lITilGTzw/hP3EE5Lq/QEjvmOPX6sLes1Gd3mTewd0PpOVZkjzn93u7kZKWEGidQO2vw==",
"requires": {
"ci-info": "2.0.0",
"node-object-hash": "^2.0.0"
}
},
"sharp": {
"version": "0.23.4",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.23.4.tgz",
"integrity": "sha512-fJMagt6cT0UDy9XCsgyLi0eiwWWhQRxbwGmqQT6sY8Av4s0SVsT/deg8fobBQCTDU5iXRgz0rAeXoE2LBZ8g+Q==",
"requires": {
"color": "^3.1.2",
"detect-libc": "^1.0.3",
"nan": "^2.14.0",
"npmlog": "^4.1.2",
"prebuild-install": "^5.3.3",
"semver": "^6.3.0",
"simple-get": "^3.1.0",
"tar": "^5.0.5",
"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.18.12",
"gatsby-image": "^2.2.36",
"gatsby-plugin-layout": "^1.1.18",
"gatsby-plugin-manifest": "^2.2.29",
"gatsby-plugin-manifest": "^2.2.33",
"gatsby-plugin-mdx": "^1.0.57",
"gatsby-plugin-offline": "^3.0.22",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",