Skip to content

Commit d136cd6

Browse files
Bump json5 from 2.1.2 to 2.2.3
Bumps [json5](https://github.com/json5/json5) from 2.1.2 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.1.2...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a75c20b commit d136cd6

File tree

2 files changed

+168
-13
lines changed

2 files changed

+168
-13
lines changed

package-lock.json

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 165 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,25 @@
10361036
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.0.0.tgz#ae9a430f2c5795debca491f15a989fce86ea75a0"
10371037
integrity sha512-GLhSN8dRt4lpixPQh+8prSCy6PYk/MT/mvji/ojAd5yshowDo6HFsimCSTD/uWAdjpUq91XK9tVdTNWfGRlKQA==
10381038

1039+
"@react-navigation/core@~3.4.1":
1040+
version "3.4.2"
1041+
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-3.4.2.tgz#bec563e94fde40fbab3730cdc97f22afbb2a1498"
1042+
integrity sha512-7G+iDzLSTeOUU4vVZeRZKJ+Bd7ds7ZxYNqZcB8i0KlBeQEQfR74Ounfu/p0KIEq2RiNnaE3QT7WVP3C87sebzw==
1043+
dependencies:
1044+
hoist-non-react-statics "^3.3.0"
1045+
path-to-regexp "^1.7.0"
1046+
query-string "^6.4.2"
1047+
react-is "^16.8.6"
1048+
1049+
"@react-navigation/native@~3.5.0":
1050+
version "3.5.0"
1051+
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-3.5.0.tgz#f5d16e0845ac26d1147d1caa481f18a00740e7ae"
1052+
integrity sha512-TmGOis++ejEXG3sqNJhCSKqB0/qLu3FQgDtO959qpqif36R/diR8SQwJqeSdofoEiK3CepdhFlTCeHdS1/+MsQ==
1053+
dependencies:
1054+
hoist-non-react-statics "^3.0.1"
1055+
react-native-safe-area-view "^0.14.1"
1056+
react-native-screens "^1.0.0 || ^1.0.0-alpha"
1057+
10391058
"@sinonjs/commons@^1.7.0":
10401059
version "1.7.1"
10411060
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.1.tgz#da5fd19a5f71177a53778073978873964f49acf1"
@@ -2120,6 +2139,11 @@ dayjs@^1.8.15:
21202139
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.23.tgz#07b5a8e759c4d75ae07bdd0ad6977f851c01e510"
21212140
integrity sha512-NmYHMFONftoZbeOhVz6jfiXI4zSiPN6NoVWJgC0aZQfYVwzy/ZpESPHuCcI0B8BUMpSJQ08zenHDbofOLKq8hQ==
21222141

2142+
debounce@^1.2.0:
2143+
version "1.2.1"
2144+
resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5"
2145+
integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==
2146+
21232147
[email protected], debug@^2.2.0, debug@^2.3.3:
21242148
version "2.6.9"
21252149
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -2837,6 +2861,11 @@ fill-range@^7.0.1:
28372861
dependencies:
28382862
to-regex-range "^5.0.1"
28392863

2864+
filter-obj@^1.1.0:
2865+
version "1.1.0"
2866+
resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b"
2867+
integrity sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==
2868+
28402869
28412870
version "1.1.2"
28422871
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -3138,6 +3167,18 @@ has@^1.0.3:
31383167
dependencies:
31393168
function-bind "^1.1.1"
31403169

3170+
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
3171+
version "2.5.5"
3172+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
3173+
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
3174+
3175+
hoist-non-react-statics@^3.0.1, hoist-non-react-statics@^3.3.0:
3176+
version "3.3.2"
3177+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
3178+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
3179+
dependencies:
3180+
react-is "^16.7.0"
3181+
31413182
hosted-git-info@^2.1.4:
31423183
version "2.8.8"
31433184
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
@@ -3292,7 +3333,7 @@ internal-slot@^1.0.2:
32923333
has "^1.0.3"
32933334
side-channel "^1.0.2"
32943335

3295-
invariant@^2.2.4:
3336+
invariant@^2.2.2, invariant@^2.2.4:
32963337
version "2.2.4"
32973338
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
32983339
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -3511,6 +3552,11 @@ is-wsl@^2.1.1:
35113552
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.1.1.tgz#4a1c152d429df3d441669498e2486d3596ebaf1d"
35123553
integrity sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog==
35133554

3555+
3556+
version "0.0.1"
3557+
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
3558+
integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
3559+
35143560
[email protected], isarray@~1.0.0:
35153561
version "1.0.0"
35163562
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -4134,11 +4180,9 @@ json-stringify-safe@~5.0.1:
41344180
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
41354181

41364182
json5@^2.1.2:
4137-
version "2.1.2"
4138-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e"
4139-
integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ==
4140-
dependencies:
4141-
minimist "^1.2.5"
4183+
version "2.2.3"
4184+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
4185+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
41424186

41434187
jsonfile@^2.1.0:
41444188
version "2.4.0"
@@ -5244,6 +5288,13 @@ path-parse@^1.0.6:
52445288
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
52455289
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
52465290

5291+
path-to-regexp@^1.7.0:
5292+
version "1.8.0"
5293+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
5294+
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
5295+
dependencies:
5296+
isarray "0.0.1"
5297+
52475298
path-type@^2.0.0:
52485299
version "2.0.0"
52495300
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -5394,6 +5445,15 @@ prompts@^2.0.1:
53945445
kleur "^3.0.3"
53955446
sisteransi "^1.0.4"
53965447

5448+
prop-types@^15.5.10, prop-types@^15.6.1:
5449+
version "15.8.1"
5450+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
5451+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
5452+
dependencies:
5453+
loose-envify "^1.4.0"
5454+
object-assign "^4.1.1"
5455+
react-is "^16.13.1"
5456+
53975457
prop-types@^15.6.2, prop-types@^15.7.2:
53985458
version "15.7.2"
53995459
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
@@ -5431,6 +5491,16 @@ qs@~6.5.2:
54315491
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
54325492
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
54335493

5494+
query-string@^6.4.2:
5495+
version "6.14.1"
5496+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a"
5497+
integrity sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==
5498+
dependencies:
5499+
decode-uri-component "^0.2.0"
5500+
filter-obj "^1.1.0"
5501+
split-on-first "^1.0.0"
5502+
strict-uri-encode "^2.0.0"
5503+
54345504
range-parser@~1.2.1:
54355505
version "1.2.1"
54365506
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
@@ -5449,11 +5519,51 @@ react-devtools-core@^3.6.0:
54495519
shell-quote "^1.6.1"
54505520
ws "^3.3.1"
54515521

5452-
react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
5522+
react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
54535523
version "16.13.1"
54545524
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
54555525
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
54565526

5527+
react-lifecycles-compat@^3.0.4:
5528+
version "3.0.4"
5529+
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
5530+
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
5531+
5532+
5533+
version "1.3.0"
5534+
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.3.0.tgz#d0386f565928ccc1849537f03f2e37fd5f6ad43f"
5535+
integrity sha512-ASRFIXBuKRvqlmwkWJhV8yP2dTpvcqVrLNpd7FKVBFHYWr6SAxjGyO9Ik8w1lAxDhMlRP2IcJ9p9eq5X2WWeLQ==
5536+
dependencies:
5537+
hoist-non-react-statics "^2.3.1"
5538+
invariant "^2.2.2"
5539+
prop-types "^15.5.10"
5540+
5541+
5542+
version "1.4.0"
5543+
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.4.0.tgz#7f1acbf9be08492d834f512700570978052be2f9"
5544+
integrity sha512-tO7nSNNP+iRLVbkcSS5GXyDBb7tSI02+XuRL3/S39EAr35rnvUy2JfeLUQG+fWSObJjnMVhasUDEUwlENk8IXw==
5545+
5546+
react-native-safe-area-view@^0.14.1:
5547+
version "0.14.9"
5548+
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.14.9.tgz#90ee8383037010d9a5055a97cf97e4c1da1f0c3d"
5549+
integrity sha512-WII/ulhpVyL/qbYb7vydq7dJAfZRBcEhg4/UWt6F6nAKpLa3gAceMOxBxI914ppwSP/TdUsandFy6lkJQE0z4A==
5550+
dependencies:
5551+
hoist-non-react-statics "^2.3.1"
5552+
5553+
"react-native-screens@^1.0.0 || ^1.0.0-alpha":
5554+
version "1.0.0-alpha.23"
5555+
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.23.tgz#25d7ea4d11bda4fcde2d1da7ae50271c6aa636e0"
5556+
integrity sha512-tOxHGQUN83MTmQB4ghoQkibqOdGiX4JQEmeyEv96MKWO/x8T2PJv84ECUos9hD3blPRQwVwSpAid1PPPhrVEaw==
5557+
dependencies:
5558+
debounce "^1.2.0"
5559+
5560+
react-native-tab-view@^1.2.0, react-native-tab-view@^1.4.1:
5561+
version "1.4.1"
5562+
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-1.4.1.tgz#f113cd87485808f0c991abec937f70fa380478b9"
5563+
integrity sha512-Bke8KkDcDhvB/z0AS7MnQKMD2p6Kwfc1rSKlMOvg9CC5CnClQ2QEnhPSbwegKDYhUkBI92iH/BYy7hNSm5kbUQ==
5564+
dependencies:
5565+
prop-types "^15.6.1"
5566+
54575567
54585568
version "0.60.0"
54595569
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.60.0.tgz#f5302b6efe797c5f5fbdfebaba2ff174fc433890"
@@ -5486,6 +5596,44 @@ [email protected]:
54865596
stacktrace-parser "^0.1.3"
54875597
whatwg-fetch "^3.0.0"
54885598

5599+
react-navigation-drawer@~1.2.1:
5600+
version "1.2.1"
5601+
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-1.2.1.tgz#7bd5efeee7d2f611d3ebb0933e0c8e8eb7cafe52"
5602+
integrity sha512-T2kaBjY2c4/3I6noWFnaf/c18ntNH5DsST38i+pdc2NPxn5Yi5lkK+ZZTeKuHSFD4a7G0jWY9OGf1iRkHWLMAQ==
5603+
dependencies:
5604+
react-native-tab-view "^1.2.0"
5605+
5606+
react-navigation-hooks@^1.0.1:
5607+
version "1.1.0"
5608+
resolved "https://registry.yarnpkg.com/react-navigation-hooks/-/react-navigation-hooks-1.1.0.tgz#337c41a50ebc7b9030bb9d9333cd4fd6e1f86b68"
5609+
integrity sha512-ZY/aiYJ88KXaOo8iOa4171O/0x6ztGhUPd2OYzdaJhLT/tP64zi5HB/RZFImuKhaBTODXjoSpFaOTA5xpePG4g==
5610+
5611+
react-navigation-stack@~1.4.0:
5612+
version "1.4.0"
5613+
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.4.0.tgz#69cdb029ea4ee5877d7e933b3117dc90bc841eb2"
5614+
integrity sha512-zEe9wCA0Ot8agarYb//0nSWYW1GM+1R0tY/nydUV0EizeJ27At0EklYVWvYEuYU6C48va6cu8OPL7QD/CcJACw==
5615+
5616+
react-navigation-tabs@~1.1.4:
5617+
version "1.1.4"
5618+
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-1.1.4.tgz#00a312250df3c519c60b7815a523ace5ee11163a"
5619+
integrity sha512-py2hLCRxPwXOzmY1W9XcY1rWXxdK6RGW/aXh56G9gIf8cpHNDhy/bJV4e46/JrVcse3ybFaN0liT09/DM/NdwQ==
5620+
dependencies:
5621+
hoist-non-react-statics "^2.5.0"
5622+
prop-types "^15.6.1"
5623+
react-lifecycles-compat "^3.0.4"
5624+
react-native-tab-view "^1.4.1"
5625+
5626+
5627+
version "3.11.0"
5628+
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-3.11.0.tgz#2c82217c452d07d8b9b0929bc7e77e2bcfaf9388"
5629+
integrity sha512-wlPcDtNiIdPeYxNQ/MN4arY5Xe9EphD2QVpRuvvuPWW+BamF3AJaIy060r3Yz59DODAoWllscabat/yqnih8Tg==
5630+
dependencies:
5631+
"@react-navigation/core" "~3.4.1"
5632+
"@react-navigation/native" "~3.5.0"
5633+
react-navigation-drawer "~1.2.1"
5634+
react-navigation-stack "~1.4.0"
5635+
react-navigation-tabs "~1.1.4"
5636+
54895637
react-proxy@^1.1.7:
54905638
version "1.1.8"
54915639
resolved "https://registry.yarnpkg.com/react-proxy/-/react-proxy-1.1.8.tgz#9dbfd9d927528c3aa9f444e4558c37830ab8c26a"
@@ -6157,6 +6305,11 @@ spdx-license-ids@^3.0.0:
61576305
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654"
61586306
integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==
61596307

6308+
split-on-first@^1.0.0:
6309+
version "1.1.0"
6310+
resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f"
6311+
integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==
6312+
61606313
split-string@^3.0.1, split-string@^3.0.2:
61616314
version "3.1.0"
61626315
resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
@@ -6219,6 +6372,11 @@ stream-buffers@~2.2.0:
62196372
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
62206373
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
62216374

6375+
strict-uri-encode@^2.0.0:
6376+
version "2.0.0"
6377+
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
6378+
integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==
6379+
62226380
string-length@^3.1.0:
62236381
version "3.1.0"
62246382
resolved "https://registry.yarnpkg.com/string-length/-/string-length-3.1.0.tgz#107ef8c23456e187a8abd4a61162ff4ac6e25837"

0 commit comments

Comments
 (0)