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

This commit is contained in:
Jean-Philippe Sirois
2019-09-23 17:46:34 -04:00
parent c5a2da7663
commit e4b0ac0106
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -9393,11 +9393,21 @@
}
},
"gatsby-plugin-react-helmet": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.3.tgz",
"integrity": "sha512-S/1B/9JxHFEyeZ/d0BFzJYX9Gd5XBNvLJ7vLd7f7ZzFiqOYpNchnliF87cX+/BuR1gj+v2ypZ7tLRA4LE4PyBw==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.8.tgz",
"integrity": "sha512-EpBpTwRLOHrxQLL9D3pBikgtW/4TIeUbZc93raerLr14ihht6wdWcGs4pjYAt0cKhRJ2WCvk3pgC3/yM6CEDww==",
"requires": {
"@babel/runtime": "^7.0.0"
"@babel/runtime": "^7.6.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-plugin-react-svg": {