From 082b2ad24fd2ccd32c1b685a49b9c7cfe69ceced Mon Sep 17 00:00:00 2001 From: JhontSouth Date: Thu, 9 May 2024 14:47:04 -0500 Subject: [PATCH 1/3] update dependencies --- libraries/botbuilder-ai/package.json | 2 +- libraries/botbuilder-azure-blobs/package.json | 2 +- .../botbuilder-azure-queues/package.json | 2 +- libraries/botbuilder-azure/package.json | 2 +- libraries/botbuilder-core/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- libraries/botbuilder-dialogs/package.json | 2 +- libraries/botbuilder-repo-utils/package.json | 4 +- libraries/botbuilder/package.json | 2 +- libraries/botframework-connector/package.json | 6 +- libraries/botframework-schema/package.json | 2 +- package.json | 4 +- testing/botbuilder-test-utils/package.json | 6 +- testing/transcripts/package.json | 2 +- tools/package.json | 2 +- yarn.lock | 116 ++++++++++++++---- 21 files changed, 117 insertions(+), 51 deletions(-) diff --git a/libraries/botbuilder-ai/package.json b/libraries/botbuilder-ai/package.json index 40e8b301aa..c4c087f8ac 100644 --- a/libraries/botbuilder-ai/package.json +++ b/libraries/botbuilder-ai/package.json @@ -37,7 +37,7 @@ "lodash": "^4.17.21", "node-fetch": "^2.6.7", "url-parse": "^1.5.9", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "resolutions": { "follow-redirects": "^1.14.8" diff --git a/libraries/botbuilder-azure-blobs/package.json b/libraries/botbuilder-azure-blobs/package.json index 1b6b9447ff..0f3f270eb9 100644 --- a/libraries/botbuilder-azure-blobs/package.json +++ b/libraries/botbuilder-azure-blobs/package.json @@ -32,7 +32,7 @@ "botbuilder-stdlib": "4.1.6", "get-stream": "^6.0.0", "p-map": "^4.0.0", - "zod": "^3.22.4", + "zod": "^3.22.5", "@azure/core-http": "^3.0.2" }, "scripts": { diff --git a/libraries/botbuilder-azure-queues/package.json b/libraries/botbuilder-azure-queues/package.json index 67ef7b6574..f949df87a2 100644 --- a/libraries/botbuilder-azure-queues/package.json +++ b/libraries/botbuilder-azure-queues/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "botbuilder-dialogs": "4.1.6", - "node-fetch": "^2.6.7" + "node-fetch": "^3.3.2" }, "scripts": { "build": "tsc -b", diff --git a/libraries/botbuilder-azure/package.json b/libraries/botbuilder-azure/package.json index 0edaf47e3e..d8f5bca6eb 100644 --- a/libraries/botbuilder-azure/package.json +++ b/libraries/botbuilder-azure/package.json @@ -42,7 +42,7 @@ "devDependencies": { "fs-extra": "^7.0.1", "nock": "^11.9.1", - "node-fetch": "^2.6.7" + "node-fetch": "^3.3.2" }, "scripts": { "build": "tsc -b", diff --git a/libraries/botbuilder-core/package.json b/libraries/botbuilder-core/package.json index 77c4b98ec9..61f32e7049 100644 --- a/libraries/botbuilder-core/package.json +++ b/libraries/botbuilder-core/package.json @@ -32,7 +32,7 @@ "botframework-connector": "4.1.6", "botframework-schema": "4.1.6", "uuid": "^8.3.2", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "devDependencies": { "@microsoft/bf-chatdown": "^4.15.0", diff --git a/libraries/botbuilder-dialogs-adaptive-runtime-integration-azure-functions/package.json b/libraries/botbuilder-dialogs-adaptive-runtime-integration-azure-functions/package.json index 10cf5437e2..2161727dcd 100644 --- a/libraries/botbuilder-dialogs-adaptive-runtime-integration-azure-functions/package.json +++ b/libraries/botbuilder-dialogs-adaptive-runtime-integration-azure-functions/package.json @@ -33,7 +33,7 @@ "botbuilder-dialogs-adaptive-runtime": "4.1.6", "botbuilder-dialogs-adaptive-runtime-core": "4.1.6", "mime": "^2.5.2", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "scripts": { "build": "tsc -b", diff --git a/libraries/botbuilder-dialogs-adaptive-runtime-integration-express/package.json b/libraries/botbuilder-dialogs-adaptive-runtime-integration-express/package.json index dd4b591f72..cd14a4a9e0 100644 --- a/libraries/botbuilder-dialogs-adaptive-runtime-integration-express/package.json +++ b/libraries/botbuilder-dialogs-adaptive-runtime-integration-express/package.json @@ -44,6 +44,6 @@ "botbuilder-dialogs-adaptive-runtime-core": "4.1.6", "botframework-connector": "4.1.6", "express": "^4.19.2", - "zod": "^3.22.4" + "zod": "^3.22.5" } } diff --git a/libraries/botbuilder-dialogs-adaptive-runtime-integration-restify/package.json b/libraries/botbuilder-dialogs-adaptive-runtime-integration-restify/package.json index 8bb0f5f7a4..0de6c37344 100644 --- a/libraries/botbuilder-dialogs-adaptive-runtime-integration-restify/package.json +++ b/libraries/botbuilder-dialogs-adaptive-runtime-integration-restify/package.json @@ -32,7 +32,7 @@ "botbuilder-dialogs-adaptive-runtime": "4.1.6", "botbuilder-dialogs-adaptive-runtime-core": "4.1.6", "restify": "^8.5.1", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "scripts": { "build": "tsc -b", diff --git a/libraries/botbuilder-dialogs-adaptive-runtime/package.json b/libraries/botbuilder-dialogs-adaptive-runtime/package.json index 105734cc1e..658e85f240 100644 --- a/libraries/botbuilder-dialogs-adaptive-runtime/package.json +++ b/libraries/botbuilder-dialogs-adaptive-runtime/package.json @@ -41,7 +41,7 @@ "botframework-connector": "4.1.6", "nconf": "0.11.4", "yargs-parser": "^20.2.7", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "devDependencies": { "@types/nconf": "0.10.0", diff --git a/libraries/botbuilder-dialogs-adaptive-testing/package.json b/libraries/botbuilder-dialogs-adaptive-testing/package.json index ae5e039f55..214a7ba90e 100644 --- a/libraries/botbuilder-dialogs-adaptive-testing/package.json +++ b/libraries/botbuilder-dialogs-adaptive-testing/package.json @@ -35,7 +35,7 @@ "murmurhash-js": "^1.0.0", "nock": "^11.9.1", "url-parse": "^1.5.9", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "devDependencies": { "botbuilder": "4.1.6", diff --git a/libraries/botbuilder-dialogs-declarative/package.json b/libraries/botbuilder-dialogs-declarative/package.json index 8e83bd25a0..a92efd0f60 100644 --- a/libraries/botbuilder-dialogs-declarative/package.json +++ b/libraries/botbuilder-dialogs-declarative/package.json @@ -31,7 +31,7 @@ "botbuilder-dialogs": "4.1.6", "botbuilder-stdlib": "4.1.6", "chokidar": "^3.4.0", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "devDependencies": { "adaptive-expressions": "4.1.6", diff --git a/libraries/botbuilder-dialogs/package.json b/libraries/botbuilder-dialogs/package.json index d32e11147c..1b21335111 100644 --- a/libraries/botbuilder-dialogs/package.json +++ b/libraries/botbuilder-dialogs/package.json @@ -37,7 +37,7 @@ "globalize": "^1.4.2", "lodash": "^4.17.21", "uuid": "^8.3.2", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "devDependencies": { "@types/globalize": "^1.5.0", diff --git a/libraries/botbuilder-repo-utils/package.json b/libraries/botbuilder-repo-utils/package.json index fa8f813a8d..a73c0f0785 100644 --- a/libraries/botbuilder-repo-utils/package.json +++ b/libraries/botbuilder-repo-utils/package.json @@ -15,14 +15,14 @@ "get-stream": "^6.0.0", "globby": "^11.0.1", "lodash": "^4.17.20", - "minimatch": "^3.0.4", + "minimatch": "^4.0.0", "minimist": "^1.2.6", "p-map": "^4.0.0" }, "devDependencies": { "@types/minimist": "^1.2.1", "@types/semver": "^7.3.7", - "semver": "^7.5.2", + "semver": "^7.5.3", "ts-node": "^9.0.0", "typescript": "^4.0.5" }, diff --git a/libraries/botbuilder/package.json b/libraries/botbuilder/package.json index cb251eeb61..0baabe0e2b 100644 --- a/libraries/botbuilder/package.json +++ b/libraries/botbuilder/package.json @@ -40,7 +40,7 @@ "fs-extra": "^7.0.1", "htmlparser2": "^6.0.1", "uuid": "^8.3.2", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "devDependencies": { "chai": "^4.2.0", diff --git a/libraries/botframework-connector/package.json b/libraries/botframework-connector/package.json index bd415263a6..71dd30068d 100644 --- a/libraries/botframework-connector/package.json +++ b/libraries/botframework-connector/package.json @@ -36,15 +36,15 @@ "botframework-schema": "4.1.6", "cross-fetch": "^3.0.5", "https-proxy-agent": "^7.0.2", - "jsonwebtoken": "^9.0.0", + "jsonwebtoken": "^9.0.2", "@types/jsonwebtoken": "8.3.5", "node-fetch": "^2.6.7", "rsa-pem-from-mod-exp": "^0.8.4", - "zod": "^3.22.4", + "zod": "^3.22.5", "openssl-wrapper": "^0.3.4" }, "devDependencies": { - "@types/node": "^10.17.27", + "@types/node": "^14.14.6", "botbuilder-test-utils": "0.0.0", "dotenv": "^6.2.0", "nock": "^11.9.1", diff --git a/libraries/botframework-schema/package.json b/libraries/botframework-schema/package.json index 6b15e31049..63a2dbcc6d 100644 --- a/libraries/botframework-schema/package.json +++ b/libraries/botframework-schema/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "uuid": "^8.3.2", - "zod": "^3.22.4", + "zod": "^3.22.5", "adaptivecards": "1.2.3" }, "scripts": { diff --git a/package.json b/package.json index 1e976a5cb3..c80ad2842a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "node-fetch": "2.6.7", "underscore": "1.13.1", "json-schema": "0.4.0", - "jsonwebtoken": "9.0.0", + "jsonwebtoken": "9.0.2", "@types/jsonwebtoken": "8.3.5", "@microsoft/recognizers-text-number": "~1.3.1", "@xmldom/xmldom": "0.8.6", @@ -119,4 +119,4 @@ "**/internal.*" ] } -} \ No newline at end of file +} diff --git a/testing/botbuilder-test-utils/package.json b/testing/botbuilder-test-utils/package.json index aceecf314f..b3ebd439a6 100644 --- a/testing/botbuilder-test-utils/package.json +++ b/testing/botbuilder-test-utils/package.json @@ -16,11 +16,11 @@ }, "devDependencies": { "@types/mocha": "^8.2.0", - "@types/node-forge": "^0.9.5" + "@types/node-forge": "^1.3.11" }, "dependencies": { "nanoid": "^3.1.31", - "node-forge": "^1.3.0", - "zod": "^3.22.4" + "node-forge": "^1.3.1", + "zod": "^3.22.5" } } diff --git a/testing/transcripts/package.json b/testing/transcripts/package.json index 371b96fb8d..577db25efa 100644 --- a/testing/transcripts/package.json +++ b/testing/transcripts/package.json @@ -9,7 +9,7 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "@types/node": "^10.17.27", + "@types/node": "^14.14.6", "@types/restify": "^8.4.2", "botbuilder": "4.1.6", "botbuilder-ai": "4.1.6", diff --git a/tools/package.json b/tools/package.json index 36b14a74f6..a6dadc4296 100644 --- a/tools/package.json +++ b/tools/package.json @@ -50,7 +50,7 @@ "minami": "github:devigned/minami#master", "mocha": "^5.2.0", "nock": "^11.9.1", - "node-forge": "1.3.0", + "node-forge": "1.3.1", "nyc": "^15.1.0", "promise": "^7.1.1", "random-js": "1.0.4", diff --git a/yarn.lock b/yarn.lock index e29976a2df..684d1289f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2505,10 +2505,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/jsonwebtoken@7.2.8", "@types/jsonwebtoken@8.3.5": - version "7.2.8" - resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-7.2.8.tgz#8d199dab4ddb5bba3234f8311b804d2027af2b3a" - integrity sha512-XENN3YzEB8D6TiUww0O8SRznzy1v+77lH7UmuN54xq/IHIsyWjWOzZuFFTtoiRuaE782uAoRwBe/wwow+vQXZw== +"@types/jsonwebtoken@8.3.5": + version "8.3.5" + resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.3.5.tgz#ff9be1151a844095df1ff5f723651298c2c07659" + integrity sha512-VGM1gb+LwsQ5EPevvbvdnKncajBdYqNcrvixBif1BsiDQiSF1q+j4bBTvKC6Bt9n2kqNSx+yNTY2TVJ360E7EQ== dependencies: "@types/node" "*" @@ -2586,7 +2586,7 @@ dependencies: nock "*" -"@types/node-fetch@^2.5.0", "@types/node-fetch@^2.5.3", "@types/node-fetch@^2.5.7": +"@types/node-fetch@^2.5.0", "@types/node-fetch@^2.5.3": version "2.5.7" resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.7.tgz#20a2afffa882ab04d44ca786449a276f9f6bbf3c" integrity sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw== @@ -2594,10 +2594,18 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node-forge@^0.9.5": - version "0.9.5" - resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-0.9.5.tgz#648231d79da197216290429020698d4e767365a0" - integrity sha512-rrN3xfA/oZIzwOnO3d2wRQz7UdeVkmMMPjWUCfpPTPuKFVb3D6G10LuiVHYYmvrivBBLMx4m0P/FICoDbNZUMA== +"@types/node-fetch@^2.5.7": + version "2.6.11" + resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.11.tgz#9b39b78665dae0e82a08f02f4967d62c66f95d24" + integrity sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g== + dependencies: + "@types/node" "*" + form-data "^4.0.0" + +"@types/node-forge@^1.3.11": + version "1.3.11" + resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.3.11.tgz#0972ea538ddb0f4d9c2fa0ec5db5724773a604da" + integrity sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ== dependencies: "@types/node" "*" @@ -2611,6 +2619,11 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.44.tgz#3945e6b702cb6403f22b779c8ea9e5c3f44ead40" integrity sha512-vHPAyBX1ffLcy4fQHmDyIUMUb42gHZjPHU66nhvbMzAWJqHnySGZ6STwN3rwrnSd1FHB0DI/RWgGELgKSYRDmw== +"@types/node@^14.14.6": + version "14.18.63" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b" + integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ== + "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" @@ -8658,15 +8671,21 @@ jsonschema@^1.4.0: resolved "https://registry.yarnpkg.com/jsonschema/-/jsonschema-1.4.0.tgz#1afa34c4bc22190d8e42271ec17ac8b3404f87b2" integrity sha512-/YgW6pRMr6M7C+4o8kS+B/2myEpHCrxO4PEWnqJNBFMjn7EWXqlQ4tGwL6xTHeRplwuZmcAncdvfOad1nT2yMw== -jsonwebtoken@9.0.0, jsonwebtoken@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d" - integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw== +jsonwebtoken@9.0.2, jsonwebtoken@^9.0.0, jsonwebtoken@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#65ff91f4abef1784697d40952bb1998c504caaf3" + integrity sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ== dependencies: jws "^3.2.2" - lodash "^4.17.21" + lodash.includes "^4.3.0" + lodash.isboolean "^3.0.3" + lodash.isinteger "^4.0.4" + lodash.isnumber "^3.0.3" + lodash.isplainobject "^4.0.6" + lodash.isstring "^4.0.1" + lodash.once "^4.0.0" ms "^2.1.1" - semver "^7.3.8" + semver "^7.5.4" jspath@^0.4.0: version "0.4.0" @@ -9032,6 +9051,11 @@ lodash.get@^4.4.2: resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= +lodash.includes@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f" + integrity sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w== + lodash.isarguments@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" @@ -9042,11 +9066,36 @@ lodash.isarray@^3.0.0: resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55" integrity sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U= +lodash.isboolean@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6" + integrity sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg== + lodash.isequal@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA= +lodash.isinteger@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343" + integrity sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA== + +lodash.isnumber@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc" + integrity sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw== + +lodash.isplainobject@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== + +lodash.isstring@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" + integrity sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw== + lodash.keys@^3.0.0: version "3.1.2" resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a" @@ -9076,6 +9125,11 @@ lodash.merge@4.6.2: resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== +lodash.once@^4.0.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" + integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg== + lodash.pick@4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3" @@ -9527,6 +9581,13 @@ minimatch@^2.0.1: dependencies: brace-expansion "^1.0.0" +minimatch@^4.0.0: + version "4.2.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.3.tgz#b4dcece1d674dee104bb0fb833ebb85a78cbbca6" + integrity sha512-lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1ng== + dependencies: + brace-expansion "^1.1.7" + minimatch@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b" @@ -10107,17 +10168,17 @@ node-fetch-commonjs@^3.3.1: node-domexception "^1.0.0" web-streams-polyfill "^3.0.3" -node-fetch@2.6.7, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7: +node-fetch@2.6.7, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^3.3.2: version "2.6.7" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== dependencies: whatwg-url "^5.0.0" -node-forge@1.3.0, node-forge@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2" - integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA== +node-forge@1.3.1, node-forge@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" + integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== node-gyp@^8.0.0: version "8.0.0" @@ -11898,13 +11959,18 @@ semver@^6.3.1: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.1.1, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.2: +semver@^7.1.1, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: version "7.5.2" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb" integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ== dependencies: lru-cache "^6.0.0" +semver@^7.5.3: + version "7.6.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13" + integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w== + semver@^7.5.4, semver@~7.5.4: version "7.5.4" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" @@ -14426,10 +14492,10 @@ z-schema@~5.0.2: optionalDependencies: commander "^10.0.0" -zod@^3.22.4: - version "3.22.4" - resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff" - integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg== +zod@^3.22.5: + version "3.23.8" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d" + integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g== zod@~1.11.17: version "1.11.17" From 1d5ee743edabffc689e48d3ae55b94e250deb73f Mon Sep 17 00:00:00 2001 From: JhontSouth Date: Fri, 10 May 2024 09:42:38 -0500 Subject: [PATCH 2/3] remove useless updates --- libraries/botbuilder-azure-queues/package.json | 2 +- libraries/botbuilder-azure/package.json | 2 +- libraries/botframework-connector/package.json | 2 +- testing/transcripts/package.json | 2 +- yarn.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/botbuilder-azure-queues/package.json b/libraries/botbuilder-azure-queues/package.json index f949df87a2..67ef7b6574 100644 --- a/libraries/botbuilder-azure-queues/package.json +++ b/libraries/botbuilder-azure-queues/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "botbuilder-dialogs": "4.1.6", - "node-fetch": "^3.3.2" + "node-fetch": "^2.6.7" }, "scripts": { "build": "tsc -b", diff --git a/libraries/botbuilder-azure/package.json b/libraries/botbuilder-azure/package.json index d8f5bca6eb..0edaf47e3e 100644 --- a/libraries/botbuilder-azure/package.json +++ b/libraries/botbuilder-azure/package.json @@ -42,7 +42,7 @@ "devDependencies": { "fs-extra": "^7.0.1", "nock": "^11.9.1", - "node-fetch": "^3.3.2" + "node-fetch": "^2.6.7" }, "scripts": { "build": "tsc -b", diff --git a/libraries/botframework-connector/package.json b/libraries/botframework-connector/package.json index 71dd30068d..c1344b23a1 100644 --- a/libraries/botframework-connector/package.json +++ b/libraries/botframework-connector/package.json @@ -44,7 +44,7 @@ "openssl-wrapper": "^0.3.4" }, "devDependencies": { - "@types/node": "^14.14.6", + "@types/node": "^10.17.27", "botbuilder-test-utils": "0.0.0", "dotenv": "^6.2.0", "nock": "^11.9.1", diff --git a/testing/transcripts/package.json b/testing/transcripts/package.json index 577db25efa..371b96fb8d 100644 --- a/testing/transcripts/package.json +++ b/testing/transcripts/package.json @@ -9,7 +9,7 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "@types/node": "^14.14.6", + "@types/node": "^10.17.27", "@types/restify": "^8.4.2", "botbuilder": "4.1.6", "botbuilder-ai": "4.1.6", diff --git a/yarn.lock b/yarn.lock index 684d1289f5..76818e68f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10168,7 +10168,7 @@ node-fetch-commonjs@^3.3.1: node-domexception "^1.0.0" web-streams-polyfill "^3.0.3" -node-fetch@2.6.7, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^3.3.2: +node-fetch@2.6.7, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7: version "2.6.7" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== From 34e1370d125875b2f7523b0f76de26f2736dc225 Mon Sep 17 00:00:00 2001 From: JhontSouth Date: Fri, 10 May 2024 11:01:57 -0500 Subject: [PATCH 3/3] revert zod update --- libraries/botbuilder-ai/package.json | 2 +- libraries/botbuilder-azure-blobs/package.json | 2 +- libraries/botbuilder-core/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- libraries/botbuilder-dialogs/package.json | 2 +- libraries/botbuilder/package.json | 2 +- libraries/botframework-connector/package.json | 2 +- libraries/botframework-schema/package.json | 2 +- testing/botbuilder-test-utils/package.json | 2 +- yarn.lock | 23 ++++--------------- 15 files changed, 19 insertions(+), 32 deletions(-) diff --git a/libraries/botbuilder-ai/package.json b/libraries/botbuilder-ai/package.json index c4c087f8ac..40e8b301aa 100644 --- a/libraries/botbuilder-ai/package.json +++ b/libraries/botbuilder-ai/package.json @@ -37,7 +37,7 @@ "lodash": "^4.17.21", "node-fetch": "^2.6.7", "url-parse": "^1.5.9", - "zod": "^3.22.5" + "zod": "^3.22.4" }, "resolutions": { "follow-redirects": "^1.14.8" diff --git a/libraries/botbuilder-azure-blobs/package.json b/libraries/botbuilder-azure-blobs/package.json index 0f3f270eb9..1b6b9447ff 100644 --- a/libraries/botbuilder-azure-blobs/package.json +++ b/libraries/botbuilder-azure-blobs/package.json @@ -32,7 +32,7 @@ "botbuilder-stdlib": "4.1.6", "get-stream": "^6.0.0", "p-map": "^4.0.0", - "zod": "^3.22.5", + "zod": "^3.22.4", "@azure/core-http": "^3.0.2" }, "scripts": { diff --git a/libraries/botbuilder-core/package.json b/libraries/botbuilder-core/package.json index 61f32e7049..77c4b98ec9 100644 --- a/libraries/botbuilder-core/package.json +++ b/libraries/botbuilder-core/package.json @@ -32,7 +32,7 @@ "botframework-connector": "4.1.6", "botframework-schema": "4.1.6", "uuid": "^8.3.2", - "zod": "^3.22.5" + "zod": "^3.22.4" }, "devDependencies": { "@microsoft/bf-chatdown": "^4.15.0", diff --git a/libraries/botbuilder-dialogs-adaptive-runtime-integration-azure-functions/package.json b/libraries/botbuilder-dialogs-adaptive-runtime-integration-azure-functions/package.json index 2161727dcd..10cf5437e2 100644 --- a/libraries/botbuilder-dialogs-adaptive-runtime-integration-azure-functions/package.json +++ b/libraries/botbuilder-dialogs-adaptive-runtime-integration-azure-functions/package.json @@ -33,7 +33,7 @@ "botbuilder-dialogs-adaptive-runtime": "4.1.6", "botbuilder-dialogs-adaptive-runtime-core": "4.1.6", "mime": "^2.5.2", - "zod": "^3.22.5" + "zod": "^3.22.4" }, "scripts": { "build": "tsc -b", diff --git a/libraries/botbuilder-dialogs-adaptive-runtime-integration-express/package.json b/libraries/botbuilder-dialogs-adaptive-runtime-integration-express/package.json index cd14a4a9e0..dd4b591f72 100644 --- a/libraries/botbuilder-dialogs-adaptive-runtime-integration-express/package.json +++ b/libraries/botbuilder-dialogs-adaptive-runtime-integration-express/package.json @@ -44,6 +44,6 @@ "botbuilder-dialogs-adaptive-runtime-core": "4.1.6", "botframework-connector": "4.1.6", "express": "^4.19.2", - "zod": "^3.22.5" + "zod": "^3.22.4" } } diff --git a/libraries/botbuilder-dialogs-adaptive-runtime-integration-restify/package.json b/libraries/botbuilder-dialogs-adaptive-runtime-integration-restify/package.json index 0de6c37344..8bb0f5f7a4 100644 --- a/libraries/botbuilder-dialogs-adaptive-runtime-integration-restify/package.json +++ b/libraries/botbuilder-dialogs-adaptive-runtime-integration-restify/package.json @@ -32,7 +32,7 @@ "botbuilder-dialogs-adaptive-runtime": "4.1.6", "botbuilder-dialogs-adaptive-runtime-core": "4.1.6", "restify": "^8.5.1", - "zod": "^3.22.5" + "zod": "^3.22.4" }, "scripts": { "build": "tsc -b", diff --git a/libraries/botbuilder-dialogs-adaptive-runtime/package.json b/libraries/botbuilder-dialogs-adaptive-runtime/package.json index 658e85f240..105734cc1e 100644 --- a/libraries/botbuilder-dialogs-adaptive-runtime/package.json +++ b/libraries/botbuilder-dialogs-adaptive-runtime/package.json @@ -41,7 +41,7 @@ "botframework-connector": "4.1.6", "nconf": "0.11.4", "yargs-parser": "^20.2.7", - "zod": "^3.22.5" + "zod": "^3.22.4" }, "devDependencies": { "@types/nconf": "0.10.0", diff --git a/libraries/botbuilder-dialogs-adaptive-testing/package.json b/libraries/botbuilder-dialogs-adaptive-testing/package.json index 214a7ba90e..ae5e039f55 100644 --- a/libraries/botbuilder-dialogs-adaptive-testing/package.json +++ b/libraries/botbuilder-dialogs-adaptive-testing/package.json @@ -35,7 +35,7 @@ "murmurhash-js": "^1.0.0", "nock": "^11.9.1", "url-parse": "^1.5.9", - "zod": "^3.22.5" + "zod": "^3.22.4" }, "devDependencies": { "botbuilder": "4.1.6", diff --git a/libraries/botbuilder-dialogs-declarative/package.json b/libraries/botbuilder-dialogs-declarative/package.json index a92efd0f60..8e83bd25a0 100644 --- a/libraries/botbuilder-dialogs-declarative/package.json +++ b/libraries/botbuilder-dialogs-declarative/package.json @@ -31,7 +31,7 @@ "botbuilder-dialogs": "4.1.6", "botbuilder-stdlib": "4.1.6", "chokidar": "^3.4.0", - "zod": "^3.22.5" + "zod": "^3.22.4" }, "devDependencies": { "adaptive-expressions": "4.1.6", diff --git a/libraries/botbuilder-dialogs/package.json b/libraries/botbuilder-dialogs/package.json index 1b21335111..d32e11147c 100644 --- a/libraries/botbuilder-dialogs/package.json +++ b/libraries/botbuilder-dialogs/package.json @@ -37,7 +37,7 @@ "globalize": "^1.4.2", "lodash": "^4.17.21", "uuid": "^8.3.2", - "zod": "^3.22.5" + "zod": "^3.22.4" }, "devDependencies": { "@types/globalize": "^1.5.0", diff --git a/libraries/botbuilder/package.json b/libraries/botbuilder/package.json index 0baabe0e2b..cb251eeb61 100644 --- a/libraries/botbuilder/package.json +++ b/libraries/botbuilder/package.json @@ -40,7 +40,7 @@ "fs-extra": "^7.0.1", "htmlparser2": "^6.0.1", "uuid": "^8.3.2", - "zod": "^3.22.5" + "zod": "^3.22.4" }, "devDependencies": { "chai": "^4.2.0", diff --git a/libraries/botframework-connector/package.json b/libraries/botframework-connector/package.json index c1344b23a1..8b371827af 100644 --- a/libraries/botframework-connector/package.json +++ b/libraries/botframework-connector/package.json @@ -40,7 +40,7 @@ "@types/jsonwebtoken": "8.3.5", "node-fetch": "^2.6.7", "rsa-pem-from-mod-exp": "^0.8.4", - "zod": "^3.22.5", + "zod": "^3.22.4", "openssl-wrapper": "^0.3.4" }, "devDependencies": { diff --git a/libraries/botframework-schema/package.json b/libraries/botframework-schema/package.json index 63a2dbcc6d..6b15e31049 100644 --- a/libraries/botframework-schema/package.json +++ b/libraries/botframework-schema/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "uuid": "^8.3.2", - "zod": "^3.22.5", + "zod": "^3.22.4", "adaptivecards": "1.2.3" }, "scripts": { diff --git a/testing/botbuilder-test-utils/package.json b/testing/botbuilder-test-utils/package.json index b3ebd439a6..ad9a6e994b 100644 --- a/testing/botbuilder-test-utils/package.json +++ b/testing/botbuilder-test-utils/package.json @@ -21,6 +21,6 @@ "dependencies": { "nanoid": "^3.1.31", "node-forge": "^1.3.1", - "zod": "^3.22.5" + "zod": "^3.22.4" } } diff --git a/yarn.lock b/yarn.lock index 76818e68f5..89be448b74 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2586,7 +2586,7 @@ dependencies: nock "*" -"@types/node-fetch@^2.5.0", "@types/node-fetch@^2.5.3": +"@types/node-fetch@^2.5.0", "@types/node-fetch@^2.5.3", "@types/node-fetch@^2.5.7": version "2.5.7" resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.7.tgz#20a2afffa882ab04d44ca786449a276f9f6bbf3c" integrity sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw== @@ -2594,14 +2594,6 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node-fetch@^2.5.7": - version "2.6.11" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.11.tgz#9b39b78665dae0e82a08f02f4967d62c66f95d24" - integrity sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g== - dependencies: - "@types/node" "*" - form-data "^4.0.0" - "@types/node-forge@^1.3.11": version "1.3.11" resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.3.11.tgz#0972ea538ddb0f4d9c2fa0ec5db5724773a604da" @@ -2619,11 +2611,6 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.44.tgz#3945e6b702cb6403f22b779c8ea9e5c3f44ead40" integrity sha512-vHPAyBX1ffLcy4fQHmDyIUMUb42gHZjPHU66nhvbMzAWJqHnySGZ6STwN3rwrnSd1FHB0DI/RWgGELgKSYRDmw== -"@types/node@^14.14.6": - version "14.18.63" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b" - integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ== - "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" @@ -14492,10 +14479,10 @@ z-schema@~5.0.2: optionalDependencies: commander "^10.0.0" -zod@^3.22.5: - version "3.23.8" - resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d" - integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g== +zod@^3.22.4: + version "3.22.4" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff" + integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg== zod@~1.11.17: version "1.11.17"