From 0520d0e119263460e40e87e9942c4859f5b829d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:35:11 +0000 Subject: [PATCH] chore(deps): update dependency react-native-svg to v13.13.0 --- docs/package.json | 2 +- package.json | 2 +- packages/icon/package.json | 2 +- packages/icons/package.json | 2 +- packages/progress-indicators/package.json | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/package.json b/docs/package.json index 8244870e7..4d91e605b 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.13.0", "react-native-web": "^0.19.8", "remark-emoji": "^3.1.2", "remark-gfm": "^3.0.1", diff --git a/package.json b/package.json index 3604581ed..7e8bf86ec 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-native": "0.72.4", "react-native-builder-bob": "^0.20.4", "react-native-safe-area-context": "4.5.0", - "react-native-svg": "13.9.0", + "react-native-svg": "13.13.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..0ab6d1e14 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.13.0" }, "peerDependencies": { "@types/react": "^18.2.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index 948107181..13183b658 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.13.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..ebc332315 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.13.0" }, "peerDependencies": { "@types/react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index f716e4518..5ba38de39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14984,10 +14984,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.13.0: + version "13.13.0" + resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.13.0.tgz#23dedb4594dcc44128d63fa5b13c49534187fef5" + integrity sha512-L8y8uEiMG0Tr++Nb2+24wlMuv18+bmq/CMoFFtTUlEqVvGCoK2ea8WamPl/9bV8gjL+Rngg5NqEBvKS23sbYoA== dependencies: css-select "^5.1.0" css-tree "^1.1.3"