diff --git a/docs/package-lock.json b/docs/package-lock.json index 3a4f1d3faad3..3acd57602e0a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -18,7 +18,7 @@ "gatsby-plugin-canonical-urls": "^4.11.0", "gatsby-plugin-catch-links": "^4.11.0", "gatsby-plugin-emotion": "^7.11.0", - "gatsby-plugin-google-analytics": "^4.6.0", + "gatsby-plugin-google-analytics": "^4.11.0", "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-mdx": "^3.11.1", "gatsby-plugin-netlify": "^4.1.0", @@ -12379,9 +12379,9 @@ } }, "node_modules/gatsby-plugin-google-analytics": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.6.0.tgz", - "integrity": "sha512-HjWfYDwCKHs3k5RMvrlrTzJmEtyEnT573npiEOezBvy4MSHUhWRb7phNeHGFKcE7+lDwDfUXxrZrb8L8T6GvKw==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.11.0.tgz", + "integrity": "sha512-pa0KuZXdZ4nBGfdxK0Klg/Y+2odqHLpdbQHf2daIm7RkFsJ3dP/OhM2SZABhQXV1v+gfJvPUsiLXeCeANsyR2g==", "dependencies": { "@babel/runtime": "^7.15.4", "minimatch": "3.0.4", @@ -12392,8 +12392,8 @@ }, "peerDependencies": { "gatsby": "^4.0.0-next", - "react": "^16.9.0 || ^17.0.0", - "react-dom": "^16.9.0 || ^17.0.0" + "react": "^16.9.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/gatsby-plugin-manifest": { @@ -35101,9 +35101,9 @@ } }, "gatsby-plugin-google-analytics": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.6.0.tgz", - "integrity": "sha512-HjWfYDwCKHs3k5RMvrlrTzJmEtyEnT573npiEOezBvy4MSHUhWRb7phNeHGFKcE7+lDwDfUXxrZrb8L8T6GvKw==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.11.0.tgz", + "integrity": "sha512-pa0KuZXdZ4nBGfdxK0Klg/Y+2odqHLpdbQHf2daIm7RkFsJ3dP/OhM2SZABhQXV1v+gfJvPUsiLXeCeANsyR2g==", "requires": { "@babel/runtime": "^7.15.4", "minimatch": "3.0.4", diff --git a/docs/package.json b/docs/package.json index cf4bcce2cd0a..beff283ac047 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-canonical-urls": "^4.11.0", "gatsby-plugin-catch-links": "^4.11.0", "gatsby-plugin-emotion": "^7.11.0", - "gatsby-plugin-google-analytics": "^4.6.0", + "gatsby-plugin-google-analytics": "^4.11.0", "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-mdx": "^3.11.1", "gatsby-plugin-netlify": "^4.1.0",