diff --git a/package-lock.json b/package-lock.json index 491f856b5847cb1d0fb788507457f7f39b1e037b..f3ca60dcf3d850c875ec85b0290990ac764e5155 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14921,18 +14921,18 @@ } }, "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.1.24", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.24.tgz", + "integrity": "sha512-kLR/RMDBVriJptsJufoL1UBVHgq2fZIMXen7nru2ugGn0m8xwpArFoOz6meYlpiDB3Z41eYR/+Nr8GizQnYcxg==", "dev": true, "requires": { - "@babel/runtime": "^7.7.6" + "@babel/runtime": "^7.8.7" }, "dependencies": { "@babel/runtime": { - "version": "7.8.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.7.tgz", - "integrity": "sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==", + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", + "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index 18c7e0a725c2e7e3d18787201b6fa1d72bf593e3..41371592df58b24cd76813ad9780a44ffbfba40b 100644 --- a/package.json +++ b/package.json @@ -196,7 +196,7 @@ "gatsby": "2.19.41", "gatsby-plugin-catch-links": "^2.1.27", "gatsby-plugin-page-creator": "^2.1.45", - "gatsby-plugin-react-helmet": "^3.1.23", + "gatsby-plugin-react-helmet": "^3.1.24", "gatsby-plugin-remove-trailing-slashes": "^2.1.23", "gatsby-plugin-styled-components": "^3.1.20", "gatsby-plugin-typescript": "^2.2.3",