From 92c275ddd9f2f0886080efa97c76832470c38407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:42:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F(mail)=20bump=20cross-spaw?= =?UTF-8?q?n=20to=20fix=20a=20high=20severity=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump cross-spawn from 7.0.3 to 7.0.6 in /src/mail Alert triggered by DependaBot. --- src/mail/package-lock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mail/package-lock.json b/src/mail/package-lock.json index f1bcc1f6..3265c188 100644 --- a/src/mail/package-lock.json +++ b/src/mail/package-lock.json @@ -344,8 +344,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "license": "MIT", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0",