Merge pull request #116 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-react-helmet-3.3.14

Bump gatsby-plugin-react-helmet from 3.3.10 to 3.3.14
This commit is contained in:
Kevin Kandlbinder 2020-10-13 18:06:49 +02:00 committed by GitHub
commit 52b44713a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View file

@ -9357,11 +9357,21 @@
}
},
"gatsby-plugin-react-helmet": {
"version": "3.3.10",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.10.tgz",
"integrity": "sha512-AcXYwmS3r298JWs6iQ3OLNxIe8L8i5a2iSdLr/SDMpHqumYm7q/vB9kCX0et5wM7DIuZ7aPXDrdi5yDCAvU5lg==",
"version": "3.3.14",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.14.tgz",
"integrity": "sha512-5GsIVZIVOax2V9g1UL8row1TG3p2zPY2I+8Rq52H0R5xD9QoMTPde2Q4N0Y2td+qzfRdcfkbSj/kokK2I5owPw==",
"requires": {
"@babel/runtime": "^7.10.3"
"@babel/runtime": "^7.11.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-plugin-sass": {

View file

@ -10,7 +10,7 @@
"gatsby-image": "^2.4.20",
"gatsby-plugin-manifest": "^2.4.31",
"gatsby-plugin-offline": "^3.2.29",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sass": "^2.3.14",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-sitemap": "^2.4.12",