From 234628edbdf1f4d7a6ff708133b670d74c1e0633 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Sep 2024 22:44:04 +0000 Subject: [PATCH] fix: upgrade botbuilder-dialogs from 4.22.2 to 4.22.3 Snyk has created this PR to upgrade botbuilder-dialogs from 4.22.2 to 4.22.3. See this package in npm: botbuilder-dialogs See this project in Snyk: https://app.snyk.io/org/ibmstudent/project/82726037-2fc0-4017-85dd-d73daaaff09b?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../bot/package-lock.json | 189 ++++++++++++++++-- .../bot/package.json | 2 +- 2 files changed, 176 insertions(+), 15 deletions(-) diff --git a/samples/07.advanced-web-chat-apps/a.upload-to-azure-storage/bot/package-lock.json b/samples/07.advanced-web-chat-apps/a.upload-to-azure-storage/bot/package-lock.json index d04b5328bf..7e282106d8 100644 --- a/samples/07.advanced-web-chat-apps/a.upload-to-azure-storage/bot/package-lock.json +++ b/samples/07.advanced-web-chat-apps/a.upload-to-azure-storage/bot/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@azure/storage-blob": "^12.17.0", "botbuilder": "^4.22.2", - "botbuilder-dialogs": "^4.22.2", + "botbuilder-dialogs": "^4.22.3", "bytes": "^3.1.2", "dotenv": "^16.4.5", "restify": "^11.1.0" @@ -437,6 +437,15 @@ "node": ">=8.0.0" } }, + "node_modules/@types/jsonwebtoken": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.3.5.tgz", + "integrity": "sha512-VGM1gb+LwsQ5EPevvbvdnKncajBdYqNcrvixBif1BsiDQiSF1q+j4bBTvKC6Bt9n2kqNSx+yNTY2TVJ360E7EQ==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@types/node": { "version": "18.14.2", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.2.tgz", @@ -624,18 +633,19 @@ } }, "node_modules/botbuilder-dialogs": { - "version": "4.22.2", - "resolved": "https://registry.npmjs.org/botbuilder-dialogs/-/botbuilder-dialogs-4.22.2.tgz", - "integrity": "sha512-Y2tBEmi7cHa/2/5dyLLD6IT6KaggyG9iv46iuqbNV4CxI/c21fxL4TTB+YM64exD7YjUPQQC+UiUXQGOOaHFPw==", + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/botbuilder-dialogs/-/botbuilder-dialogs-4.22.3.tgz", + "integrity": "sha512-mrMVz+aiYoLCwIEpYzTyMXvrMVrxSl4OXWD1nFA7brlwbHwb6McG423I0DKoDTRN7buOLYY4CCWItXMp2mRq8Q==", "hasInstallScript": true, + "license": "MIT", "dependencies": { "@microsoft/recognizers-text-choice": "1.1.4", "@microsoft/recognizers-text-date-time": "1.1.4", "@microsoft/recognizers-text-number": "1.3.1", "@microsoft/recognizers-text-suite": "1.1.4", - "botbuilder-core": "4.22.2", - "botbuilder-dialogs-adaptive-runtime-core": "4.22.2-preview", - "botframework-connector": "4.22.2", + "botbuilder-core": "4.22.3", + "botbuilder-dialogs-adaptive-runtime-core": "4.22.3-preview", + "botframework-connector": "4.22.3", "globalize": "^1.4.2", "lodash": "^4.17.21", "uuid": "^8.3.2", @@ -671,6 +681,80 @@ "node": ">=10.3.0" } }, + "node_modules/botbuilder-dialogs/node_modules/axios": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/botbuilder-dialogs/node_modules/botbuilder-core": { + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/botbuilder-core/-/botbuilder-core-4.22.3.tgz", + "integrity": "sha512-159+ugNI/gp7u+ByYWIjVPE6csFEMfJzbYISf1HVFHhw0m/h0zEyXMvjoiwGu/fA7TI+TtpuFLdh75roEodOsw==", + "license": "MIT", + "dependencies": { + "botbuilder-dialogs-adaptive-runtime-core": "4.22.3-preview", + "botbuilder-stdlib": "4.22.3-internal", + "botframework-connector": "4.22.3", + "botframework-schema": "4.22.3", + "uuid": "^8.3.2", + "zod": "^3.22.4" + } + }, + "node_modules/botbuilder-dialogs/node_modules/botbuilder-dialogs-adaptive-runtime-core": { + "version": "4.22.3-preview", + "resolved": "https://registry.npmjs.org/botbuilder-dialogs-adaptive-runtime-core/-/botbuilder-dialogs-adaptive-runtime-core-4.22.3-preview.tgz", + "integrity": "sha512-JbVKKmriLwUOgBI040unl5xVTmGhESFXnvC3O75nDzjFjdRpaIAwA2/L7ik6E3O4bOkwO2jDov2W+LWlbSnjXQ==", + "license": "MIT", + "dependencies": { + "dependency-graph": "^0.10.0" + } + }, + "node_modules/botbuilder-dialogs/node_modules/botbuilder-stdlib": { + "version": "4.22.3-internal", + "resolved": "https://registry.npmjs.org/botbuilder-stdlib/-/botbuilder-stdlib-4.22.3-internal.tgz", + "integrity": "sha512-DZwHRHpEZQNDQ426RpSmEpNKm9V/5k11lpXmQ41Eq2g0LHdaz1TqgV97US+Mj7Xyp4Fngp23HWcGivU8bQeArA==", + "license": "MIT" + }, + "node_modules/botbuilder-dialogs/node_modules/botframework-connector": { + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/botframework-connector/-/botframework-connector-4.22.3.tgz", + "integrity": "sha512-xsGFfphSMECvaBJynWmvSXbG8o72WqX8Ba885kz/lxGXu1f6CjTObO0enxQdtH9O7YmCX4T0xOaHiFxnU2U61A==", + "license": "MIT", + "dependencies": { + "@azure/core-http": "^3.0.2", + "@azure/identity": "^2.0.4", + "@azure/msal-node": "^1.18.4", + "@types/jsonwebtoken": "8.3.5", + "axios": "^1.7.2", + "base64url": "^3.0.0", + "botbuilder-stdlib": "4.22.3-internal", + "botframework-schema": "4.22.3", + "cross-fetch": "^3.0.5", + "https-proxy-agent": "^7.0.2", + "jsonwebtoken": "^9.0.2", + "node-fetch": "^2.6.7", + "openssl-wrapper": "^0.3.4", + "rsa-pem-from-mod-exp": "^0.8.4", + "zod": "^3.22.4" + } + }, + "node_modules/botbuilder-dialogs/node_modules/botframework-schema": { + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/botframework-schema/-/botframework-schema-4.22.3.tgz", + "integrity": "sha512-8d/IgrFPrVIJFOqExASROYYaV4ikQvDIq60sEN2DphVS+Cnlvm65Tl/6vv+3c27A6xrih23nyvjgAafhLmZ1gQ==", + "license": "MIT", + "dependencies": { + "adaptivecards": "1.2.3", + "uuid": "^8.3.2", + "zod": "^3.22.4" + } + }, "node_modules/botbuilder-stdlib": { "version": "4.22.2-internal", "resolved": "https://registry.npmjs.org/botbuilder-stdlib/-/botbuilder-stdlib-4.22.2-internal.tgz", @@ -2887,6 +2971,14 @@ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.0.2.tgz", "integrity": "sha512-DCF9oC89ao8/EJUqrp/beBlDR8Bp2R43jqtzayqCoomIvkwTuPfLcHdVhIGRR69GFlkykFjcDW+V92t0AS7Tww==" }, + "@types/jsonwebtoken": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.3.5.tgz", + "integrity": "sha512-VGM1gb+LwsQ5EPevvbvdnKncajBdYqNcrvixBif1BsiDQiSF1q+j4bBTvKC6Bt9n2kqNSx+yNTY2TVJ360E7EQ==", + "requires": { + "@types/node": "*" + } + }, "@types/node": { "version": "18.14.2", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.2.tgz", @@ -3041,17 +3133,17 @@ } }, "botbuilder-dialogs": { - "version": "4.22.2", - "resolved": "https://registry.npmjs.org/botbuilder-dialogs/-/botbuilder-dialogs-4.22.2.tgz", - "integrity": "sha512-Y2tBEmi7cHa/2/5dyLLD6IT6KaggyG9iv46iuqbNV4CxI/c21fxL4TTB+YM64exD7YjUPQQC+UiUXQGOOaHFPw==", + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/botbuilder-dialogs/-/botbuilder-dialogs-4.22.3.tgz", + "integrity": "sha512-mrMVz+aiYoLCwIEpYzTyMXvrMVrxSl4OXWD1nFA7brlwbHwb6McG423I0DKoDTRN7buOLYY4CCWItXMp2mRq8Q==", "requires": { "@microsoft/recognizers-text-choice": "1.1.4", "@microsoft/recognizers-text-date-time": "1.1.4", "@microsoft/recognizers-text-number": "1.3.1", "@microsoft/recognizers-text-suite": "1.1.4", - "botbuilder-core": "4.22.2", - "botbuilder-dialogs-adaptive-runtime-core": "4.22.2-preview", - "botframework-connector": "4.22.2", + "botbuilder-core": "4.22.3", + "botbuilder-dialogs-adaptive-runtime-core": "4.22.3-preview", + "botframework-connector": "4.22.3", "globalize": "^1.4.2", "lodash": "^4.17.21", "uuid": "^8.3.2", @@ -3072,6 +3164,74 @@ "bignumber.js": "^7.2.1", "lodash": "^4.17.21" } + }, + "axios": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "requires": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "botbuilder-core": { + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/botbuilder-core/-/botbuilder-core-4.22.3.tgz", + "integrity": "sha512-159+ugNI/gp7u+ByYWIjVPE6csFEMfJzbYISf1HVFHhw0m/h0zEyXMvjoiwGu/fA7TI+TtpuFLdh75roEodOsw==", + "requires": { + "botbuilder-dialogs-adaptive-runtime-core": "4.22.3-preview", + "botbuilder-stdlib": "4.22.3-internal", + "botframework-connector": "4.22.3", + "botframework-schema": "4.22.3", + "uuid": "^8.3.2", + "zod": "^3.22.4" + } + }, + "botbuilder-dialogs-adaptive-runtime-core": { + "version": "4.22.3-preview", + "resolved": "https://registry.npmjs.org/botbuilder-dialogs-adaptive-runtime-core/-/botbuilder-dialogs-adaptive-runtime-core-4.22.3-preview.tgz", + "integrity": "sha512-JbVKKmriLwUOgBI040unl5xVTmGhESFXnvC3O75nDzjFjdRpaIAwA2/L7ik6E3O4bOkwO2jDov2W+LWlbSnjXQ==", + "requires": { + "dependency-graph": "^0.10.0" + } + }, + "botbuilder-stdlib": { + "version": "4.22.3-internal", + "resolved": "https://registry.npmjs.org/botbuilder-stdlib/-/botbuilder-stdlib-4.22.3-internal.tgz", + "integrity": "sha512-DZwHRHpEZQNDQ426RpSmEpNKm9V/5k11lpXmQ41Eq2g0LHdaz1TqgV97US+Mj7Xyp4Fngp23HWcGivU8bQeArA==" + }, + "botframework-connector": { + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/botframework-connector/-/botframework-connector-4.22.3.tgz", + "integrity": "sha512-xsGFfphSMECvaBJynWmvSXbG8o72WqX8Ba885kz/lxGXu1f6CjTObO0enxQdtH9O7YmCX4T0xOaHiFxnU2U61A==", + "requires": { + "@azure/core-http": "^3.0.2", + "@azure/identity": "^2.0.4", + "@azure/msal-node": "^1.18.4", + "@types/jsonwebtoken": "8.3.5", + "axios": "^1.7.2", + "base64url": "^3.0.0", + "botbuilder-stdlib": "4.22.3-internal", + "botframework-schema": "4.22.3", + "cross-fetch": "^3.0.5", + "https-proxy-agent": "^7.0.2", + "jsonwebtoken": "^9.0.2", + "node-fetch": "^2.6.7", + "openssl-wrapper": "^0.3.4", + "rsa-pem-from-mod-exp": "^0.8.4", + "zod": "^3.22.4" + } + }, + "botframework-schema": { + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/botframework-schema/-/botframework-schema-4.22.3.tgz", + "integrity": "sha512-8d/IgrFPrVIJFOqExASROYYaV4ikQvDIq60sEN2DphVS+Cnlvm65Tl/6vv+3c27A6xrih23nyvjgAafhLmZ1gQ==", + "requires": { + "adaptivecards": "1.2.3", + "uuid": "^8.3.2", + "zod": "^3.22.4" + } } } }, @@ -4520,7 +4680,8 @@ "ws": { "version": "7.5.9", "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==" + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "requires": {} }, "xml2js": { "version": "0.5.0", diff --git a/samples/07.advanced-web-chat-apps/a.upload-to-azure-storage/bot/package.json b/samples/07.advanced-web-chat-apps/a.upload-to-azure-storage/bot/package.json index f33e56f9ff..4297d9207c 100644 --- a/samples/07.advanced-web-chat-apps/a.upload-to-azure-storage/bot/package.json +++ b/samples/07.advanced-web-chat-apps/a.upload-to-azure-storage/bot/package.json @@ -17,7 +17,7 @@ "dependencies": { "@azure/storage-blob": "^12.17.0", "botbuilder": "^4.22.2", - "botbuilder-dialogs": "^4.22.2", + "botbuilder-dialogs": "^4.22.3", "bytes": "^3.1.2", "dotenv": "^16.4.5", "restify": "^11.1.0"