@microsoft/teamsfx 2.3.3-alpha.fa1ce1fbb.0 → 2.3.3-alpha.fe2e47f9c.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.3-alpha.fa1ce1fbb.0",
3
+ "version": "2.3.3-alpha.fe2e47f9c.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",
@@ -48,13 +48,14 @@
48
48
  "@azure/identity": "^2.0.1",
49
49
  "@azure/msal-browser": "^3.0.2",
50
50
  "@azure/msal-node": "^1.14.6",
51
- "@microsoft/adaptivecards-tools": "1.3.5-alpha.fa1ce1fbb.0",
52
51
  "@microsoft/microsoft-graph-client": "^3.0.7",
53
- "axios": "^1.6.8",
54
- "botbuilder": "^4.22.1",
55
- "botbuilder-dialogs": "^4.22.1",
56
- "botframework-connector": "^4.22.1",
57
- "botframework-schema": "^4.22.1",
52
+ "adaptive-expressions": "^4.22.3",
53
+ "adaptivecards-templating": "^2.3.1",
54
+ "axios": "^1.7.5",
55
+ "botbuilder": "^4.22.3",
56
+ "botbuilder-dialogs": "^4.22.3",
57
+ "botframework-connector": "^4.22.3",
58
+ "botframework-schema": "^4.22.3",
58
59
  "jwt-decode": "^3.1.2",
59
60
  "tedious": "^14.3.0",
60
61
  "uuid": "^8.3.2"
@@ -86,13 +87,14 @@
86
87
  "adm-zip": "^0.5.9",
87
88
  "assertion-error": "^2.0.0",
88
89
  "axios-mock-adapter": "^1.20.0",
89
- "botbuilder-core": "^4.22.1",
90
+ "botbuilder-core": "^4.22.3",
90
91
  "chai": "^4.3.4",
91
92
  "chai-as-promised": "^7.1.1",
92
93
  "check-error": "^2.0.0",
93
94
  "deep-eql": "^4.1.3",
94
95
  "diff": "^5.1.0",
95
96
  "dotenv": "^10.0.0",
97
+ "escape-html": "^1.0.3",
96
98
  "eslint": "^8.1.0",
97
99
  "eslint-plugin-header": "^3.1.1",
98
100
  "eslint-plugin-import": "^2.25.2",
@@ -139,7 +141,7 @@
139
141
  "webpack": "^5.62.1",
140
142
  "yargs": "^17.2.1"
141
143
  },
142
- "gitHead": "52356433f95ca48627c9be9d3b74029652b081d5",
144
+ "gitHead": "147bc439482abb020925ea883fb262d88d655409",
143
145
  "publishConfig": {
144
146
  "access": "public"
145
147
  },