diff --git a/package.json b/package.json index 057cb06..c946fe4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "create" ], "dependencies": { - "@analytics/google-analytics": "^0.5.2", + "@analytics/google-analytics": "^1.0.1", "@popmotion/popcorn": "^0.4.4", "@primer/components": "^23.0.1", "@primer/octicons-react": "^11.2.0", diff --git a/yarn.lock b/yarn.lock index 32c7cb8..89cdc1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -65,12 +65,10 @@ dependencies: analytics-utils "^0.4.2" -"@analytics/google-analytics@^0.5.2": - version "0.5.2" - resolved "https://registry.yarnpkg.com/@analytics/google-analytics/-/google-analytics-0.5.2.tgz#e94501ae23284ebdccb3453cf9158984b7443388" - integrity sha512-6jviLzo6s7MLvsfPLCSppGgoHb9piShCk/n66s75yR8XN+Pz8ADk1Rh28jRErbLSJToJcCMOwDXikCF7U4exMQ== - dependencies: - universal-analytics "^0.4.20" +"@analytics/google-analytics@^1.0.1": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@analytics/google-analytics/-/google-analytics-1.1.0.tgz#901e20b8c0ad10e26118317a5b6d5e98f927037f" + integrity sha512-i8uGyELMtwEUAf3GNWNLNBzhRvReDn1RUxvMdMhjUA7+GNGxPOM4kkzFfv3giQXKNxTEjfsh75kqNcscbJsuaA== "@analytics/storage-utils@^0.2.4": version "0.2.4" @@ -10621,15 +10619,6 @@ unist-util-visit@^1.1.0: dependencies: unist-util-visit-parents "^2.0.0" -universal-analytics@^0.4.20: - version "0.4.23" - resolved "https://registry.yarnpkg.com/universal-analytics/-/universal-analytics-0.4.23.tgz#d915e676850c25c4156762471bdd7cf2eaaca8ac" - integrity sha512-lgMIH7XBI6OgYn1woDEmxhGdj8yDefMKg7GkWdeATAlQZFrMrNyxSkpDzY57iY0/6fdlzTbBV03OawvvzG+q7A== - dependencies: - debug "^4.1.1" - request "^2.88.2" - uuid "^3.0.0" - universal-cookie@^4.0.2: version "4.0.4" resolved "https://registry.yarnpkg.com/universal-cookie/-/universal-cookie-4.0.4.tgz#06e8b3625bf9af049569ef97109b4bb226ad798d" @@ -10717,7 +10706,7 @@ util@^0.11.0: dependencies: inherits "2.0.3" -uuid@^3.0.0, uuid@^3.3.2: +uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==