From 7123758aacfebc151cb7e689314ddc417cc57d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:12:43 +0000 Subject: [PATCH] chore(deps): bump cross-spawn in /live-share-dice-roller Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] --- live-share-dice-roller/package-lock.json | 28 +++++++++++++----------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/live-share-dice-roller/package-lock.json b/live-share-dice-roller/package-lock.json index 8de84cbb..0edc89c6 100644 --- a/live-share-dice-roller/package-lock.json +++ b/live-share-dice-roller/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fluidframework/azure-client": "~1.0.3", "@microsoft/live-share": "^1.0.0-preview.12", - "@microsoft/teams-js": "^2.11.0", + "@microsoft/teams-js": "^2.22.0", "@typescript-eslint/eslint-plugin": "^5.48.1", "@typescript-eslint/parser": "^5.48.1", "fluid-framework": "^1.3.6" @@ -973,10 +973,11 @@ } }, "node_modules/@microsoft/teams-js": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@microsoft/teams-js/-/teams-js-2.13.0.tgz", - "integrity": "sha512-g1t7YxFQVrTXQdhS3PlV9TXIdwRHKJw3qlk9hvbIrzztlqMQHDThYYjvVxBqXdSfJEmaqZvNNW6GKlQHQNLguQ==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@microsoft/teams-js/-/teams-js-2.32.0.tgz", + "integrity": "sha512-ZKfQtbGRZisvdUdxt8iiX7uRlrB14fIQiB3+zV76CJoLDSMD1WqB4qlP8pgrKHyG2HjCI1TC3/wuKXGLjrOT2g==", "dependencies": { + "base64-js": "^1.3.1", "debug": "^4.3.3" } }, @@ -1519,9 +1520,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "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", @@ -4276,10 +4277,11 @@ } }, "@microsoft/teams-js": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@microsoft/teams-js/-/teams-js-2.13.0.tgz", - "integrity": "sha512-g1t7YxFQVrTXQdhS3PlV9TXIdwRHKJw3qlk9hvbIrzztlqMQHDThYYjvVxBqXdSfJEmaqZvNNW6GKlQHQNLguQ==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@microsoft/teams-js/-/teams-js-2.32.0.tgz", + "integrity": "sha512-ZKfQtbGRZisvdUdxt8iiX7uRlrB14fIQiB3+zV76CJoLDSMD1WqB4qlP8pgrKHyG2HjCI1TC3/wuKXGLjrOT2g==", "requires": { + "base64-js": "^1.3.1", "debug": "^4.3.3" } }, @@ -4639,9 +4641,9 @@ } }, "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "requires": { "path-key": "^3.1.0", "shebang-command": "^2.0.0",