From c3f3b35a3167ecd2a658be3d5080b4f8d5fbcac4 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 29 Apr 2021 11:32:57 -0700 Subject: [PATCH] Mass-bump deps Summary: Trying to get ahead of dependabot by bumping a bunch of things at once that are minor or patch level bumps. Reviewed By: muraziz Differential Revision: D28094201 fbshipit-source-id: b6b53ae2d582686201124b82fed4f436a60b3172 --- desktop/app/package.json | 14 +- desktop/babel-transformer/package.json | 20 +- desktop/doctor/package.json | 8 +- desktop/eslint-plugin-flipper/package.json | 8 +- desktop/flipper-plugin/package.json | 6 +- desktop/package.json | 24 +- desktop/pkg-lib/package.json | 12 +- desktop/pkg/package.json | 12 +- desktop/plugin-lib/package.json | 14 +- .../plugins/public/crash_reporter/index.tsx | 4 +- desktop/yarn.lock | 279 ++++++++++-------- 11 files changed, 221 insertions(+), 180 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 2dc8dfbc8..243a7bce6 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -17,7 +17,7 @@ "@ant-design/icons": "^4.6.2", "@emotion/css": "^11.1.3", "@emotion/react": "^11.1.5", - "@emotion/styled": "^11.1.5", + "@emotion/styled": "^11.3.0", "@iarna/toml": "^2.2.5", "@types/archiver": "^5.1.0", "@types/uuid": "^8.0.1", @@ -38,12 +38,12 @@ "flipper-plugin": "0.0.0", "flipper-plugin-lib": "0.0.0", "fs-extra": "^9.0.1", - "immer": "^9.0.0", + "immer": "^9.0.2", "immutable": "^4.0.0-rc.12", "invariant": "^2.2.2", "lodash": "^4.17.21", "lodash.memoize": "^4.1.2", - "open": "^8.0.5", + "open": "^8.0.7", "openssl-wrapper": "^0.3.4", "p-filter": "^2.1.0", "p-map": "^4.0.0", @@ -58,7 +58,7 @@ "react-element-to-jsx-string": "^14.3.1", "react-markdown": "^5.0.3", "react-player": "^2.9.0", - "react-redux": "^7.2.3", + "react-redux": "^7.2.4", "react-test-renderer": "^17.0.1", "react-transition-group": "^4.4.1", "react-virtualized-auto-sizer": "^1.0.5", @@ -82,8 +82,8 @@ "7zip-bin-mac": "^1.0.1" }, "devDependencies": { - "@testing-library/dom": "^7.30.3", - "@testing-library/react": "^11.2.5", + "@testing-library/dom": "^7.30.4", + "@testing-library/react": "^11.2.6", "@types/lodash.memoize": "^4.1.6", "@types/split2": "^2.1.6", "flipper-test-utils": "0.0.0", @@ -92,6 +92,6 @@ "pretty-format": "^26.1.0", "react-refresh": "^0.10.0", "redux-mock-store": "^1.0.1", - "ts-jest": "^26.0.0" + "ts-jest": "^26.5.5" } } diff --git a/desktop/babel-transformer/package.json b/desktop/babel-transformer/package.json index 26bd39822..bd7cec10b 100644 --- a/desktop/babel-transformer/package.json +++ b/desktop/babel-transformer/package.json @@ -10,8 +10,8 @@ "bugs": "https://github.com/facebook/flipper/issues", "dependencies": { "@babel/core": "^7.13.16", - "@babel/generator": "^7.13.9", - "@babel/parser": "^7.13.13", + "@babel/generator": "^7.13.16", + "@babel/parser": "^7.13.16", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", "@babel/plugin-proposal-object-rest-spread": "^7.13.8", @@ -21,22 +21,22 @@ "@babel/plugin-transform-typescript": "^7.13.0", "@babel/preset-env": "^7.13.15", "@babel/preset-react": "^7.13.13", - "@babel/traverse": "^7.13.13", - "@babel/types": "^7.13.12", - "@emotion/babel-plugin": "^11.2.0", - "@types/fs-extra": "^9.0.9", + "@babel/traverse": "^7.13.17", + "@babel/types": "^7.13.17", + "@emotion/babel-plugin": "^11.3.0", + "@types/fs-extra": "^9.0.11", "@types/node": "^14.14.41", "fs-extra": "^9.0.1", "tslib": "^2" }, "devDependencies": { - "@types/jest": "26.0.22", + "@types/jest": "26.0.23", "jest": "^26.6.3", "prettier": "^2.2.1", "rimraf": "^3.0.2", - "ts-jest": "^26.0.0", - "ts-node": "^8", - "typescript": "^4.1.2" + "ts-jest": "^26.5.5", + "ts-node": "^9.1.1", + "typescript": "^4.2.4" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index 3f0081384..feb0ec248 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -8,19 +8,19 @@ "license": "MIT", "devDependencies": { "@types/fb-watchman": "2.0.0", - "@types/jest": "^26.0.22", + "@types/jest": "^26.0.23", "@typescript-eslint/eslint-plugin": "^4.22.0", "eslint": "^7.24.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-prettier": "^3.4.0", - "eslint-plugin-react": "^7.23.1", + "eslint-plugin-react": "^7.23.2", "jest": "^26.6.3", "prettier": "^2.2.1", - "ts-jest": "^26.0.0", + "ts-jest": "^26.5.5", "tslint-config-prettier": "^1.18.0", - "typescript": "^4.1.2" + "typescript": "^4.2.4" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/eslint-plugin-flipper/package.json b/desktop/eslint-plugin-flipper/package.json index ce496ee99..ec3a4bf46 100644 --- a/desktop/eslint-plugin-flipper/package.json +++ b/desktop/eslint-plugin-flipper/package.json @@ -14,15 +14,15 @@ "fs-extra": "^9.0.1" }, "devDependencies": { - "@types/jest": "26.0.22", + "@types/jest": "26.0.23", "@typescript-eslint/parser": "^4.19.0", "flipper-test-utils": "0.0.0", "jest": "^26.6.3", "prettier": "^2.2.1", "rimraf": "^3.0.2", - "ts-jest": "^26.0.0", - "ts-node": "^8", - "typescript": "^4.1.2" + "ts-jest": "^26.5.5", + "ts-node": "^9.1.1", + "typescript": "^4.2.4" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/flipper-plugin/package.json b/desktop/flipper-plugin/package.json index b4354938e..5081dec98 100644 --- a/desktop/flipper-plugin/package.json +++ b/desktop/flipper-plugin/package.json @@ -12,7 +12,7 @@ "@emotion/css": "^11.1.3", "@emotion/react": "^11.1.5", "@reach/observe-rect": "^1.2.0", - "immer": "^9.0.0", + "immer": "^9.0.2", "lodash": "^4.17.21", "react-color": "^2.19.3", "react-element-to-jsx-string": "^14.3.2", @@ -20,10 +20,10 @@ "string-natural-compare": "^3.0.0" }, "devDependencies": { - "@types/jest": "^26.0.22", + "@types/jest": "^26.0.23", "@types/string-natural-compare": "^3.0.0", "jest-mock-console": "^1.0.1", - "typescript": "^4.1.2" + "typescript": "^4.2.4" }, "peerDependencies": { "@ant-design/icons": "^4.2.2", diff --git a/desktop/package.json b/desktop/package.json index c0639ebfb..0fe31f82c 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -68,10 +68,10 @@ "devDependencies": { "@adobe/node-fetch-retry": "^1.1.0", "@babel/code-frame": "^7.12.13", - "@babel/eslint-parser": "^7.13.10", + "@babel/eslint-parser": "^7.13.14", "@jest-runner/electron": "^3.0.1", - "@testing-library/dom": "^7.30.3", - "@testing-library/react": "^11.2.5", + "@testing-library/dom": "^7.30.4", + "@testing-library/react": "^11.2.6", "@types/adobe__node-fetch-retry": "^1.0.0", "@types/algoliasearch": "^4.0.0", "@types/babel__code-frame": "^7.0.2", @@ -86,10 +86,10 @@ "@types/express": "^4.17.11", "@types/fb-watchman": "^2.0.0", "@types/form-data": "^2.2.1", - "@types/fs-extra": "^9.0.9", + "@types/fs-extra": "^9.0.11", "@types/glob": "^7.1.1", "@types/invariant": "^2.2.31", - "@types/jest": "^26.0.22", + "@types/jest": "^26.0.23", "@types/lodash": "^4.14.168", "@types/lodash.debounce": "^4.0.6", "@types/mkdirp": "^1.0.0", @@ -105,7 +105,7 @@ "@types/react-transition-group": "^4.4.1", "@types/react-virtualized": "^9.21.11", "@types/react-virtualized-auto-sizer": "^1.0.0", - "@types/react-window": "^1.8.1", + "@types/react-window": "^1.8.3", "@types/recharts": "^1.8.19", "@types/recursive-readdir": "^2.2.0", "@types/redux-devtools-extension": "^2.13.2", @@ -120,7 +120,7 @@ "@types/tmp": "^0.2.0", "@types/uuid": "^8.0.0", "@types/which": "^2.0.0", - "@types/ws": "^7.4.1", + "@types/ws": "^7.4.2", "@types/yargs": "^15.0.11", "@types/yazl": "^2.4.2", "@typescript-eslint/eslint-plugin": "^4.22.0", @@ -128,7 +128,7 @@ "ansi-to-html": "^0.6.3", "app-builder-lib": "22.10.5", "babel-eslint": "^10.1.0", - "chalk": "^4.0.0", + "chalk": "^4.1.1", "cross-env": "^7.0.3", "detect-port": "^1.1.1", "dotenv": "^8.2.0", @@ -146,7 +146,7 @@ "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", - "eslint-plugin-react": "^7.23.1", + "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.0.4", "expand-tilde": "^2.0.2", "express": "^4.15.2", @@ -180,9 +180,9 @@ "rimraf": "^3.0.2", "socket.io": "^4.0.1", "tmp": "^0.2.1", - "ts-jest": "^26.0.0", - "ts-node": "^8.8.1", - "typescript": "^4.1.2", + "ts-jest": "^26.5.5", + "ts-node": "^9.1.1", + "typescript": "^4.2.4", "uuid": "^8.3.2", "yargs": "^16.2.0", "yazl": "^2.5.1" diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index 021070aca..2e84d3587 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -18,18 +18,18 @@ "npm-packlist": "^2.1.5" }, "devDependencies": { - "@types/fs-extra": "^9.0.9", - "@types/jest": "^26.0.22", - "@types/node": "^14.14.41", + "@types/fs-extra": "^9.0.11", + "@types/jest": "^26.0.23", + "@types/node": "^15.0.1", "flipper-test-utils": "0.0.0", "globby": "^11.0.3", "jest": "^26.6.3", "mock-fs": "^4.14.0", "prettier": "^2.2.1", "rimraf": "^3.0.2", - "ts-jest": "^26.0.0", - "ts-node": "^8", - "typescript": "^4.1.2" + "ts-jest": "^26.5.5", + "ts-node": "^9.1.1", + "typescript": "^4.2.4" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/pkg/package.json b/desktop/pkg/package.json index fda5a8788..b948dc9fd 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -29,18 +29,18 @@ }, "devDependencies": { "@oclif/dev-cli": "^1", - "@types/fs-extra": "^9.0.9", + "@types/fs-extra": "^9.0.11", "@types/inquirer": "^7.3.1", - "@types/jest": "^26.0.22", - "@types/node": "^14.14.41", + "@types/jest": "^26.0.23", + "@types/node": "^15.0.1", "flipper-test-utils": "0.0.0", "globby": "^11.0.3", "jest": "^26.6.3", "prettier": "^2.2.1", "rimraf": "^3.0.2", - "ts-jest": "^26.0.0", - "ts-node": "^8", - "typescript": "^4.1.2" + "ts-jest": "^26.5.5", + "ts-node": "^9.1.1", + "typescript": "^4.2.4" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/plugin-lib/package.json b/desktop/plugin-lib/package.json index a78a94a4c..0a13d6d08 100644 --- a/desktop/plugin-lib/package.json +++ b/desktop/plugin-lib/package.json @@ -9,7 +9,7 @@ "license": "MIT", "bugs": "https://github.com/facebook/flipper/issues", "dependencies": { - "@algolia/client-search": "^4.9.0", + "@algolia/client-search": "^4.9.1", "algoliasearch": "^4.9.0", "decompress": "^4.2.1", "decompress-targz": "^4.1.1", @@ -25,17 +25,17 @@ "tmp": "^0.2.1" }, "devDependencies": { - "@types/fs-extra": "^9.0.9", - "@types/jest": "^26.0.22", - "@types/node": "^14.14.41", + "@types/fs-extra": "^9.0.11", + "@types/jest": "^26.0.23", + "@types/node": "^15.0.1", "flipper-test-utils": "0.0.0", "globby": "^11.0.3", "jest": "^26.6.3", "mock-fs": "^4.14.0", "rimraf": "^3.0.2", - "ts-jest": "^26.0.0", - "ts-node": "^8", - "typescript": "^4.1.2" + "ts-jest": "^26.5.5", + "ts-node": "^9.1.1", + "typescript": "^4.2.4" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/plugins/public/crash_reporter/index.tsx b/desktop/plugins/public/crash_reporter/index.tsx index 649283ecc..c4fd973ea 100644 --- a/desktop/plugins/public/crash_reporter/index.tsx +++ b/desktop/plugins/public/crash_reporter/index.tsx @@ -310,7 +310,7 @@ class CrashSelector extends React.Component { disabled={Boolean(!orderedIDs || orderedIDs.length <= 1)} compact={true} onClick={() => { - if (onCrashChange && orderedIDs && selectedCrashID) { + if (orderedIDs && selectedCrashID) { const index = orderedIDs.indexOf(selectedCrashID as string); const nextIndex = index < 1 ? orderedIDs.length - 1 : index - 1; @@ -328,7 +328,7 @@ class CrashSelector extends React.Component { disabled={Boolean(!orderedIDs || orderedIDs.length <= 1)} compact={true} onClick={() => { - if (onCrashChange && orderedIDs && selectedCrashID) { + if (orderedIDs && selectedCrashID) { const index = orderedIDs.indexOf(selectedCrashID as string); const nextIndex = index >= orderedIDs.length - 1 ? 0 : index + 1; diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 9198a146e..e0cef3c48 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -27,11 +27,6 @@ dependencies: "@algolia/cache-common" "4.9.1" -"@algolia/cache-common@4.9.0": - version "4.9.0" - resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.9.0.tgz#ec63d71ec201d0d9eb9946bc58f10e430e982b7b" - integrity sha512-hBqkLEw1Y7oxEJEVmcdm/s/+KKlvCmSenlX5rrQts5qCNdhdS1QkCvHx8vgFF9J6uliP2TPs+umrrXc+aKsLPw== - "@algolia/cache-common@4.9.1": version "4.9.1" resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.9.1.tgz#2d5f37ba7aab7db76627c4a4fce51a7fd137fa65" @@ -63,14 +58,6 @@ "@algolia/requester-common" "4.9.1" "@algolia/transporter" "4.9.1" -"@algolia/client-common@4.9.0": - version "4.9.0" - resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.9.0.tgz#51f9cf66b99e4042647d344bb4dd1cd970de0f81" - integrity sha512-Rjk4XMXi6B63jdKQwnGbKwIubB5QIgok+k67QwrgadbqVphHueJ3af3D6i3sRcKBBTmdprFAXn0zX/zaxYBhAQ== - dependencies: - "@algolia/requester-common" "4.9.0" - "@algolia/transporter" "4.9.0" - "@algolia/client-common@4.9.1": version "4.9.1" resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.9.1.tgz#ae313b65d3249efcb4fafd2e92ed1fa2fd075482" @@ -88,7 +75,7 @@ "@algolia/requester-common" "4.9.1" "@algolia/transporter" "4.9.1" -"@algolia/client-search@4.9.1": +"@algolia/client-search@4.9.1", "@algolia/client-search@^4.9.1": version "4.9.1" resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.9.1.tgz#a2fbc47a1b343dade9a8b06310231d51ff675b1b" integrity sha512-r9Cw2r8kJr45iYncFDht6EshARghU265wuY8Q8oHrpFHjAziEYdsUOdNmQKbsSH5J3gLjDPx1EI5DzVd6ivn3w== @@ -97,20 +84,6 @@ "@algolia/requester-common" "4.9.1" "@algolia/transporter" "4.9.1" -"@algolia/client-search@^4.9.0": - version "4.9.0" - resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.9.0.tgz#806379940d08cb95f562d93e31c2f0478fc040a4" - integrity sha512-HFfeUJN6GPHsjfcchmksoqlBLF5gT+jRHmSait4fWtde85eGFyJVL7ubUZD9KjlEjzebmUPPIZ1ixcupaTUBnw== - dependencies: - "@algolia/client-common" "4.9.0" - "@algolia/requester-common" "4.9.0" - "@algolia/transporter" "4.9.0" - -"@algolia/logger-common@4.9.0": - version "4.9.0" - resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.9.0.tgz#488f23c0758ab0cd79f0fcbbd3691fb216a0b0dc" - integrity sha512-OU8lzR1I8R0Qsgk+u4GOSFpEEKZkzPYZP1OXsw92gejW08k5N6kVLzfvVvgNA1KAeZPFXADdH26VBQ/2M9wF3g== - "@algolia/logger-common@4.9.1": version "4.9.1" resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.9.1.tgz#3323834095f2916338d2535d2df91c4723ac19f2" @@ -130,11 +103,6 @@ dependencies: "@algolia/requester-common" "4.9.1" -"@algolia/requester-common@4.9.0": - version "4.9.0" - resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.9.0.tgz#e65d6fb08d239d86a0076ad32638fe2d8abedaf6" - integrity sha512-8/ljy4/pnB8d4/yTaJQa2t3oKdbsVq9nDXkwhCACVum8tGYSSGpCtpBGln6M4g+QdfBSQxYILTB1wwHLFUstmg== - "@algolia/requester-common@4.9.1": version "4.9.1" resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.9.1.tgz#50fcf4c7c1ed7ae13159167ac1da2844d036a630" @@ -147,15 +115,6 @@ dependencies: "@algolia/requester-common" "4.9.1" -"@algolia/transporter@4.9.0": - version "4.9.0" - resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.9.0.tgz#8d4cadcee1b848e3b7c3efbfb76f46c3a374afbb" - integrity sha512-GySLvXwg0DQ2LM0/W+hr9y1Co3QY1iNnhWA82gFhBrz7RWGzw47qEsh//9u/wnjl6S1WOjH+eKm5PaQATG1BXg== - dependencies: - "@algolia/cache-common" "4.9.0" - "@algolia/logger-common" "4.9.0" - "@algolia/requester-common" "4.9.0" - "@algolia/transporter@4.9.1": version "4.9.1" resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.9.1.tgz#63ef3d9ae3b6556fa1ff1e6265bbab482bd084b7" @@ -267,12 +226,12 @@ semver "^6.3.0" source-map "^0.5.0" -"@babel/eslint-parser@^7.13.10": - version "7.13.10" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.13.10.tgz#e272979914f36bb6cea144c14c32bb51632696dd" - integrity sha512-/I1HQ3jGPhIpeBFeI3wO9WwWOnBYpuR0pX0KlkdGcRQAVX9prB/FCS2HBpL7BiFbzhny1YCiBH8MTZD2jJa7Hg== +"@babel/eslint-parser@^7.13.14": + version "7.13.14" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.13.14.tgz#f80fd23bdd839537221914cb5d17720a5ea6ba3a" + integrity sha512-I0HweR36D73Ibn/FfrRDMKlMqJHFwidIUgYdMpH+aXYuQC+waq59YaJ6t9e9N36axJ82v1jR041wwqDrDXEwRA== dependencies: - eslint-scope "5.1.0" + eslint-scope "^5.1.0" eslint-visitor-keys "^1.3.0" semver "^6.3.0" @@ -520,12 +479,12 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.13", "@babel/parser@^7.13.13", "@babel/parser@^7.7.0": +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.13.13", "@babel/parser@^7.7.0": version "7.13.13" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df" integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== -"@babel/parser@^7.13.16": +"@babel/parser@^7.12.13", "@babel/parser@^7.13.16": version "7.13.16" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37" integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw== @@ -1251,6 +1210,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.13.10": + version "7.13.17" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.17.tgz#8966d1fc9593bf848602f0662d6b4d0069e3a7ec" + integrity sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/template@^7.0.0", "@babel/template@^7.12.13", "@babel/template@^7.3.3": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" @@ -1288,7 +1254,7 @@ debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": +"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": version "7.13.14" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d" integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== @@ -1297,7 +1263,7 @@ lodash "^4.17.19" to-fast-properties "^2.0.0" -"@babel/types@^7.13.16", "@babel/types@^7.13.17": +"@babel/types@^7.12.13", "@babel/types@^7.13.16", "@babel/types@^7.13.17": version "7.13.17" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4" integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA== @@ -1385,7 +1351,7 @@ dir-compare "^2.4.0" fs-extra "^9.0.1" -"@emotion/babel-plugin@^11.0.0", "@emotion/babel-plugin@^11.1.2", "@emotion/babel-plugin@^11.2.0": +"@emotion/babel-plugin@^11.0.0": version "11.2.0" resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.2.0.tgz#f25c6df8ec045dad5ae6ca63df0791673b98c920" integrity sha512-lsnQBnl3l4wu/FJoyHnYRpHJeIPNkOBMbtDUIXcO8luulwRKZXPvA10zd2eXVN6dABIWNX4E34en/jkejIg/yA== @@ -1403,6 +1369,24 @@ source-map "^0.5.7" stylis "^4.0.3" +"@emotion/babel-plugin@^11.3.0": + version "11.3.0" + resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz#3a16850ba04d8d9651f07f3fb674b3436a4fb9d7" + integrity sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA== + dependencies: + "@babel/helper-module-imports" "^7.12.13" + "@babel/plugin-syntax-jsx" "^7.12.13" + "@babel/runtime" "^7.13.10" + "@emotion/hash" "^0.8.0" + "@emotion/memoize" "^0.7.5" + "@emotion/serialize" "^1.0.2" + babel-plugin-macros "^2.6.1" + convert-source-map "^1.5.0" + escape-string-regexp "^4.0.0" + find-root "^1.1.0" + source-map "^0.5.7" + stylis "^4.0.3" + "@emotion/cache@^10.0.27": version "10.0.29" resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0" @@ -1520,6 +1504,17 @@ "@emotion/utils" "^1.0.0" csstype "^3.0.2" +"@emotion/serialize@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965" + integrity sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A== + dependencies: + "@emotion/hash" "^0.8.0" + "@emotion/memoize" "^0.7.4" + "@emotion/unitless" "^0.7.5" + "@emotion/utils" "^1.0.0" + csstype "^3.0.2" + "@emotion/sheet@0.9.4": version "0.9.4" resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5" @@ -1548,15 +1543,15 @@ "@emotion/styled-base" "^10.0.27" babel-plugin-emotion "^10.0.27" -"@emotion/styled@^11.1.5": - version "11.1.5" - resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.1.5.tgz#3d7bfa58b346e48315f65ee956aeef81f0bea8e0" - integrity sha512-nIq7pOBEDqT5xSFbclQ3XFy0q8C9EUU8ECqKN2kJKGxKh+vLz/x26kEih4aOpoAsyzc+R60rQxh7VJiLTUEdmg== +"@emotion/styled@^11.3.0": + version "11.3.0" + resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.3.0.tgz#d63ee00537dfb6ff612e31b0e915c5cf9925a207" + integrity sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA== dependencies: - "@babel/runtime" "^7.7.2" - "@emotion/babel-plugin" "^11.1.2" + "@babel/runtime" "^7.13.10" + "@emotion/babel-plugin" "^11.3.0" "@emotion/is-prop-valid" "^1.1.0" - "@emotion/serialize" "^1.0.0" + "@emotion/serialize" "^1.0.2" "@emotion/utils" "^1.0.0" "@emotion/stylis@0.8.5": @@ -2145,7 +2140,7 @@ dependencies: defer-to-connect "^2.0.0" -"@testing-library/dom@^7.28.1", "@testing-library/dom@^7.30.3": +"@testing-library/dom@^7.28.1": version "7.30.3" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.3.tgz#779ea9bbb92d63302461800a388a5a890ac22519" integrity sha512-7JhIg2MW6WPwyikH2iL3o7z+FTVgSOd2jqCwTAHqK7Qal2gRRYiUQyURAxtbK9VXm/UTyG9bRihv8C5Tznr2zw== @@ -2159,7 +2154,21 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/react@*", "@testing-library/react@^11.2.5": +"@testing-library/dom@^7.30.4": + version "7.30.4" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.4.tgz#c6a4a91557e92035fd565246bbbfb8107aa4634d" + integrity sha512-GObDVMaI4ARrZEXaRy4moolNAxWPKvEYNV/fa6Uc2eAzR/t4otS6A7EhrntPBIQLeehL9DbVhscvvv7gd6hWqA== + dependencies: + "@babel/code-frame" "^7.10.4" + "@babel/runtime" "^7.12.5" + "@types/aria-query" "^4.2.0" + aria-query "^4.2.2" + chalk "^4.1.0" + dom-accessibility-api "^0.5.4" + lz-string "^1.4.4" + pretty-format "^26.6.2" + +"@testing-library/react@*": version "11.2.5" resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.5.tgz#ae1c36a66c7790ddb6662c416c27863d87818eb9" integrity sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ== @@ -2167,6 +2176,14 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1" +"@testing-library/react@^11.2.6": + version "11.2.6" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.6.tgz#586a23adc63615985d85be0c903f374dab19200b" + integrity sha512-TXMCg0jT8xmuU8BkKMtp8l7Z50Ykew5WNX8UoIKTaLFwKkP2+1YDhOLA2Ga3wY4x29jyntk7EWfum0kjlYiSjQ== + dependencies: + "@babel/runtime" "^7.12.5" + "@testing-library/dom" "^7.28.1" + "@types/adobe__node-fetch-retry@^1.0.0": version "1.0.0" resolved "https://registry.yarnpkg.com/@types/adobe__node-fetch-retry/-/adobe__node-fetch-retry-1.0.0.tgz#0c8b5710086ffa31e7d0820841eb860af051a0a7" @@ -2367,7 +2384,14 @@ dependencies: "@types/node" "*" -"@types/fs-extra@^9.0.7", "@types/fs-extra@^9.0.9": +"@types/fs-extra@^9.0.11": + version "9.0.11" + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.11.tgz#8cc99e103499eab9f347dbc6ca4e99fb8d2c2b87" + integrity sha512-mZsifGG4QeQ7hlkhO56u7zt/ycBgGxSVsFI/6lGTU34VtwkiqrrSDgw0+ygs8kFGWcXnFQWMrzF2h7TtDFNixA== + dependencies: + "@types/node" "*" + +"@types/fs-extra@^9.0.7": version "9.0.9" resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.9.tgz#11ed43b3f3c6b3490f1ef9bd17f58da896e2d861" integrity sha512-5TqDycCl0oMzwzd1cIjSJWMKMvLCDVErle4ZTjU4EmHDURR/+yZghe6GDHMCpHtcVfq0x0gMoOM546/5TbYHrg== @@ -2442,10 +2466,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26.0.22", "@types/jest@26.x", "@types/jest@^26.0.22": - version "26.0.22" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.22.tgz#8308a1debdf1b807aa47be2838acdcd91e88fbe6" - integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw== +"@types/jest@26.0.23", "@types/jest@^26.0.23": + version "26.0.23" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7" + integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA== dependencies: jest-diff "^26.0.0" pretty-format "^26.0.0" @@ -2547,6 +2571,11 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.7.tgz#1cb61fd0c85cb87e728c43107b5fd82b69bc9ef8" integrity sha512-gWL8VUkg8VRaCAUgG9WmhefMqHmMblxe2rVpMF86nZY/+ZysU+BkAp+3cz03AixWDSSz0ks5WX59yAhv/cDwFA== +"@types/node@^15.0.1": + version "15.0.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.1.tgz#ef34dea0881028d11398be5bf4e856743e3dc35a" + integrity sha512-TMkXt0Ck1y0KKsGr9gJtWGjttxlZnnvDtphxUOSd0bfaR6Q1jle+sPvrzNR1urqYTWMinoKvjKfXUGsumaO1PA== + "@types/normalize-package-data@^2.4.0": version "2.4.0" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" @@ -2670,10 +2699,10 @@ "@types/prop-types" "*" "@types/react" "*" -"@types/react-window@^1.8.1": - version "1.8.2" - resolved "https://registry.yarnpkg.com/@types/react-window/-/react-window-1.8.2.tgz#a5a6b2762ce73ffaab7911ee1397cf645f2459fe" - integrity sha512-gP1xam68Wc4ZTAee++zx6pTdDAH08rAkQrWm4B4F/y6hhmlT9Mgx2q8lTCXnrPHXsr15XjRN9+K2DLKcz44qEQ== +"@types/react-window@^1.8.3": + version "1.8.3" + resolved "https://registry.yarnpkg.com/@types/react-window/-/react-window-1.8.3.tgz#14f74b144b4e3df9421eb31182dc580b7ccc7617" + integrity sha512-Xf+IR2Zyiyh/6z1CM8kv1aQba3S3X/hBXt4tH+T9bDSIGwFhle0GZFZGTSU8nw2cUT3UNbCHDjhxVQVZPtE8cA== dependencies: "@types/react" "*" @@ -2900,10 +2929,10 @@ resolved "https://registry.yarnpkg.com/@types/which/-/which-2.0.0.tgz#446d35586611dee657120de8e0457382a658fc25" integrity sha512-JHTNOEpZnACQdsTojWggn+SQ8IucfqEhtz7g8Z0G67WdSj4x3F0X5I2c/CVcl8z/QukGrIHeQ/N49v1au74XFQ== -"@types/ws@^7.4.1": - version "7.4.1" - resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.1.tgz#49eacb15a0534663d53a36fbf5b4d98f5ae9a73a" - integrity sha512-ISCK1iFnR+jYv7+jLNX0wDqesZ/5RAeY3wUx6QaphmocphU61h+b+PHjS18TF4WIPTu/MMzxIq2PHr32o2TS5Q== +"@types/ws@^7.4.2": + version "7.4.2" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.2.tgz#bfe739b5f8b3a39742605fbe415ae7e88ee614c8" + integrity sha512-PbeN0Eydl7LQl4OIav29YmkO2LxbVuz3nZD/kb19lOS+wLgIkRbWMNmU/QQR7ABpOJ7D7xDOU8co7iohObewrw== dependencies: "@types/node" "*" @@ -4293,6 +4322,14 @@ chalk@^4.0.0, chalk@^4.1.0: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" + integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + char-regex@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" @@ -4798,6 +4835,11 @@ crc@^3.8.0: dependencies: buffer "^5.1.0" +create-require@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" + integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== + cross-env@^7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf" @@ -4916,7 +4958,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.8, debug@^2.6. dependencies: ms "2.0.0" -debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@~4.3.1: +debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@~4.3.1: version "4.3.2" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b" integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== @@ -4930,6 +4972,13 @@ debug@=3.1.0: dependencies: ms "2.0.0" +debug@^4.1.0: + version "4.3.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" + integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== + dependencies: + ms "2.1.2" + decamelize@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" @@ -5781,10 +5830,10 @@ eslint-plugin-react-hooks@^4.0.4: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e" integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg== -eslint-plugin-react@^7.23.1: - version "7.23.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz#f1a2e844c0d1967c822388204a8bc4dee8415b11" - integrity sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ== +eslint-plugin-react@^7.23.2: + version "7.23.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494" + integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw== dependencies: array-includes "^3.1.3" array.prototype.flatmap "^1.2.4" @@ -5804,15 +5853,7 @@ eslint-rule-composer@^0.3.0: resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9" integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg== -eslint-scope@5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5" - integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w== - dependencies: - esrecurse "^4.1.0" - estraverse "^4.1.1" - -eslint-scope@^5.0.0, eslint-scope@^5.1.1: +eslint-scope@^5.0.0, eslint-scope@^5.1.0, eslint-scope@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== @@ -5901,7 +5942,7 @@ esquery@^1.4.0: dependencies: estraverse "^5.1.0" -esrecurse@^4.1.0, esrecurse@^4.3.0: +esrecurse@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== @@ -7067,10 +7108,10 @@ immediate@~3.0.5: resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps= -immer@^9.0.0: - version "9.0.1" - resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.1.tgz#1116368e051f9a0fd188c5136b6efb74ed69c57f" - integrity sha512-7CCw1DSgr8kKYXTYOI1qMM/f5qxT5vIVMeGLDCDX8CSxsggr1Sjdoha4OhsP0AZ1UvWbyZlILHvLjaynuu02Mg== +immer@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.2.tgz#83e4593df9914acaecfd9fac6a8601ef44d883fc" + integrity sha512-mkcmzLtIfSp40vAqteRr1MbWNSoI7JE+/PB36FNPoSfJ9RQRmNKuTYCjKkyXyuq3Dgn07HuJBrwJd4ZSk2yUbw== immutable@^4.0.0-rc.12: version "4.0.0-rc.12" @@ -8847,7 +8888,7 @@ lodash.isplainobject@^4.0.6: resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= -lodash.memoize@4.x, lodash.memoize@^4.1.2: +lodash.memoize@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= @@ -8897,7 +8938,7 @@ lodash.zip@^4.2.0: resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020" integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA= -lodash@^4.0.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21: +lodash@4.x, lodash@^4.0.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -9836,10 +9877,10 @@ open@^7.4.2: is-docker "^2.0.0" is-wsl "^2.1.1" -open@^8.0.5: - version "8.0.5" - resolved "https://registry.yarnpkg.com/open/-/open-8.0.5.tgz#92ee3faafef4ddbe78006f7881572f3e81430b8f" - integrity sha512-hkPXCz7gijWp2GoWqsQ4O/5p7F6d5pIQ/+9NyeWG1nABJ4zvLi9kJRv1a44kVf5p13wK0WMoiRA+Xey68yOytA== +open@^8.0.7: + version "8.0.7" + resolved "https://registry.yarnpkg.com/open/-/open-8.0.7.tgz#5597eeff14b440f6ff78fb7ced9ede9f69b2122d" + integrity sha512-qoyG0kpdaWVoL5MiwTRQWujSdivwBOgfLadVEdpsZNHOK1+kBvmVtLYdgWr8G4cgBpG9zaxezn6jz6PPdQW5xg== dependencies: define-lazy-prop "^2.0.0" is-docker "^2.1.1" @@ -10924,10 +10965,10 @@ react-player@^2.9.0: prop-types "^15.7.2" react-fast-compare "^3.0.1" -react-redux@^7.2.3: - version "7.2.3" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.3.tgz#4c084618600bb199012687da9e42123cca3f0be9" - integrity sha512-ZhAmQ1lrK+Pyi0ZXNMUZuYxYAZd59wFuVDGUt536kSGdD0ya9Q7BfsE95E3TsFLE3kOSFp5m6G5qbatE+Ic1+w== +react-redux@^7.2.4: + version "7.2.4" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.4.tgz#1ebb474032b72d806de2e0519cd07761e222e225" + integrity sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA== dependencies: "@babel/runtime" "^7.12.1" "@types/react-redux" "^7.1.16" @@ -11915,7 +11956,7 @@ source-map-resolve@^0.5.0: source-map-url "^0.4.0" urix "^0.1.0" -source-map-support@^0.5.19, source-map-support@^0.5.6, source-map-support@^0.5.9, source-map-support@~0.5.12: +source-map-support@^0.5.17, source-map-support@^0.5.19, source-map-support@^0.5.6, source-map-support@^0.5.9, source-map-support@~0.5.12: version "0.5.19" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== @@ -12560,32 +12601,32 @@ truncate-utf8-bytes@^1.0.0: dependencies: utf8-byte-length "^1.0.1" -ts-jest@^26.0.0: - version "26.4.1" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.1.tgz#08ec0d3fc2c3a39e4a46eae5610b69fafa6babd0" - integrity sha512-F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg== +ts-jest@^26.5.5: + version "26.5.5" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.5.tgz#e40481b6ee4dd162626ba481a2be05fa57160ea5" + integrity sha512-7tP4m+silwt1NHqzNRAPjW1BswnAhopTdc2K3HEkRZjF0ZG2F/e/ypVH0xiZIMfItFtD3CX0XFbwPzp9fIEUVg== dependencies: - "@types/jest" "26.x" bs-logger "0.x" buffer-from "1.x" fast-json-stable-stringify "2.x" jest-util "^26.1.0" json5 "2.x" - lodash.memoize "4.x" + lodash "4.x" make-error "1.x" mkdirp "1.x" semver "7.x" yargs-parser "20.x" -ts-node@^8, ts-node@^8.8.1: - version "8.8.1" - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.8.1.tgz#7c4d3e9ed33aa703b64b28d7f9d194768be5064d" - integrity sha512-10DE9ONho06QORKAaCBpPiFCdW+tZJuY/84tyypGtl6r+/C7Asq0dhqbRZURuUlLQtZxxDvT8eoj8cGW0ha6Bg== +ts-node@^9.1.1: + version "9.1.1" + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d" + integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== dependencies: arg "^4.1.0" + create-require "^1.1.0" diff "^4.0.1" make-error "^1.1.1" - source-map-support "^0.5.6" + source-map-support "^0.5.17" yn "3.1.1" tsconfig-paths@^3.9.0: @@ -12696,10 +12737,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" - integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ== +typescript@^4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" + integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== ua-parser-js@^0.7.18, ua-parser-js@^0.7.21: version "0.7.24"