diff --git a/package-lock.json b/package-lock.json index 7cf362079..fb68b57ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@react-native-vector-icons/fontawesome": "12.4.2", "@react-native-vector-icons/fontawesome6": "12.3.2", "@react-native-vector-icons/ionicons": "12.4.2", - "@react-native-vector-icons/material-design-icons": "12.4.2", + "@react-native-vector-icons/material-design-icons": "12.5.0", "@react-native-vector-icons/material-icons": "12.4.2", "@react-native/babel-preset": "0.83.1", "@react-native/codegen": "0.83.1", @@ -3793,12 +3793,12 @@ } }, "node_modules/@react-native-vector-icons/material-design-icons": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@react-native-vector-icons/material-design-icons/-/material-design-icons-12.4.2.tgz", - "integrity": "sha512-hbXqaAJ4U0jyo6KrqHAqsM8BUFRTa4Nd5oUhbEtobPTFKwUzvZSzwRD782c7DGg4KWwgPNN35WMZpXnD1zBGuA==", + "version": "12.5.0", + "resolved": "https://registry.npmjs.org/@react-native-vector-icons/material-design-icons/-/material-design-icons-12.5.0.tgz", + "integrity": "sha512-Ltmmlw/vslDfFnmi8aKE+QoSyppi+tLNQFCqsa5YIPBwKCMaRPnoN0MZtc8CVFC8Y61CTTcmAgG+cvzw3zwLiA==", "license": "MIT", "dependencies": { - "@react-native-vector-icons/common": "^12.4.1" + "@react-native-vector-icons/common": "^12.4.2" }, "engines": { "node": ">= 18.0.0" diff --git a/package.json b/package.json index d5b47c6a1..b4b499cc2 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@react-native-vector-icons/fontawesome": "12.4.2", "@react-native-vector-icons/fontawesome6": "12.3.2", "@react-native-vector-icons/ionicons": "12.4.2", - "@react-native-vector-icons/material-design-icons": "12.4.2", + "@react-native-vector-icons/material-design-icons": "12.5.0", "@react-native-vector-icons/material-icons": "12.4.2", "@react-native/babel-preset": "0.83.1", "@react-native/codegen": "0.83.1",