Skip to content

Commit

Permalink
[JS] bump: (deps): Bump the production group in /js with 3 updates
Browse files Browse the repository at this point in the history
Bumps the production group in /js with 3 updates: [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js), [openai](https://github.com/openai/openai-node) and [dotenv](https://github.com/motdotla/dotenv).


Updates `@azure/msal-node` from 2.6.3 to 2.6.4
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.6.3...msal-node-v2.6.4)

Updates `openai` from 4.27.0 to 4.28.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.27.0...v4.28.0)

Updates `dotenv` from 16.4.2 to 16.4.5
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.2...v16.4.5)

---
updated-dependencies:
- dependency-name: "@azure/msal-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent 5e693b0 commit 0366c6a
Show file tree
Hide file tree
Showing 21 changed files with 35 additions and 40 deletions.
4 changes: 2 additions & 2 deletions js/packages/teams-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@azure/msal-node": "^2.6.3",
"@azure/msal-node": "^2.6.4",
"axios": "^1.6.7",
"botbuilder": "^4.22.1",
"botbuilder-dialogs": "^4.22.1",
"gpt-3-encoder": "^1.1.4",
"json-colorizer": "^2.2.2",
"jsonschema": "1.4.1",
"openai": "^4.27.0",
"openai": "^4.28.0",
"uuid": "^9.0.1",
"yaml": "^2.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion js/samples/01.messaging.a.echoBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"botbuilder": "^4.22.1",
"@microsoft/teams-ai": "~1.1.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"botbuilder": "^4.22.1",
"@microsoft/teams-ai": "~1.1.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0",
"axios": "^1.6.7"
Expand Down
2 changes: 1 addition & 1 deletion js/samples/03.adaptiveCards.a.typeAheadBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"botbuilder": "^4.22.1",
"@microsoft/teams-ai": "~1.1.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0",
"axios": "^1.6.7"
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai.a.teamsChefBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@microsoft/teams-ai": "~1.1.0",
"@microsoft/teamsfx": "^2.3.0",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0",
"vectra": "^0.5.5"
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai.b.messageExtensions.AI-ME/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"botbuilder": "^4.22.1",
"@microsoft/teams-ai": "~1.1.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai.c.actionMapping.lightBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"botbuilder": "^4.22.1",
"@microsoft/teams-ai": "~1.1.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai.d.chainedActions.listBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@microsoft/teams-ai": "~1.1.0",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai.e.chainedActions.devOpsBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"botbuilder": "^4.22.1",
"@microsoft/teams-ai": "~1.1.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai.f.vision.cardGazer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@microsoft/teams-ai": "~1.1.0",
"@microsoft/teamsfx": "^2.3.0",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.e.twentyQuestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"botbuilder": "^4.22.1",
"@microsoft/teams-ai": "~1.1.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion js/samples/05.chatModeration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@microsoft/teams-ai": "~1.1.0",
"axios": "^1.6.7",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"replace": "~1.2.0",
"restify": "~11.1.0"
Expand Down
2 changes: 1 addition & 1 deletion js/samples/06.assistants.a.mathBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@microsoft/teams-ai": "~1.1.0",
"axios": "^1.6.7",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"replace": "~1.2.0",
"restify": "~11.1.0"
Expand Down
2 changes: 1 addition & 1 deletion js/samples/06.assistants.b.orderBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@microsoft/teams-ai": "~1.1.0",
"axios": "^1.6.7",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"replace": "~1.2.0",
"restify": "~11.1.0"
Expand Down
2 changes: 1 addition & 1 deletion js/samples/06.auth.oauth.adaptiveCard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@microsoft/microsoft-graph-client": "^3.0.7",
"@microsoft/teams-ai": "~1.1.0",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"isomorphic-fetch": "^3.0.0",
"replace": "~1.2.0",
"restify": "~11.1.0"
Expand Down
2 changes: 1 addition & 1 deletion js/samples/06.auth.oauth.bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@microsoft/teams-ai": "~1.1.0",
"botbuilder": "^4.22.1",
"botbuilder-dialogs": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion js/samples/06.auth.oauth.messageExtension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@microsoft/microsoft-graph-client": "^3.0.7",
"@microsoft/teams-ai": "~1.1.0",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"isomorphic-fetch": "^3.0.0",
"replace": "~1.2.0",
"restify": "~11.1.0"
Expand Down
2 changes: 1 addition & 1 deletion js/samples/06.auth.teamsSSO.bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@microsoft/teams-ai": "~1.1.0",
"botbuilder": "^4.22.1",
"botbuilder-dialogs": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0",
"shx": "^0.3.4"
Expand Down
2 changes: 1 addition & 1 deletion js/samples/06.auth.teamsSSO.messageExtension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@microsoft/teams-ai": "~1.1.0",
"botbuilder": "^4.22.1",
"botbuilder-azure-blobs": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"isomorphic-fetch": "^3.0.0",
"replace": "~1.2.0",
"restify": "~11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/07.whoBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@microsoft/teams-ai": "~1.1.0",
"botbuilder": "^4.22.1",
"botbuilder-dialogs": "^4.22.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
"restify": "~11.1.0"
},
Expand Down
33 changes: 14 additions & 19 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@
resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-13.3.1.tgz#012465bf940d12375dc47387b754ccf9d6b92180"
integrity sha512-Lrk1ozoAtaP/cp53May3v6HtcFSVxdFrg2Pa/1xu5oIvsIwhxW6zSPibKefCOVgd5osgykMi5jjcZHv8XkzZEQ==

