diff --git a/package-lock.json b/package-lock.json index 2069dc638d0fa3069479edb622eadfeed0c4ca88..7ad5c84b4a36550ff391c59f1a8b4328b35c6f17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16020,18 +16020,18 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.1.24", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.24.tgz", - "integrity": "sha512-kLR/RMDBVriJptsJufoL1UBVHgq2fZIMXen7nru2ugGn0m8xwpArFoOz6meYlpiDB3Z41eYR/+Nr8GizQnYcxg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.0.tgz", + "integrity": "sha512-Z0G2/+fvX+FRkvd5H5VezJKlWNz39P6SZnPliIk6tGbKP4RIry5xdZYmyd3bn+IsyNvm2GmDoTQfOSqxsYNweQ==", "dev": true, "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" }, "dependencies": { "@babel/runtime": { - "version": "7.9.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", - "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", + "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index 3d02185b5ae9d7ad058b97727e95d09ca84324ad..2805c4ddb9282a800e637ff0e06134a6940779ca 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "gatsby": "2.19.41", "gatsby-plugin-catch-links": "^2.3.0", "gatsby-plugin-page-creator": "^2.3.0", - "gatsby-plugin-react-helmet": "^3.1.24", + "gatsby-plugin-react-helmet": "^3.3.0", "gatsby-plugin-remove-trailing-slashes": "^2.3.0", "gatsby-plugin-styled-components": "^3.3.0", "gatsby-plugin-typescript": "^2.4.0",