From b3ca485e7e0653f237c4df50c43618a40bd33f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 10:17:37 +0000 Subject: [PATCH] chore(deps): bump analytics-node from 3.5.0 to 5.0.0 Bumps [analytics-node](https://github.com/segmentio/analytics-node) from 3.5.0 to 5.0.0. - [Release notes](https://github.com/segmentio/analytics-node/releases) - [Changelog](https://github.com/segmentio/analytics-node/blob/master/History.md) - [Commits](https://github.com/segmentio/analytics-node/compare/v3.5.0...v5.0.0) --- updated-dependencies: - dependency-name: analytics-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21563e1d..a70914b4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "dependencies": { "airbrake": "2.1.3", - "analytics-node": "^3.3.0", + "analytics-node": "^5.0.0", "basic-auth": "2.0.1", "body-parser": "^1.19.0", "destroy": "1.0.4",