mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 23:43:45 +02:00
chore(deps): bump gatsby-plugin-react-helmet to 3.6.0
This commit is contained in:
Generated
+14
-4
@@ -14621,11 +14621,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-react-helmet": {
|
"gatsby-plugin-react-helmet": {
|
||||||
"version": "3.3.2",
|
"version": "3.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.6.0.tgz",
|
||||||
"integrity": "sha512-uRZlX4ejy0Txlw+9qbIVkULsuc6iniSwDgD+Ed6BOryKmF42qaqmdbcc78ZwPVN2SZJCDhcZKXoJf6QftTwwDg==",
|
"integrity": "sha512-nuI9UyLuxaRRGiTbAkYW5EXEKqrRJiaAnTrmXhLf5btQZSG0EGVrRFtQeN9KTuCi43czenZ2IDcbBg5yf0p1Gg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.9.6"
|
"@babel/runtime": "^7.12.5"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/runtime": {
|
||||||
|
"version": "7.12.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
|
||||||
|
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
|
||||||
|
"requires": {
|
||||||
|
"regenerator-runtime": "^0.13.4"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-react-svg": {
|
"gatsby-plugin-react-svg": {
|
||||||
|
|||||||
+1
-1
@@ -40,7 +40,7 @@
|
|||||||
"gatsby-plugin-manifest": "^2.8.0",
|
"gatsby-plugin-manifest": "^2.8.0",
|
||||||
"gatsby-plugin-mdx": "^1.6.0",
|
"gatsby-plugin-mdx": "^1.6.0",
|
||||||
"gatsby-plugin-polished": "^1.0.4",
|
"gatsby-plugin-polished": "^1.0.4",
|
||||||
"gatsby-plugin-react-helmet": "^3.3.2",
|
"gatsby-plugin-react-helmet": "^3.6.0",
|
||||||
"gatsby-plugin-react-svg": "^3.0.0",
|
"gatsby-plugin-react-svg": "^3.0.0",
|
||||||
"gatsby-plugin-sharp": "^2.6.9",
|
"gatsby-plugin-sharp": "^2.6.9",
|
||||||
"gatsby-plugin-styled-components": "^3.3.2",
|
"gatsby-plugin-styled-components": "^3.3.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user