@microsoft/teamsfx 2.3.1-beta.2024012307.0 → 2.3.1-rc-hotfix.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "2.3.1-beta.2024012307.0",
3
+ "version": "2.3.1-rc-hotfix.0",
4
4
  "description": "Microsoft Teams Framework for Node.js and browser.",
5
5
  "main": "dist/index.node.cjs.js",
6
6
  "browser": "dist/index.esm2017.js",
@@ -49,13 +49,13 @@
49
49
  "@azure/identity": "^2.0.1",
50
50
  "@azure/msal-browser": "^3.0.2",
51
51
  "@azure/msal-node": "^1.14.6",
52
- "@microsoft/adaptivecards-tools": "1.3.2",
52
+ "@microsoft/adaptivecards-tools": "1.3.3-rc-hotfix.0",
53
53
  "@microsoft/microsoft-graph-client": "^3.0.7",
54
- "axios": "^1.6.2",
55
- "botbuilder": "^4.21.2",
56
- "botbuilder-dialogs": "^4.21.2",
57
- "botframework-connector": "^4.21.2",
58
- "botframework-schema": "^4.21.2",
54
+ "axios": "^1.6.7",
55
+ "botbuilder": "^4.22.1",
56
+ "botbuilder-dialogs": "^4.22.1",
57
+ "botframework-connector": "^4.22.1",
58
+ "botframework-schema": "^4.22.1",
59
59
  "jwt-decode": "^3.1.2",
60
60
  "tedious": "^14.3.0",
61
61
  "uuid": "^8.3.2"
@@ -88,7 +88,7 @@
88
88
  "adm-zip": "^0.5.9",
89
89
  "assertion-error": "^2.0.0",
90
90
  "axios-mock-adapter": "^1.20.0",
91
- "botbuilder-core": "^4.21.2",
91
+ "botbuilder-core": "^4.22.1",
92
92
  "chai": "^4.3.4",
93
93
  "chai-as-promised": "^7.1.1",
94
94
  "check-error": "^2.0.0",
@@ -101,7 +101,7 @@
101
101
  "eslint-plugin-no-secrets": "^0.8.9",
102
102
  "eslint-plugin-prettier": "^4.0.0",
103
103
  "get-func-name": "^2.0.0",
104
- "got": "^11.8.2",
104
+ "got": "^11.8.5",
105
105
  "isomorphic-fetch": "^3.0.0",
106
106
  "jwt-builder": "^1.1.0",
107
107
  "karma": "^6.3.8",
@@ -141,7 +141,7 @@
141
141
  "webpack": "^5.62.1",
142
142
  "yargs": "^17.2.1"
143
143
  },
144
- "gitHead": "7f746d518b55c5ae55f58a85eaa9026fc244758f",
144
+ "gitHead": "572fb872642bf7bd91bf80023923a004f1b8002a",
145
145
  "publishConfig": {
146
146
  "access": "public"
147
147
  },