From 1c44166cb9ed43f2107dbe8ccfa697a4c3238c12 Mon Sep 17 00:00:00 2001 From: Clark McAdoo Date: Thu, 28 Mar 2024 11:00:07 -0500 Subject: [PATCH] fix: removing extra slug portion of redirect urls --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c940258bdd3..bb428e2feae 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@emotion/styled": "^11.3.0", "@mdx-js/mdx": "2.0.0-next.8", "@mdx-js/react": "2.0.0-next.8", - "@newrelic/gatsby-theme-newrelic": "9.4.3", + "@newrelic/gatsby-theme-newrelic": "9.4.4", "@splitsoftware/splitio-react": "^1.2.4", "ansi-colors": "^4.1.3", "cockatiel": "^3.0.0-beta.0", diff --git a/yarn.lock b/yarn.lock index 8381b944322..516e07bf7a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3629,10 +3629,10 @@ eslint-plugin-promise "^4.2.1" eslint-plugin-react "^7.14.3" -"@newrelic/gatsby-theme-newrelic@9.4.3": - version "9.4.3" - resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.4.3.tgz#b73b703b7468da758af72c5d02d27877d0233689" - integrity sha512-B1JCVgb47PGlL8q0dfBz3kO61amixVKcYGfxlQ85zU5Lv8G464Barl8kS+RVd7cFTiJgPIGKnQkU8jfa4R5csA== +"@newrelic/gatsby-theme-newrelic@9.4.4": + version "9.4.4" + resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.4.4.tgz#3aac22be3bb9bb3d8f5fb277378319c4c2d1b59f" + integrity sha512-otD9wrfTh0dy22urcLU+d3vA0N8jFDwu03NWUfG5vT0tbRzNzRon4/rGU+bS6Gvb9hiwQs5J9vCmWL6Q3Xp6Rg== dependencies: "@segment/analytics-next" "1.63.0" "@wry/equality" "^0.4.0"