From 3d4ea34c514f162ddea3d89b741c97cdf6649076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:11:23 +0100 Subject: [PATCH] Bump superdesk-analytics from v2.8.0 to v2.8.1 in /client (#357) Bumps [superdesk-analytics](https://github.com/superdesk/superdesk-analytics) from v2.8.0 to v2.8.1. - [Release notes](https://github.com/superdesk/superdesk-analytics/releases) - [Changelog](https://github.com/superdesk/superdesk-analytics/blob/develop/CHANGELOG.md) - [Commits](https://github.com/superdesk/superdesk-analytics/compare/c3300ed5003a675f9a9fc6023a089b20e8106462...db05a74c85ca1511d3a7c2bb13298532866ff141) --- updated-dependencies: - dependency-name: superdesk-analytics dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package-lock.json | 4 ++-- client/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index e8b87176..1275ba10 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12873,8 +12873,8 @@ } }, "superdesk-analytics": { - "version": "github:superdesk/superdesk-analytics#c3300ed5003a675f9a9fc6023a089b20e8106462", - "from": "github:superdesk/superdesk-analytics#v2.8.0", + "version": "github:superdesk/superdesk-analytics#db05a74c85ca1511d3a7c2bb13298532866ff141", + "from": "github:superdesk/superdesk-analytics#db05a74c85ca1511d3a7c2bb13298532866ff141", "requires": { "angular-embed": "github:superdesk/angular-embed#d75968e", "angular-embedly": "github:superdesk/angular-embedly#0.0.8", diff --git a/client/package.json b/client/package.json index 878176a4..70488987 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "name": "superdesk", "license": "GPL-3.0", "dependencies": { - "superdesk-analytics": "github:superdesk/superdesk-analytics#v2.8.0", + "superdesk-analytics": "github:superdesk/superdesk-analytics#v2.8.1", "superdesk-core": "github:superdesk/superdesk-client-core#release/2.8", "superdesk-planning": "github:superdesk/superdesk-planning#release/2.8", "superdesk-ui-framework": "^3.1.29"