From 2b39dcea4faadc14d137bf5cf0c393ec7f7ef32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:59:40 +0000 Subject: [PATCH] Bump @segment/analytics-next from 1.76.1 to 1.77.0 Bumps [@segment/analytics-next](https://github.com/segmentio/analytics-next/tree/HEAD/packages/browser) from 1.76.1 to 1.77.0. - [Release notes](https://github.com/segmentio/analytics-next/releases) - [Changelog](https://github.com/segmentio/analytics-next/blob/master/packages/browser/CHANGELOG.md) - [Commits](https://github.com/segmentio/analytics-next/commits/@segment/analytics-next@1.77.0/packages/browser) --- updated-dependencies: - dependency-name: "@segment/analytics-next" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 890a989e4..0194030f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@rjsf/mui": "^5.24.1", "@rjsf/utils": "^5.23.2", "@rjsf/validator-ajv8": "^5.24.1", - "@segment/analytics-next": "^1.76.1", + "@segment/analytics-next": "^1.77.0", "@svgr/plugin-jsx": "^8.1.0", "@types/chai": "^4.3.20", "@types/dockerode": "^3.3.34", @@ -3090,10 +3090,11 @@ } }, "node_modules/@segment/analytics-next": { - "version": "1.76.1", - "resolved": "https://registry.npmjs.org/@segment/analytics-next/-/analytics-next-1.76.1.tgz", - "integrity": "sha512-y8L7QpB4ipOe2Na3ubgh1IUJ2Olad+7FbMe8uZfZqARN4WNlIwO7DAsA5iy3DkKmRbGzNrI/RaXG/CzFEICd1A==", + "version": "1.77.0", + "resolved": "https://registry.npmjs.org/@segment/analytics-next/-/analytics-next-1.77.0.tgz", + "integrity": "sha512-xZiSz8iOPoiYt0K0w3fMG5khaPzeLuALfQYUvle6rfNnhjs8N0WiV1Vx/EwgtJPPw3saol5n4oW8xhcGWeQAIA==", "dev": true, + "license": "MIT", "dependencies": { "@lukeed/uuid": "^2.0.0", "@segment/analytics-core": "1.8.1", diff --git a/package.json b/package.json index 9d874788a..8acee1981 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@rjsf/mui": "^5.24.1", "@rjsf/utils": "^5.23.2", "@rjsf/validator-ajv8": "^5.24.1", - "@segment/analytics-next": "^1.76.1", + "@segment/analytics-next": "^1.77.0", "@svgr/plugin-jsx": "^8.1.0", "@types/chai": "^4.3.20", "@types/dockerode": "^3.3.34",