diff --git a/docs/package.json b/docs/package.json index ffeb2f3f5..772e708d0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -26,7 +26,7 @@ "react-live": "^4.1.3", "react-native": "0.72.4", "react-native-safe-area-context": "4.5.0", - "react-native-svg": "13.9.0", + "react-native-svg": "13.14.0", "react-native-web": "^0.19.8", "remark-emoji": "^4.0.0", "remark-gfm": "^3.0.1", diff --git a/package.json b/package.json index 102e198e6..f28c7ea7b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-native": "0.72.4", "react-native-builder-bob": "^0.21.3", "react-native-safe-area-context": "4.5.0", - "react-native-svg": "13.9.0", + "react-native-svg": "13.14.0", "react-native-web": "^0.19.8", "rimraf": "^5.0.1", "storybook": "^7.4.0", diff --git a/packages/icon/package.json b/packages/icon/package.json index 41f16b2be..f0184d9c6 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -41,7 +41,7 @@ "@types/react": "^18.2.21", "react": "18.2.0", "react-native": "0.72.4", - "react-native-svg": "13.9.0" + "react-native-svg": "13.14.0" }, "peerDependencies": { "@types/react": "^18.2.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index c9b0c5d99..bf02c8045 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -49,7 +49,7 @@ "lodash": "^4.17.21", "react": "18.2.0", "react-native": "0.72.4", - "react-native-svg": "13.9.0", + "react-native-svg": "13.14.0", "svgo": "^3.0.2", "yargs": "^17.7.2" }, diff --git a/packages/progress-indicators/package.json b/packages/progress-indicators/package.json index 358d5c82b..dc4af9dcb 100644 --- a/packages/progress-indicators/package.json +++ b/packages/progress-indicators/package.json @@ -43,7 +43,7 @@ "@types/react": "^18.2.21", "react": "18.2.0", "react-native": "0.72.4", - "react-native-svg": "13.9.0" + "react-native-svg": "13.14.0" }, "peerDependencies": { "@types/react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 9e15bda4e..097e4f0a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14946,10 +14946,10 @@ react-native-safe-area-context@4.5.0: resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz#9208313236e8f49e1920ac1e2a2c975f03aed284" integrity sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ== -react-native-svg@13.9.0: - version "13.9.0" - resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.9.0.tgz#8df8a690dd00362601f074dec5d3a86dd0f99c7f" - integrity sha512-Ey18POH0dA0ob/QiwCBVrxIiwflhYuw0P0hBlOHeY4J5cdbs8ngdKHeWC/Kt9+ryP6fNoEQ1PUgPYw2Bs/rp5Q== +react-native-svg@13.14.0: + version "13.14.0" + resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.14.0.tgz#879930cfe10e877e51ebb77dfcc2cd65fc6b0d21" + integrity sha512-27ZnxUkHgWICimhuj6MuqBkISN53lVvgWJB7pIypjXysAyM+nqgQBPh4vXg+7MbqLBoYvR4PiBgKfwwGAqVxHg== dependencies: css-select "^5.1.0" css-tree "^1.1.3"