Skip to content

Commit 24b7a65

Browse files
Merge branch 'dmceachernmsft/ubuntu-test' of https://github.com/Azure/communication-ui-library into dmceachernmsft/ubuntu-test
2 parents 1a88cad + 598ba58 commit 24b7a65

15 files changed

+110
-39
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "prerelease",
3+
"area": "improvement",
4+
"workstream": "Updating test server dependencies",
5+
"comment": "updating express to 4.21.2 so we can fix a dependnecy issue with path-to-regexp",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}

common/config/rush/pnpm-lock.yaml

+47-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/variants/stable/pnpm-lock.yaml

+51-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-composites/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"eslint-plugin-react-hooks": "^4.6.2",
127127
"eslint-plugin-react": "^7.37.2",
128128
"eslint": "^8.57.0",
129-
"express": "^4.21.1",
129+
"express": "^4.21.2",
130130
"fs-extra": "^10.1.0",
131131
"html-webpack-plugin": "^5.3.1",
132132
"husky": "^8.0.3",

samples/Server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"cors": "^2.8.5",
3232
"debug": "^2.6.9",
3333
"eslint-plugin-header": "^3.1.0",
34-
"express": "^4.21.1",
34+
"express": "^4.21.2",
3535
"http-errors": "^1.6.3",
3636
"morgan": "^1.9.1",
3737
"node-fetch": "2.6.7",

samples/tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dotenv": "^10.0.0",
3535
"env-cmd": "^10.1.0",
3636
"if-env": "^1.0.4",
37-
"express": "^4.21.1",
37+
"express": "^4.21.2",
3838
"rimraf": "^2.6.2",
3939
"typescript": "5.4.5",
4040
"path": "0.12.7"

0 commit comments

Comments
 (0)