From 16508f934b4ece846d8c162852a1f05bfc32e7c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 15:55:02 -0600 Subject: [PATCH] build(deps): bump universal-analytics from 0.4.23 to 0.5.2 (#13697) Bumps [universal-analytics](https://github.com/peaksandpies/universal-analytics) from 0.4.23 to 0.5.2. - [Release notes](https://github.com/peaksandpies/universal-analytics/releases) - [Changelog](https://github.com/peaksandpies/universal-analytics/blob/master/HISTORY.md) - [Commits](https://github.com/peaksandpies/universal-analytics/commits/0.5.2) --- updated-dependencies: - dependency-name: universal-analytics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 22 ++++++++++++---------- package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd162073bd..1047826372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14656,19 +14656,21 @@ } }, "universal-analytics": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.4.23.tgz", - "integrity": "sha512-lgMIH7XBI6OgYn1woDEmxhGdj8yDefMKg7GkWdeATAlQZFrMrNyxSkpDzY57iY0/6fdlzTbBV03OawvvzG+q7A==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.5.2.tgz", + "integrity": "sha512-wNlkW0hQKBJ4UDg3umv/9HZ6tPmzuorxQNmzFD5oiHKz37ddBmV6OpA4aYreyOmKBTzA3DEoTZjwCemw7yc1Og==", "requires": { - "debug": "^4.1.1", - "request": "^2.88.2", - "uuid": "^3.0.0" + "debug": "^4.3.1", + "uuid": "^8.0.0" }, "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + "debug": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "requires": { + "ms": "2.1.2" + } } } }, diff --git a/package.json b/package.json index b88e7d55e8..08ed137f23 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "short-uuid": "^4.2.0", "stripe": "^8.193.0", "superagent": "^6.1.0", - "universal-analytics": "^0.4.23", + "universal-analytics": "^0.5.2", "useragent": "^2.1.9", "uuid": "^8.3.2", "validator": "^13.7.0",