diff options
-rw-r--r-- | package.json | 4 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 5009428ee..00921d7a6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "engines": { "node": ">=20" }, - "packageManager": "yarn@1.22.19", + "packageManager": "yarn@1.22.22", "scripts": { "prepare": "is-ci || husky install", "postinstall": "patch-package && yarn intl:compile", @@ -121,7 +121,7 @@ "eventemitter3": "^5.0.1", "expo": "~52.0.19", "expo-application": "^6.0.1", - "expo-blur": "^14.0.1", + "expo-blur": "^14.0.3", "expo-build-properties": "^0.13.1", "expo-camera": "~16.0.7", "expo-clipboard": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 0c5a08c02..ac3fb5581 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10507,10 +10507,10 @@ expo-asset@~11.0.1: invariant "^2.2.4" md5-file "^3.2.3" -expo-blur@^14.0.1: - version "14.0.1" - resolved "https://registry.yarnpkg.com/expo-blur/-/expo-blur-14.0.1.tgz#4bdbec43b5015891990e78d31d8ff2f1f5d27464" - integrity sha512-3Q6jFBLbY8n2vwk28ycUC+eIlVhnlqwkXUKk/Lfaj+SGV3AZMQyrixe7OYwJdUfwqETBrnYYMB6uNrJzOSbG+g== +expo-blur@^14.0.3: + version "14.0.3" + resolved "https://registry.yarnpkg.com/expo-blur/-/expo-blur-14.0.3.tgz#656d6b2442bfbbfb2a6608c6bc1151b29bce6698" + integrity sha512-BL3xnqBJbYm3Hg9t/HjNjdeY7N/q8eK5tsLYxswWG1yElISWZmMvrXYekl7XaVCPfyFyz8vQeaxd7q74ZY3Wrw== expo-build-properties@^0.13.1: version "0.13.1" |