@microsoft/omnichannel-chat-widget 2.0.0-main.851cff5 → 2.0.0-main.e77ec4f

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.
Files changed (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-widget",
3
- "version": "2.0.0-main.851cff5",
3
+ "version": "2.0.0-main.e77ec4f",
4
4
  "description": "Microsoft Omnichannel Chat Widget",
5
5
  "main": "lib/cjs/index.js",
6
6
  "types": "lib/types/index.d.ts",
@@ -72,7 +72,7 @@
72
72
  "@axe-core/react": "^4.10.2",
73
73
  "accessibility-insights-scan": "^3.0.0",
74
74
  "@guidepup/guidepup": "^0.24.1",
75
- "postcss": "^8.3.9",
75
+ "postcss": "8.5.19",
76
76
  "react": "^18.3.1",
77
77
  "react-dom": "^18.3.1",
78
78
  "react-native-web": "^0.21.2",
@@ -93,18 +93,18 @@
93
93
  "@azure/core-tracing": "^1.2.0",
94
94
  "@microsoft/applicationinsights-web": "^3.3.6",
95
95
  "@microsoft/omnichannel-chat-components": "1.2.0",
96
- "@microsoft/omnichannel-chat-sdk": "2.0.0",
96
+ "@microsoft/omnichannel-chat-sdk": "2.0.0-main.2749962",
97
97
  "@opentelemetry/api": "^1.9.0",
98
98
  "abort-controller": "^3",
99
99
  "botframework-webchat": "4.18.1-hotfix.20260308.b15b405",
100
100
  "core-js-pure": "^3.42.0",
101
- "dompurify": "^3.4.12",
101
+ "dompurify": "3.4.13",
102
102
  "markdown-it": "^14.3.0",
103
103
  "markdown-it-attrs": "^4.1.6",
104
104
  "markdown-it-for-inline": "^0.1.1",
105
105
  "md5-typescript": "^1.0.5",
106
106
  "rxjs": "5.5.12",
107
- "sanitize-html": "2.17.6",
107
+ "sanitize-html": "2.17.7",
108
108
  "simple-update-in": "2.2.0",
109
109
  "slack-markdown-it": "^1.0.5"
110
110
  },
@@ -163,7 +163,8 @@
163
163
  "**/@types/minimatch": "3.0.5",
164
164
  "**/@types/trusted-types": "2.0.7",
165
165
  "**/join-images": "1.1.5",
166
- "**/valibot": "1.4.2"
166
+ "**/valibot": "1.4.2",
167
+ "**/nanoid": "3.3.18"
167
168
  },
168
169
  "jest": {
169
170
  "verbose": true,