mirror of
https://github.com/LukeHagar/Warden.git
synced 2025-12-06 12:57:48 +00:00
Added Refresh Button
This commit is contained in:
619
package-lock.json
generated
619
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -635,24 +635,30 @@ function App() {
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
action={
|
action={
|
||||||
<Grid container spacing={2}>
|
<div>
|
||||||
<Grid item xs={5}>
|
<Button
|
||||||
<Button
|
onClick={() => Refresh()}
|
||||||
onClick={() => PlexLoginButton()}
|
variant="outlined"
|
||||||
variant="outlined"
|
sx={{ margin: 1 }}
|
||||||
>
|
>
|
||||||
Login
|
Refresh
|
||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
<Button
|
||||||
<Grid item xs={5}>
|
onClick={() => PlexLoginButton()}
|
||||||
<Button
|
variant="outlined"
|
||||||
onClick={() => PlexLogoutButton()}
|
sx={{ margin: 1 }}
|
||||||
variant="outlined"
|
>
|
||||||
>
|
Login
|
||||||
Logout
|
</Button>
|
||||||
</Button>
|
|
||||||
</Grid>
|
<Button
|
||||||
</Grid>
|
onClick={() => PlexLogoutButton()}
|
||||||
|
variant="outlined"
|
||||||
|
sx={{ margin: 1 }}
|
||||||
|
>
|
||||||
|
Logout
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
title="Plex Account"
|
title="Plex Account"
|
||||||
subheader={`Username: ${
|
subheader={`Username: ${
|
||||||
|
|||||||
352
yarn.lock
352
yarn.lock
@@ -261,7 +261,7 @@
|
|||||||
"core-js-pure" "^3.20.2"
|
"core-js-pure" "^3.20.2"
|
||||||
"regenerator-runtime" "^0.13.4"
|
"regenerator-runtime" "^0.13.4"
|
||||||
|
|
||||||
"@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
|
"@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
|
||||||
"integrity" "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw=="
|
"integrity" "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw=="
|
||||||
"resolved" "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz"
|
"resolved" "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz"
|
||||||
"version" "7.18.9"
|
"version" "7.18.9"
|
||||||
@@ -355,17 +355,17 @@
|
|||||||
"minimatch" "^3.0.4"
|
"minimatch" "^3.0.4"
|
||||||
"plist" "^3.0.4"
|
"plist" "^3.0.4"
|
||||||
|
|
||||||
"@emotion/babel-plugin@^11.7.1":
|
"@emotion/babel-plugin@^11.10.0":
|
||||||
"integrity" "sha512-n+9y6TSsvAsOc0hXmdVtqgU6B+ils+zrzTZGg1aV2BkZtBbL7DiasLSpu3fUFwXOkYm63j7+649yb+HhyZxYSA=="
|
"integrity" "sha512-xVnpDAAbtxL1dsuSelU5A7BnY/lftws0wUexNJZTPsvX/1tM4GZJbclgODhvW4E+NH7E5VFcH0bBn30NvniPJA=="
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.9.5.tgz"
|
"resolved" "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.0.tgz"
|
||||||
"version" "11.9.5"
|
"version" "11.10.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-imports" "^7.16.7"
|
"@babel/helper-module-imports" "^7.16.7"
|
||||||
"@babel/plugin-syntax-jsx" "^7.17.12"
|
"@babel/plugin-syntax-jsx" "^7.17.12"
|
||||||
"@babel/runtime" "^7.18.3"
|
"@babel/runtime" "^7.18.3"
|
||||||
"@emotion/hash" "^0.8.0"
|
"@emotion/hash" "^0.9.0"
|
||||||
"@emotion/memoize" "^0.7.5"
|
"@emotion/memoize" "^0.8.0"
|
||||||
"@emotion/serialize" "^1.0.2"
|
"@emotion/serialize" "^1.1.0"
|
||||||
"babel-plugin-macros" "^3.1.0"
|
"babel-plugin-macros" "^3.1.0"
|
||||||
"convert-source-map" "^1.5.0"
|
"convert-source-map" "^1.5.0"
|
||||||
"escape-string-regexp" "^4.0.0"
|
"escape-string-regexp" "^4.0.0"
|
||||||
@@ -373,88 +373,88 @@
|
|||||||
"source-map" "^0.5.7"
|
"source-map" "^0.5.7"
|
||||||
"stylis" "4.0.13"
|
"stylis" "4.0.13"
|
||||||
|
|
||||||
"@emotion/cache@^11.9.3":
|
"@emotion/cache@^11.10.0", "@emotion/cache@^11.9.3":
|
||||||
"integrity" "sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg=="
|
"integrity" "sha512-3FoUWnDbHWg/pXGCvL46jvpOSJP0xvRZLY8khUcUHGOBcp0S/MCIk+osp84/dby2Ctahw/Ev4KTHWkY3i0g39g=="
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/cache/-/cache-11.9.3.tgz"
|
"resolved" "https://registry.npmjs.org/@emotion/cache/-/cache-11.10.0.tgz"
|
||||||
"version" "11.9.3"
|
"version" "11.10.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@emotion/memoize" "^0.7.4"
|
"@emotion/memoize" "^0.8.0"
|
||||||
"@emotion/sheet" "^1.1.1"
|
"@emotion/sheet" "^1.2.0"
|
||||||
"@emotion/utils" "^1.0.0"
|
"@emotion/utils" "^1.2.0"
|
||||||
"@emotion/weak-memoize" "^0.2.5"
|
"@emotion/weak-memoize" "^0.3.0"
|
||||||
"stylis" "4.0.13"
|
"stylis" "4.0.13"
|
||||||
|
|
||||||
"@emotion/hash@^0.8.0":
|
"@emotion/hash@^0.9.0":
|
||||||
"integrity" "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
|
"integrity" "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ=="
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz"
|
"resolved" "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz"
|
||||||
|
"version" "0.9.0"
|
||||||
|
|
||||||
|
"@emotion/is-prop-valid@^1.1.3", "@emotion/is-prop-valid@^1.2.0":
|
||||||
|
"integrity" "sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg=="
|
||||||
|
"resolved" "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz"
|
||||||
|
"version" "1.2.0"
|
||||||
|
dependencies:
|
||||||
|
"@emotion/memoize" "^0.8.0"
|
||||||
|
|
||||||
|
"@emotion/memoize@^0.8.0":
|
||||||
|
"integrity" "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA=="
|
||||||
|
"resolved" "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz"
|
||||||
"version" "0.8.0"
|
"version" "0.8.0"
|
||||||
|
|
||||||
"@emotion/is-prop-valid@^1.1.3":
|
|
||||||
"integrity" "sha512-RFg04p6C+1uO19uG8N+vqanzKqiM9eeV1LDOG3bmkYmuOj7NbKNlFC/4EZq5gnwAIlcC/jOT24f8Td0iax2SXA=="
|
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.3.tgz"
|
|
||||||
"version" "1.1.3"
|
|
||||||
dependencies:
|
|
||||||
"@emotion/memoize" "^0.7.4"
|
|
||||||
|
|
||||||
"@emotion/memoize@^0.7.4", "@emotion/memoize@^0.7.5":
|
|
||||||
"integrity" "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="
|
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz"
|
|
||||||
"version" "0.7.5"
|
|
||||||
|
|
||||||
"@emotion/react@^11.0.0-rc.0", "@emotion/react@^11.4.1", "@emotion/react@^11.5.0", "@emotion/react@^11.9.3":
|
"@emotion/react@^11.0.0-rc.0", "@emotion/react@^11.4.1", "@emotion/react@^11.5.0", "@emotion/react@^11.9.3":
|
||||||
"integrity" "sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ=="
|
"integrity" "sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ=="
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/react/-/react-11.9.3.tgz"
|
"resolved" "https://registry.npmjs.org/@emotion/react/-/react-11.10.0.tgz"
|
||||||
"version" "11.9.3"
|
"version" "11.10.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.13.10"
|
"@babel/runtime" "^7.18.3"
|
||||||
"@emotion/babel-plugin" "^11.7.1"
|
"@emotion/babel-plugin" "^11.10.0"
|
||||||
"@emotion/cache" "^11.9.3"
|
"@emotion/cache" "^11.10.0"
|
||||||
"@emotion/serialize" "^1.0.4"
|
"@emotion/serialize" "^1.1.0"
|
||||||
"@emotion/utils" "^1.1.0"
|
"@emotion/utils" "^1.2.0"
|
||||||
"@emotion/weak-memoize" "^0.2.5"
|
"@emotion/weak-memoize" "^0.3.0"
|
||||||
"hoist-non-react-statics" "^3.3.1"
|
"hoist-non-react-statics" "^3.3.1"
|
||||||
|
|
||||||
"@emotion/serialize@^1.0.2", "@emotion/serialize@^1.0.4":
|
"@emotion/serialize@^1.1.0":
|
||||||
"integrity" "sha512-1JHamSpH8PIfFwAMryO2bNka+y8+KA5yga5Ocf2d7ZEiJjb7xlLW7aknBGZqJLajuLOvJ+72vN+IBSwPlXD1Pg=="
|
"integrity" "sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA=="
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.4.tgz"
|
"resolved" "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.0.tgz"
|
||||||
"version" "1.0.4"
|
"version" "1.1.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@emotion/hash" "^0.8.0"
|
"@emotion/hash" "^0.9.0"
|
||||||
"@emotion/memoize" "^0.7.4"
|
"@emotion/memoize" "^0.8.0"
|
||||||
"@emotion/unitless" "^0.7.5"
|
"@emotion/unitless" "^0.8.0"
|
||||||
"@emotion/utils" "^1.0.0"
|
"@emotion/utils" "^1.2.0"
|
||||||
"csstype" "^3.0.2"
|
"csstype" "^3.0.2"
|
||||||
|
|
||||||
"@emotion/sheet@^1.1.1":
|
"@emotion/sheet@^1.2.0":
|
||||||
"integrity" "sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA=="
|
"integrity" "sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w=="
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.1.1.tgz"
|
"resolved" "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.0.tgz"
|
||||||
"version" "1.1.1"
|
"version" "1.2.0"
|
||||||
|
|
||||||
"@emotion/styled@^11.3.0", "@emotion/styled@^11.9.3":
|
"@emotion/styled@^11.3.0", "@emotion/styled@^11.9.3":
|
||||||
"integrity" "sha512-o3sBNwbtoVz9v7WB1/Y/AmXl69YHmei2mrVnK7JgyBJ//Rst5yqPZCecEJlMlJrFeWHp+ki/54uN265V2pEcXA=="
|
"integrity" "sha512-V9oaEH6V4KePeQpgUE83i8ht+4Ri3E8Djp/ZPJ4DQlqWhSKITvgzlR3/YQE2hdfP4Jw3qVRkANJz01LLqK9/TA=="
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/styled/-/styled-11.9.3.tgz"
|
"resolved" "https://registry.npmjs.org/@emotion/styled/-/styled-11.10.0.tgz"
|
||||||
"version" "11.9.3"
|
"version" "11.10.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.13.10"
|
"@babel/runtime" "^7.18.3"
|
||||||
"@emotion/babel-plugin" "^11.7.1"
|
"@emotion/babel-plugin" "^11.10.0"
|
||||||
"@emotion/is-prop-valid" "^1.1.3"
|
"@emotion/is-prop-valid" "^1.2.0"
|
||||||
"@emotion/serialize" "^1.0.4"
|
"@emotion/serialize" "^1.1.0"
|
||||||
"@emotion/utils" "^1.1.0"
|
"@emotion/utils" "^1.2.0"
|
||||||
|
|
||||||
"@emotion/unitless@^0.7.5":
|
"@emotion/unitless@^0.8.0":
|
||||||
"integrity" "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
|
"integrity" "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw=="
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz"
|
"resolved" "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz"
|
||||||
"version" "0.7.5"
|
"version" "0.8.0"
|
||||||
|
|
||||||
"@emotion/utils@^1.0.0", "@emotion/utils@^1.1.0":
|
"@emotion/utils@^1.2.0":
|
||||||
"integrity" "sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ=="
|
"integrity" "sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw=="
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/utils/-/utils-1.1.0.tgz"
|
"resolved" "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz"
|
||||||
"version" "1.1.0"
|
"version" "1.2.0"
|
||||||
|
|
||||||
"@emotion/weak-memoize@^0.2.5":
|
"@emotion/weak-memoize@^0.3.0":
|
||||||
"integrity" "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="
|
"integrity" "sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg=="
|
||||||
"resolved" "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz"
|
"resolved" "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz"
|
||||||
"version" "0.2.5"
|
"version" "0.3.0"
|
||||||
|
|
||||||
"@eslint/eslintrc@^1.3.0":
|
"@eslint/eslintrc@^1.3.0":
|
||||||
"integrity" "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw=="
|
"integrity" "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw=="
|
||||||
@@ -546,15 +546,20 @@
|
|||||||
"resolved" "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz"
|
"resolved" "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz"
|
||||||
"version" "1.1.3"
|
"version" "1.1.3"
|
||||||
|
|
||||||
"@humanwhocodes/config-array@^0.9.2":
|
"@humanwhocodes/config-array@^0.10.4":
|
||||||
"integrity" "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw=="
|
"integrity" "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw=="
|
||||||
"resolved" "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz"
|
"resolved" "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz"
|
||||||
"version" "0.9.5"
|
"version" "0.10.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@humanwhocodes/object-schema" "^1.2.1"
|
"@humanwhocodes/object-schema" "^1.2.1"
|
||||||
"debug" "^4.1.1"
|
"debug" "^4.1.1"
|
||||||
"minimatch" "^3.0.4"
|
"minimatch" "^3.0.4"
|
||||||
|
|
||||||
|
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
|
||||||
|
"integrity" "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA=="
|
||||||
|
"resolved" "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz"
|
||||||
|
"version" "1.0.2"
|
||||||
|
|
||||||
"@humanwhocodes/object-schema@^1.2.1":
|
"@humanwhocodes/object-schema@^1.2.1":
|
||||||
"integrity" "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
|
"integrity" "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
|
||||||
"resolved" "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
|
"resolved" "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
|
||||||
@@ -1028,9 +1033,9 @@
|
|||||||
"version" "4.1.0"
|
"version" "4.1.0"
|
||||||
|
|
||||||
"@sinclair/typebox@^0.24.1":
|
"@sinclair/typebox@^0.24.1":
|
||||||
"integrity" "sha512-JsBe3cOFpNZ6yjBYnXKhcENWy5qZE3PQZwExQ5ksA/h8qp4bwwxFmy07A6bC2R6qv6+RF3SfrbQTskTwYNTXUQ=="
|
"integrity" "sha512-dhpD3rztStcXgwuhJhg10CA2YJfwx799VlzZpuEi/8ijKriQST6rEpA8mDYlyaVkxWlTiVFme1s1fc6rx8+BhA=="
|
||||||
"resolved" "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.22.tgz"
|
"resolved" "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.23.tgz"
|
||||||
"version" "0.24.22"
|
"version" "0.24.23"
|
||||||
|
|
||||||
"@sindresorhus/is@^0.14.0":
|
"@sindresorhus/is@^0.14.0":
|
||||||
"integrity" "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ=="
|
"integrity" "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ=="
|
||||||
@@ -1379,10 +1384,10 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
|
||||||
"@types/mime@^1":
|
"@types/mime@*":
|
||||||
"integrity" "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="
|
"integrity" "sha512-fccbsHKqFDXClBZTDLA43zl0+TbxyIwyzIzwwhvoJvhNjOErCdeX2xJbURimv2EbSVUGav001PaCJg4mZxMl4w=="
|
||||||
"resolved" "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"
|
"resolved" "https://registry.npmjs.org/@types/mime/-/mime-3.0.0.tgz"
|
||||||
"version" "1.3.2"
|
"version" "3.0.0"
|
||||||
|
|
||||||
"@types/minimatch@*":
|
"@types/minimatch@*":
|
||||||
"integrity" "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
|
"integrity" "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
|
||||||
@@ -1400,9 +1405,9 @@
|
|||||||
"version" "17.0.33"
|
"version" "17.0.33"
|
||||||
|
|
||||||
"@types/node@^16.11.26":
|
"@types/node@^16.11.26":
|
||||||
"integrity" "sha512-x+sfpb2dMrhCQPL4NAGs64Z9hh0t72aP0dg+PuZidmPr/0Gj5ELQTjD/t46dq3DF/8ZvSHOaIyDIbAsdPshyVQ=="
|
"integrity" "sha512-fpP+jk2zJ4VW66+wAMFoBJlx1bxmBKx4DUFf68UHgdGCOuyUTDlLWqsaNPJh7xhNDykyJ9eIzAygilP/4WoN8g=="
|
||||||
"resolved" "https://registry.npmjs.org/@types/node/-/node-16.11.46.tgz"
|
"resolved" "https://registry.npmjs.org/@types/node/-/node-16.11.47.tgz"
|
||||||
"version" "16.11.46"
|
"version" "16.11.47"
|
||||||
|
|
||||||
"@types/parse-json@^4.0.0":
|
"@types/parse-json@^4.0.0":
|
||||||
"integrity" "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
|
"integrity" "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
|
||||||
@@ -1509,11 +1514,11 @@
|
|||||||
"@types/express" "*"
|
"@types/express" "*"
|
||||||
|
|
||||||
"@types/serve-static@*", "@types/serve-static@^1.13.10":
|
"@types/serve-static@*", "@types/serve-static@^1.13.10":
|
||||||
"integrity" "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ=="
|
"integrity" "sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg=="
|
||||||
"resolved" "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz"
|
"resolved" "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.0.tgz"
|
||||||
"version" "1.13.10"
|
"version" "1.15.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/mime" "^1"
|
"@types/mime" "*"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
|
||||||
"@types/sockjs@^0.3.33":
|
"@types/sockjs@^0.3.33":
|
||||||
@@ -1939,7 +1944,7 @@
|
|||||||
"resolved" "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz"
|
"resolved" "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz"
|
||||||
"version" "8.2.0"
|
"version" "8.2.0"
|
||||||
|
|
||||||
"acorn@^6.0.0 || ^7.0.0 || ^8.0.0", "acorn@^8", "acorn@^8.0.4", "acorn@^8.4.1", "acorn@^8.5.0", "acorn@^8.7.1":
|
"acorn@^6.0.0 || ^7.0.0 || ^8.0.0", "acorn@^8", "acorn@^8.0.4", "acorn@^8.4.1", "acorn@^8.5.0", "acorn@^8.7.1", "acorn@^8.8.0":
|
||||||
"integrity" "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w=="
|
"integrity" "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w=="
|
||||||
"resolved" "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz"
|
"resolved" "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz"
|
||||||
"version" "8.8.0"
|
"version" "8.8.0"
|
||||||
@@ -2108,10 +2113,10 @@
|
|||||||
"resolved" "https://registry.npmjs.org/app-builder-bin/-/app-builder-bin-4.0.0.tgz"
|
"resolved" "https://registry.npmjs.org/app-builder-bin/-/app-builder-bin-4.0.0.tgz"
|
||||||
"version" "4.0.0"
|
"version" "4.0.0"
|
||||||
|
|
||||||
"app-builder-lib@23.1.0":
|
"app-builder-lib@23.3.3":
|
||||||
"integrity" "sha512-aZpKjBBLzyxtr4Cmbyi3dl8uRO8SI2PG2MYEKYRZL6pl7IsKP2hJkCYzlD6NjLJlRIAZcFPFjFbJliO74DFf7w=="
|
"integrity" "sha512-m0+M53+HYMzqKxwNQZT143K7WwXEGUy9LY31l8dJphXx2P/FQod615mVbxHyqbDCG4J5bHdWm21qZ0e2DVY6CQ=="
|
||||||
"resolved" "https://registry.npmjs.org/app-builder-lib/-/app-builder-lib-23.1.0.tgz"
|
"resolved" "https://registry.npmjs.org/app-builder-lib/-/app-builder-lib-23.3.3.tgz"
|
||||||
"version" "23.1.0"
|
"version" "23.3.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@develar/schema-utils" "~2.6.5"
|
"@develar/schema-utils" "~2.6.5"
|
||||||
"@electron/universal" "1.2.1"
|
"@electron/universal" "1.2.1"
|
||||||
@@ -2119,13 +2124,13 @@
|
|||||||
"7zip-bin" "~5.1.1"
|
"7zip-bin" "~5.1.1"
|
||||||
"async-exit-hook" "^2.0.1"
|
"async-exit-hook" "^2.0.1"
|
||||||
"bluebird-lst" "^1.0.9"
|
"bluebird-lst" "^1.0.9"
|
||||||
"builder-util" "23.0.9"
|
"builder-util" "23.3.3"
|
||||||
"builder-util-runtime" "9.0.2"
|
"builder-util-runtime" "9.0.3"
|
||||||
"chromium-pickle-js" "^0.2.0"
|
"chromium-pickle-js" "^0.2.0"
|
||||||
"debug" "^4.3.4"
|
"debug" "^4.3.4"
|
||||||
"ejs" "^3.1.7"
|
"ejs" "^3.1.7"
|
||||||
"electron-osx-sign" "^0.6.0"
|
"electron-osx-sign" "^0.6.0"
|
||||||
"electron-publish" "23.0.9"
|
"electron-publish" "23.3.3"
|
||||||
"form-data" "^4.0.0"
|
"form-data" "^4.0.0"
|
||||||
"fs-extra" "^10.1.0"
|
"fs-extra" "^10.1.0"
|
||||||
"hosted-git-info" "^4.1.0"
|
"hosted-git-info" "^4.1.0"
|
||||||
@@ -2252,9 +2257,9 @@
|
|||||||
"version" "1.0.1"
|
"version" "1.0.1"
|
||||||
|
|
||||||
"asar@^3.1.0":
|
"asar@^3.1.0":
|
||||||
"integrity" "sha512-vyxPxP5arcAqN4F/ebHd/HhwnAiZtwhglvdmc7BR2f0ywbVNTOpSeyhLDbGXtE/y58hv1oC75TaNIXutnsOZsQ=="
|
"integrity" "sha512-COdw2ZQvKdFGFxXwX3oYh2/sOsJWJegrdJCGxnN4MZ7IULgRBp9P6665aqj9z1v9VwP4oP1hRBojRDQ//IGgAg=="
|
||||||
"resolved" "https://registry.npmjs.org/asar/-/asar-3.1.0.tgz"
|
"resolved" "https://registry.npmjs.org/asar/-/asar-3.2.0.tgz"
|
||||||
"version" "3.1.0"
|
"version" "3.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"chromium-pickle-js" "^0.2.0"
|
"chromium-pickle-js" "^0.2.0"
|
||||||
"commander" "^5.0.0"
|
"commander" "^5.0.0"
|
||||||
@@ -2655,25 +2660,25 @@
|
|||||||
"base64-js" "^1.3.1"
|
"base64-js" "^1.3.1"
|
||||||
"ieee754" "^1.1.13"
|
"ieee754" "^1.1.13"
|
||||||
|
|
||||||
"builder-util-runtime@9.0.2":
|
"builder-util-runtime@9.0.3":
|
||||||
"integrity" "sha512-xF55W/8mgfT6+sMbX0TeiJkTusA5GMOzckM4rajN4KirFcUIuLTH8oEaTYmM86YwVCZaTwa/7GyFhauXaEICwA=="
|
"integrity" "sha512-SfG2wnyjpUbbdtpnqDpWwklujofC6GarGpvdWrEkg9p5AD/xJmTF2buTNaqs3qtsNBEVQDDjZz9xc2GGpVyMfA=="
|
||||||
"resolved" "https://registry.npmjs.org/builder-util-runtime/-/builder-util-runtime-9.0.2.tgz"
|
"resolved" "https://registry.npmjs.org/builder-util-runtime/-/builder-util-runtime-9.0.3.tgz"
|
||||||
"version" "9.0.2"
|
"version" "9.0.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"debug" "^4.3.4"
|
"debug" "^4.3.4"
|
||||||
"sax" "^1.2.4"
|
"sax" "^1.2.4"
|
||||||
|
|
||||||
"builder-util@23.0.9":
|
"builder-util@23.3.3":
|
||||||
"integrity" "sha512-ccPFwI1Sex4yLt8R3LI+H07p2jHICKwEWtxkFkb6jiU/g/VJnF1wazW7I1oMcCFcPTEl30GhqoRv9rfDD9VAiQ=="
|
"integrity" "sha512-MJZlUiq2PY5hjYv9+XNaoYdsITqvLgRDoHSFg/4nzpInbNxNjLQOolL04Zsyp+hgfcbFvMC4h0KkR1CMPHLWbA=="
|
||||||
"resolved" "https://registry.npmjs.org/builder-util/-/builder-util-23.0.9.tgz"
|
"resolved" "https://registry.npmjs.org/builder-util/-/builder-util-23.3.3.tgz"
|
||||||
"version" "23.0.9"
|
"version" "23.3.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/debug" "^4.1.6"
|
"@types/debug" "^4.1.6"
|
||||||
"@types/fs-extra" "^9.0.11"
|
"@types/fs-extra" "^9.0.11"
|
||||||
"7zip-bin" "~5.1.1"
|
"7zip-bin" "~5.1.1"
|
||||||
"app-builder-bin" "4.0.0"
|
"app-builder-bin" "4.0.0"
|
||||||
"bluebird-lst" "^1.0.9"
|
"bluebird-lst" "^1.0.9"
|
||||||
"builder-util-runtime" "9.0.2"
|
"builder-util-runtime" "9.0.3"
|
||||||
"chalk" "^4.1.1"
|
"chalk" "^4.1.1"
|
||||||
"cross-spawn" "^7.0.3"
|
"cross-spawn" "^7.0.3"
|
||||||
"debug" "^4.3.4"
|
"debug" "^4.3.4"
|
||||||
@@ -3143,10 +3148,10 @@
|
|||||||
"tree-kill" "^1.2.2"
|
"tree-kill" "^1.2.2"
|
||||||
"yargs" "^17.3.1"
|
"yargs" "^17.3.1"
|
||||||
|
|
||||||
"conf@^10.1.2":
|
"conf@^10.2.0":
|
||||||
"integrity" "sha512-o9Fv1Mv+6A0JpoayQ8JleNp3hhkbOJP/Re/Q+QqxMPHPkABVsRjQGWZn9A5GcqLiTNC6d89p2PB5ZhHVDSMwyg=="
|
"integrity" "sha512-8fLl9F04EJqjSqH+QjITQfJF8BrOVaYr1jewVgSRAEWePfxT0sku4w2hrGQ60BC/TNLGQ2pgxNlTbWQmMPFvXg=="
|
||||||
"resolved" "https://registry.npmjs.org/conf/-/conf-10.1.2.tgz"
|
"resolved" "https://registry.npmjs.org/conf/-/conf-10.2.0.tgz"
|
||||||
"version" "10.1.2"
|
"version" "10.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"ajv" "^8.6.3"
|
"ajv" "^8.6.3"
|
||||||
"ajv-formats" "^2.1.1"
|
"ajv-formats" "^2.1.1"
|
||||||
@@ -3224,14 +3229,14 @@
|
|||||||
"version" "0.5.0"
|
"version" "0.5.0"
|
||||||
|
|
||||||
"core-js-pure@^3.20.2", "core-js-pure@^3.8.1":
|
"core-js-pure@^3.20.2", "core-js-pure@^3.8.1":
|
||||||
"integrity" "sha512-uzMmW8cRh7uYw4JQtzqvGWRyC2T5+4zipQLQdi2FmiRqP83k3d6F3stv2iAlNhOs6cXN401FCD5TL0vvleuHgA=="
|
"integrity" "sha512-r1nJk41QLLPyozHUUPmILCEMtMw24NG4oWK6RbsDdjzQgg9ZvrUsPBj1MnG0wXXp1DCDU6j+wUvEmBSrtRbLXg=="
|
||||||
"resolved" "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.24.0.tgz"
|
"resolved" "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.24.1.tgz"
|
||||||
"version" "3.24.0"
|
"version" "3.24.1"
|
||||||
|
|
||||||
"core-js@^3.16.2", "core-js@^3.22.5":
|
"core-js@^3.16.2", "core-js@^3.22.5":
|
||||||
"integrity" "sha512-IeOyT8A6iK37Ep4kZDD423mpi6JfPRoPUdQwEWYiGolvn4o6j2diaRzNfDfpTdu3a5qMbrGUzKUpYpRY8jXCkQ=="
|
"integrity" "sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg=="
|
||||||
"resolved" "https://registry.npmjs.org/core-js/-/core-js-3.24.0.tgz"
|
"resolved" "https://registry.npmjs.org/core-js/-/core-js-3.24.1.tgz"
|
||||||
"version" "3.24.0"
|
"version" "3.24.1"
|
||||||
|
|
||||||
"core-util-is@~1.0.0":
|
"core-util-is@~1.0.0":
|
||||||
"integrity" "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
|
"integrity" "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
|
||||||
@@ -3690,14 +3695,14 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"path-type" "^4.0.0"
|
"path-type" "^4.0.0"
|
||||||
|
|
||||||
"dmg-builder@23.1.0":
|
"dmg-builder@23.3.3":
|
||||||
"integrity" "sha512-CzhPk/k12nJ2KqTbePkIwHOLiaWneQu2cgXCT9Hb5FhwI1vxTPalLsg8OZ57wKCrkL8AEftqqSff8gB5yWY/xw=="
|
"integrity" "sha512-ECwAjt+ZWyOvddrkDx1xRD6IVUCZb5SV6vSMHZd+Va3G2sUXHrnglR1cGDKRF4oYRQm8SYVrpLZKbi8npyDcAQ=="
|
||||||
"resolved" "https://registry.npmjs.org/dmg-builder/-/dmg-builder-23.1.0.tgz"
|
"resolved" "https://registry.npmjs.org/dmg-builder/-/dmg-builder-23.3.3.tgz"
|
||||||
"version" "23.1.0"
|
"version" "23.3.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"app-builder-lib" "23.1.0"
|
"app-builder-lib" "23.3.3"
|
||||||
"builder-util" "23.0.9"
|
"builder-util" "23.3.3"
|
||||||
"builder-util-runtime" "9.0.2"
|
"builder-util-runtime" "9.0.3"
|
||||||
"fs-extra" "^10.0.0"
|
"fs-extra" "^10.0.0"
|
||||||
"iconv-lite" "^0.6.2"
|
"iconv-lite" "^0.6.2"
|
||||||
"js-yaml" "^4.1.0"
|
"js-yaml" "^4.1.0"
|
||||||
@@ -3879,16 +3884,16 @@
|
|||||||
"jake" "^10.8.5"
|
"jake" "^10.8.5"
|
||||||
|
|
||||||
"electron-builder@^23.0.3":
|
"electron-builder@^23.0.3":
|
||||||
"integrity" "sha512-UEblaQY8N9m8/HriOwl7jgFJ4olpWDXwdDBqwUkQiRHVNRnCfrA0u8LV03li5ZYhma6zFWzfIZbHd+uk8y//lQ=="
|
"integrity" "sha512-mFYYdhoFPKevP6y5uaaF3dusmB2OtQ/HnwwpyOePeU7QDS0SEIAUokQsHUanAiJAZcBqtY7iyLBgX18QybdFFw=="
|
||||||
"resolved" "https://registry.npmjs.org/electron-builder/-/electron-builder-23.1.0.tgz"
|
"resolved" "https://registry.npmjs.org/electron-builder/-/electron-builder-23.3.3.tgz"
|
||||||
"version" "23.1.0"
|
"version" "23.3.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/yargs" "^17.0.1"
|
"@types/yargs" "^17.0.1"
|
||||||
"app-builder-lib" "23.1.0"
|
"app-builder-lib" "23.3.3"
|
||||||
"builder-util" "23.0.9"
|
"builder-util" "23.3.3"
|
||||||
"builder-util-runtime" "9.0.2"
|
"builder-util-runtime" "9.0.3"
|
||||||
"chalk" "^4.1.1"
|
"chalk" "^4.1.1"
|
||||||
"dmg-builder" "23.1.0"
|
"dmg-builder" "23.3.3"
|
||||||
"fs-extra" "^10.0.0"
|
"fs-extra" "^10.0.0"
|
||||||
"is-ci" "^3.0.0"
|
"is-ci" "^3.0.0"
|
||||||
"lazy-val" "^1.0.5"
|
"lazy-val" "^1.0.5"
|
||||||
@@ -3959,14 +3964,14 @@
|
|||||||
"minimist" "^1.2.0"
|
"minimist" "^1.2.0"
|
||||||
"plist" "^3.0.1"
|
"plist" "^3.0.1"
|
||||||
|
|
||||||
"electron-publish@23.0.9":
|
"electron-publish@23.3.3":
|
||||||
"integrity" "sha512-afr2z6L07/elgDX+6I/G/0vzXOP6xYUd/aXx9tnTPSVZ/3AuvCegHrKiuh8sKYHmzoAcNGXe3ikISYIu961IfA=="
|
"integrity" "sha512-1dX17eE5xVXedTxjC+gjsP74oC0+sIHgqysp0ryTlF9+yfQUyXjBk6kcK+zhtBA2SsHMSglDtM+JPxDD/WpPTQ=="
|
||||||
"resolved" "https://registry.npmjs.org/electron-publish/-/electron-publish-23.0.9.tgz"
|
"resolved" "https://registry.npmjs.org/electron-publish/-/electron-publish-23.3.3.tgz"
|
||||||
"version" "23.0.9"
|
"version" "23.3.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/fs-extra" "^9.0.11"
|
"@types/fs-extra" "^9.0.11"
|
||||||
"builder-util" "23.0.9"
|
"builder-util" "23.3.3"
|
||||||
"builder-util-runtime" "9.0.2"
|
"builder-util-runtime" "9.0.3"
|
||||||
"chalk" "^4.1.1"
|
"chalk" "^4.1.1"
|
||||||
"fs-extra" "^10.0.0"
|
"fs-extra" "^10.0.0"
|
||||||
"lazy-val" "^1.0.5"
|
"lazy-val" "^1.0.5"
|
||||||
@@ -3993,12 +3998,12 @@
|
|||||||
"yargs" "^17.0.1"
|
"yargs" "^17.0.1"
|
||||||
|
|
||||||
"electron-store@^8.0.2":
|
"electron-store@^8.0.2":
|
||||||
"integrity" "sha512-9GwUMv51w8ydbkaG7X0HrPlElXLApg63zYy1/VZ/a08ndl0gfm4iCoD3f0E1JvP3V16a+7KxqriCI0c122stiA=="
|
"integrity" "sha512-2clHg/juMjOH0GT9cQ6qtmIvK183B39ZXR0bUoPwKwYHJsEF3quqyDzMFUAu+0OP8ijmN2CbPRAelhNbWUbzwA=="
|
||||||
"resolved" "https://registry.npmjs.org/electron-store/-/electron-store-8.0.2.tgz"
|
"resolved" "https://registry.npmjs.org/electron-store/-/electron-store-8.1.0.tgz"
|
||||||
"version" "8.0.2"
|
"version" "8.1.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"conf" "^10.1.2"
|
"conf" "^10.2.0"
|
||||||
"type-fest" "^2.12.2"
|
"type-fest" "^2.17.0"
|
||||||
|
|
||||||
"electron-to-chromium@^1.4.202":
|
"electron-to-chromium@^1.4.202":
|
||||||
"integrity" "sha512-h+Fadt1gIaQ06JaIiyqPsBjJ08fV5Q7md+V8bUvQW/9OvXfL2LRICTz2EcnnCP7QzrFTS6/27MRV6Bl9Yn97zA=="
|
"integrity" "sha512-h+Fadt1gIaQ06JaIiyqPsBjJ08fV5Q7md+V8bUvQW/9OvXfL2LRICTz2EcnnCP7QzrFTS6/27MRV6Bl9Yn97zA=="
|
||||||
@@ -4006,12 +4011,12 @@
|
|||||||
"version" "1.4.206"
|
"version" "1.4.206"
|
||||||
|
|
||||||
"electron-updater@^5.0.3":
|
"electron-updater@^5.0.3":
|
||||||
"integrity" "sha512-YcKEI9zpU+c0sNXTpjw3UpzP8Pfuuwo70T42oLYm0hHc0dy41ih51oENlhxgooa2+uzzpXhoCOyrpG+w6CB0Pw=="
|
"integrity" "sha512-OQZVIvqcK8j03HjT07uVPgvguP/r8RY2wZcwCM26+fcDOjtrm01Dfz3G8Eru+69znbrR+F9pDzr98ewMavBrWQ=="
|
||||||
"resolved" "https://registry.npmjs.org/electron-updater/-/electron-updater-5.0.5.tgz"
|
"resolved" "https://registry.npmjs.org/electron-updater/-/electron-updater-5.2.1.tgz"
|
||||||
"version" "5.0.5"
|
"version" "5.2.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/semver" "^7.3.6"
|
"@types/semver" "^7.3.6"
|
||||||
"builder-util-runtime" "9.0.2"
|
"builder-util-runtime" "9.0.3"
|
||||||
"fs-extra" "^10.0.0"
|
"fs-extra" "^10.0.0"
|
||||||
"js-yaml" "^4.1.0"
|
"js-yaml" "^4.1.0"
|
||||||
"lazy-val" "^1.0.5"
|
"lazy-val" "^1.0.5"
|
||||||
@@ -4419,9 +4424,9 @@
|
|||||||
"@typescript-eslint/experimental-utils" "^4.0.1"
|
"@typescript-eslint/experimental-utils" "^4.0.1"
|
||||||
|
|
||||||
"eslint-plugin-jest@^26.2.2":
|
"eslint-plugin-jest@^26.2.2":
|
||||||
"integrity" "sha512-f8n46/97ZFdU4KqeQYqO8AEVGIhHWvkpgNBWHH3jrM28/y8llnbf3IjfIKv6p2pZIMinK1PCqbbROxs9Eud02Q=="
|
"integrity" "sha512-/YNitdfG3o3cC6juZziAdkk6nfJt01jXVfj4AgaYVLs7bupHzRDL5K+eipdzhDXtQsiqaX1TzfwSuRlEgeln1A=="
|
||||||
"resolved" "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.6.0.tgz"
|
"resolved" "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.7.0.tgz"
|
||||||
"version" "26.6.0"
|
"version" "26.7.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/utils" "^5.10.0"
|
"@typescript-eslint/utils" "^5.10.0"
|
||||||
|
|
||||||
@@ -4537,12 +4542,13 @@
|
|||||||
"version" "3.3.0"
|
"version" "3.3.0"
|
||||||
|
|
||||||
"eslint@*", "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8", "eslint@^3 || ^4 || ^5 || ^6 || ^7", "eslint@^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0", "eslint@^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "eslint@^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^5.0.0 || ^6.0.0 || ^7.0.0", "eslint@^5.16.0 || ^6.8.0 || ^7.2.0", "eslint@^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^7.0.0", "eslint@^7.0.0 || ^8.0.0", "eslint@^7.32.0 || ^8.2.0", "eslint@^8.20.0", "eslint@>=5", "eslint@>=5.0.0", "eslint@>=7", "eslint@>=7.0.0":
|
"eslint@*", "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8", "eslint@^3 || ^4 || ^5 || ^6 || ^7", "eslint@^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0", "eslint@^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "eslint@^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^5.0.0 || ^6.0.0 || ^7.0.0", "eslint@^5.16.0 || ^6.8.0 || ^7.2.0", "eslint@^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^7.0.0", "eslint@^7.0.0 || ^8.0.0", "eslint@^7.32.0 || ^8.2.0", "eslint@^8.20.0", "eslint@>=5", "eslint@>=5.0.0", "eslint@>=7", "eslint@>=7.0.0":
|
||||||
"integrity" "sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA=="
|
"integrity" "sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA=="
|
||||||
"resolved" "https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz"
|
"resolved" "https://registry.npmjs.org/eslint/-/eslint-8.21.0.tgz"
|
||||||
"version" "8.20.0"
|
"version" "8.21.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint/eslintrc" "^1.3.0"
|
"@eslint/eslintrc" "^1.3.0"
|
||||||
"@humanwhocodes/config-array" "^0.9.2"
|
"@humanwhocodes/config-array" "^0.10.4"
|
||||||
|
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
|
||||||
"ajv" "^6.10.0"
|
"ajv" "^6.10.0"
|
||||||
"chalk" "^4.0.0"
|
"chalk" "^4.0.0"
|
||||||
"cross-spawn" "^7.0.2"
|
"cross-spawn" "^7.0.2"
|
||||||
@@ -4552,14 +4558,17 @@
|
|||||||
"eslint-scope" "^7.1.1"
|
"eslint-scope" "^7.1.1"
|
||||||
"eslint-utils" "^3.0.0"
|
"eslint-utils" "^3.0.0"
|
||||||
"eslint-visitor-keys" "^3.3.0"
|
"eslint-visitor-keys" "^3.3.0"
|
||||||
"espree" "^9.3.2"
|
"espree" "^9.3.3"
|
||||||
"esquery" "^1.4.0"
|
"esquery" "^1.4.0"
|
||||||
"esutils" "^2.0.2"
|
"esutils" "^2.0.2"
|
||||||
"fast-deep-equal" "^3.1.3"
|
"fast-deep-equal" "^3.1.3"
|
||||||
"file-entry-cache" "^6.0.1"
|
"file-entry-cache" "^6.0.1"
|
||||||
|
"find-up" "^5.0.0"
|
||||||
"functional-red-black-tree" "^1.0.1"
|
"functional-red-black-tree" "^1.0.1"
|
||||||
"glob-parent" "^6.0.1"
|
"glob-parent" "^6.0.1"
|
||||||
"globals" "^13.15.0"
|
"globals" "^13.15.0"
|
||||||
|
"globby" "^11.1.0"
|
||||||
|
"grapheme-splitter" "^1.0.4"
|
||||||
"ignore" "^5.2.0"
|
"ignore" "^5.2.0"
|
||||||
"import-fresh" "^3.0.0"
|
"import-fresh" "^3.0.0"
|
||||||
"imurmurhash" "^0.1.4"
|
"imurmurhash" "^0.1.4"
|
||||||
@@ -4577,12 +4586,12 @@
|
|||||||
"text-table" "^0.2.0"
|
"text-table" "^0.2.0"
|
||||||
"v8-compile-cache" "^2.0.3"
|
"v8-compile-cache" "^2.0.3"
|
||||||
|
|
||||||
"espree@^9.3.2":
|
"espree@^9.3.2", "espree@^9.3.3":
|
||||||
"integrity" "sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA=="
|
"integrity" "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng=="
|
||||||
"resolved" "https://registry.npmjs.org/espree/-/espree-9.3.2.tgz"
|
"resolved" "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz"
|
||||||
"version" "9.3.2"
|
"version" "9.3.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"acorn" "^8.7.1"
|
"acorn" "^8.8.0"
|
||||||
"acorn-jsx" "^5.3.2"
|
"acorn-jsx" "^5.3.2"
|
||||||
"eslint-visitor-keys" "^3.3.0"
|
"eslint-visitor-keys" "^3.3.0"
|
||||||
|
|
||||||
@@ -5311,6 +5320,11 @@
|
|||||||
"resolved" "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz"
|
"resolved" "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz"
|
||||||
"version" "1.0.1"
|
"version" "1.0.1"
|
||||||
|
|
||||||
|
"grapheme-splitter@^1.0.4":
|
||||||
|
"integrity" "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ=="
|
||||||
|
"resolved" "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz"
|
||||||
|
"version" "1.0.4"
|
||||||
|
|
||||||
"gzip-size@^6.0.0":
|
"gzip-size@^6.0.0":
|
||||||
"integrity" "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q=="
|
"integrity" "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q=="
|
||||||
"resolved" "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz"
|
"resolved" "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz"
|
||||||
@@ -8535,9 +8549,9 @@
|
|||||||
"scheduler" "^0.23.0"
|
"scheduler" "^0.23.0"
|
||||||
|
|
||||||
"react-transition-group@^4.4.2":
|
"react-transition-group@^4.4.2":
|
||||||
"integrity" "sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg=="
|
"integrity" "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g=="
|
||||||
"resolved" "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz"
|
"resolved" "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz"
|
||||||
"version" "4.4.2"
|
"version" "4.4.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.5.5"
|
"@babel/runtime" "^7.5.5"
|
||||||
"dom-helpers" "^5.0.1"
|
"dom-helpers" "^5.0.1"
|
||||||
@@ -9946,10 +9960,10 @@
|
|||||||
"resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
|
"resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
|
||||||
"version" "0.21.3"
|
"version" "0.21.3"
|
||||||
|
|
||||||
"type-fest@^2.12.2", "type-fest@>=0.17.0 <3.0.0":
|
"type-fest@^2.17.0", "type-fest@>=0.17.0 <3.0.0":
|
||||||
"integrity" "sha512-U+g3/JVXnOki1kLSc+xZGPRll3Ah9u2VIG6Sn9iH9YX6UkPERmt6O/0fIyTgsd2/whV0+gAaHAg8fz6sG1QzMA=="
|
"integrity" "sha512-pRS+/yrW5TjPPHNOvxhbNZexr2bS63WjrMU8a+VzEBhUi9Tz1pZeD+vQz3ut0svZ46P+SRqMEPnJmk2XnvNzTw=="
|
||||||
"resolved" "https://registry.npmjs.org/type-fest/-/type-fest-2.17.0.tgz"
|
"resolved" "https://registry.npmjs.org/type-fest/-/type-fest-2.18.0.tgz"
|
||||||
"version" "2.17.0"
|
"version" "2.18.0"
|
||||||
|
|
||||||
"type-is@~1.6.18":
|
"type-is@~1.6.18":
|
||||||
"integrity" "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g=="
|
"integrity" "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g=="
|
||||||
|
|||||||
Reference in New Issue
Block a user