aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2021-09-17 16:17:10 -0400
committerGalen Guyer <galen@galenguyer.com>2021-09-17 16:17:10 -0400
commitcd83ac5507bee49c6792effb70bf44f49fc325f0 (patch)
treeacbc8e87dd411c52a73cea6570d316137e42cee0
parent21cce2532232f11548595474b414fb4ba7deaf1f (diff)
fix date timezone for updates
-rw-r--r--pnpm-lock.yaml1017
-rw-r--r--src/App.js4
2 files changed, 524 insertions, 497 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 22eb094..ccc55f1 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -27,10 +27,10 @@ dependencies:
luxon: 1.28.0
postcss: 8.3.6
postcss-cli: 7.1.2
- prettier: 2.3.2
+ prettier: 2.4.1
react: 17.0.2
react-dom: 17.0.2_react@17.0.2
- react-router-dom: 5.2.0_react@17.0.2
+ react-router-dom: 5.3.0_react@17.0.2
react-scripts: 4.0.0
recharts: 1.8.5_react-dom@17.0.2+react@17.0.2
swr: 0.3.11_react@17.0.2
@@ -71,13 +71,13 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.14.5
- '@babel/generator': 7.15.0
- '@babel/helper-module-transforms': 7.15.0
- '@babel/helpers': 7.15.3
- '@babel/parser': 7.15.3
- '@babel/template': 7.14.5
- '@babel/traverse': 7.15.0
- '@babel/types': 7.15.0
+ '@babel/generator': 7.15.4
+ '@babel/helper-module-transforms': 7.15.4
+ '@babel/helpers': 7.15.4
+ '@babel/parser': 7.15.6
+ '@babel/template': 7.15.4
+ '@babel/traverse': 7.15.4
+ '@babel/types': 7.15.6
convert-source-map: 1.8.0
debug: 4.3.2
gensync: 1.0.0-beta.2
@@ -90,32 +90,32 @@ packages:
- supports-color
dev: false
- /@babel/generator/7.15.0:
- resolution: {integrity: sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==}
+ /@babel/generator/7.15.4:
+ resolution: {integrity: sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
jsesc: 2.5.2
source-map: 0.5.7
dev: false
- /@babel/helper-annotate-as-pure/7.14.5:
- resolution: {integrity: sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==}
+ /@babel/helper-annotate-as-pure/7.15.4:
+ resolution: {integrity: sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
- /@babel/helper-builder-binary-assignment-operator-visitor/7.14.5:
- resolution: {integrity: sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w==}
+ /@babel/helper-builder-binary-assignment-operator-visitor/7.15.4:
+ resolution: {integrity: sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-explode-assignable-expression': 7.14.5
- '@babel/types': 7.15.0
+ '@babel/helper-explode-assignable-expression': 7.15.4
+ '@babel/types': 7.15.6
dev: false
- /@babel/helper-compilation-targets/7.15.0_@babel+core@7.12.3:
- resolution: {integrity: sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==}
+ /@babel/helper-compilation-targets/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -123,23 +123,23 @@ packages:
'@babel/compat-data': 7.15.0
'@babel/core': 7.12.3
'@babel/helper-validator-option': 7.14.5
- browserslist: 4.16.8
+ browserslist: 4.17.0
semver: 6.3.0
dev: false
- /@babel/helper-create-class-features-plugin/7.15.0_@babel+core@7.12.3:
- resolution: {integrity: sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==}
+ /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-annotate-as-pure': 7.14.5
- '@babel/helper-function-name': 7.14.5
- '@babel/helper-member-expression-to-functions': 7.15.0
- '@babel/helper-optimise-call-expression': 7.14.5
- '@babel/helper-replace-supers': 7.15.0
- '@babel/helper-split-export-declaration': 7.14.5
+ '@babel/helper-annotate-as-pure': 7.15.4
+ '@babel/helper-function-name': 7.15.4
+ '@babel/helper-member-expression-to-functions': 7.15.4
+ '@babel/helper-optimise-call-expression': 7.15.4
+ '@babel/helper-replace-supers': 7.15.4
+ '@babel/helper-split-export-declaration': 7.15.4
transitivePeerDependencies:
- supports-color
dev: false
@@ -151,8 +151,8 @@ packages:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-annotate-as-pure': 7.14.5
- regexpu-core: 4.7.1
+ '@babel/helper-annotate-as-pure': 7.15.4
+ regexpu-core: 4.8.0
dev: false
/@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.12.3:
@@ -161,10 +161,10 @@ packages:
'@babel/core': ^7.4.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-compilation-targets': 7.15.0_@babel+core@7.12.3
- '@babel/helper-module-imports': 7.14.5
+ '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.12.3
+ '@babel/helper-module-imports': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
- '@babel/traverse': 7.15.0
+ '@babel/traverse': 7.15.4
debug: 4.3.2
lodash.debounce: 4.0.8
resolve: 1.20.0
@@ -173,71 +173,71 @@ packages:
- supports-color
dev: false
- /@babel/helper-explode-assignable-expression/7.14.5:
- resolution: {integrity: sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ==}
+ /@babel/helper-explode-assignable-expression/7.15.4:
+ resolution: {integrity: sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
- /@babel/helper-function-name/7.14.5:
- resolution: {integrity: sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==}
+ /@babel/helper-function-name/7.15.4:
+ resolution: {integrity: sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-get-function-arity': 7.14.5
- '@babel/template': 7.14.5
- '@babel/types': 7.15.0
+ '@babel/helper-get-function-arity': 7.15.4
+ '@babel/template': 7.15.4
+ '@babel/types': 7.15.6
dev: false
- /@babel/helper-get-function-arity/7.14.5:
- resolution: {integrity: sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==}
+ /@babel/helper-get-function-arity/7.15.4:
+ resolution: {integrity: sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
- /@babel/helper-hoist-variables/7.14.5:
- resolution: {integrity: sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==}
+ /@babel/helper-hoist-variables/7.15.4:
+ resolution: {integrity: sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
- /@babel/helper-member-expression-to-functions/7.15.0:
- resolution: {integrity: sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==}
+ /@babel/helper-member-expression-to-functions/7.15.4:
+ resolution: {integrity: sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
- /@babel/helper-module-imports/7.14.5:
- resolution: {integrity: sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==}
+ /@babel/helper-module-imports/7.15.4:
+ resolution: {integrity: sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
- /@babel/helper-module-transforms/7.15.0:
- resolution: {integrity: sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==}
+ /@babel/helper-module-transforms/7.15.4:
+ resolution: {integrity: sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-module-imports': 7.14.5
- '@babel/helper-replace-supers': 7.15.0
- '@babel/helper-simple-access': 7.14.8
- '@babel/helper-split-export-declaration': 7.14.5
+ '@babel/helper-module-imports': 7.15.4
+ '@babel/helper-replace-supers': 7.15.4
+ '@babel/helper-simple-access': 7.15.4
+ '@babel/helper-split-export-declaration': 7.15.4
'@babel/helper-validator-identifier': 7.14.9
- '@babel/template': 7.14.5
- '@babel/traverse': 7.15.0
- '@babel/types': 7.15.0
+ '@babel/template': 7.15.4
+ '@babel/traverse': 7.15.4
+ '@babel/types': 7.15.6
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/helper-optimise-call-expression/7.14.5:
- resolution: {integrity: sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==}
+ /@babel/helper-optimise-call-expression/7.15.4:
+ resolution: {integrity: sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
/@babel/helper-plugin-utils/7.14.5:
@@ -245,48 +245,48 @@ packages:
engines: {node: '>=6.9.0'}
dev: false
- /@babel/helper-remap-async-to-generator/7.14.5:
- resolution: {integrity: sha512-rLQKdQU+HYlxBwQIj8dk4/0ENOUEhA/Z0l4hN8BexpvmSMN9oA9EagjnhnDpNsRdWCfjwa4mn/HyBXO9yhQP6A==}
+ /@babel/helper-remap-async-to-generator/7.15.4:
+ resolution: {integrity: sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-annotate-as-pure': 7.14.5
- '@babel/helper-wrap-function': 7.14.5
- '@babel/types': 7.15.0
+ '@babel/helper-annotate-as-pure': 7.15.4
+ '@babel/helper-wrap-function': 7.15.4
+ '@babel/types': 7.15.6
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/helper-replace-supers/7.15.0:
- resolution: {integrity: sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==}
+ /@babel/helper-replace-supers/7.15.4:
+ resolution: {integrity: sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-member-expression-to-functions': 7.15.0
- '@babel/helper-optimise-call-expression': 7.14.5
- '@babel/traverse': 7.15.0
- '@babel/types': 7.15.0
+ '@babel/helper-member-expression-to-functions': 7.15.4
+ '@babel/helper-optimise-call-expression': 7.15.4
+ '@babel/traverse': 7.15.4
+ '@babel/types': 7.15.6
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/helper-simple-access/7.14.8:
- resolution: {integrity: sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==}
+ /@babel/helper-simple-access/7.15.4:
+ resolution: {integrity: sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
- /@babel/helper-skip-transparent-expression-wrappers/7.14.5:
- resolution: {integrity: sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==}
+ /@babel/helper-skip-transparent-expression-wrappers/7.15.4:
+ resolution: {integrity: sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
- /@babel/helper-split-export-declaration/7.14.5:
- resolution: {integrity: sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==}
+ /@babel/helper-split-export-declaration/7.15.4:
+ resolution: {integrity: sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
/@babel/helper-validator-identifier/7.14.9:
@@ -299,25 +299,25 @@ packages:
engines: {node: '>=6.9.0'}
dev: false
- /@babel/helper-wrap-function/7.14.5:
- resolution: {integrity: sha512-YEdjTCq+LNuNS1WfxsDCNpgXkJaIyqco6DAelTUjT4f2KIWC1nBcaCaSdHTBqQVLnTBexBcVcFhLSU1KnYuePQ==}
+ /@babel/helper-wrap-function/7.15.4:
+ resolution: {integrity: sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-function-name': 7.14.5
- '@babel/template': 7.14.5
- '@babel/traverse': 7.15.0
- '@babel/types': 7.15.0
+ '@babel/helper-function-name': 7.15.4
+ '@babel/template': 7.15.4
+ '@babel/traverse': 7.15.4
+ '@babel/types': 7.15.6
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/helpers/7.15.3:
- resolution: {integrity: sha512-HwJiz52XaS96lX+28Tnbu31VeFSQJGOeKHJeaEPQlTl7PnlhFElWPj8tUXtqFIzeN86XxXoBr+WFAyK2PPVz6g==}
+ /@babel/helpers/7.15.4:
+ resolution: {integrity: sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/template': 7.14.5
- '@babel/traverse': 7.15.0
- '@babel/types': 7.15.0
+ '@babel/template': 7.15.4
+ '@babel/traverse': 7.15.4
+ '@babel/types': 7.15.6
transitivePeerDependencies:
- supports-color
dev: false
@@ -331,33 +331,33 @@ packages:
js-tokens: 4.0.0
dev: false
- /@babel/parser/7.15.3:
- resolution: {integrity: sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==}
+ /@babel/parser/7.15.6:
+ resolution: {integrity: sha512-S/TSCcsRuCkmpUuoWijua0Snt+f3ewU/8spLo+4AXJCZfT0bVCzLD5MuOKdrx0mlAptbKzn5AdgEIIKXxXkz9Q==}
engines: {node: '>=6.0.0'}
hasBin: true
dev: false
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.14.5_@babel+core@7.12.3:
- resolution: {integrity: sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==}
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
dependencies:
'@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-skip-transparent-expression-wrappers': 7.14.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.15.4
'@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.12.3
dev: false
- /@babel/plugin-proposal-async-generator-functions/7.14.9_@babel+core@7.12.3:
- resolution: {integrity: sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==}
+ /@babel/plugin-proposal-async-generator-functions/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-remap-async-to-generator': 7.14.5
+ '@babel/helper-remap-async-to-generator': 7.15.4
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.3
transitivePeerDependencies:
- supports-color
@@ -369,7 +369,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-create-class-features-plugin': 7.15.0_@babel+core@7.12.3
+ '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.14.5
transitivePeerDependencies:
- supports-color
@@ -382,20 +382,20 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-create-class-features-plugin': 7.15.0_@babel+core@7.12.3
+ '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.14.5
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/plugin-proposal-class-static-block/7.14.5_@babel+core@7.12.3:
- resolution: {integrity: sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg==}
+ /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-create-class-features-plugin': 7.15.0_@babel+core@7.12.3
+ '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.14.5
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.12.3
transitivePeerDependencies:
@@ -408,7 +408,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-create-class-features-plugin': 7.15.0_@babel+core@7.12.3
+ '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.14.5
'@babel/plugin-syntax-decorators': 7.14.5_@babel+core@7.12.3
transitivePeerDependencies:
@@ -501,18 +501,18 @@ packages:
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.3
dev: false
- /@babel/plugin-proposal-object-rest-spread/7.14.7_@babel+core@7.12.3:
- resolution: {integrity: sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==}
+ /@babel/plugin-proposal-object-rest-spread/7.15.6_@babel+core@7.12.3:
+ resolution: {integrity: sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.15.0
'@babel/core': 7.12.3
- '@babel/helper-compilation-targets': 7.15.0_@babel+core@7.12.3
+ '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.14.5
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.3
- '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.12.3
+ '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.12.3
dev: false
/@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.12.3:
@@ -533,7 +533,7 @@ packages:
dependencies:
'@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-skip-transparent-expression-wrappers': 7.14.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.15.4
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.3
dev: false
@@ -545,7 +545,7 @@ packages:
dependencies:
'@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-skip-transparent-expression-wrappers': 7.14.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.15.4
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.3
dev: false
@@ -556,21 +556,21 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-create-class-features-plugin': 7.15.0_@babel+core@7.12.3
+ '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.14.5
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/plugin-proposal-private-property-in-object/7.14.5_@babel+core@7.12.3:
- resolution: {integrity: sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q==}
+ /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-annotate-as-pure': 7.14.5
- '@babel/helper-create-class-features-plugin': 7.15.0_@babel+core@7.12.3
+ '@babel/helper-annotate-as-pure': 7.15.4
+ '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.14.5
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.12.3
transitivePeerDependencies:
@@ -792,9 +792,9 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-module-imports': 7.14.5
+ '@babel/helper-module-imports': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-remap-async-to-generator': 7.14.5
+ '@babel/helper-remap-async-to-generator': 7.15.4
transitivePeerDependencies:
- supports-color
dev: false
@@ -819,19 +819,19 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: false
- /@babel/plugin-transform-classes/7.14.9_@babel+core@7.12.3:
- resolution: {integrity: sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==}
+ /@babel/plugin-transform-classes/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-annotate-as-pure': 7.14.5
- '@babel/helper-function-name': 7.14.5
- '@babel/helper-optimise-call-expression': 7.14.5
+ '@babel/helper-annotate-as-pure': 7.15.4
+ '@babel/helper-function-name': 7.15.4
+ '@babel/helper-optimise-call-expression': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-replace-supers': 7.15.0
- '@babel/helper-split-export-declaration': 7.14.5
+ '@babel/helper-replace-supers': 7.15.4
+ '@babel/helper-split-export-declaration': 7.15.4
globals: 11.12.0
transitivePeerDependencies:
- supports-color
@@ -885,7 +885,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-builder-binary-assignment-operator-visitor': 7.14.5
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
dev: false
@@ -899,8 +899,8 @@ packages:
'@babel/plugin-syntax-flow': 7.14.5_@babel+core@7.12.3
dev: false
- /@babel/plugin-transform-for-of/7.14.5_@babel+core@7.12.3:
- resolution: {integrity: sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==}
+ /@babel/plugin-transform-for-of/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -916,7 +916,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-function-name': 7.14.5
+ '@babel/helper-function-name': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
dev: false
@@ -947,37 +947,37 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-module-transforms': 7.15.0
+ '@babel/helper-module-transforms': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/plugin-transform-modules-commonjs/7.15.0_@babel+core@7.12.3:
- resolution: {integrity: sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==}
+ /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-module-transforms': 7.15.0
+ '@babel/helper-module-transforms': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-simple-access': 7.14.8
+ '@babel/helper-simple-access': 7.15.4
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/plugin-transform-modules-systemjs/7.14.5_@babel+core@7.12.3:
- resolution: {integrity: sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==}
+ /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-hoist-variables': 7.14.5
- '@babel/helper-module-transforms': 7.15.0
+ '@babel/helper-hoist-variables': 7.15.4
+ '@babel/helper-module-transforms': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
'@babel/helper-validator-identifier': 7.14.9
babel-plugin-dynamic-import-node: 2.3.3
@@ -992,7 +992,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-module-transforms': 7.15.0
+ '@babel/helper-module-transforms': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
transitivePeerDependencies:
- supports-color
@@ -1026,13 +1026,13 @@ packages:
dependencies:
'@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-replace-supers': 7.15.0
+ '@babel/helper-replace-supers': 7.15.4
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/plugin-transform-parameters/7.14.5_@babel+core@7.12.3:
- resolution: {integrity: sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==}
+ /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1117,11 +1117,11 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-annotate-as-pure': 7.14.5
- '@babel/helper-module-imports': 7.14.5
+ '@babel/helper-annotate-as-pure': 7.15.4
+ '@babel/helper-module-imports': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
'@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.12.3
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
/@babel/plugin-transform-react-pure-annotations/7.14.5_@babel+core@7.12.3:
@@ -1131,7 +1131,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-annotate-as-pure': 7.14.5
+ '@babel/helper-annotate-as-pure': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
dev: false
@@ -1161,7 +1161,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-module-imports': 7.14.5
+ '@babel/helper-module-imports': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
resolve: 1.20.0
semver: 5.7.1
@@ -1185,7 +1185,7 @@ packages:
dependencies:
'@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-skip-transparent-expression-wrappers': 7.14.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.15.4
dev: false
/@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.12.3:
@@ -1218,14 +1218,14 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: false
- /@babel/plugin-transform-typescript/7.15.0_@babel+core@7.12.3:
- resolution: {integrity: sha512-WIIEazmngMEEHDaPTx0IZY48SaAmjVWe3TRSX7cmJXn0bEv9midFzAjxiruOWYIVf5iQ10vFx7ASDpgEO08L5w==}
+ /@babel/plugin-transform-typescript/7.15.4_@babel+core@7.12.3:
+ resolution: {integrity: sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-create-class-features-plugin': 7.15.0_@babel+core@7.12.3
+ '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.14.5
'@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.12.3
transitivePeerDependencies:
@@ -1260,11 +1260,11 @@ packages:
dependencies:
'@babel/compat-data': 7.15.0
'@babel/core': 7.12.3
- '@babel/helper-compilation-targets': 7.15.0_@babel+core@7.12.3
- '@babel/helper-module-imports': 7.14.5
+ '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.12.3
+ '@babel/helper-module-imports': 7.15.4
'@babel/helper-plugin-utils': 7.14.5
'@babel/helper-validator-option': 7.14.5
- '@babel/plugin-proposal-async-generator-functions': 7.14.9_@babel+core@7.12.3
+ '@babel/plugin-proposal-async-generator-functions': 7.15.4_@babel+core@7.12.3
'@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.3
'@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.12.3
'@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.12.3
@@ -1272,7 +1272,7 @@ packages:
'@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.12.3
'@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.3
'@babel/plugin-proposal-numeric-separator': 7.12.1_@babel+core@7.12.3
- '@babel/plugin-proposal-object-rest-spread': 7.14.7_@babel+core@7.12.3
+ '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.12.3
'@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.12.3
'@babel/plugin-proposal-optional-chaining': 7.12.1_@babel+core@7.12.3
'@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.12.3
@@ -1293,24 +1293,24 @@ packages:
'@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.12.3
- '@babel/plugin-transform-classes': 7.14.9_@babel+core@7.12.3
+ '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.12.3
'@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.12.3
'@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.12.3
- '@babel/plugin-transform-for-of': 7.14.5_@babel+core@7.12.3
+ '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.12.3
'@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-literals': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.12.3
- '@babel/plugin-transform-modules-commonjs': 7.15.0_@babel+core@7.12.3
- '@babel/plugin-transform-modules-systemjs': 7.14.5_@babel+core@7.12.3
+ '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.12.3
+ '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.12.3
'@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.12.3
'@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.12.3
- '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.12.3
+ '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.12.3
'@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.12.3
@@ -1322,39 +1322,39 @@ packages:
'@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.12.3
'@babel/preset-modules': 0.1.4_@babel+core@7.12.3
- '@babel/types': 7.15.0
- core-js-compat: 3.16.3
+ '@babel/types': 7.15.6
+ core-js-compat: 3.17.3
semver: 5.7.1
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/preset-env/7.15.0_@babel+core@7.12.3:
- resolution: {integrity: sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==}
+ /@babel/preset-env/7.15.6_@babel+core@7.12.3:
+ resolution: {integrity: sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.15.0
'@babel/core': 7.12.3
- '@babel/helper-compilation-targets': 7.15.0_@babel+core@7.12.3
+ '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.12.3
'@babel/helper-plugin-utils': 7.14.5
'@babel/helper-validator-option': 7.14.5
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.14.5_@babel+core@7.12.3
- '@babel/plugin-proposal-async-generator-functions': 7.14.9_@babel+core@7.12.3
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.12.3
+ '@babel/plugin-proposal-async-generator-functions': 7.15.4_@babel+core@7.12.3
'@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.12.3
- '@babel/plugin-proposal-class-static-block': 7.14.5_@babel+core@7.12.3
+ '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.12.3
'@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.12.3
'@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.12.3
'@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.12.3
'@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.12.3
'@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.12.3
'@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.12.3
- '@babel/plugin-proposal-object-rest-spread': 7.14.7_@babel+core@7.12.3
+ '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.12.3
'@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.12.3
'@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.12.3
'@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.12.3
- '@babel/plugin-proposal-private-property-in-object': 7.14.5_@babel+core@7.12.3
+ '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.12.3
'@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.12.3
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.3
'@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.12.3
@@ -1374,24 +1374,24 @@ packages:
'@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.12.3
- '@babel/plugin-transform-classes': 7.14.9_@babel+core@7.12.3
+ '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.12.3
'@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.12.3
'@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.12.3
- '@babel/plugin-transform-for-of': 7.14.5_@babel+core@7.12.3
+ '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.12.3
'@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-literals': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.12.3
- '@babel/plugin-transform-modules-commonjs': 7.15.0_@babel+core@7.12.3
- '@babel/plugin-transform-modules-systemjs': 7.14.5_@babel+core@7.12.3
+ '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.12.3
+ '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.12.3
'@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.12.3
'@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.12.3
- '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.12.3
+ '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.12.3
'@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.12.3
@@ -1403,11 +1403,11 @@ packages:
'@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.12.3
'@babel/preset-modules': 0.1.4_@babel+core@7.12.3
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.12.3
babel-plugin-polyfill-corejs3: 0.2.4_@babel+core@7.12.3
babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.12.3
- core-js-compat: 3.16.3
+ core-js-compat: 3.17.3
semver: 6.3.0
transitivePeerDependencies:
- supports-color
@@ -1422,7 +1422,7 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
'@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.12.3
'@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.12.3
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
esutils: 2.0.3
dev: false
@@ -1463,16 +1463,16 @@ packages:
dependencies:
'@babel/core': 7.12.3
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-transform-typescript': 7.15.0_@babel+core@7.12.3
+ '@babel/plugin-transform-typescript': 7.15.4_@babel+core@7.12.3
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/runtime-corejs3/7.15.3:
- resolution: {integrity: sha512-30A3lP+sRL6ml8uhoJSs+8jwpKzbw8CqBvDc1laeptxPm5FahumJxirigcbD2qTs71Sonvj1cyZB0OKGAmxQ+A==}
+ /@babel/runtime-corejs3/7.15.4:
+ resolution: {integrity: sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==}
engines: {node: '>=6.9.0'}
dependencies:
- core-js-pure: 3.16.3
+ core-js-pure: 3.17.3
regenerator-runtime: 0.13.9
dev: false
@@ -1482,41 +1482,41 @@ packages:
regenerator-runtime: 0.13.9
dev: false
- /@babel/runtime/7.15.3:
- resolution: {integrity: sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==}
+ /@babel/runtime/7.15.4:
+ resolution: {integrity: sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.9
dev: false
- /@babel/template/7.14.5:
- resolution: {integrity: sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==}
+ /@babel/template/7.15.4:
+ resolution: {integrity: sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.14.5
- '@babel/parser': 7.15.3
- '@babel/types': 7.15.0
+ '@babel/parser': 7.15.6
+ '@babel/types': 7.15.6
dev: false
- /@babel/traverse/7.15.0:
- resolution: {integrity: sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==}
+ /@babel/traverse/7.15.4:
+ resolution: {integrity: sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.14.5
- '@babel/generator': 7.15.0
- '@babel/helper-function-name': 7.14.5
- '@babel/helper-hoist-variables': 7.14.5
- '@babel/helper-split-export-declaration': 7.14.5
- '@babel/parser': 7.15.3
- '@babel/types': 7.15.0
+ '@babel/generator': 7.15.4
+ '@babel/helper-function-name': 7.15.4
+ '@babel/helper-hoist-variables': 7.15.4
+ '@babel/helper-split-export-declaration': 7.15.4
+ '@babel/parser': 7.15.6
+ '@babel/types': 7.15.6
debug: 4.3.2
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/types/7.15.0:
- resolution: {integrity: sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==}
+ /@babel/types/7.15.6:
+ resolution: {integrity: sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.14.9
@@ -1582,6 +1582,10 @@ packages:
purgecss: 2.3.0
dev: false
+ /@gar/promisify/1.1.2:
+ resolution: {integrity: sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==}
+ dev: false
+
/@hapi/address/2.1.4:
resolution: {integrity: sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==}
deprecated: Moved to 'npm install @sideway/address'
@@ -1650,7 +1654,7 @@ packages:
engines: {node: '>= 10.14.2'}
dependencies:
'@jest/types': 26.6.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
chalk: 4.1.2
jest-message-util: 26.6.2
jest-util: 26.6.2
@@ -1666,7 +1670,7 @@ packages:
'@jest/test-result': 26.6.2
'@jest/transform': 26.6.2
'@jest/types': 26.6.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
ansi-escapes: 4.3.2
chalk: 4.1.2
exit: 0.1.2
@@ -1703,7 +1707,7 @@ packages:
dependencies:
'@jest/fake-timers': 26.6.2
'@jest/types': 26.6.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
jest-mock: 26.6.2
dev: false
@@ -1713,7 +1717,7 @@ packages:
dependencies:
'@jest/types': 26.6.2
'@sinonjs/fake-timers': 6.0.1
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
jest-message-util: 26.6.2
jest-mock: 26.6.2
jest-util: 26.6.2
@@ -1827,18 +1831,18 @@ packages:
dependencies:
'@types/istanbul-lib-coverage': 2.0.3
'@types/istanbul-reports': 3.0.1
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
'@types/yargs': 15.0.14
chalk: 4.1.2
dev: false
- /@jest/types/27.0.6:
- resolution: {integrity: sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g==}
+ /@jest/types/27.1.1:
+ resolution: {integrity: sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@types/istanbul-lib-coverage': 2.0.3
'@types/istanbul-reports': 3.0.1
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
'@types/yargs': 16.0.4
chalk: 4.1.2
dev: false
@@ -1861,7 +1865,14 @@ packages:
engines: {node: '>= 8'}
dependencies:
'@nodelib/fs.scandir': 2.1.5
- fastq: 1.12.0
+ fastq: 1.13.0
+ dev: false
+
+ /@npmcli/fs/1.0.0:
+ resolution: {integrity: sha512-8ltnOpRR/oJbOp8vaGUnipOi3bqkcW+sLHFlyXIr08OGHmVJLB1Hn7QtGXbYcpVtH1gAYZTlmDXtE4YV0+AMMQ==}
+ dependencies:
+ '@gar/promisify': 1.1.2
+ semver: 7.3.5
dev: false
/@npmcli/move-file/1.1.2:
@@ -2033,7 +2044,7 @@ packages:
resolution: {integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==}
engines: {node: '>=10'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
/@svgr/plugin-jsx/5.5.0:
@@ -2063,7 +2074,7 @@ packages:
dependencies:
'@babel/core': 7.12.3
'@babel/plugin-transform-react-constant-elements': 7.14.5_@babel+core@7.12.3
- '@babel/preset-env': 7.15.0_@babel+core@7.12.3
+ '@babel/preset-env': 7.15.6_@babel+core@7.12.3
'@babel/preset-react': 7.14.5_@babel+core@7.12.3
'@svgr/core': 5.5.0
'@svgr/plugin-jsx': 5.5.0
@@ -2078,7 +2089,7 @@ packages:
engines: {node: '>=10'}
dependencies:
'@babel/code-frame': 7.14.5
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
'@types/aria-query': 4.2.2
aria-query: 4.2.2
chalk: 4.1.2
@@ -2091,7 +2102,7 @@ packages:
resolution: {integrity: sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ==}
engines: {node: '>=8', npm: '>=6', yarn: '>=1'}
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
'@types/testing-library__jest-dom': 5.14.1
aria-query: 4.2.2
chalk: 3.0.0
@@ -2109,7 +2120,7 @@ packages:
react: '*'
react-dom: '*'
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
'@testing-library/dom': 7.31.2
react: 17.0.2
react-dom: 17.0.2_react@17.0.2
@@ -2121,7 +2132,7 @@ packages:
peerDependencies:
'@testing-library/dom': '>=7.21.4'
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
dev: false
/@tootallnate/once/1.1.2:
@@ -2133,11 +2144,11 @@ packages:
resolution: {integrity: sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==}
dev: false
- /@types/babel__core/7.1.15:
- resolution: {integrity: sha512-bxlMKPDbY8x5h6HBwVzEOk2C8fb6SLfYQ5Jw3uBYuYF1lfWk/kbLd81la82vrIkBb0l+JdmrZaDikPrNxpS/Ew==}
+ /@types/babel__core/7.1.16:
+ resolution: {integrity: sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==}
dependencies:
- '@babel/parser': 7.15.3
- '@babel/types': 7.15.0
+ '@babel/parser': 7.15.6
+ '@babel/types': 7.15.6
'@types/babel__generator': 7.6.3
'@types/babel__template': 7.4.1
'@types/babel__traverse': 7.14.2
@@ -2146,20 +2157,20 @@ packages:
/@types/babel__generator/7.6.3:
resolution: {integrity: sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
/@types/babel__template/7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- '@babel/parser': 7.15.3
- '@babel/types': 7.15.0
+ '@babel/parser': 7.15.6
+ '@babel/types': 7.15.6
dev: false
/@types/babel__traverse/7.14.2:
resolution: {integrity: sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
dev: false
/@types/eslint/7.28.0:
@@ -2181,13 +2192,13 @@ packages:
resolution: {integrity: sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA==}
dependencies:
'@types/minimatch': 3.0.5
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
dev: false
/@types/graceful-fs/4.1.5:
resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==}
dependencies:
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
dev: false
/@types/html-minifier-terser/5.1.2:
@@ -2213,8 +2224,8 @@ packages:
/@types/jest/27.0.1:
resolution: {integrity: sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw==}
dependencies:
- jest-diff: 27.0.6
- pretty-format: 27.0.6
+ jest-diff: 27.2.0
+ pretty-format: 27.2.0
dev: false
/@types/json-schema/7.0.9:
@@ -2229,8 +2240,8 @@ packages:
resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==}
dev: false
- /@types/node/16.7.1:
- resolution: {integrity: sha512-ncRdc45SoYJ2H4eWU9ReDfp3vtFqDYhjOsKlFFUDEn8V1Bgr2RjYal8YT5byfadWIRluhPFU6JiDOl0H6Sl87A==}
+ /@types/node/16.9.2:
+ resolution: {integrity: sha512-ZHty/hKoOLZvSz6BtP1g7tc7nUeJhoCf3flLjh8ZEv1vFKBWHXcnMbJMyN/pftSljNyy0kNW/UqI3DccnBnZ8w==}
dev: false
/@types/normalize-package-data/2.4.1:
@@ -2252,7 +2263,7 @@ packages:
/@types/resolve/0.0.8:
resolution: {integrity: sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==}
dependencies:
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
dev: false
/@types/source-list-map/0.1.2:
@@ -2282,15 +2293,15 @@ packages:
/@types/webpack-sources/3.2.0:
resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==}
dependencies:
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
'@types/source-list-map': 0.1.2
source-map: 0.7.3
dev: false
- /@types/webpack/4.41.30:
- resolution: {integrity: sha512-GUHyY+pfuQ6haAfzu4S14F+R5iGRwN6b2FRNJY7U0NilmFAqbsOfK6j1HwuLBAqwRIT+pVdNDJGJ6e8rpp0KHA==}
+ /@types/webpack/4.41.31:
+ resolution: {integrity: sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==}
dependencies:
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
'@types/tapable': 1.0.8
'@types/uglify-js': 3.13.1
'@types/webpack-sources': 3.2.0
@@ -2314,8 +2325,8 @@ packages:
'@types/yargs-parser': 20.2.1
dev: false
- /@typescript-eslint/eslint-plugin/4.29.3_34d5befff6aaad8c71519c6eb563aad1:
- resolution: {integrity: sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==}
+ /@typescript-eslint/eslint-plugin/4.31.1_e4d9b33537a8c53b836ea5acacecf302:
+ resolution: {integrity: sha512-UDqhWmd5i0TvPLmbK5xY3UZB0zEGseF+DHPghZ37Sb83Qd3p8ujhvAtkU4OF46Ka5Pm5kWvFIx0cCTBFKo0alA==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
'@typescript-eslint/parser': ^4.0.0
@@ -2325,9 +2336,9 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/experimental-utils': 4.29.3_eslint@7.32.0
- '@typescript-eslint/parser': 4.29.3_eslint@7.32.0
- '@typescript-eslint/scope-manager': 4.29.3
+ '@typescript-eslint/experimental-utils': 4.31.1_eslint@7.32.0
+ '@typescript-eslint/parser': 4.31.1_eslint@7.32.0
+ '@typescript-eslint/scope-manager': 4.31.1
debug: 4.3.2
eslint: 7.32.0
functional-red-black-tree: 1.0.1
@@ -2355,16 +2366,16 @@ packages:
- typescript
dev: false
- /@typescript-eslint/experimental-utils/4.29.3_eslint@7.32.0:
- resolution: {integrity: sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==}
+ /@typescript-eslint/experimental-utils/4.31.1_eslint@7.32.0:
+ resolution: {integrity: sha512-NtoPsqmcSsWty0mcL5nTZXMf7Ei0Xr2MT8jWjXMVgRK0/1qeQ2jZzLFUh4QtyJ4+/lPUyMw5cSfeeME+Zrtp9Q==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: '*'
dependencies:
'@types/json-schema': 7.0.9
- '@typescript-eslint/scope-manager': 4.29.3
- '@typescript-eslint/types': 4.29.3
- '@typescript-eslint/typescript-estree': 4.29.3
+ '@typescript-eslint/scope-manager': 4.31.1
+ '@typescript-eslint/types': 4.31.1
+ '@typescript-eslint/typescript-estree': 4.31.1
eslint: 7.32.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@7.32.0
@@ -2373,8 +2384,8 @@ packages:
- typescript
dev: false
- /@typescript-eslint/parser/4.29.3_eslint@7.32.0:
- resolution: {integrity: sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==}
+ /@typescript-eslint/parser/4.31.1_eslint@7.32.0:
+ resolution: {integrity: sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
@@ -2383,21 +2394,21 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 4.29.3
- '@typescript-eslint/types': 4.29.3
- '@typescript-eslint/typescript-estree': 4.29.3
+ '@typescript-eslint/scope-manager': 4.31.1
+ '@typescript-eslint/types': 4.31.1
+ '@typescript-eslint/typescript-estree': 4.31.1
debug: 4.3.2
eslint: 7.32.0
transitivePeerDependencies:
- supports-color
dev: false
- /@typescript-eslint/scope-manager/4.29.3:
- resolution: {integrity: sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==}
+ /@typescript-eslint/scope-manager/4.31.1:
+ resolution: {integrity: sha512-N1Uhn6SqNtU2XpFSkD4oA+F0PfKdWHyr4bTX0xTj8NRx1314gBDRL1LUuZd5+L3oP+wo6hCbZpaa1in6SwMcVQ==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dependencies:
- '@typescript-eslint/types': 4.29.3
- '@typescript-eslint/visitor-keys': 4.29.3
+ '@typescript-eslint/types': 4.31.1
+ '@typescript-eslint/visitor-keys': 4.31.1
dev: false
/@typescript-eslint/types/3.10.1:
@@ -2405,8 +2416,8 @@ packages:
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dev: false
- /@typescript-eslint/types/4.29.3:
- resolution: {integrity: sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==}
+ /@typescript-eslint/types/4.31.1:
+ resolution: {integrity: sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dev: false
@@ -2431,8 +2442,8 @@ packages:
- supports-color
dev: false
- /@typescript-eslint/typescript-estree/4.29.3:
- resolution: {integrity: sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==}
+ /@typescript-eslint/typescript-estree/4.31.1:
+ resolution: {integrity: sha512-EGHkbsUvjFrvRnusk6yFGqrqMBTue5E5ROnS5puj3laGQPasVUgwhrxfcgkdHNFECHAewpvELE1Gjv0XO3mdWg==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
typescript: '*'
@@ -2440,8 +2451,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 4.29.3
- '@typescript-eslint/visitor-keys': 4.29.3
+ '@typescript-eslint/types': 4.31.1
+ '@typescript-eslint/visitor-keys': 4.31.1
debug: 4.3.2
globby: 11.0.4
is-glob: 4.0.1
@@ -2458,11 +2469,11 @@ packages:
eslint-visitor-keys: 1.3.0
dev: false
- /@typescript-eslint/visitor-keys/4.29.3:
- resolution: {integrity: sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==}
+ /@typescript-eslint/visitor-keys/4.31.1:
+ resolution: {integrity: sha512-PCncP8hEqKw6SOJY+3St4LVtoZpPPn+Zlpm7KW5xnviMhdqcsBty4Lsg4J/VECpJjw1CkROaZhH4B8M1OfnXTQ==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dependencies:
- '@typescript-eslint/types': 4.29.3
+ '@typescript-eslint/types': 4.31.1
eslint-visitor-keys: 2.1.0
dev: false
@@ -2653,8 +2664,8 @@ packages:
hasBin: true
dev: false
- /acorn/8.4.1:
- resolution: {integrity: sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==}
+ /acorn/8.5.0:
+ resolution: {integrity: sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==}
engines: {node: '>=0.4.0'}
hasBin: true
dev: false
@@ -2714,8 +2725,8 @@ packages:
uri-js: 4.4.1
dev: false
- /ajv/8.6.2:
- resolution: {integrity: sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==}
+ /ajv/8.6.3:
+ resolution: {integrity: sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==}
dependencies:
fast-deep-equal: 3.1.3
json-schema-traverse: 1.0.0
@@ -2760,8 +2771,8 @@ packages:
engines: {node: '>=6'}
dev: false
- /ansi-regex/5.0.0:
- resolution: {integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==}
+ /ansi-regex/5.0.1:
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}
dev: false
@@ -2813,8 +2824,8 @@ packages:
resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==}
engines: {node: '>=6.0'}
dependencies:
- '@babel/runtime': 7.15.3
- '@babel/runtime-corejs3': 7.15.3
+ '@babel/runtime': 7.15.4
+ '@babel/runtime-corejs3': 7.15.4
dev: false
/arity-n/1.0.4:
@@ -2850,7 +2861,7 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.3
- es-abstract: 1.18.5
+ es-abstract: 1.18.6
get-intrinsic: 1.1.1
is-string: 1.0.7
dev: false
@@ -2883,7 +2894,7 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.3
- es-abstract: 1.18.5
+ es-abstract: 1.18.6
dev: false
/array.prototype.flatmap/1.2.4:
@@ -2892,7 +2903,7 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.3
- es-abstract: 1.18.5
+ es-abstract: 1.18.6
function-bind: 1.1.1
dev: false
@@ -2968,9 +2979,9 @@ packages:
resolution: {integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==}
hasBin: true
dependencies:
- browserslist: 4.16.8
- caniuse-lite: 1.0.30001251
- colorette: 1.3.0
+ browserslist: 4.17.0
+ caniuse-lite: 1.0.30001258
+ colorette: 1.4.0
normalize-range: 0.1.2
num2fraction: 1.2.2
postcss: 7.0.36
@@ -2994,9 +3005,9 @@ packages:
eslint: '>= 4.12.1'
dependencies:
'@babel/code-frame': 7.14.5
- '@babel/parser': 7.15.3
- '@babel/traverse': 7.15.0
- '@babel/types': 7.15.0
+ '@babel/parser': 7.15.6
+ '@babel/traverse': 7.15.4
+ '@babel/types': 7.15.6
eslint: 7.32.0
eslint-visitor-keys: 1.3.0
resolve: 1.18.1
@@ -3020,7 +3031,7 @@ packages:
'@babel/core': 7.12.3
'@jest/transform': 26.6.2
'@jest/types': 26.6.2
- '@types/babel__core': 7.1.15
+ '@types/babel__core': 7.1.16
babel-plugin-istanbul: 6.0.0
babel-preset-jest: 26.6.2_@babel+core@7.12.3
chalk: 4.1.2
@@ -3069,9 +3080,9 @@ packages:
resolution: {integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==}
engines: {node: '>= 10.14.2'}
dependencies:
- '@babel/template': 7.14.5
- '@babel/types': 7.15.0
- '@types/babel__core': 7.1.15
+ '@babel/template': 7.15.4
+ '@babel/types': 7.15.6
+ '@types/babel__core': 7.1.16
'@types/babel__traverse': 7.14.2
dev: false
@@ -3111,7 +3122,7 @@ packages:
dependencies:
'@babel/core': 7.12.3
'@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.12.3
- core-js-compat: 3.16.3
+ core-js-compat: 3.17.3
transitivePeerDependencies:
- supports-color
dev: false
@@ -3408,20 +3419,20 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001251
- electron-to-chromium: 1.3.816
+ caniuse-lite: 1.0.30001258
+ electron-to-chromium: 1.3.842
escalade: 3.1.1
node-releases: 1.1.75
dev: false
- /browserslist/4.16.8:
- resolution: {integrity: sha512-sc2m9ohR/49sWEbPj14ZSSZqp+kbi16aLao42Hmn3Z8FpjuMaq2xCA2l4zl9ITfyzvnvyE0hcg62YkIGKxgaNQ==}
+ /browserslist/4.17.0:
+ resolution: {integrity: sha512-g2BJ2a0nEYvEFQC208q8mVAhfNwpZ5Mu8BwgtCdZKO3qx98HChmeg448fPdUzld8aFmfLgVh7yymqV+q1lJZ5g==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001251
- colorette: 1.3.0
- electron-to-chromium: 1.3.816
+ caniuse-lite: 1.0.30001258
+ colorette: 1.4.0
+ electron-to-chromium: 1.3.842
escalade: 3.1.1
node-releases: 1.1.75
dev: false
@@ -3491,17 +3502,18 @@ packages:
y18n: 4.0.3
dev: false
- /cacache/15.2.0:
- resolution: {integrity: sha512-uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw==}
+ /cacache/15.3.0:
+ resolution: {integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==}
engines: {node: '>= 10'}
dependencies:
+ '@npmcli/fs': 1.0.0
'@npmcli/move-file': 1.1.2
chownr: 2.0.0
fs-minipass: 2.1.0
glob: 7.1.7
infer-owner: 1.0.4
lru-cache: 6.0.0
- minipass: 3.1.3
+ minipass: 3.1.5
minipass-collect: 1.0.2
minipass-flush: 1.0.5
minipass-pipeline: 1.2.4
@@ -3510,7 +3522,7 @@ packages:
promise-inflight: 1.0.1
rimraf: 3.0.2
ssri: 8.0.1
- tar: 6.1.10
+ tar: 6.1.11
unique-filename: 1.1.1
dev: false
@@ -3585,14 +3597,14 @@ packages:
/caniuse-api/3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
dependencies:
- browserslist: 4.16.8
- caniuse-lite: 1.0.30001251
+ browserslist: 4.17.0
+ caniuse-lite: 1.0.30001258
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
dev: false
- /caniuse-lite/1.0.30001251:
- resolution: {integrity: sha512-HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A==}
+ /caniuse-lite/1.0.30001258:
+ resolution: {integrity: sha512-RBByOG6xWXUp0CR2/WU2amXz3stjKpSl5J1xU49F1n2OxD//uBZO4wCKUiG+QMGf7CHGfDDcqoKriomoGVxTeA==}
dev: false
/capture-exit/2.0.0:
@@ -3816,8 +3828,8 @@ packages:
color-string: 1.6.0
dev: false
- /colorette/1.3.0:
- resolution: {integrity: sha512-ecORCqbSFP7Wm8Y6lyqMJjexBQqXSF7SSeaTyGGphogUjBlFP9m9o08wy86HL2uB7fMTxtOUzLMk7ogKcxMg1w==}
+ /colorette/1.4.0:
+ resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==}
dev: false
/combined-stream/1.0.8:
@@ -3864,7 +3876,7 @@ packages:
resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==}
engines: {node: '>= 0.6'}
dependencies:
- mime-db: 1.49.0
+ mime-db: 1.50.0
dev: false
/compression/1.7.4:
@@ -3964,15 +3976,15 @@ packages:
engines: {node: '>=0.10.0'}
dev: false
- /core-js-compat/3.16.3:
- resolution: {integrity: sha512-A/OtSfSJQKLAFRVd4V0m6Sep9lPdjD8bpN8v3tCCGwE0Tmh0hOiVDm9tw6mXmWOKOSZIyr3EkywPo84cJjGvIQ==}
+ /core-js-compat/3.17.3:
+ resolution: {integrity: sha512-+in61CKYs4hQERiADCJsdgewpdl/X0GhEX77pjKgbeibXviIt2oxEjTc8O2fqHX8mDdBrDvX8MYD/RYsBv4OiA==}
dependencies:
- browserslist: 4.16.8
+ browserslist: 4.17.0
semver: 7.0.0
dev: false
- /core-js-pure/3.16.3:
- resolution: {integrity: sha512-6In+2RwN0FT5yK0ZnhDP5rco/NnuuFZhHauQizZiHo5lDnqAvq8Phxcpy3f+prJOqtKodt/cftBl/GTOW0kiqQ==}
+ /core-js-pure/3.17.3:
+ resolution: {integrity: sha512-YusrqwiOTTn8058JDa0cv9unbXdIiIgcgI9gXso0ey4WgkFLd3lYlV9rp9n7nDCsYxXsMDTjA4m1h3T348mdlQ==}
requiresBuild: true
dev: false
@@ -3982,13 +3994,13 @@ packages:
requiresBuild: true
dev: false
- /core-js/3.16.3:
- resolution: {integrity: sha512-lM3GftxzHNtPNUJg0v4pC2RC6puwMd6VZA7vXUczi+SKmCWSf4JwO89VJGMqbzmB7jlK7B5hr3S64PqwFL49cA==}
+ /core-js/3.17.3:
+ resolution: {integrity: sha512-lyvajs+wd8N1hXfzob1LdOCCHFU4bGMbqqmLn1Q4QlCpDqWPpGf+p0nj+LNrvDDG33j0hZXw2nsvvVpHysxyNw==}
requiresBuild: true
dev: false
- /core-util-is/1.0.2:
- resolution: {integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=}
+ /core-util-is/1.0.3:
+ resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
dev: false
/cosmiconfig/5.2.1:
@@ -4167,9 +4179,9 @@ packages:
dependencies:
boolbase: 1.0.0
css-what: 5.0.1
- domhandler: 4.2.0
- domutils: 2.7.0
- nth-check: 2.0.0
+ domhandler: 4.2.2
+ domutils: 2.8.0
+ nth-check: 2.0.1
dev: false
/css-tree/1.0.0-alpha.37:
@@ -4476,8 +4488,8 @@ packages:
regexp.prototype.flags: 1.3.1
dev: false
- /deep-is/0.1.3:
- resolution: {integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=}
+ /deep-is/0.1.4:
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
dev: false
/deepmerge/4.2.2:
@@ -4667,7 +4679,7 @@ packages:
/dom-helpers/3.4.0:
resolution: {integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==}
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
dev: false
/dom-serializer/0.2.2:
@@ -4681,7 +4693,7 @@ packages:
resolution: {integrity: sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==}
dependencies:
domelementtype: 2.2.0
- domhandler: 4.2.0
+ domhandler: 4.2.2
entities: 2.2.0
dev: false
@@ -4705,8 +4717,8 @@ packages:
webidl-conversions: 5.0.0
dev: false
- /domhandler/4.2.0:
- resolution: {integrity: sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==}
+ /domhandler/4.2.2:
+ resolution: {integrity: sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==}
engines: {node: '>= 4'}
dependencies:
domelementtype: 2.2.0
@@ -4719,12 +4731,12 @@ packages:
domelementtype: 1.3.1
dev: false
- /domutils/2.7.0:
- resolution: {integrity: sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==}
+ /domutils/2.8.0:
+ resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==}
dependencies:
dom-serializer: 1.3.2
domelementtype: 2.2.0
- domhandler: 4.2.0
+ domhandler: 4.2.2
dev: false
/dot-case/3.0.4:
@@ -4773,8 +4785,8 @@ packages:
requiresBuild: true
dev: false
- /electron-to-chromium/1.3.816:
- resolution: {integrity: sha512-/AvJPIJldO0NkwkfpUD7u1e4YEGRFBQpFuvl9oGCcVgWOObsZB1loxVGeVUJB9kmvfsBUUChPYdgRzx6+AKNyg==}
+ /electron-to-chromium/1.3.842:
+ resolution: {integrity: sha512-P/nDMPIYdb2PyqCQwhTXNi5JFjX1AsDVR0y6FrHw752izJIAJ+Pn5lugqyBq4tXeRSZBMBb2ZGvRGB1djtELEQ==}
dev: false
/elliptic/6.5.4:
@@ -4866,14 +4878,15 @@ packages:
stackframe: 1.2.0
dev: false
- /es-abstract/1.18.5:
- resolution: {integrity: sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==}
+ /es-abstract/1.18.6:
+ resolution: {integrity: sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==}
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
es-to-primitive: 1.2.1
function-bind: 1.1.1
get-intrinsic: 1.1.1
+ get-symbol-description: 1.0.0
has: 1.0.3
has-symbols: 1.0.2
internal-slot: 1.0.3
@@ -4958,7 +4971,7 @@ packages:
source-map: 0.6.1
dev: false
- /eslint-config-react-app/6.0.0_5f957ab1b094df6226f4260a1ee995a2:
+ /eslint-config-react-app/6.0.0_c7b30572858de33a34c2b114066ae0f9:
resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
@@ -4979,16 +4992,16 @@ packages:
eslint-plugin-testing-library:
optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': 4.29.3_34d5befff6aaad8c71519c6eb563aad1
- '@typescript-eslint/parser': 4.29.3_eslint@7.32.0
+ '@typescript-eslint/eslint-plugin': 4.31.1_e4d9b33537a8c53b836ea5acacecf302
+ '@typescript-eslint/parser': 4.31.1_eslint@7.32.0
babel-eslint: 10.1.0_eslint@7.32.0
confusing-browser-globals: 1.0.10
eslint: 7.32.0
- eslint-plugin-flowtype: 5.9.0_eslint@7.32.0
- eslint-plugin-import: 2.24.1_eslint@7.32.0
- eslint-plugin-jest: 24.4.0_54b83acd6dcf1e775af2568e1200082a
+ eslint-plugin-flowtype: 5.10.0_eslint@7.32.0
+ eslint-plugin-import: 2.24.2_eslint@7.32.0
+ eslint-plugin-jest: 24.4.2_c65233fa79048f4f5b2ba55ecce7e604
eslint-plugin-jsx-a11y: 6.4.1_eslint@7.32.0
- eslint-plugin-react: 7.24.0_eslint@7.32.0
+ eslint-plugin-react: 7.25.2_eslint@7.32.0
eslint-plugin-react-hooks: 4.2.0_eslint@7.32.0
eslint-plugin-testing-library: 3.10.2_eslint@7.32.0
dev: false
@@ -5008,8 +5021,8 @@ packages:
pkg-dir: 2.0.0
dev: false
- /eslint-plugin-flowtype/5.9.0_eslint@7.32.0:
- resolution: {integrity: sha512-aBUVPA5Wt0XyuV3Wg8flfVqYJR6yR2nRLuyPwoTjCg5VTk4G1X1zQpInr39tUGgRxqrA+d+B9GYK4+/d1i0Rfw==}
+ /eslint-plugin-flowtype/5.10.0_eslint@7.32.0:
+ resolution: {integrity: sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: ^7.1.0
@@ -5019,8 +5032,8 @@ packages:
string-natural-compare: 3.0.1
dev: false
- /eslint-plugin-import/2.24.1_eslint@7.32.0:
- resolution: {integrity: sha512-KSFWhNxPH8OGJwpRJJs+Z7I0a13E2iFQZJIvSnCu6KUs4qmgAm3xN9GYBCSoiGWmwA7gERZPXqYQjcoCROnYhQ==}
+ /eslint-plugin-import/2.24.2_eslint@7.32.0:
+ resolution: {integrity: sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==}
engines: {node: '>=4'}
peerDependencies:
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0
@@ -5043,8 +5056,8 @@ packages:
tsconfig-paths: 3.11.0
dev: false
- /eslint-plugin-jest/24.4.0_54b83acd6dcf1e775af2568e1200082a:
- resolution: {integrity: sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg==}
+ /eslint-plugin-jest/24.4.2_c65233fa79048f4f5b2ba55ecce7e604:
+ resolution: {integrity: sha512-jNMnqwX75z0RXRMXkxwb/+9ylKJYJLJ8nT8nBT0XFM5qx4IQGxP4edMawa0qGkSbHae0BDPBmi8I2QF0/F04XQ==}
engines: {node: '>=10'}
peerDependencies:
'@typescript-eslint/eslint-plugin': '>= 4'
@@ -5053,8 +5066,8 @@ packages:
'@typescript-eslint/eslint-plugin':
optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': 4.29.3_34d5befff6aaad8c71519c6eb563aad1
- '@typescript-eslint/experimental-utils': 4.29.3_eslint@7.32.0
+ '@typescript-eslint/eslint-plugin': 4.31.1_e4d9b33537a8c53b836ea5acacecf302
+ '@typescript-eslint/experimental-utils': 4.31.1_eslint@7.32.0
eslint: 7.32.0
transitivePeerDependencies:
- supports-color
@@ -5067,7 +5080,7 @@ packages:
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
aria-query: 4.2.2
array-includes: 3.1.3
ast-types-flow: 0.0.7
@@ -5077,7 +5090,7 @@ packages:
emoji-regex: 9.2.2
eslint: 7.32.0
has: 1.0.3
- jsx-ast-utils: 3.2.0
+ jsx-ast-utils: 3.2.1
language-tags: 1.0.5
dev: false
@@ -5090,8 +5103,8 @@ packages:
eslint: 7.32.0
dev: false
- /eslint-plugin-react/7.24.0_eslint@7.32.0:
- resolution: {integrity: sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==}
+ /eslint-plugin-react/7.25.2_eslint@7.32.0:
+ resolution: {integrity: sha512-elx4585wgmryanJK4C5IoSKQyVZ+e7H0t2JOOtJNBql0cuercvSShvRReuLBbfx8687yW5yv+UL7pXwMsd6adQ==}
engines: {node: '>=4'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7
@@ -5100,8 +5113,9 @@ packages:
array.prototype.flatmap: 1.2.4
doctrine: 2.1.0
eslint: 7.32.0
+ estraverse: 5.2.0
has: 1.0.3
- jsx-ast-utils: 3.2.0
+ jsx-ast-utils: 3.2.1
minimatch: 3.0.4
object.entries: 1.1.4
object.fromentries: 2.0.4
@@ -5326,7 +5340,7 @@ packages:
is-stream: 1.1.0
npm-run-path: 2.0.2
p-finally: 1.0.0
- signal-exit: 3.0.3
+ signal-exit: 3.0.4
strip-eof: 1.0.0
dev: false
@@ -5341,7 +5355,7 @@ packages:
merge-stream: 2.0.0
npm-run-path: 4.0.1
onetime: 5.1.2
- signal-exit: 3.0.3
+ signal-exit: 3.0.4
strip-final-newline: 2.0.0
dev: false
@@ -5469,8 +5483,8 @@ packages:
resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=}
dev: false
- /fastq/1.12.0:
- resolution: {integrity: sha512-VNX0QkHK3RsXVKr9KrlUv/FoTa0NdbYoHHl7uXHv2rzyHSlxjdNAKug2twd9luJxpcyNeAgf5iPPMutJO67Dfg==}
+ /fastq/1.13.0:
+ resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==}
dependencies:
reusify: 1.0.4
dev: false
@@ -5566,8 +5580,8 @@ packages:
pkg-dir: 3.0.0
dev: false
- /find-cache-dir/3.3.1:
- resolution: {integrity: sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==}
+ /find-cache-dir/3.3.2:
+ resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==}
engines: {node: '>=8'}
dependencies:
commondir: 1.0.1
@@ -5621,8 +5635,8 @@ packages:
readable-stream: 2.3.7
dev: false
- /follow-redirects/1.14.2_debug@4.3.2:
- resolution: {integrity: sha512-yLR6WaE2lbF0x4K2qE2p9PEXKLDjUjnR/xmjS3wHAYxtlsI9MLLBJUZirAHKzUZDGLxje7w/cXR49WOUo4rbsA==}
+ /follow-redirects/1.14.4_debug@4.3.2:
+ resolution: {integrity: sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==}
engines: {node: '>=4.0'}
peerDependencies:
debug: '*'
@@ -5716,7 +5730,7 @@ packages:
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
engines: {node: '>= 8'}
dependencies:
- minipass: 3.1.3
+ minipass: 3.1.5
dev: false
/fs-write-stream-atomic/1.0.10:
@@ -5805,6 +5819,14 @@ packages:
pump: 3.0.0
dev: false
+ /get-symbol-description/1.0.0:
+ resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ call-bind: 1.0.2
+ get-intrinsic: 1.1.1
+ dev: false
+
/get-value/2.0.6:
resolution: {integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=}
engines: {node: '>=0.10.0'}
@@ -6015,7 +6037,7 @@ packages:
/history/4.10.1:
resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==}
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
loose-envify: 1.4.0
resolve-pathname: 3.0.0
tiny-invariant: 1.1.0
@@ -6105,7 +6127,7 @@ packages:
dependencies:
'@types/html-minifier-terser': 5.1.2
'@types/tapable': 1.0.8
- '@types/webpack': 4.41.30
+ '@types/webpack': 4.41.31
html-minifier-terser: 5.1.1
loader-utils: 1.4.0
lodash: 4.17.21
@@ -6119,8 +6141,8 @@ packages:
resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==}
dependencies:
domelementtype: 2.2.0
- domhandler: 4.2.0
- domutils: 2.7.0
+ domhandler: 4.2.2
+ domutils: 2.8.0
entities: 2.2.0
dev: false
@@ -6192,7 +6214,7 @@ packages:
engines: {node: '>=8.0.0'}
dependencies:
eventemitter3: 4.0.7
- follow-redirects: 1.14.2_debug@4.3.2
+ follow-redirects: 1.14.4_debug@4.3.2
requires-port: 1.0.0
transitivePeerDependencies:
- debug
@@ -6798,12 +6820,12 @@ packages:
resolution: {integrity: sha512-L2/Y9szN6FJPWFK8kzWXwfp+FOR7xq0cUL4lIsdbIdwz3Vh6P1nrpcqOleSzr28zOtSHQNV9Z7Tl+KkuK7t5Ng==}
engines: {node: '>= 10.14.2'}
dependencies:
- '@babel/traverse': 7.15.0
+ '@babel/traverse': 7.15.4
'@jest/environment': 26.6.2
'@jest/test-result': 26.6.2
'@jest/types': 26.6.2
'@types/babel__traverse': 7.14.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
chalk: 4.1.2
co: 4.6.0
dedent: 0.7.0
@@ -6817,7 +6839,7 @@ packages:
jest-snapshot: 26.6.2
jest-util: 26.6.2
pretty-format: 26.6.2
- stack-utils: 2.0.3
+ stack-utils: 2.0.5
throat: 5.0.0
transitivePeerDependencies:
- bufferutil
@@ -6897,14 +6919,14 @@ packages:
pretty-format: 26.6.2
dev: false
- /jest-diff/27.0.6:
- resolution: {integrity: sha512-Z1mqgkTCSYaFgwTlP/NUiRzdqgxmmhzHY1Tq17zL94morOHfHu3K4bgSgl+CR4GLhpV8VxkuOYuIWnQ9LnFqmg==}
+ /jest-diff/27.2.0:
+ resolution: {integrity: sha512-QSO9WC6btFYWtRJ3Hac0sRrkspf7B01mGrrQEiCW6TobtViJ9RWL0EmOs/WnBsZDsI/Y2IoSHZA2x6offu0sYw==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
chalk: 4.1.2
diff-sequences: 27.0.6
jest-get-type: 27.0.6
- pretty-format: 27.0.6
+ pretty-format: 27.2.0
dev: false
/jest-docblock/26.0.0:
@@ -6932,7 +6954,7 @@ packages:
'@jest/environment': 26.6.2
'@jest/fake-timers': 26.6.2
'@jest/types': 26.6.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
jest-mock: 26.6.2
jest-util: 26.6.2
jsdom: 16.7.0
@@ -6950,7 +6972,7 @@ packages:
'@jest/environment': 26.6.2
'@jest/fake-timers': 26.6.2
'@jest/types': 26.6.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
jest-mock: 26.6.2
jest-util: 26.6.2
dev: false
@@ -6971,7 +6993,7 @@ packages:
dependencies:
'@jest/types': 26.6.2
'@types/graceful-fs': 4.1.5
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
anymatch: 3.1.2
fb-watchman: 2.0.1
graceful-fs: 4.2.8
@@ -6990,12 +7012,12 @@ packages:
resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==}
engines: {node: '>= 10.14.2'}
dependencies:
- '@babel/traverse': 7.15.0
+ '@babel/traverse': 7.15.4
'@jest/environment': 26.6.2
'@jest/source-map': 26.6.2
'@jest/test-result': 26.6.2
'@jest/types': 26.6.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
chalk: 4.1.2
co: 4.6.0
expect: 26.6.2
@@ -7046,7 +7068,7 @@ packages:
micromatch: 4.0.4
pretty-format: 26.6.2
slash: 3.0.0
- stack-utils: 2.0.3
+ stack-utils: 2.0.5
dev: false
/jest-mock/26.6.2:
@@ -7054,7 +7076,7 @@ packages:
engines: {node: '>= 10.14.2'}
dependencies:
'@jest/types': 26.6.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
dev: false
/jest-pnp-resolver/1.2.2_jest-resolve@26.6.0:
@@ -7131,7 +7153,7 @@ packages:
'@jest/environment': 26.6.2
'@jest/test-result': 26.6.2
'@jest/types': 26.6.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
chalk: 4.1.2
emittery: 0.7.2
exit: 0.1.2
@@ -7145,7 +7167,7 @@ packages:
jest-runtime: 26.6.3
jest-util: 26.6.2
jest-worker: 26.6.2
- source-map-support: 0.5.19
+ source-map-support: 0.5.20
throat: 5.0.0
transitivePeerDependencies:
- bufferutil
@@ -7199,7 +7221,7 @@ packages:
resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==}
engines: {node: '>= 10.14.2'}
dependencies:
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
graceful-fs: 4.2.8
dev: false
@@ -7207,7 +7229,7 @@ packages:
resolution: {integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==}
engines: {node: '>= 10.14.2'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.15.6
'@jest/types': 26.6.2
'@types/babel__traverse': 7.14.2
'@types/prettier': 2.3.2
@@ -7230,7 +7252,7 @@ packages:
engines: {node: '>= 10.14.2'}
dependencies:
'@jest/types': 26.6.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
chalk: 4.1.2
graceful-fs: 4.2.8
is-ci: 2.0.0
@@ -7271,7 +7293,7 @@ packages:
dependencies:
'@jest/test-result': 26.6.2
'@jest/types': 26.6.2
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
ansi-escapes: 4.3.2
chalk: 4.1.2
jest-util: 26.6.2
@@ -7290,7 +7312,7 @@ packages:
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
engines: {node: '>= 10.13.0'}
dependencies:
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
merge-stream: 2.0.0
supports-color: 7.2.0
dev: false
@@ -7333,7 +7355,7 @@ packages:
optional: true
dependencies:
abab: 2.0.5
- acorn: 8.4.1
+ acorn: 8.5.0
acorn-globals: 6.0.0
cssom: 0.4.4
cssstyle: 2.3.0
@@ -7357,7 +7379,7 @@ packages:
whatwg-encoding: 1.0.5
whatwg-mimetype: 2.3.0
whatwg-url: 8.7.0
- ws: 7.5.3
+ ws: 7.5.5
xml-name-validator: 3.0.0
transitivePeerDependencies:
- bufferutil
@@ -7429,8 +7451,8 @@ packages:
graceful-fs: 4.2.8
dev: false
- /jsx-ast-utils/3.2.0:
- resolution: {integrity: sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==}
+ /jsx-ast-utils/3.2.1:
+ resolution: {integrity: sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==}
engines: {node: '>=4.0'}
dependencies:
array-includes: 3.1.3
@@ -7696,7 +7718,7 @@ packages:
/makeerror/1.0.11:
resolution: {integrity: sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=}
dependencies:
- tmpl: 1.0.4
+ tmpl: 1.0.5
dev: false
/map-cache/0.2.2:
@@ -7813,6 +7835,11 @@ packages:
engines: {node: '>= 0.6'}
dev: false
+ /mime-db/1.50.0:
+ resolution: {integrity: sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==}
+ engines: {node: '>= 0.6'}
+ dev: false
+
/mime-types/2.1.32:
resolution: {integrity: sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==}
engines: {node: '>= 0.6'}
@@ -7848,7 +7875,7 @@ packages:
prop-types: ^15.0.0
react: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
prop-types: 15.7.2
react: 17.0.2
tiny-warning: 1.0.3
@@ -7889,25 +7916,25 @@ packages:
resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==}
engines: {node: '>= 8'}
dependencies:
- minipass: 3.1.3
+ minipass: 3.1.5
dev: false
/minipass-flush/1.0.5:
resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==}
engines: {node: '>= 8'}
dependencies:
- minipass: 3.1.3
+ minipass: 3.1.5
dev: false
/minipass-pipeline/1.2.4:
resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==}
engines: {node: '>=8'}
dependencies:
- minipass: 3.1.3
+ minipass: 3.1.5
dev: false
- /minipass/3.1.3:
- resolution: {integrity: sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==}
+ /minipass/3.1.5:
+ resolution: {integrity: sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==}
engines: {node: '>=8'}
dependencies:
yallist: 4.0.0
@@ -7917,7 +7944,7 @@ packages:
resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
engines: {node: '>= 8'}
dependencies:
- minipass: 3.1.3
+ minipass: 3.1.5
yallist: 4.0.0
dev: false
@@ -8188,8 +8215,8 @@ packages:
boolbase: 1.0.0
dev: false
- /nth-check/2.0.0:
- resolution: {integrity: sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==}
+ /nth-check/2.0.1:
+ resolution: {integrity: sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==}
dependencies:
boolbase: 1.0.0
dev: false
@@ -8261,7 +8288,7 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.3
- es-abstract: 1.18.5
+ es-abstract: 1.18.6
dev: false
/object.fromentries/2.0.4:
@@ -8270,7 +8297,7 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.3
- es-abstract: 1.18.5
+ es-abstract: 1.18.6
has: 1.0.3
dev: false
@@ -8280,7 +8307,7 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.3
- es-abstract: 1.18.5
+ es-abstract: 1.18.6
dev: false
/object.pick/1.3.0:
@@ -8296,7 +8323,7 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.3
- es-abstract: 1.18.5
+ es-abstract: 1.18.6
dev: false
/obuf/1.1.2:
@@ -8357,7 +8384,7 @@ packages:
resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==}
engines: {node: '>= 0.8.0'}
dependencies:
- deep-is: 0.1.3
+ deep-is: 0.1.4
fast-levenshtein: 2.0.6
levn: 0.3.0
prelude-ls: 1.1.2
@@ -8369,7 +8396,7 @@ packages:
resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==}
engines: {node: '>= 0.8.0'}
dependencies:
- deep-is: 0.1.3
+ deep-is: 0.1.4
fast-levenshtein: 2.0.6
levn: 0.4.1
prelude-ls: 1.2.1
@@ -8724,13 +8751,13 @@ packages:
postcss-selector-parser: 6.0.6
dev: false
- /postcss-browser-comments/3.0.0_browserslist@4.16.8:
+ /postcss-browser-comments/3.0.0_browserslist@4.17.0:
resolution: {integrity: sha512-qfVjLfq7HFd2e0HW4s1dvU8X080OZdG46fFbIBFjW7US7YPDcWfRvdElvwMJr2LI6hMmD+7LnH2HcmXTs+uOig==}
engines: {node: '>=8.0.0'}
peerDependencies:
browserslist: ^4
dependencies:
- browserslist: 4.16.8
+ browserslist: 4.17.0
postcss: 7.0.36
dev: false
@@ -8807,7 +8834,7 @@ packages:
resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==}
engines: {node: '>=6.9.0'}
dependencies:
- browserslist: 4.16.8
+ browserslist: 4.17.0
color: 3.2.1
has: 1.0.3
postcss: 7.0.36
@@ -9015,7 +9042,7 @@ packages:
resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==}
engines: {node: '>=6.9.0'}
dependencies:
- browserslist: 4.16.8
+ browserslist: 4.17.0
caniuse-api: 3.0.0
cssnano-util-same-parent: 4.0.1
postcss: 7.0.36
@@ -9046,7 +9073,7 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
alphanum-sort: 1.0.2
- browserslist: 4.16.8
+ browserslist: 4.17.0
cssnano-util-get-arguments: 4.0.0
postcss: 7.0.36
postcss-value-parser: 3.3.1
@@ -9167,7 +9194,7 @@ packages:
resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==}
engines: {node: '>=6.9.0'}
dependencies:
- browserslist: 4.16.8
+ browserslist: 4.17.0
postcss: 7.0.36
postcss-value-parser: 3.3.1
dev: false
@@ -9195,9 +9222,9 @@ packages:
engines: {node: '>=8.0.0'}
dependencies:
'@csstools/normalize.css': 10.1.0
- browserslist: 4.16.8
+ browserslist: 4.17.0
postcss: 7.0.36
- postcss-browser-comments: 3.0.0_browserslist@4.16.8
+ postcss-browser-comments: 3.0.0_browserslist@4.17.0
sanitize.css: 10.0.0
dev: false
@@ -9236,8 +9263,8 @@ packages:
engines: {node: '>=6.0.0'}
dependencies:
autoprefixer: 9.8.6
- browserslist: 4.16.8
- caniuse-lite: 1.0.30001251
+ browserslist: 4.17.0
+ caniuse-lite: 1.0.30001258
css-blank-pseudo: 0.1.4
css-has-pseudo: 0.10.0
css-prefers-color-scheme: 3.1.1
@@ -9286,7 +9313,7 @@ packages:
resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==}
engines: {node: '>=6.9.0'}
dependencies:
- browserslist: 4.16.8
+ browserslist: 4.17.0
caniuse-api: 3.0.0
has: 1.0.3
postcss: 7.0.36
@@ -9431,7 +9458,7 @@ packages:
resolution: {integrity: sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
- colorette: 1.3.0
+ colorette: 1.4.0
nanoid: 3.1.25
source-map-js: 0.6.2
dev: false
@@ -9451,8 +9478,8 @@ packages:
engines: {node: '>=0.10.0'}
dev: false
- /prettier/2.3.2:
- resolution: {integrity: sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==}
+ /prettier/2.4.1:
+ resolution: {integrity: sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==}
engines: {node: '>=10.13.0'}
hasBin: true
dev: false
@@ -9474,17 +9501,17 @@ packages:
engines: {node: '>= 10'}
dependencies:
'@jest/types': 26.6.2
- ansi-regex: 5.0.0
+ ansi-regex: 5.0.1
ansi-styles: 4.3.0
react-is: 17.0.2
dev: false
- /pretty-format/27.0.6:
- resolution: {integrity: sha512-8tGD7gBIENgzqA+UBzObyWqQ5B778VIFZA/S66cclyd5YkFLYs2Js7gxDKf0MXtTc9zcS7t1xhdfcElJ3YIvkQ==}
+ /pretty-format/27.2.0:
+ resolution: {integrity: sha512-KyJdmgBkMscLqo8A7K77omgLx5PWPiXJswtTtFV7XgVZv2+qPk6UivpXXO+5k6ZEbWIbLoKdx1pZ6ldINzbwTA==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
- '@jest/types': 27.0.6
- ansi-regex: 5.0.0
+ '@jest/types': 27.1.1
+ ansi-regex: 5.0.1
ansi-styles: 5.2.0
react-is: 17.0.2
dev: false
@@ -9695,7 +9722,7 @@ packages:
resolution: {integrity: sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==}
engines: {node: '>=10'}
dependencies:
- core-js: 3.16.3
+ core-js: 3.17.3
object-assign: 4.1.1
promise: 8.1.0
raf: 3.4.1
@@ -9777,27 +9804,27 @@ packages:
resize-observer-polyfill: 1.5.1
dev: false
- /react-router-dom/5.2.0_react@17.0.2:
- resolution: {integrity: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==}
+ /react-router-dom/5.3.0_react@17.0.2:
+ resolution: {integrity: sha512-ObVBLjUZsphUUMVycibxgMdh5jJ1e3o+KpAZBVeHcNQZ4W+uUGGWsokurzlF4YOldQYRQL4y6yFRWM4m3svmuQ==}
peerDependencies:
react: '>=15'
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
history: 4.10.1
loose-envify: 1.4.0
prop-types: 15.7.2
react: 17.0.2
- react-router: 5.2.0_react@17.0.2
+ react-router: 5.2.1_react@17.0.2
tiny-invariant: 1.1.0
tiny-warning: 1.0.3
dev: false
- /react-router/5.2.0_react@17.0.2:
- resolution: {integrity: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==}
+ /react-router/5.2.1_react@17.0.2:
+ resolution: {integrity: sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==}
peerDependencies:
react: '>=15'
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
history: 4.10.1
hoist-non-react-statics: 3.3.2
loose-envify: 1.4.0
@@ -9823,8 +9850,8 @@ packages:
'@babel/core': 7.12.3
'@pmmmwh/react-refresh-webpack-plugin': 0.4.2_d00fcc46a48175a4e289da7534b00e9a
'@svgr/webpack': 5.4.0
- '@typescript-eslint/eslint-plugin': 4.29.3_34d5befff6aaad8c71519c6eb563aad1
- '@typescript-eslint/parser': 4.29.3_eslint@7.32.0
+ '@typescript-eslint/eslint-plugin': 4.31.1_e4d9b33537a8c53b836ea5acacecf302
+ '@typescript-eslint/parser': 4.31.1_eslint@7.32.0
babel-eslint: 10.1.0_eslint@7.32.0
babel-jest: 26.6.3_@babel+core@7.12.3
babel-loader: 8.1.0_427212bc1158d185e577033f19ca0757
@@ -9837,12 +9864,12 @@ packages:
dotenv: 8.2.0
dotenv-expand: 5.1.0
eslint: 7.32.0
- eslint-config-react-app: 6.0.0_5f957ab1b094df6226f4260a1ee995a2
- eslint-plugin-flowtype: 5.9.0_eslint@7.32.0
- eslint-plugin-import: 2.24.1_eslint@7.32.0
- eslint-plugin-jest: 24.4.0_54b83acd6dcf1e775af2568e1200082a
+ eslint-config-react-app: 6.0.0_c7b30572858de33a34c2b114066ae0f9
+ eslint-plugin-flowtype: 5.10.0_eslint@7.32.0
+ eslint-plugin-import: 2.24.2_eslint@7.32.0
+ eslint-plugin-jest: 24.4.2_c65233fa79048f4f5b2ba55ecce7e604
eslint-plugin-jsx-a11y: 6.4.1_eslint@7.32.0
- eslint-plugin-react: 7.24.0_eslint@7.32.0
+ eslint-plugin-react: 7.25.2_eslint@7.32.0
eslint-plugin-react-hooks: 4.2.0_eslint@7.32.0
eslint-plugin-testing-library: 3.10.2_eslint@7.32.0
eslint-webpack-plugin: 2.5.4_eslint@7.32.0+webpack@4.44.2
@@ -9978,7 +10005,7 @@ packages:
/readable-stream/2.3.7:
resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==}
dependencies:
- core-util-is: 1.0.2
+ core-util-is: 1.0.3
inherits: 2.0.4
isarray: 1.0.0
process-nextick-args: 2.0.1
@@ -10075,8 +10102,8 @@ packages:
balanced-match: 1.0.2
dev: false
- /regenerate-unicode-properties/8.2.0:
- resolution: {integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==}
+ /regenerate-unicode-properties/9.0.0:
+ resolution: {integrity: sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==}
engines: {node: '>=4'}
dependencies:
regenerate: 1.4.2
@@ -10097,7 +10124,7 @@ packages:
/regenerator-transform/0.14.5:
resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==}
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
dev: false
/regex-not/1.0.2:
@@ -10125,24 +10152,24 @@ packages:
engines: {node: '>=8'}
dev: false
- /regexpu-core/4.7.1:
- resolution: {integrity: sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==}
+ /regexpu-core/4.8.0:
+ resolution: {integrity: sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==}
engines: {node: '>=4'}
dependencies:
regenerate: 1.4.2
- regenerate-unicode-properties: 8.2.0
+ regenerate-unicode-properties: 9.0.0
regjsgen: 0.5.2
- regjsparser: 0.6.9
- unicode-match-property-ecmascript: 1.0.4
- unicode-match-property-value-ecmascript: 1.2.0
+ regjsparser: 0.7.0
+ unicode-match-property-ecmascript: 2.0.0
+ unicode-match-property-value-ecmascript: 2.0.0
dev: false
/regjsgen/0.5.2:
resolution: {integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==}
dev: false
- /regjsparser/0.6.9:
- resolution: {integrity: sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ==}
+ /regjsparser/0.7.0:
+ resolution: {integrity: sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==}
hasBin: true
dependencies:
jsesc: 0.5.0
@@ -10337,7 +10364,7 @@ packages:
rollup: '>=0.60.0 <3'
dependencies:
'@babel/core': 7.12.3
- '@babel/helper-module-imports': 7.14.5
+ '@babel/helper-module-imports': 7.15.4
rollup: 1.32.1
rollup-pluginutils: 2.8.2
dev: false
@@ -10366,7 +10393,7 @@ packages:
hasBin: true
dependencies:
'@types/estree': 0.0.50
- '@types/node': 16.7.1
+ '@types/node': 16.9.2
acorn: 7.4.1
dev: false
@@ -10668,8 +10695,8 @@ packages:
object-inspect: 1.11.0
dev: false
- /signal-exit/3.0.3:
- resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==}
+ /signal-exit/3.0.4:
+ resolution: {integrity: sha512-rqYhcAnZ6d/vTPGghdrw7iumdcbXpsk1b8IG/rz+VWV51DM0p7XCtMoJ3qhPLIbp3tvyt3pKRbaaEMZYpHto8Q==}
dev: false
/simple-swizzle/0.2.2:
@@ -10778,8 +10805,8 @@ packages:
decode-uri-component: 0.2.0
dev: false
- /source-map-support/0.5.19:
- resolution: {integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==}
+ /source-map-support/0.5.20:
+ resolution: {integrity: sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==}
dependencies:
buffer-from: 1.1.2
source-map: 0.6.1
@@ -10877,15 +10904,15 @@ packages:
resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==}
engines: {node: '>= 8'}
dependencies:
- minipass: 3.1.3
+ minipass: 3.1.5
dev: false
/stable/0.1.8:
resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==}
dev: false
- /stack-utils/2.0.3:
- resolution: {integrity: sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==}
+ /stack-utils/2.0.5:
+ resolution: {integrity: sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==}
engines: {node: '>=10'}
dependencies:
escape-string-regexp: 2.0.0
@@ -10976,7 +11003,7 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.3
- es-abstract: 1.18.5
+ es-abstract: 1.18.6
get-intrinsic: 1.1.1
has-symbols: 1.0.2
internal-slot: 1.0.3
@@ -11037,7 +11064,7 @@ packages:
resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==}
engines: {node: '>=8'}
dependencies:
- ansi-regex: 5.0.0
+ ansi-regex: 5.0.1
dev: false
/strip-bom/3.0.0:
@@ -11095,7 +11122,7 @@ packages:
resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==}
engines: {node: '>=6.9.0'}
dependencies:
- browserslist: 4.16.8
+ browserslist: 4.17.0
postcss: 7.0.36
postcss-selector-parser: 3.1.2
dev: false
@@ -11170,7 +11197,7 @@ packages:
resolution: {integrity: sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==}
engines: {node: '>=10.0.0'}
dependencies:
- ajv: 8.6.2
+ ajv: 8.6.3
lodash.clonedeep: 4.5.0
lodash.truncate: 4.4.2
slice-ansi: 4.0.0
@@ -11185,7 +11212,7 @@ packages:
dependencies:
'@fullhuman/postcss-purgecss': 2.3.0
autoprefixer: 9.8.6
- browserslist: 4.16.8
+ browserslist: 4.17.0
bytes: 3.1.0
chalk: 4.1.2
color: 3.2.1
@@ -11212,13 +11239,13 @@ packages:
engines: {node: '>=6'}
dev: false
- /tar/6.1.10:
- resolution: {integrity: sha512-kvvfiVvjGMxeUNB6MyYv5z7vhfFRwbwCXJAeL0/lnbrttBVqcMOnpHUf0X42LrPMR8mMpgapkJMchFH4FSHzNA==}
+ /tar/6.1.11:
+ resolution: {integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==}
engines: {node: '>= 10'}
dependencies:
chownr: 2.0.0
fs-minipass: 2.1.0
- minipass: 3.1.3
+ minipass: 3.1.5
minizlib: 2.1.2
mkdirp: 1.0.4
yallist: 4.0.0
@@ -11270,14 +11297,14 @@ packages:
peerDependencies:
webpack: ^4.0.0 || ^5.0.0
dependencies:
- cacache: 15.2.0
- find-cache-dir: 3.3.1
+ cacache: 15.3.0
+ find-cache-dir: 3.3.2
jest-worker: 26.6.2
p-limit: 3.1.0
schema-utils: 3.1.1
serialize-javascript: 5.0.1
source-map: 0.6.1
- terser: 5.7.2
+ terser: 5.8.0
webpack: 4.44.2
webpack-sources: 1.4.3
dev: false
@@ -11289,17 +11316,17 @@ packages:
dependencies:
commander: 2.20.3
source-map: 0.6.1
- source-map-support: 0.5.19
+ source-map-support: 0.5.20
dev: false
- /terser/5.7.2:
- resolution: {integrity: sha512-0Omye+RD4X7X69O0eql3lC4Heh/5iLj3ggxR/B5ketZLOtLiOqukUgjw3q4PDnNQbsrkKr3UMypqStQG3XKRvw==}
+ /terser/5.8.0:
+ resolution: {integrity: sha512-f0JH+6yMpneYcRJN314lZrSwu9eKkUFEHLN/kNy8ceh8gaRiLgFPJqrB9HsXjhEGdv4e/ekjTOFxIlL6xlma8A==}
engines: {node: '>=10'}
hasBin: true
dependencies:
commander: 2.20.3
source-map: 0.7.3
- source-map-support: 0.5.19
+ source-map-support: 0.5.20
dev: false
/test-exclude/6.0.0:
@@ -11349,8 +11376,8 @@ packages:
resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==}
dev: false
- /tmpl/1.0.4:
- resolution: {integrity: sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=}
+ /tmpl/1.0.5:
+ resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==}
dev: false
/to-arraybuffer/1.0.1:
@@ -11538,26 +11565,26 @@ packages:
which-boxed-primitive: 1.0.2
dev: false
- /unicode-canonical-property-names-ecmascript/1.0.4:
- resolution: {integrity: sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==}
+ /unicode-canonical-property-names-ecmascript/2.0.0:
+ resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
engines: {node: '>=4'}
dev: false
- /unicode-match-property-ecmascript/1.0.4:
- resolution: {integrity: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==}
+ /unicode-match-property-ecmascript/2.0.0:
+ resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
engines: {node: '>=4'}
dependencies:
- unicode-canonical-property-names-ecmascript: 1.0.4
- unicode-property-aliases-ecmascript: 1.1.0
+ unicode-canonical-property-names-ecmascript: 2.0.0
+ unicode-property-aliases-ecmascript: 2.0.0
dev: false
- /unicode-match-property-value-ecmascript/1.2.0:
- resolution: {integrity: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==}
+ /unicode-match-property-value-ecmascript/2.0.0:
+ resolution: {integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==}
engines: {node: '>=4'}
dev: false
- /unicode-property-aliases-ecmascript/1.1.0:
- resolution: {integrity: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==}
+ /unicode-property-aliases-ecmascript/2.0.0:
+ resolution: {integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==}
engines: {node: '>=4'}
dev: false
@@ -11692,7 +11719,7 @@ packages:
resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==}
dependencies:
define-properties: 1.1.3
- es-abstract: 1.18.5
+ es-abstract: 1.18.6
has-symbols: 1.0.2
object.getownpropertydescriptors: 2.1.2
dev: false
@@ -12050,8 +12077,8 @@ packages:
engines: {node: '>=8.0.0'}
dependencies:
'@babel/core': 7.12.3
- '@babel/preset-env': 7.15.0_@babel+core@7.12.3
- '@babel/runtime': 7.15.3
+ '@babel/preset-env': 7.15.6_@babel+core@7.12.3
+ '@babel/runtime': 7.15.4
'@hapi/joi': 15.1.1
'@rollup/plugin-node-resolve': 7.1.3_rollup@1.32.1
'@rollup/plugin-replace': 2.4.2_rollup@1.32.1
@@ -12162,7 +12189,7 @@ packages:
peerDependencies:
webpack: ^4.0.0
dependencies:
- '@babel/runtime': 7.15.3
+ '@babel/runtime': 7.15.4
fast-json-stable-stringify: 2.1.0
source-map-url: 0.4.1
upath: 1.2.0
@@ -12218,7 +12245,7 @@ packages:
dependencies:
imurmurhash: 0.1.4
is-typedarray: 1.0.0
- signal-exit: 3.0.3
+ signal-exit: 3.0.4
typedarray-to-buffer: 3.1.5
dev: false
@@ -12228,8 +12255,8 @@ packages:
async-limiter: 1.0.1
dev: false
- /ws/7.5.3:
- resolution: {integrity: sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==}
+ /ws/7.5.5:
+ resolution: {integrity: sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==}
engines: {node: '>=8.3.0'}
peerDependencies:
bufferutil: ^4.0.1
diff --git a/src/App.js b/src/App.js
index 41dc409..3edd599 100644
--- a/src/App.js
+++ b/src/App.js
@@ -61,8 +61,8 @@ function App() {
const latest = data[data.length - 1];
const prior = data[data.length - (1 + timeDifference)];
- const lastUpdate = DateTime.fromSQL(latest.last_updated, { zone: "UTC" }).setZone(local);
- const priorUpdate = DateTime.fromSQL(prior.last_updated, { zone: "UTC" }).setZone(local);
+ const lastUpdate = DateTime.fromSQL(latest.last_updated).setZone(local);
+ const priorUpdate = DateTime.fromSQL(prior.last_updated).setZone(local);
// let positiveCases = [];
// for (let i = 5; i < data.length; i++) {
// positiveCases.push({