From 540f885aa01e7810f2901a6ce1c8758edc8d19a2 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Fri, 14 Jul 2023 08:29:19 -0700 Subject: [PATCH] Upgrade Docusaurus gtag plugin (#3809) Somehow got missed by dependabot --- #### Does this PR need a docs update or release note? - [x] :no_entry: No #### Type of change - [x] :world_map: Documentation --- website/package-lock.json | 2 +- website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 6cc5525c4..4549d0ca6 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@docusaurus/core": "2.4.1", - "@docusaurus/plugin-google-gtag": "^2.4.0", + "@docusaurus/plugin-google-gtag": "^2.4.1", "@docusaurus/preset-classic": "2.4.1", "@loadable/component": "^5.15.3", "@mdx-js/react": "^1.6.22", diff --git a/website/package.json b/website/package.json index b3d499ce9..b92ce2eb6 100644 --- a/website/package.json +++ b/website/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@docusaurus/core": "2.4.1", - "@docusaurus/plugin-google-gtag": "^2.4.0", + "@docusaurus/plugin-google-gtag": "^2.4.1", "@docusaurus/preset-classic": "2.4.1", "@loadable/component": "^5.15.3", "@mdx-js/react": "^1.6.22",