"@azure/[email protected].0":
version "14.7.0"
resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-14.7.0.tgz#29e6f6ae9cb4c32dc4eeba13c3eb59078c4fb487"
integrity sha512-WexujW5jKWib7xtIxR7fEVyd5xcA3FNwenELy2HO4YC/ivTFdsEcDhtpKQuRUHqXRwxoqBblyZzTAhBm4v6fHA==
"@azure/[email protected].1":
version "14.7.1"
resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-14.7.1.tgz#b13443fbacc87ce2019a91e81a6582ea73847c75"
integrity sha512-v96btzjM7KrAu4NSEdOkhQSTGOuNUIIsUdB8wlyB9cdgl5KqEKnTonHUZ8+khvZ6Ap542FCErbnTyDWl8lZ2rA==

"@azure/msal-common@^7.0.0":
version "7.6.0"
Expand All @@ -248,12 +248,12 @@
jsonwebtoken "^9.0.0"
uuid "^8.3.0"

"@azure/msal-node@^2.6.3":
version "2.6.3"
resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-2.6.3.tgz#16a74b207099fe982f686367bc34ffb9f1d5e790"
integrity sha512-ojjJqUwb297T5Tcln4PbJANFEqRXfbQXcyOrtdr1HQYIo+dSuCT/o0nG6bFVihf6fcNykDwJLCQPVXzTkx/oGg==
"@azure/msal-node@^2.6.4":
version "2.6.4"
resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-2.6.4.tgz#457bd86a52461178ab2d1ba3d9d6705d95b2186e"
integrity sha512-nNvEPx009/80UATCToF+29NZYocn01uKrB91xtFr7bSqkqO1PuQGXRyYwryWRztUrYZ1YsSbw9A+LmwOhpVvcg==
dependencies:
"@azure/msal-common" "14.7.0"
"@azure/msal-common" "14.7.1"
jsonwebtoken "^9.0.0"
uuid "^8.3.0"

Expand Down Expand Up @@ -3702,12 +3702,7 @@ dot-prop@^4.2.1:
dependencies:
is-obj "^1.0.0"

dotenv@*, dotenv@^16.4.2:
version "16.4.2"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.2.tgz#7ca798f89ae2011846bbdbf6470785307754120d"
integrity sha512-rZSSFxke7d9nYQ5NeMIwp5PP+f8wXgKNljpOb7KtH6SKW1cEqcXAz9VSJYVLKe7Jhup/gUYOkaeSVyK8GJ+nBg==

dotenv@^16.4.1:
dotenv@*, dotenv@^16.4.5:
version "16.4.5"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
Expand Down Expand Up @@ -7281,10 +7276,10 @@ openai@^3.2.1:
axios "^0.26.0"
form-data "^4.0.0"

openai@^4.27.0:
version "4.27.0"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.27.0.tgz#4ada66a19c369b202e8a939b8bd287e4dca036f4"
integrity sha512-j1ZEx9NiBpm31rxWqQTjQt1QvH/8001xHsc/pRoPjkRDYWONCb+qkR6L9C7Wl6ar72Mz1ybtn1bv6fqAoTPlKw==
openai@^4.28.0:
version "4.28.0"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.28.0.tgz#ded00e3d98c25758b5406c9675ec27a957e00930"
integrity sha512-JM8fhcpmpGN0vrUwGquYIzdcEQHtFuom6sRCbbCM6CfzZXNuRk33G7KfeRAIfnaCxSpzrP5iHtwJzIm6biUZ2Q==
dependencies:
"@types/node" "^18.11.18"
"@types/node-fetch" "^2.6.4"
Expand Down

0 comments on commit 0366c6a

Please sign in to comment.