diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b2dcc32f3..375dedaf7 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -100,7 +100,7 @@ "eslint-plugin-react-redux": "4.0.0", "eslint-plugin-testing-library": "5.5.1", "eslint-plugin-typescript-sort-keys": "2.1.0", - "jest": "28.1.1", + "jest": "28.1.2", "react": "18.2.0", "typescript": "^4.6.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e3e01ee7..e62782046 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -231,7 +231,7 @@ importers: eslint-plugin-you-dont-need-lodash-underscore: ^6.12.0 eslint-plugin-you-dont-need-momentjs: ^1.6.0 find-up: ^5.0.0 - jest: 28.1.1 + jest: 28.1.2 lodash.has: ^4.5.2 object.assign: ^4.1.2 react: 18.2.0 @@ -266,7 +266,7 @@ importers: '@typescript-eslint/parser': 5.23.0_eslint@8.18.0+typescript@4.6.4 eslint-plugin-babel: 5.3.1_eslint@8.18.0 eslint-plugin-cypress: 2.12.1_eslint@8.18.0 - eslint-plugin-jest: 26.1.5_c4870e12917b797c34a349b27f381707 + eslint-plugin-jest: 26.1.5_51ba770ce37ac6a5c37af8982a1a8046 eslint-plugin-jest-async: 1.0.3 eslint-plugin-jest-dom: 4.0.1_eslint@8.18.0 eslint-plugin-jest-formatting: 3.1.0_eslint@8.18.0 @@ -285,7 +285,7 @@ importers: '@testing-library/dom': 8.14.0 eslint: 8.18.0 eslint-find-rules: 4.1.0_eslint@8.18.0 - jest: 28.1.1_@types+node@16.11.41 + jest: 28.1.2_@types+node@16.11.41 react: 18.2.0 typescript: 4.6.4 @@ -2415,6 +2415,49 @@ packages: transitivePeerDependencies: - supports-color - ts-node + dev: false + + /@jest/core/28.1.2: + resolution: {integrity: sha512-Xo4E+Sb/nZODMGOPt2G3cMmCBqL4/W2Ijwr7/mrXlq4jdJwcFQ/9KrrJZT2adQRk2otVBXXOz1GRQ4Z5iOgvRQ==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@jest/console': 28.1.1 + '@jest/reporters': 28.1.2 + '@jest/test-result': 28.1.1 + '@jest/transform': 28.1.2 + '@jest/types': 28.1.1 + '@types/node': 17.0.32 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + ci-info: 3.3.0 + exit: 0.1.2 + graceful-fs: 4.2.9 + jest-changed-files: 28.0.2 + jest-config: 28.1.2_@types+node@17.0.32 + jest-haste-map: 28.1.1 + jest-message-util: 28.1.1 + jest-regex-util: 28.0.2 + jest-resolve: 28.1.1 + jest-resolve-dependencies: 28.1.2 + jest-runner: 28.1.2 + jest-runtime: 28.1.2 + jest-snapshot: 28.1.2 + jest-util: 28.1.1 + jest-validate: 28.1.1 + jest-watcher: 28.1.1 + micromatch: 4.0.5 + pretty-format: 28.1.1 + rimraf: 3.0.2 + slash: 3.0.0 + strip-ansi: 6.0.1 + transitivePeerDependencies: + - supports-color + - ts-node /@jest/environment/28.1.1: resolution: {integrity: sha512-9auVQ2GzQ7nrU+lAr8KyY838YahElTX9HVjbQPPS2XjlxQ+na18G113OoBhyBGBtD6ZnO/SrUy5WR8EzOj1/Uw==} @@ -2424,6 +2467,16 @@ packages: '@jest/types': 28.1.1 '@types/node': 17.0.32 jest-mock: 28.1.1 + dev: false + + /@jest/environment/28.1.2: + resolution: {integrity: sha512-I0CR1RUMmOzd0tRpz10oUfaChBWs+/Hrvn5xYhMEF/ZqrDaaeHwS8yDBqEWCrEnkH2g+WE/6g90oBv3nKpcm8Q==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + '@jest/fake-timers': 28.1.2 + '@jest/types': 28.1.1 + '@types/node': 17.0.32 + jest-mock: 28.1.1 /@jest/expect-utils/28.1.1: resolution: {integrity: sha512-n/ghlvdhCdMI/hTcnn4qV57kQuV9OTsZzH1TTCVARANKhl6hXJqLKUkwX69ftMGpsbpt96SsDD8n8LD2d9+FRw==} @@ -2439,6 +2492,16 @@ packages: jest-snapshot: 28.1.1 transitivePeerDependencies: - supports-color + dev: false + + /@jest/expect/28.1.2: + resolution: {integrity: sha512-HBzyZBeFBiOelNbBKN0pilWbbrGvwDUwAqMC46NVJmWm8AVkuE58NbG1s7DR4cxFt4U5cVLxofAoHxgvC5MyOw==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + expect: 28.1.1 + jest-snapshot: 28.1.2 + transitivePeerDependencies: + - supports-color /@jest/fake-timers/28.1.1: resolution: {integrity: sha512-BY/3+TyLs5+q87rGWrGUY5f8e8uC3LsVHS9Diz8+FV3ARXL4sNnkLlIB8dvDvRrp+LUCGM+DLqlsYubizGUjIA==} @@ -2450,6 +2513,18 @@ packages: jest-message-util: 28.1.1 jest-mock: 28.1.1 jest-util: 28.1.1 + dev: false + + /@jest/fake-timers/28.1.2: + resolution: {integrity: sha512-xSYEI7Y0D5FbZN2LsCUj/EKRR1zfQYmGuAUVh6xTqhx7V5JhjgMcK5Pa0iR6WIk0GXiHDe0Ke4A+yERKE9saqg==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + '@jest/types': 28.1.1 + '@sinonjs/fake-timers': 9.1.2 + '@types/node': 17.0.32 + jest-message-util: 28.1.1 + jest-mock: 28.1.1 + jest-util: 28.1.1 /@jest/globals/28.1.1: resolution: {integrity: sha512-dEgl/6v7ToB4vXItdvcltJBgny0xBE6xy6IYQrPJAJggdEinGxCDMivNv7sFzPcTITGquXD6UJwYxfJ/5ZwDSg==} @@ -2460,6 +2535,17 @@ packages: '@jest/types': 28.1.1 transitivePeerDependencies: - supports-color + dev: false + + /@jest/globals/28.1.2: + resolution: {integrity: sha512-cz0lkJVDOtDaYhvT3Fv2U1B6FtBnV+OpEyJCzTHM1fdoTsU4QNLAt/H4RkiwEUU+dL4g/MFsoTuHeT2pvbo4Hg==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + '@jest/environment': 28.1.2 + '@jest/expect': 28.1.2 + '@jest/types': 28.1.1 + transitivePeerDependencies: + - supports-color /@jest/reporters/28.1.1: resolution: {integrity: sha512-597Zj4D4d88sZrzM4atEGLuO7SdA/YrOv9SRXHXRNC+/FwPCWxZhBAEzhXoiJzfRwn8zes/EjS8Lo6DouGN5Gg==} @@ -2497,6 +2583,44 @@ packages: v8-to-istanbul: 9.0.0 transitivePeerDependencies: - supports-color + dev: false + + /@jest/reporters/28.1.2: + resolution: {integrity: sha512-/whGLhiwAqeCTmQEouSigUZJPVl7sW8V26EiboImL+UyXznnr1a03/YZ2BX8OlFw0n+Zlwu+EZAITZtaeRTxyA==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@bcoe/v8-coverage': 0.2.3 + '@jest/console': 28.1.1 + '@jest/test-result': 28.1.1 + '@jest/transform': 28.1.2 + '@jest/types': 28.1.1 + '@jridgewell/trace-mapping': 0.3.14 + '@types/node': 17.0.32 + chalk: 4.1.2 + collect-v8-coverage: 1.0.1 + exit: 0.1.2 + glob: 7.2.3 + graceful-fs: 4.2.9 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-instrument: 5.1.0 + istanbul-lib-report: 3.0.0 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.1.4 + jest-message-util: 28.1.1 + jest-util: 28.1.1 + jest-worker: 28.1.1 + slash: 3.0.0 + string-length: 4.0.2 + strip-ansi: 6.0.1 + terminal-link: 2.1.1 + v8-to-istanbul: 9.0.1 + transitivePeerDependencies: + - supports-color /@jest/schemas/28.0.2: resolution: {integrity: sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA==} @@ -2511,6 +2635,15 @@ packages: '@jridgewell/trace-mapping': 0.3.9 callsites: 3.1.0 graceful-fs: 4.2.9 + dev: false + + /@jest/source-map/28.1.2: + resolution: {integrity: sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + '@jridgewell/trace-mapping': 0.3.14 + callsites: 3.1.0 + graceful-fs: 4.2.9 /@jest/test-result/28.1.1: resolution: {integrity: sha512-hPmkugBktqL6rRzwWAtp1JtYT4VHwv8OQ+9lE5Gymj6dHzubI/oJHMUpPOt8NrdVWSrz9S7bHjJUmv2ggFoUNQ==} @@ -2574,6 +2707,29 @@ packages: write-file-atomic: 4.0.1 transitivePeerDependencies: - supports-color + dev: false + + /@jest/transform/28.1.2: + resolution: {integrity: sha512-3o+lKF6iweLeJFHBlMJysdaPbpoMmtbHEFsjzSv37HIq/wWt5ijTeO2Yf7MO5yyczCopD507cNwNLeX8Y/CuIg==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + '@babel/core': 7.17.10 + '@jest/types': 28.1.1 + '@jridgewell/trace-mapping': 0.3.14 + babel-plugin-istanbul: 6.1.1 + chalk: 4.1.2 + convert-source-map: 1.8.0 + fast-json-stable-stringify: 2.1.0 + graceful-fs: 4.2.9 + jest-haste-map: 28.1.1 + jest-regex-util: 28.0.2 + jest-util: 28.1.1 + micromatch: 4.0.5 + pirates: 4.0.5 + slash: 3.0.0 + write-file-atomic: 4.0.1 + transitivePeerDependencies: + - supports-color /@jest/types/28.1.0: resolution: {integrity: sha512-xmEggMPr317MIOjjDoZ4ejCSr9Lpbt/u34+dvc99t7DS8YirW5rwZEhzKPC2BMUFkUhI48qs6qLUSGw5FuL0GA==} @@ -2616,6 +2772,12 @@ packages: /@jridgewell/sourcemap-codec/1.4.11: resolution: {integrity: sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==} + /@jridgewell/trace-mapping/0.3.14: + resolution: {integrity: sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==} + dependencies: + '@jridgewell/resolve-uri': 3.0.5 + '@jridgewell/sourcemap-codec': 1.4.11 + /@jridgewell/trace-mapping/0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: @@ -4513,6 +4675,24 @@ packages: slash: 3.0.0 transitivePeerDependencies: - supports-color + dev: false + + /babel-jest/28.1.2_@babel+core@7.17.10: + resolution: {integrity: sha512-pfmoo6sh4L/+5/G2OOfQrGJgvH7fTa1oChnuYH2G/6gA+JwDvO8PELwvwnofKBMNrQsam0Wy/Rw+QSrBNewq2Q==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + peerDependencies: + '@babel/core': ^7.8.0 + dependencies: + '@babel/core': 7.17.10 + '@jest/transform': 28.1.2 + '@types/babel__core': 7.1.18 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 28.1.1_@babel+core@7.17.10 + chalk: 4.1.2 + graceful-fs: 4.2.9 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color /babel-messages/6.23.0: resolution: {integrity: sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=} @@ -6303,7 +6483,7 @@ packages: dev: false optional: true - /eslint-plugin-jest/26.1.5_c4870e12917b797c34a349b27f381707: + /eslint-plugin-jest/26.1.5_51ba770ce37ac6a5c37af8982a1a8046: resolution: {integrity: sha512-su89aDuljL9bTjEufTXmKUMSFe2kZUL9bi7+woq+C2ukHZordhtfPm4Vg+tdioHBaKf8v3/FXW9uV0ksqhYGFw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} requiresBuild: true @@ -6320,7 +6500,7 @@ packages: '@typescript-eslint/eslint-plugin': 5.23.0_967e8d517a39dc16567bffb44127c6cd '@typescript-eslint/utils': 5.20.0_eslint@8.18.0+typescript@4.6.4 eslint: 8.18.0 - jest: 28.1.1_@types+node@16.11.41 + jest: 28.1.2_@types+node@16.11.41 transitivePeerDependencies: - supports-color - typescript @@ -8417,6 +8597,33 @@ packages: throat: 6.0.1 transitivePeerDependencies: - supports-color + dev: false + + /jest-circus/28.1.2: + resolution: {integrity: sha512-E2vdPIJG5/69EMpslFhaA46WkcrN74LI5V/cSJ59L7uS8UNoXbzTxmwhpi9XrIL3zqvMt5T0pl5k2l2u2GwBNQ==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + '@jest/environment': 28.1.2 + '@jest/expect': 28.1.2 + '@jest/test-result': 28.1.1 + '@jest/types': 28.1.1 + '@types/node': 17.0.32 + chalk: 4.1.2 + co: 4.6.0 + dedent: 0.7.0 + is-generator-fn: 2.1.0 + jest-each: 28.1.1 + jest-matcher-utils: 28.1.1 + jest-message-util: 28.1.1 + jest-runtime: 28.1.2 + jest-snapshot: 28.1.2 + jest-util: 28.1.1 + pretty-format: 28.1.1 + slash: 3.0.0 + stack-utils: 2.0.5 + throat: 6.0.1 + transitivePeerDependencies: + - supports-color /jest-cli/28.1.1_@types+node@16.11.41: resolution: {integrity: sha512-+sUfVbJqb1OjBZ0OdBbI6OWfYM1i7bSfzYy6gze1F1w3OKWq8ZTEKkZ8a7ZQPq6G/G1qMh/uKqpdWhgl11NFQQ==} @@ -8444,6 +8651,34 @@ packages: - '@types/node' - supports-color - ts-node + dev: false + + /jest-cli/28.1.2_@types+node@16.11.41: + resolution: {integrity: sha512-l6eoi5Do/IJUXAFL9qRmDiFpBeEJAnjJb1dcd9i/VWfVWbp3mJhuH50dNtX67Ali4Ecvt4eBkWb4hXhPHkAZTw==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@jest/core': 28.1.2 + '@jest/test-result': 28.1.1 + '@jest/types': 28.1.1 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.9 + import-local: 3.1.0 + jest-config: 28.1.2_@types+node@16.11.41 + jest-util: 28.1.1 + jest-validate: 28.1.1 + prompts: 2.4.2 + yargs: 17.3.1 + transitivePeerDependencies: + - '@types/node' + - supports-color + - ts-node /jest-config/28.1.1_@types+node@16.11.41: resolution: {integrity: sha512-tASynMhS+jVV85zKvjfbJ8nUyJS/jUSYZ5KQxLUN2ZCvcQc/OmhQl2j6VEL3ezQkNofxn5pQ3SPYWPHb0unTZA==} @@ -8482,6 +8717,7 @@ packages: strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color + dev: false /jest-config/28.1.1_@types+node@17.0.32: resolution: {integrity: sha512-tASynMhS+jVV85zKvjfbJ8nUyJS/jUSYZ5KQxLUN2ZCvcQc/OmhQl2j6VEL3ezQkNofxn5pQ3SPYWPHb0unTZA==} @@ -8520,6 +8756,83 @@ packages: strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color + dev: false + + /jest-config/28.1.2_@types+node@16.11.41: + resolution: {integrity: sha512-g6EfeRqddVbjPVBVY4JWpUY4IvQoFRIZcv4V36QkqzE0IGhEC/VkugFeBMAeUE7PRgC8KJF0yvJNDeQRbamEVA==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + peerDependencies: + '@types/node': '*' + ts-node: '>=9.0.0' + peerDependenciesMeta: + '@types/node': + optional: true + ts-node: + optional: true + dependencies: + '@babel/core': 7.17.10 + '@jest/test-sequencer': 28.1.1 + '@jest/types': 28.1.1 + '@types/node': 16.11.41 + babel-jest: 28.1.2_@babel+core@7.17.10 + chalk: 4.1.2 + ci-info: 3.3.0 + deepmerge: 4.2.2 + glob: 7.2.3 + graceful-fs: 4.2.9 + jest-circus: 28.1.2 + jest-environment-node: 28.1.2 + jest-get-type: 28.0.2 + jest-regex-util: 28.0.2 + jest-resolve: 28.1.1 + jest-runner: 28.1.2 + jest-util: 28.1.1 + jest-validate: 28.1.1 + micromatch: 4.0.5 + parse-json: 5.2.0 + pretty-format: 28.1.1 + slash: 3.0.0 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + + /jest-config/28.1.2_@types+node@17.0.32: + resolution: {integrity: sha512-g6EfeRqddVbjPVBVY4JWpUY4IvQoFRIZcv4V36QkqzE0IGhEC/VkugFeBMAeUE7PRgC8KJF0yvJNDeQRbamEVA==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + peerDependencies: + '@types/node': '*' + ts-node: '>=9.0.0' + peerDependenciesMeta: + '@types/node': + optional: true + ts-node: + optional: true + dependencies: + '@babel/core': 7.17.10 + '@jest/test-sequencer': 28.1.1 + '@jest/types': 28.1.1 + '@types/node': 17.0.32 + babel-jest: 28.1.2_@babel+core@7.17.10 + chalk: 4.1.2 + ci-info: 3.3.0 + deepmerge: 4.2.2 + glob: 7.2.3 + graceful-fs: 4.2.9 + jest-circus: 28.1.2 + jest-environment-node: 28.1.2 + jest-get-type: 28.0.2 + jest-regex-util: 28.0.2 + jest-resolve: 28.1.1 + jest-runner: 28.1.2 + jest-util: 28.1.1 + jest-validate: 28.1.1 + micromatch: 4.0.5 + parse-json: 5.2.0 + pretty-format: 28.1.1 + slash: 3.0.0 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color /jest-diff/27.5.1: resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==} @@ -8566,6 +8879,18 @@ packages: '@types/node': 17.0.32 jest-mock: 28.1.1 jest-util: 28.1.1 + dev: false + + /jest-environment-node/28.1.2: + resolution: {integrity: sha512-oYsZz9Qw27XKmOgTtnl0jW7VplJkN2oeof+SwAwKFQacq3CLlG9u4kTGuuLWfvu3J7bVutWlrbEQMOCL/jughw==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + '@jest/environment': 28.1.2 + '@jest/fake-timers': 28.1.2 + '@jest/types': 28.1.1 + '@types/node': 17.0.32 + jest-mock: 28.1.1 + jest-util: 28.1.1 /jest-get-type/27.5.1: resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==} @@ -8683,6 +9008,16 @@ packages: jest-snapshot: 28.1.1 transitivePeerDependencies: - supports-color + dev: false + + /jest-resolve-dependencies/28.1.2: + resolution: {integrity: sha512-OXw4vbOZuyRTBi3tapWBqdyodU+T33ww5cPZORuTWkg+Y8lmsxQlVu3MWtJh6NMlKRTHQetF96yGPv01Ye7Mbg==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + jest-regex-util: 28.0.2 + jest-snapshot: 28.1.2 + transitivePeerDependencies: + - supports-color /jest-resolve/28.1.1: resolution: {integrity: sha512-/d1UbyUkf9nvsgdBildLe6LAD4DalgkgZcKd0nZ8XUGPyA/7fsnaQIlKVnDiuUXv/IeZhPEDrRJubVSulxrShA==} @@ -8725,6 +9060,35 @@ packages: throat: 6.0.1 transitivePeerDependencies: - supports-color + dev: false + + /jest-runner/28.1.2: + resolution: {integrity: sha512-6/k3DlAsAEr5VcptCMdhtRhOoYClZQmxnVMZvZ/quvPGRpN7OBQYPIC32tWSgOnbgqLXNs5RAniC+nkdFZpD4A==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + '@jest/console': 28.1.1 + '@jest/environment': 28.1.2 + '@jest/test-result': 28.1.1 + '@jest/transform': 28.1.2 + '@jest/types': 28.1.1 + '@types/node': 17.0.32 + chalk: 4.1.2 + emittery: 0.10.2 + graceful-fs: 4.2.9 + jest-docblock: 28.1.1 + jest-environment-node: 28.1.2 + jest-haste-map: 28.1.1 + jest-leak-detector: 28.1.1 + jest-message-util: 28.1.1 + jest-resolve: 28.1.1 + jest-runtime: 28.1.2 + jest-util: 28.1.1 + jest-watcher: 28.1.1 + jest-worker: 28.1.1 + source-map-support: 0.5.13 + throat: 6.0.1 + transitivePeerDependencies: + - supports-color /jest-runtime/28.1.1: resolution: {integrity: sha512-J89qEJWW0leOsqyi0D9zHpFEYHwwafFdS9xgvhFHtIdRghbadodI0eA+DrthK/1PebBv3Px8mFSMGKrtaVnleg==} @@ -8754,6 +9118,36 @@ packages: strip-bom: 4.0.0 transitivePeerDependencies: - supports-color + dev: false + + /jest-runtime/28.1.2: + resolution: {integrity: sha512-i4w93OsWzLOeMXSi9epmakb2+3z0AchZtUQVF1hesBmcQQy4vtaql5YdVe9KexdJaVRyPDw8DoBR0j3lYsZVYw==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + '@jest/environment': 28.1.2 + '@jest/fake-timers': 28.1.2 + '@jest/globals': 28.1.2 + '@jest/source-map': 28.1.2 + '@jest/test-result': 28.1.1 + '@jest/transform': 28.1.2 + '@jest/types': 28.1.1 + chalk: 4.1.2 + cjs-module-lexer: 1.2.2 + collect-v8-coverage: 1.0.1 + execa: 5.1.1 + glob: 7.2.3 + graceful-fs: 4.2.9 + jest-haste-map: 28.1.1 + jest-message-util: 28.1.1 + jest-mock: 28.1.1 + jest-regex-util: 28.0.2 + jest-resolve: 28.1.1 + jest-snapshot: 28.1.2 + jest-util: 28.1.1 + slash: 3.0.0 + strip-bom: 4.0.0 + transitivePeerDependencies: + - supports-color /jest-snapshot-serializer-raw/1.2.0: resolution: {integrity: sha512-Cnp2u7GkaXBVOOelhU94x6Kb/10WJjQtgKDvqynnYGNGQlKBj06x8QZmRkL8XWWVLQ5DKA2fT5rY9kRd512JcA==} @@ -8789,6 +9183,37 @@ packages: semver: 7.3.7 transitivePeerDependencies: - supports-color + dev: false + + /jest-snapshot/28.1.2: + resolution: {integrity: sha512-wzrieFttZYfLvrCVRJxX+jwML2YTArOUqFpCoSVy1QUapx+LlV9uLbV/mMEhYj4t7aMeE9aSQFHSvV/oNoDAMA==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + dependencies: + '@babel/core': 7.17.10 + '@babel/generator': 7.17.10 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.10 + '@babel/traverse': 7.17.10 + '@babel/types': 7.17.10 + '@jest/expect-utils': 28.1.1 + '@jest/transform': 28.1.2 + '@jest/types': 28.1.1 + '@types/babel__traverse': 7.14.2 + '@types/prettier': 2.4.4 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.10 + chalk: 4.1.2 + expect: 28.1.1 + graceful-fs: 4.2.9 + jest-diff: 28.1.1 + jest-get-type: 28.0.2 + jest-haste-map: 28.1.1 + jest-matcher-utils: 28.1.1 + jest-message-util: 28.1.1 + jest-util: 28.1.1 + natural-compare: 1.4.0 + pretty-format: 28.1.1 + semver: 7.3.7 + transitivePeerDependencies: + - supports-color /jest-util/28.1.1: resolution: {integrity: sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw==} @@ -8860,6 +9285,26 @@ packages: - '@types/node' - supports-color - ts-node + dev: false + + /jest/28.1.2_@types+node@16.11.41: + resolution: {integrity: sha512-Tuf05DwLeCh2cfWCQbcz9UxldoDyiR1E9Igaei5khjonKncYdc6LDfynKCEWozK0oLE3GD+xKAo2u8x/0s6GOg==} + engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@jest/core': 28.1.2 + '@jest/types': 28.1.1 + import-local: 3.1.0 + jest-cli: 28.1.2_@types+node@16.11.41 + transitivePeerDependencies: + - '@types/node' + - supports-color + - ts-node /js-tokens/3.0.2: resolution: {integrity: sha1-mGbfOVECEw449/mWvOtlRDIJwls=} @@ -13561,6 +14006,15 @@ packages: '@jridgewell/trace-mapping': 0.3.9 '@types/istanbul-lib-coverage': 2.0.4 convert-source-map: 1.8.0 + dev: false + + /v8-to-istanbul/9.0.1: + resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} + engines: {node: '>=10.12.0'} + dependencies: + '@jridgewell/trace-mapping': 0.3.14 + '@types/istanbul-lib-coverage': 2.0.4 + convert-source-map: 1.8.0 /validate-npm-package-license/3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}