Skip to content

Commit 3ff0483

Browse files
authored
fix: update vulnerable packages (#986)
1 parent 5541144 commit 3ff0483

File tree

3 files changed

+64
-134
lines changed

3 files changed

+64
-134
lines changed

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
44
return {
55
name: 'Chatwoot',
66
slug: process.env.EXPO_PUBLIC_APP_SLUG || 'chatwoot-mobile',
7-
version: '4.3.11',
7+
version: '4.3.12',
88
orientation: 'portrait',
99
icon: './assets/icon.png',
1010
userInterfaceStyle: 'light',

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatwoot/mobile-app",
3-
"version": "4.3.11",
3+
"version": "4.3.12",
44
"scripts": {
55
"start": "expo start --dev-client",
66
"start:production": "expo start --no-dev --minify",
@@ -181,7 +181,12 @@
181181
"ffmpeg-kit-react-native@6.0.2": "patches/ffmpeg-kit-react-native.patch"
182182
},
183183
"overrides": {
184-
"form-data": "^4.0.4"
184+
"form-data": "^4.0.4",
185+
"node-forge": "^1.3.2",
186+
"glob": "^10.5.0",
187+
"markdown-it": "^12.3.2",
188+
"brace-expansion": "^2.0.2",
189+
"js-yaml": "^4.1.1"
185190
}
186191
}
187192
}

0 commit comments

Comments
 (0)