Skip to content

Commit 4815676

Browse files
chore(deps): update dependency open to v10.2.0
1 parent 0d5c981 commit 4815676

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"jison": "^0.4.18",
5959
"mocha": "11.1.0",
6060
"mocha.parallel": "0.15.6",
61-
"open": "10.1.1",
61+
"open": "10.2.0",
6262
"prettier": "3.5.3",
6363
"react-native-fetch-blob": "^0.10.8",
6464
"react-native-fs": "^2.20.0",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,15 +1169,15 @@ once@^1.3.0:
11691169
dependencies:
11701170
wrappy "1"
11711171

1172-
open@10.1.1:
1173-
version "10.1.1"
1174-
resolved "https://registry.yarnpkg.com/open/-/open-10.1.1.tgz#5fd814699e47ae3e1a09962d39f4f4441cae6c22"
1175-
integrity sha512-zy1wx4+P3PfhXSEPJNtZmJXfhkkIaxU1VauWIrDZw1O7uJRDRJtKr9n3Ic4NgbA16KyOxOXO2ng9gYwCdXuSXA==
1172+
open@10.2.0:
1173+
version "10.2.0"
1174+
resolved "https://registry.yarnpkg.com/open/-/open-10.2.0.tgz#b9d855be007620e80b6fb05fac98141fe62db73c"
1175+
integrity sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==
11761176
dependencies:
11771177
default-browser "^5.2.1"
11781178
define-lazy-prop "^3.0.0"
11791179
is-inside-container "^1.0.0"
1180-
is-wsl "^3.1.0"
1180+
wsl-utils "^0.1.0"
11811181

11821182
p-cancelable@^4.0.1:
11831183
version "4.0.1"
@@ -1526,6 +1526,13 @@ wrappy@1:
15261526
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
15271527
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
15281528

1529+
wsl-utils@^0.1.0:
1530+
version "0.1.0"
1531+
resolved "https://registry.yarnpkg.com/wsl-utils/-/wsl-utils-0.1.0.tgz#8783d4df671d4d50365be2ee4c71917a0557baab"
1532+
integrity sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==
1533+
dependencies:
1534+
is-wsl "^3.1.0"
1535+
15291536
y18n@^5.0.5:
15301537
version "5.0.8"
15311538
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"

0 commit comments

Comments
 (0)