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

This commit is contained in:
Jean-Philippe Sirois
2020-05-11 02:06:57 -04:00
parent 8064356c44
commit c1411646da
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -11206,11 +11206,21 @@
}
},
"gatsby-plugin-react-helmet": {
"version": "3.1.23",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.23.tgz",
"integrity": "sha512-l6OomFCfggJ6IG8XOw0WuCqbTnVrqtMRxA/O5qbCpXH7K9JxjE406vUM8To0dVjoaCiSvRZU/Dz0vU0wEWe0UQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.1.tgz",
"integrity": "sha512-DZ/IWs+zlGL8N3JAcewPJJUPkl1st6/hIWQ3YphKoTK64DUIoMd2wWSJCrC6LiurS7knGHa4pdGyc5clwV1EKA==",
"requires": {
"@babel/runtime": "^7.7.6"
"@babel/runtime": "^7.9.6"
},
"dependencies": {
"@babel/runtime": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz",
"integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-plugin-react-svg": {