Skip to content

Commit 68d579b

Browse files
committed
Bump React Native CLI packages to the version that fixes CVE-2025-11953
1 parent 7caa0f6 commit 68d579b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@babel/core": "^7.25.2",
1818
"@babel/preset-env": "^7.25.3",
1919
"@babel/runtime": "^7.25.0",
20-
"@react-native-community/cli": "18.0.0",
21-
"@react-native-community/cli-platform-android": "18.0.0",
22-
"@react-native-community/cli-platform-ios": "18.0.0",
20+
"@react-native-community/cli": "18.0.1",
21+
"@react-native-community/cli-platform-android": "18.0.1",
22+
"@react-native-community/cli-platform-ios": "18.0.1",
2323
"@react-native/babel-preset": "0.79.7",
2424
"@react-native/eslint-config": "0.79.7",
2525
"@react-native/metro-config": "0.79.7",
@@ -36,4 +36,4 @@
3636
"engines": {
3737
"node": ">=18"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)