Skip to content

Commit db99d3f

Browse files
fix(react-native): add resolutions to pin brace-expansion to 1.1.13
1 parent 859e33c commit db99d3f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/react-native/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@
5757
"version": "0.0.5",
5858
"private": true,
5959
"name": "@embeddedchat/react-native",
60-
"main": "start-app.js"
60+
"main": "start-app.js",
61+
"resolutions": {
62+
"brace-expansion": "1.1.13"
63+
}
6164
}

0 commit comments

Comments
 (0)