From 4fa66cb916a11c2a7060e8c118bee3ed05dc7d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:29:19 -0700 Subject: [PATCH] [JS] bump: (deps): Bump the production group in /js with 2 updates (#644) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #minor Bumps the production group in /js with 2 updates: [axios](https://github.com/axios/axios) and [vectra](https://github.com/Stevenic/vectra). Updates `axios` from 1.5.0 to 1.5.1
Release notes

Sourced from axios's releases.

Release v1.5.1

Release notes:

Bug Fixes

Contributors to this release

Changelog

Sourced from axios's changelog.

1.5.1 (2023-09-26)

Bug Fixes

Contributors to this release

Commits

Updates `vectra` from 0.4.1 to 0.4.4
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/packages/teams-ai/package.json | 2 +- .../package.json | 2 +- .../03.adaptiveCards.a.typeAheadBot/package.json | 2 +- js/samples/04.ai.a.teamsChefBot/package.json | 2 +- js/samples/05.chatModeration/package.json | 2 +- js/yarn.lock | 16 ++++++++-------- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/js/packages/teams-ai/package.json b/js/packages/teams-ai/package.json index f70d47bec..1e216cb97 100644 --- a/js/packages/teams-ai/package.json +++ b/js/packages/teams-ai/package.json @@ -22,7 +22,7 @@ "main": "./lib/index.js", "types": "./lib/index.d.ts", "dependencies": { - "axios": "^1.5.0", + "axios": "^1.5.1", "botbuilder": "^4.20.1", "botbuilder-dialogs": "^4.20.1", "gpt-3-encoder": "^1.1.4", diff --git a/js/samples/02.messageExtensions.a.searchCommand/package.json b/js/samples/02.messageExtensions.a.searchCommand/package.json index 76742a538..a9a7bef98 100644 --- a/js/samples/02.messageExtensions.a.searchCommand/package.json +++ b/js/samples/02.messageExtensions.a.searchCommand/package.json @@ -24,7 +24,7 @@ "dotenv": "^16.3.1", "replace": "~1.2.0", "restify": "~11.1.0", - "axios": "^1.5.0" + "axios": "^1.5.1" }, "devDependencies": { "@types/dotenv": "6.1.1", diff --git a/js/samples/03.adaptiveCards.a.typeAheadBot/package.json b/js/samples/03.adaptiveCards.a.typeAheadBot/package.json index f430d9dd6..0b2372372 100644 --- a/js/samples/03.adaptiveCards.a.typeAheadBot/package.json +++ b/js/samples/03.adaptiveCards.a.typeAheadBot/package.json @@ -24,7 +24,7 @@ "dotenv": "^16.3.1", "replace": "~1.2.0", "restify": "~11.1.0", - "axios": "^1.5.0" + "axios": "^1.5.1" }, "devDependencies": { "@types/dotenv": "6.1.1", diff --git a/js/samples/04.ai.a.teamsChefBot/package.json b/js/samples/04.ai.a.teamsChefBot/package.json index 795e42408..aa6df9e0d 100644 --- a/js/samples/04.ai.a.teamsChefBot/package.json +++ b/js/samples/04.ai.a.teamsChefBot/package.json @@ -26,7 +26,7 @@ "dotenv": "^16.3.1", "replace": "~1.2.0", "restify": "~11.1.0", - "vectra": "^0.4.1" + "vectra": "^0.4.4" }, "devDependencies": { "@types/dotenv": "6.1.1", diff --git a/js/samples/05.chatModeration/package.json b/js/samples/05.chatModeration/package.json index 71ad742b1..23a9748dd 100644 --- a/js/samples/05.chatModeration/package.json +++ b/js/samples/05.chatModeration/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@microsoft/teams-ai": "~0.1.0-preview.2", - "axios": "^1.5.0", + "axios": "^1.5.1", "botbuilder": "^4.20.1", "dotenv": "^16.3.1", "jsonwebtoken": "^9.0.2", diff --git a/js/yarn.lock b/js/yarn.lock index bb610cd68..ae095c8e2 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -1936,10 +1936,10 @@ axios@^0.27.2: follow-redirects "^1.14.9" form-data "^4.0.0" -axios@^1.3.4, axios@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267" - integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ== +axios@^1.3.4, axios@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" + integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0" @@ -9265,10 +9265,10 @@ vasync@^2.2.0: dependencies: verror "1.10.0" -vectra@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/vectra/-/vectra-0.4.1.tgz#df852397b807475ca275fb2076ec62ab8edfe8c2" - integrity sha512-/OHSA9ZBnk9YF5FPjERWLj9E2lP5FKNghZBhbChhBa7qCydp/vR57aRoSzYlffncZP5wjoFg00I3fq+YXcDQNA== +vectra@^0.4.4: + version "0.4.4" + resolved "https://registry.yarnpkg.com/vectra/-/vectra-0.4.4.tgz#8f09789c41def2b0ae672ce1512b14bbe831b797" + integrity sha512-SSp/nSC9i2Doh9nHXdDT5lECMy2p++aSHW68Lzgrau+1NeikPtnT0/KlaLIqL3Dq2iKhMf37jGJuKHUvg3hmxQ== dependencies: axios "^1.3.4" cheerio "^1.0.0-rc.12"