|
|
|
@ -2130,7 +2130,7 @@ ajv@^6.10.0, ajv@^6.12.0, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
|
|
|
|
|
json-schema-traverse "^0.4.1"
|
|
|
|
|
uri-js "^4.2.2"
|
|
|
|
|
|
|
|
|
|
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.8.0:
|
|
|
|
|
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.6.3, ajv@^8.8.0:
|
|
|
|
|
version "8.10.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.10.0.tgz#e573f719bd3af069017e3b66538ab968d040e54d"
|
|
|
|
|
integrity sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==
|
|
|
|
@ -2386,6 +2386,11 @@ at-least-node@^1.0.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
|
|
|
|
|
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
|
|
|
|
|
|
|
|
|
|
atomically@^1.7.0:
|
|
|
|
|
version "1.7.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/atomically/-/atomically-1.7.0.tgz#c07a0458432ea6dbc9a3506fffa424b48bccaafe"
|
|
|
|
|
integrity sha512-Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w==
|
|
|
|
|
|
|
|
|
|
aws-sign2@~0.7.0:
|
|
|
|
|
version "0.7.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
|
|
|
|
@ -3038,6 +3043,22 @@ concurrently@^6.3.0:
|
|
|
|
|
tree-kill "^1.2.2"
|
|
|
|
|
yargs "^16.2.0"
|
|
|
|
|
|
|
|
|
|
conf@^10.0.3:
|
|
|
|
|
version "10.1.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/conf/-/conf-10.1.1.tgz#ff08046d5aeeee0eaff55d57f5b4319193c3dfda"
|
|
|
|
|
integrity sha512-z2civwq/k8TMYtcn3SVP0Peso4otIWnHtcTuHhQ0zDZDdP4NTxqEc8owfkz4zBsdMYdn/LFcE+ZhbCeqkhtq3Q==
|
|
|
|
|
dependencies:
|
|
|
|
|
ajv "^8.6.3"
|
|
|
|
|
ajv-formats "^2.1.1"
|
|
|
|
|
atomically "^1.7.0"
|
|
|
|
|
debounce-fn "^4.0.0"
|
|
|
|
|
dot-prop "^6.0.1"
|
|
|
|
|
env-paths "^2.2.1"
|
|
|
|
|
json-schema-typed "^7.0.3"
|
|
|
|
|
onetime "^5.1.2"
|
|
|
|
|
pkg-up "^3.1.0"
|
|
|
|
|
semver "^7.3.5"
|
|
|
|
|
|
|
|
|
|
config-chain@^1.1.11:
|
|
|
|
|
version "1.1.13"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"
|
|
|
|
@ -3235,6 +3256,13 @@ date-fns@^2.16.1:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2"
|
|
|
|
|
integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==
|
|
|
|
|
|
|
|
|
|
debounce-fn@^4.0.0:
|
|
|
|
|
version "4.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/debounce-fn/-/debounce-fn-4.0.0.tgz#ed76d206d8a50e60de0dd66d494d82835ffe61c7"
|
|
|
|
|
integrity sha512-8pYCQiL9Xdcg0UPSD3d+0KMlOjp+KGU5EPwYddgzQ7DATsg4fuUDjQtsYLmWjnk2obnNHgV3vE2Y4jejSOJVBQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
mimic-fn "^3.0.0"
|
|
|
|
|
|
|
|
|
|
debug@2.6.9, debug@^2.2.0, debug@^2.6.8, debug@^2.6.9:
|
|
|
|
|
version "2.6.9"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
|
|
|
|
@ -3521,6 +3549,13 @@ dot-prop@^5.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
is-obj "^2.0.0"
|
|
|
|
|
|
|
|
|
|
dot-prop@^6.0.1:
|
|
|
|
|
version "6.0.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-6.0.1.tgz#fc26b3cf142b9e59b74dbd39ed66ce620c681083"
|
|
|
|
|
integrity sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==
|
|
|
|
|
dependencies:
|
|
|
|
|
is-obj "^2.0.0"
|
|
|
|
|
|
|
|
|
|
dotenv-expand@^5.1.0:
|
|
|
|
|
version "5.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
|
|
|
|
@ -3646,6 +3681,14 @@ electron-squirrel-startup@^1.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
debug "^2.2.0"
|
|
|
|
|
|
|
|
|
|
electron-store@^8.0.1:
|
|
|
|
|
version "8.0.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/electron-store/-/electron-store-8.0.1.tgz#9b598c1d2edeffebee9d8c1cd957ad368c528925"
|
|
|
|
|
integrity sha512-ZyLvNywiqSpbwC/pp89O/AycVWY/UJIkmtyzF2Bd0Nm/rLmcFc0NTGuLdg6+LE8mS8qsiK5JMoe4PnrecLHH5w==
|
|
|
|
|
dependencies:
|
|
|
|
|
conf "^10.0.3"
|
|
|
|
|
type-fest "^1.0.2"
|
|
|
|
|
|
|
|
|
|
electron-to-chromium@^1.4.76:
|
|
|
|
|
version "1.4.76"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.76.tgz#a0494baedaf51094b1c172999919becd9975a934"
|
|
|
|
@ -3714,7 +3757,7 @@ entities@^2.0.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
|
|
|
|
|
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
|
|
|
|
|
|
|
|
|
|
env-paths@^2.2.0:
|
|
|
|
|
env-paths@^2.2.0, env-paths@^2.2.1:
|
|
|
|
|
version "2.2.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
|
|
|
|
|
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
|
|
|
|
@ -4239,6 +4282,13 @@ find-up@^2.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
locate-path "^2.0.0"
|
|
|
|
|
|
|
|
|
|
find-up@^3.0.0:
|
|
|
|
|
version "3.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
|
|
|
|
|
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
|
|
|
|
|
dependencies:
|
|
|
|
|
locate-path "^3.0.0"
|
|
|
|
|
|
|
|
|
|
find-up@^4.0.0:
|
|
|
|
|
version "4.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
|
|
|
|
@ -5344,6 +5394,11 @@ json-schema-traverse@^1.0.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
|
|
|
|
|
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
|
|
|
|
|
|
|
|
|
|
json-schema-typed@^7.0.3:
|
|
|
|
|
version "7.0.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/json-schema-typed/-/json-schema-typed-7.0.3.tgz#23ff481b8b4eebcd2ca123b4fa0409e66469a2d9"
|
|
|
|
|
integrity sha512-7DE8mpG+/fVw+dTpjbxnx47TaMnDfOI1jwft9g1VybltZCduyRQPJPvc+zzKY9WPHxhPWczyFuYa6I8Mw4iU5A==
|
|
|
|
|
|
|
|
|
|
json-schema@0.4.0:
|
|
|
|
|
version "0.4.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
|
|
|
|
@ -5514,6 +5569,14 @@ locate-path@^2.0.0:
|
|
|
|
|
p-locate "^2.0.0"
|
|
|
|
|
path-exists "^3.0.0"
|
|
|
|
|
|
|
|
|
|
locate-path@^3.0.0:
|
|
|
|
|
version "3.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
|
|
|
|
|
integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
|
|
|
|
|
dependencies:
|
|
|
|
|
p-locate "^3.0.0"
|
|
|
|
|
path-exists "^3.0.0"
|
|
|
|
|
|
|
|
|
|
locate-path@^5.0.0:
|
|
|
|
|
version "5.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
|
|
|
|
@ -5692,6 +5755,11 @@ mimic-fn@^2.1.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
|
|
|
|
|
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
|
|
|
|
|
|
|
|
|
|
mimic-fn@^3.0.0:
|
|
|
|
|
version "3.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74"
|
|
|
|
|
integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==
|
|
|
|
|
|
|
|
|
|
mimic-response@^1.0.0, mimic-response@^1.0.1:
|
|
|
|
|
version "1.0.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
|
|
|
|
@ -6241,7 +6309,7 @@ p-limit@^1.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
p-try "^1.0.0"
|
|
|
|
|
|
|
|
|
|
p-limit@^2.2.0:
|
|
|
|
|
p-limit@^2.0.0, p-limit@^2.2.0:
|
|
|
|
|
version "2.3.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
|
|
|
|
|
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
|
|
|
|
@ -6255,6 +6323,13 @@ p-locate@^2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
p-limit "^1.1.0"
|
|
|
|
|
|
|
|
|
|
p-locate@^3.0.0:
|
|
|
|
|
version "3.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
|
|
|
|
|
integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
p-limit "^2.0.0"
|
|
|
|
|
|
|
|
|
|
p-locate@^4.1.0:
|
|
|
|
|
version "4.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
|
|
|
|
@ -6407,6 +6482,13 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
find-up "^4.0.0"
|
|
|
|
|
|
|
|
|
|
pkg-up@^3.1.0:
|
|
|
|
|
version "3.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
|
|
|
|
|
integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==
|
|
|
|
|
dependencies:
|
|
|
|
|
find-up "^3.0.0"
|
|
|
|
|
|
|
|
|
|
plist@^3.0.1, plist@^3.0.4:
|
|
|
|
|
version "3.0.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.4.tgz#a62df837e3aed2bb3b735899d510c4f186019cbe"
|
|
|
|
@ -6767,6 +6849,16 @@ rechoir@^0.7.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
resolve "^1.9.0"
|
|
|
|
|
|
|
|
|
|
redux-persist-electron-storage@^2.1.0:
|
|
|
|
|
version "2.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/redux-persist-electron-storage/-/redux-persist-electron-storage-2.1.0.tgz#8e9c2d4aeb451a5e00786456efed2f3d3f03dfa8"
|
|
|
|
|
integrity sha512-8VhAttDPqrwZlGIiHB3/PzZZChCliom8qcex8Q+eW3lHpSMkbqAaYpoedRm29e3FoVnan3VT+UV22NGFXKPmCg==
|
|
|
|
|
|
|
|
|
|
redux-persist@^6.0.0:
|
|
|
|
|
version "6.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/redux-persist/-/redux-persist-6.0.0.tgz#b4d2972f9859597c130d40d4b146fecdab51b3a8"
|
|
|
|
|
integrity sha512-71LLMbUq2r02ng2We9S215LtPu3fY0KgaGE0k8WRgl6RkqxtGfl7HUozz1Dftwsb0D/5mZ8dwAaPbtnzfvbEwQ==
|
|
|
|
|
|
|
|
|
|
redux-thunk@^2.3.0, redux-thunk@^2.4.1:
|
|
|
|
|
version "2.4.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.1.tgz#0dd8042cf47868f4b29699941de03c9301a75714"
|
|
|
|
@ -7878,6 +7970,11 @@ type-fest@^0.20.2:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
|
|
|
|
|
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
|
|
|
|
|
|
|
|
|
|
type-fest@^1.0.2:
|
|
|
|
|
version "1.4.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
|
|
|
|
|
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
|
|
|
|
|
|
|
|
|
|
type-is@~1.6.18:
|
|
|
|
|
version "1.6.18"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
|
|
|
|
|