From ef71a51598934a2dc8fc58dddc25f314a6d02b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 21:33:42 +0000 Subject: [PATCH] build(deps): bump universal-analytics from 0.5.2 to 0.5.3 Bumps [universal-analytics](https://github.com/peaksandpies/universal-analytics) from 0.5.2 to 0.5.3. - [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/compare/0.5.2...0.5.3) --- updated-dependencies: - dependency-name: universal-analytics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1ade8b68e..10accb193c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14656,9 +14656,9 @@ } }, "universal-analytics": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.5.2.tgz", - "integrity": "sha512-wNlkW0hQKBJ4UDg3umv/9HZ6tPmzuorxQNmzFD5oiHKz37ddBmV6OpA4aYreyOmKBTzA3DEoTZjwCemw7yc1Og==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.5.3.tgz", + "integrity": "sha512-HXSMyIcf2XTvwZ6ZZQLfxfViRm/yTGoRgDeTbojtq6rezeyKB0sTBcKH2fhddnteAHRcHiKgr/ACpbgjGOC6RQ==", "requires": { "debug": "^4.3.1", "uuid": "^8.0.0" diff --git a/package.json b/package.json index c9ed749fa0..5a12ba0555 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.5.2", + "universal-analytics": "^0.5.3", "useragent": "^2.1.9", "uuid": "^8.3.2", "validator": "^13.7.0",