diff --git a/docs/package-lock.json b/docs/package-lock.json index 2b749cd6b229..fa0159ad78de 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -18,7 +18,7 @@ "gatsby-plugin-canonical-urls": "^2.10.0", "gatsby-plugin-catch-links": "^2.10.0", "gatsby-plugin-emotion": "^5.0.0", - "gatsby-plugin-google-analytics": "^3.14.0", + "gatsby-plugin-google-analytics": "^4.0.0", "gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-mdx": "^2.14.0", "gatsby-plugin-netlify": "^2.11.1", @@ -30,7 +30,7 @@ "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^5.0.0", "gatsby-remark-autolink-headers": "^2.11.0", - "gatsby-remark-copy-linked-files": "^4.11.0", + "gatsby-remark-copy-linked-files": "^5.0.0", "gatsby-remark-embedder": "^4.2.0", "gatsby-remark-external-links": "0.0.4", "gatsby-remark-images": "^3.11.1", @@ -11789,19 +11789,19 @@ } }, "node_modules/gatsby-plugin-google-analytics": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-3.14.0.tgz", - "integrity": "sha512-yfSBRrGZZWruKDQMAJOHp7S1nUBQewT9MuvqegCqFsHhxUtm6PZ5JFv3k8385DfQ/+ux9MmzpY20vQ0E5/30fA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.0.0.tgz", + "integrity": "sha512-VZAy7aVaMMIKJgcQPWXnwKZqKNY8fA4ugdx+/7lzTGSrDs1extX8SVdwA8UCHjkL799vEveRkNFXOP4Bb01khg==", "dependencies": { "@babel/runtime": "^7.15.4", "minimatch": "3.0.4", "web-vitals": "^1.1.2" }, "engines": { - "node": ">=12.13.0" + "node": ">=14.15.0" }, "peerDependencies": { - "gatsby": "^3.0.0-next.0", + "gatsby": "^4.0.0-next", "react": "^16.9.0 || ^17.0.0", "react-dom": "^16.9.0 || ^17.0.0" } @@ -13500,9 +13500,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.11.0.tgz", - "integrity": "sha512-24VI4ZM7767b+2x/J5Ww7yzeTJhVtGCJOQGjH2NZgEAw4ryBoZLJ2WwHiVwBD03+JSMPKGutQxus95jkLmMD4w==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.0.0.tgz", + "integrity": "sha512-bfqtMeb+IR1YfELoNfw+Td5BjHa9HYrgDQi/dHPj8b/ay+vexDL6TzbLuStDVzqkvSC93aboGm2k5SvKAw5aIA==", "dependencies": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", @@ -13514,10 +13514,10 @@ "unist-util-visit": "^2.0.3" }, "engines": { - "node": ">=12.13.0" + "node": ">=14.15.0" }, "peerDependencies": { - "gatsby": "^3.0.0-next.0" + "gatsby": "^4.0.0-next" } }, "node_modules/gatsby-remark-copy-linked-files/node_modules/cheerio": { @@ -39336,9 +39336,9 @@ } }, "gatsby-plugin-google-analytics": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-3.14.0.tgz", - "integrity": "sha512-yfSBRrGZZWruKDQMAJOHp7S1nUBQewT9MuvqegCqFsHhxUtm6PZ5JFv3k8385DfQ/+ux9MmzpY20vQ0E5/30fA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.0.0.tgz", + "integrity": "sha512-VZAy7aVaMMIKJgcQPWXnwKZqKNY8fA4ugdx+/7lzTGSrDs1extX8SVdwA8UCHjkL799vEveRkNFXOP4Bb01khg==", "requires": { "@babel/runtime": "^7.15.4", "minimatch": "3.0.4", @@ -40622,9 +40622,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.11.0.tgz", - "integrity": "sha512-24VI4ZM7767b+2x/J5Ww7yzeTJhVtGCJOQGjH2NZgEAw4ryBoZLJ2WwHiVwBD03+JSMPKGutQxus95jkLmMD4w==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.0.0.tgz", + "integrity": "sha512-bfqtMeb+IR1YfELoNfw+Td5BjHa9HYrgDQi/dHPj8b/ay+vexDL6TzbLuStDVzqkvSC93aboGm2k5SvKAw5aIA==", "requires": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", diff --git a/docs/package.json b/docs/package.json index 7f847bbb4e48..2ea85f300e14 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-canonical-urls": "^2.10.0", "gatsby-plugin-catch-links": "^2.10.0", "gatsby-plugin-emotion": "^5.0.0", - "gatsby-plugin-google-analytics": "^3.14.0", + "gatsby-plugin-google-analytics": "^4.0.0", "gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-mdx": "^2.14.0", "gatsby-plugin-netlify": "^2.11.1", @@ -27,7 +27,7 @@ "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^5.0.0", "gatsby-remark-autolink-headers": "^2.11.0", - "gatsby-remark-copy-linked-files": "^4.11.0", + "gatsby-remark-copy-linked-files": "^5.0.0", "gatsby-remark-embedder": "^4.2.0", "gatsby-remark-external-links": "0.0.4", "gatsby-remark-images": "^3.11.1",