|
683 | 683 | dependencies:
|
684 | 684 | "@hapi/hoek" "^9.0.0"
|
685 | 685 |
|
686 |
| -"@iterable/react-native-sdk@^1.2.2": |
687 |
| - version "1.2.2" |
688 |
| - resolved "https://registry.yarnpkg.com/@iterable/react-native-sdk/-/react-native-sdk-1.2.2.tgz#d22f7a57b38f8928214a8688b01052ee2a98988d" |
689 |
| - integrity sha512-g8nr7D9Fhji0OOZOW1F74uuJ3SX7a6lCdOLnHqfsNo1w6IrJRTJsFk/lcvnLM+4BdTu3oWcjHOjaiL8wEnBeTg== |
| 686 | +"@iterable/react-native-sdk@^1.2.3": |
| 687 | + version "1.2.3" |
| 688 | + resolved "https://registry.yarnpkg.com/@iterable/react-native-sdk/-/react-native-sdk-1.2.3.tgz#4d0a4c549ff215979b5afd7f27b1f4a96f8cf099" |
| 689 | + integrity sha512-H9VjsKhtdoxwI3krVqkwP3je5Ar0A818e+JcF1sCnHwCpej0UNJ+LKefUxkyRQB9T2N1PWwsUWJxQlXMNfqBkA== |
690 | 690 |
|
691 | 691 | "@jest/create-cache-key-function@^26.5.0":
|
692 | 692 | version "26.6.2"
|
@@ -1808,11 +1808,11 @@ cosmiconfig@^5.0.5, cosmiconfig@^5.1.0:
|
1808 | 1808 | parse-json "^4.0.0"
|
1809 | 1809 |
|
1810 | 1810 | cross-fetch@^3.0.4:
|
1811 |
| - version "3.1.4" |
1812 |
| - resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39" |
1813 |
| - integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ== |
| 1811 | + version "3.1.5" |
| 1812 | + resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f" |
| 1813 | + integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw== |
1814 | 1814 | dependencies:
|
1815 |
| - node-fetch "2.6.1" |
| 1815 | + node-fetch "2.6.7" |
1816 | 1816 |
|
1817 | 1817 | cross-spawn@^6.0.0, cross-spawn@^6.0.5:
|
1818 | 1818 | version "6.0.5"
|
@@ -3825,10 +3825,12 @@ node-dir@^0.1.17:
|
3825 | 3825 | dependencies:
|
3826 | 3826 | minimatch "^3.0.2"
|
3827 | 3827 |
|
3828 |
| -[email protected], node-fetch@^2.2.0, node-fetch@^2.6.0: |
3829 |
| - version "2.6.1" |
3830 |
| - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" |
3831 |
| - integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== |
| 3828 | +[email protected], node-fetch@^2.2.0, node-fetch@^2.6.0: |
| 3829 | + version "2.6.7" |
| 3830 | + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" |
| 3831 | + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== |
| 3832 | + dependencies: |
| 3833 | + whatwg-url "^5.0.0" |
3832 | 3834 |
|
3833 | 3835 | node-fetch@^1.0.1:
|
3834 | 3836 | version "1.7.3"
|
|
5185 | 5187 | resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
|
5186 | 5188 | integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
|
5187 | 5189 |
|
| 5190 | +tr46@~0.0.3: |
| 5191 | + version "0.0.3" |
| 5192 | + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" |
| 5193 | + integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= |
| 5194 | + |
5188 | 5195 | tslib@^1.8.1, tslib@^1.9.0:
|
5189 | 5196 | version "1.14.1"
|
5190 | 5197 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
@@ -5371,11 +5378,24 @@ wcwidth@^1.0.1:
|
5371 | 5378 | dependencies:
|
5372 | 5379 | defaults "^1.0.3"
|
5373 | 5380 |
|
| 5381 | +webidl-conversions@^3.0.0: |
| 5382 | + version "3.0.1" |
| 5383 | + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" |
| 5384 | + integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= |
| 5385 | + |
5374 | 5386 | whatwg-fetch@>=0.10.0, whatwg-fetch@^3.0.0:
|
5375 | 5387 | version "3.6.2"
|
5376 | 5388 | resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c"
|
5377 | 5389 | integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==
|
5378 | 5390 |
|
| 5391 | +whatwg-url@^5.0.0: |
| 5392 | + version "5.0.0" |
| 5393 | + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" |
| 5394 | + integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= |
| 5395 | + dependencies: |
| 5396 | + tr46 "~0.0.3" |
| 5397 | + webidl-conversions "^3.0.0" |
| 5398 | + |
5379 | 5399 | which-boxed-primitive@^1.0.2:
|
5380 | 5400 | version "1.0.2"
|
5381 | 5401 | resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
|
|
0 commit comments