diff --git a/libraries/botbuilder/package.json b/libraries/botbuilder/package.json index 4503554910..43e03c9023 100644 --- a/libraries/botbuilder/package.json +++ b/libraries/botbuilder/package.json @@ -27,7 +27,7 @@ } }, "dependencies": { - "@azure/core-http": "^3.0.3", + "@azure/core-http": "^3.0.2", "@azure/msal-node": "^1.2.0", "axios": "^0.25.0", "botbuilder-core": "4.1.6", diff --git a/libraries/tests.uischema b/libraries/tests.uischema index 54655146ff..9d11eb27e8 100644 --- a/libraries/tests.uischema +++ b/libraries/tests.uischema @@ -8,7 +8,8 @@ "triggers", "generator", "selector", - "schema" + "schema", + "dialogs" ], "label": "Adaptive dialog", "order": [ diff --git a/package.json b/package.json index 43e806c8af..06bfab54f9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,8 @@ "**/botbuilder-azure/@azure/core-auth/@azure/core-tracing": "1.0.0-preview.9", "**/request/tough-cookie": "^4.1.3", "**/request-promise/tough-cookie": "^4.1.3", - "**/request-promise-native/tough-cookie": "^4.1.3" + "**/request-promise-native/tough-cookie": "^4.1.3", + "@azure/core-util": "1.5.0" }, "devDependencies": { "@azure/logger": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index 82c24c52d2..3d637be07c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -80,26 +80,6 @@ uuid "^8.3.0" xml2js "^0.5.0" -"@azure/core-http@^3.0.3": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@azure/core-http/-/core-http-3.0.3.tgz#792c0af7d8ebec7d34a99bbd7108aa370cd49948" - integrity sha512-QMib3wXotJMFhHgmJBPUF9YsyErw34H0XDFQd9CauH7TPB+RGcyl9Ayy7iURtJB04ngXhE6YwrQsWDXlSLrilg== - dependencies: - "@azure/abort-controller" "^1.0.0" - "@azure/core-auth" "^1.3.0" - "@azure/core-tracing" "1.0.0-preview.13" - "@azure/core-util" "^1.1.1" - "@azure/logger" "^1.0.0" - "@types/node-fetch" "^2.5.0" - "@types/tunnel" "^0.0.3" - form-data "^4.0.0" - node-fetch "^2.6.7" - process "^0.11.10" - tslib "^2.2.0" - tunnel "^0.0.6" - uuid "^8.3.0" - xml2js "^0.5.0" - "@azure/core-lro@^2.2.0": version "2.5.4" resolved "https://registry.yarnpkg.com/@azure/core-lro/-/core-lro-2.5.4.tgz#b21e2bcb8bd9a8a652ff85b61adeea51a8055f90" @@ -164,30 +144,7 @@ "@opentelemetry/api" "^0.10.2" tslib "^2.0.0" -"@azure/core-util@^1.0.0-beta.1": - version "1.0.0-beta.1" - resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.0.0-beta.1.tgz#2efd2c74b4b0a38180369f50fe274a3c4cd36e98" - integrity sha512-pS6cup979/qyuyNP9chIybK2qVkJ3MarbY/bx3JcGKE6An6dRweLnsfJfU2ydqUI/B51Rjnn59ajHIhCUTwWZw== - dependencies: - tslib "^2.0.0" - -"@azure/core-util@^1.1.0": - version "1.6.1" - resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.6.1.tgz#fea221c4fa43c26543bccf799beb30c1c7878f5a" - integrity sha512-h5taHeySlsV9qxuK64KZxy4iln1BtMYlNt5jbuEFN3UFSAd1EwKg/Gjl5a6tZ/W8t6li3xPnutOx7zbDyXnPmQ== - dependencies: - "@azure/abort-controller" "^1.0.0" - tslib "^2.2.0" - -"@azure/core-util@^1.1.1": - version "1.3.2" - resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.3.2.tgz#3f8cfda1e87fac0ce84f8c1a42fcd6d2a986632d" - integrity sha512-2bECOUh88RvL1pMZTcc6OzfobBeWDBf5oBbhjIhT1MV9otMVWCzpOJkkiKtrnO88y5GGBelgY8At73KGAdbkeQ== - dependencies: - "@azure/abort-controller" "^1.0.0" - tslib "^2.2.0" - -"@azure/core-util@^1.2.0": +"@azure/core-util@1.5.0", "@azure/core-util@^1.0.0-beta.1", "@azure/core-util@^1.1.0", "@azure/core-util@^1.1.1", "@azure/core-util@^1.2.0": version "1.5.0" resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.5.0.tgz#ffe49c3e867044da67daeb8122143fa065e1eb0e" integrity sha512-GZBpVFDtQ/15hW1OgBcRdT4Bl7AEpcEZqLfbAvOtm1CQUncKWiYapFHVD588hmlV27NbOOtSm3cnLF3lvoHi4g==