|
2460 | 2460 | base64-js "^1.3.1"
|
2461 | 2461 | ieee754 "^1.2.1"
|
2462 | 2462 |
|
| 2463 | +buffer@^5.4.3: |
| 2464 | + version "5.7.1" |
| 2465 | + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" |
| 2466 | + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== |
| 2467 | + dependencies: |
| 2468 | + base64-js "^1.3.1" |
| 2469 | + ieee754 "^1.1.13" |
| 2470 | + |
2463 | 2471 | buffer@~6.0.3:
|
2464 | 2472 | version "6.0.3"
|
2465 | 2473 | resolved "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz"
|
|
4217 | 4225 | dependencies:
|
4218 | 4226 | safer-buffer ">= 2.1.2 < 3.0.0"
|
4219 | 4227 |
|
4220 |
| -ieee754@^1.2.1: |
| 4228 | +ieee754@^1.1.13, ieee754@^1.2.1: |
4221 | 4229 | version "1.2.1"
|
4222 | 4230 | resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz"
|
4223 | 4231 |
|
@@ -6215,7 +6223,7 @@ punycode@^1.3.2:
|
6215 | 6223 | version "1.4.1"
|
6216 | 6224 | resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
|
6217 | 6225 |
|
6218 |
| -punycode@^2.1.0: |
| 6226 | +punycode@^2.1.0, punycode@^2.1.1: |
6219 | 6227 | version "2.1.1"
|
6220 | 6228 | resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz"
|
6221 | 6229 |
|
@@ -6277,6 +6285,13 @@ rc@^1.2.8:
|
6277 | 6285 | minimist "^1.2.0"
|
6278 | 6286 | strip-json-comments "~2.0.1"
|
6279 | 6287 |
|
| 6288 | +react-native-url-polyfill@^1.3.0: |
| 6289 | + version "1.3.0" |
| 6290 | + resolved "https://registry.yarnpkg.com/react-native-url-polyfill/-/react-native-url-polyfill-1.3.0.tgz#c1763de0f2a8c22cc3e959b654c8790622b6ef6a" |
| 6291 | + integrity sha512-w9JfSkvpqqlix9UjDvJjm1EjSt652zVQ6iwCIj1cVVkwXf4jQhQgTNXY6EVTwuAmUjg6BC6k9RHCBynoLFo3IQ== |
| 6292 | + dependencies: |
| 6293 | + whatwg-url-without-unicode "8.0.0-3" |
| 6294 | + |
6280 | 6295 | read-cmd-shim@^3.0.0:
|
6281 | 6296 | version "3.0.0"
|
6282 | 6297 | resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-3.0.0.tgz#62b8c638225c61e6cc607f8f4b779f3b8238f155"
|
@@ -7578,12 +7593,26 @@ webidl-conversions@^3.0.0:
|
7578 | 7593 | version "3.0.1"
|
7579 | 7594 | resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
|
7580 | 7595 |
|
| 7596 | +webidl-conversions@^5.0.0: |
| 7597 | + version "5.0.0" |
| 7598 | + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff" |
| 7599 | + integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== |
| 7600 | + |
7581 | 7601 | whatwg-encoding@^2.0.0:
|
7582 | 7602 | version "2.0.0"
|
7583 | 7603 | resolved "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz"
|
7584 | 7604 | dependencies:
|
7585 | 7605 | iconv-lite "0.6.3"
|
7586 | 7606 |
|
| 7607 | + |
| 7608 | + version "8.0.0-3" |
| 7609 | + resolved "https://registry.yarnpkg.com/whatwg-url-without-unicode/-/whatwg-url-without-unicode-8.0.0-3.tgz#ab6df4bf6caaa6c85a59f6e82c026151d4bb376b" |
| 7610 | + integrity sha512-HoKuzZrUlgpz35YO27XgD28uh/WJH4B0+3ttFqRo//lmq+9T/mIOJ6kqmINI9HpUpz1imRC/nR/lxKpJiv0uig== |
| 7611 | + dependencies: |
| 7612 | + buffer "^5.4.3" |
| 7613 | + punycode "^2.1.1" |
| 7614 | + webidl-conversions "^5.0.0" |
| 7615 | + |
7587 | 7616 | whatwg-url@^5.0.0:
|
7588 | 7617 | version "5.0.0"
|
7589 | 7618 | resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
|
|
0 commit comments