From ecc5d48d6b6cb39d3c4a031a4b6c39c0c353850f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:10:38 +0100 Subject: [PATCH 1/2] Bump superdesk-planning from `a667558` to `cc32114` in /client (#640) Bumps [superdesk-planning](https://github.com/superdesk/superdesk-planning) from `a667558` to `cc32114`. - [Release notes](https://github.com/superdesk/superdesk-planning/releases) - [Commits](https://github.com/superdesk/superdesk-planning/compare/a66755897532b3462371cd28e7542c3403d98767...cc321149f17182599d7b483f26ff13b7cd2d84bc) --- updated-dependencies: - dependency-name: superdesk-planning 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index cfe2085e..b474d3de 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13096,9 +13096,10 @@ } }, "superdesk-planning": { - "version": "github:superdesk/superdesk-planning#a66755897532b3462371cd28e7542c3403d98767", - "from": "github:superdesk/superdesk-planning#a66755897532b3462371cd28e7542c3403d98767", + "version": "github:superdesk/superdesk-planning#cc321149f17182599d7b483f26ff13b7cd2d84bc", + "from": "github:superdesk/superdesk-planning#cc321149f17182599d7b483f26ff13b7cd2d84bc", "requires": { + "@superdesk/common": "0.0.17", "dompurify": "^1.0.11", "moment": "^2.30.1", "moment-timezone": "^0.5.45", From 63042776110b2f8ce7385e02ed20796252055482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:11:43 +0100 Subject: [PATCH 2/2] Bump cross-spawn from 6.0.5 to 6.0.6 in /client (#641) Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.5...v6.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index b474d3de..94476ee3 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2568,9 +2568,9 @@ } }, "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.6.tgz", + "integrity": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==", "requires": { "nice-try": "^1.0.4", "path-key": "^2.0.1",