Revize 6db14e1d
Přidáno uživatelem Michal Schwob před více než 1 rok
package-lock.json | ||
---|---|---|
12 | 12 |
"@react-navigation/native": "^6.1.6", |
13 | 13 |
"@react-navigation/native-stack": "^6.9.14", |
14 | 14 |
"@reduxjs/toolkit": "^1.9.3", |
15 |
"axios": "^1.3.4",
|
|
15 |
"axios": "^1.5.1",
|
|
16 | 16 |
"expo": "^49.0.13", |
17 |
"expo-splash-screen": "~0.20.5", |
|
17 |
"expo-build-properties": "~0.8.3", |
|
18 |
"expo-splash-screen": "^0.20.5", |
|
18 | 19 |
"expo-status-bar": "~1.6.0", |
19 | 20 |
"native-base": "^3.4.28", |
20 | 21 |
"react": "18.2.0", |
... | ... | |
33 | 34 |
"react-redux": "^8.0.5", |
34 | 35 |
"redux": "^4.2.1", |
35 | 36 |
"redux-persist-transform-encrypt": "^5.0.0", |
36 |
"typescript": "^4.9.4"
|
|
37 |
"typescript": "^5.2.2"
|
|
37 | 38 |
}, |
38 | 39 |
"devDependencies": { |
39 | 40 |
"@babel/core": "^7.20.0", |
... | ... | |
7382 | 7383 |
"node": ">=8" |
7383 | 7384 |
} |
7384 | 7385 |
}, |
7386 |
"node_modules/ajv": { |
|
7387 |
"version": "8.12.0", |
|
7388 |
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", |
|
7389 |
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", |
|
7390 |
"dependencies": { |
|
7391 |
"fast-deep-equal": "^3.1.1", |
|
7392 |
"json-schema-traverse": "^1.0.0", |
|
7393 |
"require-from-string": "^2.0.2", |
|
7394 |
"uri-js": "^4.2.2" |
|
7395 |
}, |
|
7396 |
"funding": { |
|
7397 |
"type": "github", |
|
7398 |
"url": "https://github.com/sponsors/epoberezkin" |
|
7399 |
} |
|
7400 |
}, |
|
7385 | 7401 |
"node_modules/anser": { |
7386 | 7402 |
"version": "1.4.10", |
7387 | 7403 |
"resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz", |
... | ... | |
7526 | 7542 |
} |
7527 | 7543 |
}, |
7528 | 7544 |
"node_modules/axios": { |
7529 |
"version": "1.3.4",
|
|
7530 |
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.4.tgz",
|
|
7531 |
"integrity": "sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==",
|
|
7545 |
"version": "1.5.1",
|
|
7546 |
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
|
|
7547 |
"integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
|
|
7532 | 7548 |
"dependencies": { |
7533 | 7549 |
"follow-redirects": "^1.15.0", |
7534 | 7550 |
"form-data": "^4.0.0", |
... | ... | |
9104 | 9120 |
"url-parse": "^1.5.9" |
9105 | 9121 |
} |
9106 | 9122 |
}, |
9123 |
"node_modules/expo-build-properties": { |
|
9124 |
"version": "0.8.3", |
|
9125 |
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.8.3.tgz", |
|
9126 |
"integrity": "sha512-kEDDuAadHqJTkvCGK4fXYHVrePiJO1DjyW95AicmwuGwQvGJydYFbuoauf9ybAU+4UH4arhbce8gHI3ZpIj3Jw==", |
|
9127 |
"dependencies": { |
|
9128 |
"ajv": "^8.11.0", |
|
9129 |
"semver": "^7.5.3" |
|
9130 |
}, |
|
9131 |
"peerDependencies": { |
|
9132 |
"expo": "*" |
|
9133 |
} |
|
9134 |
}, |
|
9135 |
"node_modules/expo-build-properties/node_modules/lru-cache": { |
|
9136 |
"version": "6.0.0", |
|
9137 |
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", |
|
9138 |
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", |
|
9139 |
"dependencies": { |
|
9140 |
"yallist": "^4.0.0" |
|
9141 |
}, |
|
9142 |
"engines": { |
|
9143 |
"node": ">=10" |
|
9144 |
} |
|
9145 |
}, |
|
9146 |
"node_modules/expo-build-properties/node_modules/semver": { |
|
9147 |
"version": "7.5.4", |
|
9148 |
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", |
|
9149 |
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", |
|
9150 |
"dependencies": { |
|
9151 |
"lru-cache": "^6.0.0" |
|
9152 |
}, |
|
9153 |
"bin": { |
|
9154 |
"semver": "bin/semver.js" |
|
9155 |
}, |
|
9156 |
"engines": { |
|
9157 |
"node": ">=10" |
|
9158 |
} |
|
9159 |
}, |
|
9160 |
"node_modules/expo-build-properties/node_modules/yallist": { |
|
9161 |
"version": "4.0.0", |
|
9162 |
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
|
9163 |
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" |
|
9164 |
}, |
|
9107 | 9165 |
"node_modules/expo-constants": { |
9108 | 9166 |
"version": "14.4.2", |
9109 | 9167 |
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-14.4.2.tgz", |
... | ... | |
11329 | 11387 |
"is-buffer": "~1.1.1" |
11330 | 11388 |
} |
11331 | 11389 |
}, |
11390 |
"node_modules/json-schema-traverse": { |
|
11391 |
"version": "1.0.0", |
|
11392 |
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", |
|
11393 |
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" |
|
11394 |
}, |
|
11332 | 11395 |
"node_modules/json-stringify-safe": { |
11333 | 11396 |
"version": "5.0.1", |
11334 | 11397 |
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", |
... | ... | |
13846 | 13909 |
"once": "^1.3.1" |
13847 | 13910 |
} |
13848 | 13911 |
}, |
13912 |
"node_modules/punycode": { |
|
13913 |
"version": "2.3.0", |
|
13914 |
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", |
|
13915 |
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", |
|
13916 |
"engines": { |
|
13917 |
"node": ">=6" |
|
13918 |
} |
|
13919 |
}, |
|
13849 | 13920 |
"node_modules/qrcode-terminal": { |
13850 | 13921 |
"version": "0.11.0", |
13851 | 13922 |
"resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz", |
... | ... | |
15675 | 15746 |
"browserslist": ">= 4.21.0" |
15676 | 15747 |
} |
15677 | 15748 |
}, |
15749 |
"node_modules/uri-js": { |
|
15750 |
"version": "4.4.1", |
|
15751 |
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", |
|
15752 |
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", |
|
15753 |
"dependencies": { |
|
15754 |
"punycode": "^2.1.0" |
|
15755 |
} |
|
15756 |
}, |
|
15678 | 15757 |
"node_modules/url-join": { |
15679 | 15758 |
"version": "4.0.0", |
15680 | 15759 |
"resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.0.tgz", |
... | ... | |
21360 | 21439 |
"indent-string": "^4.0.0" |
21361 | 21440 |
} |
21362 | 21441 |
}, |
21442 |
"ajv": { |
|
21443 |
"version": "8.12.0", |
|
21444 |
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", |
|
21445 |
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", |
|
21446 |
"requires": { |
|
21447 |
"fast-deep-equal": "^3.1.1", |
|
21448 |
"json-schema-traverse": "^1.0.0", |
|
21449 |
"require-from-string": "^2.0.2", |
|
21450 |
"uri-js": "^4.2.2" |
|
21451 |
} |
|
21452 |
}, |
|
21363 | 21453 |
"anser": { |
21364 | 21454 |
"version": "1.4.10", |
21365 | 21455 |
"resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz", |
... | ... | |
21477 | 21567 |
"integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" |
21478 | 21568 |
}, |
21479 | 21569 |
"axios": { |
21480 |
"version": "1.3.4",
|
|
21481 |
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.4.tgz",
|
|
21482 |
"integrity": "sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==",
|
|
21570 |
"version": "1.5.1",
|
|
21571 |
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
|
|
21572 |
"integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
|
|
21483 | 21573 |
"requires": { |
21484 | 21574 |
"follow-redirects": "^1.15.0", |
21485 | 21575 |
"form-data": "^4.0.0", |
... | ... | |
22681 | 22771 |
"url-parse": "^1.5.9" |
22682 | 22772 |
} |
22683 | 22773 |
}, |
22774 |
"expo-build-properties": { |
|
22775 |
"version": "0.8.3", |
|
22776 |
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.8.3.tgz", |
|
22777 |
"integrity": "sha512-kEDDuAadHqJTkvCGK4fXYHVrePiJO1DjyW95AicmwuGwQvGJydYFbuoauf9ybAU+4UH4arhbce8gHI3ZpIj3Jw==", |
|
22778 |
"requires": { |
|
22779 |
"ajv": "^8.11.0", |
|
22780 |
"semver": "^7.5.3" |
|
22781 |
}, |
|
22782 |
"dependencies": { |
|
22783 |
"lru-cache": { |
|
22784 |
"version": "6.0.0", |
|
22785 |
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", |
|
22786 |
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", |
|
22787 |
"requires": { |
|
22788 |
"yallist": "^4.0.0" |
|
22789 |
} |
|
22790 |
}, |
|
22791 |
"semver": { |
|
22792 |
"version": "7.5.4", |
|
22793 |
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", |
|
22794 |
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", |
|
22795 |
"requires": { |
|
22796 |
"lru-cache": "^6.0.0" |
|
22797 |
} |
|
22798 |
}, |
|
22799 |
"yallist": { |
|
22800 |
"version": "4.0.0", |
|
22801 |
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
|
22802 |
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" |
|
22803 |
} |
|
22804 |
} |
|
22805 |
}, |
|
22684 | 22806 |
"expo-constants": { |
22685 | 22807 |
"version": "14.4.2", |
22686 | 22808 |
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-14.4.2.tgz", |
... | ... | |
24343 | 24465 |
} |
24344 | 24466 |
} |
24345 | 24467 |
}, |
24468 |
"json-schema-traverse": { |
|
24469 |
"version": "1.0.0", |
|
24470 |
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", |
|
24471 |
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" |
|
24472 |
}, |
|
24346 | 24473 |
"json-stringify-safe": { |
24347 | 24474 |
"version": "5.0.1", |
24348 | 24475 |
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", |
... | ... | |
26182 | 26309 |
"once": "^1.3.1" |
26183 | 26310 |
} |
26184 | 26311 |
}, |
26312 |
"punycode": { |
|
26313 |
"version": "2.3.0", |
|
26314 |
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", |
|
26315 |
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==" |
|
26316 |
}, |
|
26185 | 26317 |
"qrcode-terminal": { |
26186 | 26318 |
"version": "0.11.0", |
26187 | 26319 |
"resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz", |
... | ... | |
27531 | 27663 |
"picocolors": "^1.0.0" |
27532 | 27664 |
} |
27533 | 27665 |
}, |
27666 |
"uri-js": { |
|
27667 |
"version": "4.4.1", |
|
27668 |
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", |
|
27669 |
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", |
|
27670 |
"requires": { |
|
27671 |
"punycode": "^2.1.0" |
|
27672 |
} |
|
27673 |
}, |
|
27534 | 27674 |
"url-join": { |
27535 | 27675 |
"version": "4.0.0", |
27536 | 27676 |
"resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.0.tgz", |
Také k dispozici: Unified diff
FIX: resolving problem with accessing non HTTPS endpoint in .apk build
re #10822