diff --git a/docs/package-lock.json b/docs/package-lock.json index 1c6ef30caa01..9d94c6cf7497 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9966,18 +9966,18 @@ } }, "gatsby-plugin-google-analytics": { - "version": "2.3.13", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.3.13.tgz", - "integrity": "sha512-K/6c9iByR8uDpFZuJrappjyMsVtWFwPyAkRlXFHhq2mmNtgZeRVKFf5XoGiOHCeMPEpBGE58LLana/F01LLteQ==", + "version": "2.3.14", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.3.14.tgz", + "integrity": "sha512-KgOIRbIULeMMyGBCY5WQVOM1AmB/1HgY1ypH1UZYxS15riTO6WSTfp+5hcxCS75Xc/6HgAOjZlNibCH02Tz1mQ==", "requires": { - "@babel/runtime": "^7.10.3", + "@babel/runtime": "^7.11.2", "minimatch": "3.0.4" }, "dependencies": { "@babel/runtime": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz", - "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==", + "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" } diff --git a/docs/package.json b/docs/package.json index f0e51bdb0d98..c2aef910cfb4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-canonical-urls": "^2.3.10", "gatsby-plugin-catch-links": "^2.3.11", "gatsby-plugin-emotion": "^4.3.10", - "gatsby-plugin-google-analytics": "^2.3.13", + "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-manifest": "^2.4.27", "gatsby-plugin-mdx": "^1.2.40", "gatsby-plugin-netlify": "^2.3.13",