chore(deps): bump gatsby-plugin-react-helmet to 3.1.13

This commit is contained in:
Jean-Philippe Sirois
2019-10-23 11:31:19 -04:00
parent 404d5047d7
commit 18441c2740
2 changed files with 5 additions and 15 deletions
+4 -14
View File
@@ -9339,21 +9339,11 @@
}
},
"gatsby-plugin-react-helmet": {
"version": "3.1.10",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.10.tgz",
"integrity": "sha512-xv3FlZGDPscXkm0jwZJvcwe50T4EcU7t8TnCsf7FC7YBzfil7FQ2k5YUB8LaG4DNEM5Vl35WKS5ad/5eSkmGIA==",
"version": "3.1.13",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.13.tgz",
"integrity": "sha512-O3Fvxm76t58RPVUz0Fo2tbXeJnXV6vmlLnKBPMz+smr0Mtx8vnGP1Pi6DuWdRepJsnVespNNth/L8n7iucQCYQ==",
"requires": {
"@babel/runtime": "^7.6.2"
},
"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"
}
}
"@babel/runtime": "^7.6.3"
}
},
"gatsby-plugin-react-svg": {