diff --git a/package-lock.json b/package-lock.json index 8724e41..a86d970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1378,9 +1378,9 @@ "dev": true }, "@react-native-community/masked-view": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/@react-native-community/masked-view/-/masked-view-0.1.7.tgz", - "integrity": "sha512-9KbP7LTLFz9dx1heURJbO6nuVMdSjDez8znlrUzaB1nUwKVsTTwlKRuHxGUYIIkReLWrJQeCv9tidy+84z2eCw==" + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/@react-native-community/masked-view/-/masked-view-0.1.8.tgz", + "integrity": "sha512-y+mnsPPC4Etzs/waHIC9Pj3DwhVQGqVru0n1KSqHZc0moKNAZ0NRBWYVat9awLIjjVrnepUva/+/bi31T4hR4A==" }, "@react-navigation/core": { "version": "5.3.3", @@ -8585,7 +8585,7 @@ "integrity": "sha512-/VbpIEp8tSNNHIvstuA3Swx610whci1Zpc9mqNkqn14DkMbw+ORviln2u0XyHG1kPvvwTNGZY6QpeFwxYaSdbQ==" }, "react-native-ito-bluetooth": { - "version": "git://github.com/ito-org/react-native-ito-bluetooth.git#98749f93346d070713d8162880279ff558833118", + "version": "git://github.com/ito-org/react-native-ito-bluetooth.git#694927a3843f98b2b4c68c0107fc537a98fb3190", "from": "git://github.com/ito-org/react-native-ito-bluetooth.git#master" }, "react-native-ratings": { @@ -8624,9 +8624,9 @@ "integrity": "sha512-sYBCPYA/NapBSHkdm/IVL4ID3LLlIuLqINi2FBDyMkc2BU9pfSGOtkz9yfxoK39mYJuTrlTOQ7mManARUsYDSA==" }, "react-native-svg": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.0.3.tgz", - "integrity": "sha512-ZuZUHMVpF4AX1pNGvHOCZLUuMC5oG6LQnwImJTRw8avKYhpUQdGDWwqi6YtPfYszKx+DwepFeq1uWlAFMzB4qQ==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.1.0.tgz", + "integrity": "sha512-1g9qBRci7man8QsHoXn6tP3DhCDiypGgc6+AOWq+Sy+PmP6yiyf8VmvKuoqrPam/tf5x+ZaBT2KI0gl7bptZ7w==", "requires": { "css-select": "^2.1.0", "css-tree": "^1.0.0-alpha.39" diff --git a/package.json b/package.json index a6f5e78..eec4dd4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@react-native-community/async-storage": "^1.9.0", - "@react-native-community/masked-view": "^0.1.7", + "@react-native-community/masked-view": "^0.1.8", "@react-navigation/native": "^5.1.5", "@react-navigation/stack": "^5.2.10", "@types/react-native-background-timer": "^2.0.0", @@ -24,11 +24,11 @@ "react-native-elements": "^1.2.7", "react-native-gesture-handler": "^1.6.1", "react-native-get-random-values": "^1.3.1", - "react-native-ito-bluetooth": "git://github.com/ito-org/react-native-ito-bluetooth#master", + "react-native-ito-bluetooth": "git://github.com/ito-org/react-native-ito-bluetooth.git#master", "react-native-reanimated": "^1.8.0", "react-native-safe-area-context": "^0.7.3", "react-native-screens": "^2.4.0", - "react-native-svg": "^12.0.3", + "react-native-svg": "^12.1.0", "react-native-vector-icons": "^6.6.0", "util": "^0.12.2", "uuid": "^7.0.3"