From 3ced7a2e5cded53478b5aa0912b816ea2c8158a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 12:08:33 +0000 Subject: [PATCH 1/2] chore(devdeps): update jest monorepo to v29.0.2 --- package.json | 4 +- pnpm-lock.yaml | 525 +++++++++++++++++++++++++++++-------------------- 2 files changed, 316 insertions(+), 213 deletions(-) diff --git a/package.json b/package.json index 5e031894c..fc6704697 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "cross-env": "7.0.3", "eslint": "8.22.0", "husky": "8.0.1", - "jest": "29.0.1", - "jest-environment-jsdom": "29.0.1", + "jest": "29.0.2", + "jest-environment-jsdom": "29.0.2", "jest-junit": "14.0.1", "jest-localstorage-mock": "2.4.22", "jest-runner-tsd": "4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a0cd2bc1..9b99dfb48 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -26,8 +26,8 @@ importers: cross-env: 7.0.3 eslint: 8.22.0 husky: 8.0.1 - jest: 29.0.1 - jest-environment-jsdom: 29.0.1 + jest: 29.0.2 + jest-environment-jsdom: 29.0.2 jest-junit: 14.0.1 jest-localstorage-mock: 2.4.22 jest-runner-tsd: 4.0.0 @@ -67,8 +67,8 @@ importers: cross-env: 7.0.3 eslint: 8.22.0 husky: 8.0.1 - jest: 29.0.1_@types+node@17.0.31 - jest-environment-jsdom: 29.0.1 + jest: 29.0.2_@types+node@17.0.31 + jest-environment-jsdom: 29.0.2 jest-junit: 14.0.1 jest-localstorage-mock: 2.4.22 jest-runner-tsd: 4.0.0_@tsd+typescript@4.8.2 @@ -1907,20 +1907,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/29.0.1: - resolution: {integrity: sha512-SxLvSKf9gk4Rvt3p2KRQWVQ3sVj7S37rjlCHwp2+xNcRO/X+Uw0idbkfOtciUpjghHIxyggqcrrKhThQ+vClLQ==} + /@jest/console/29.0.2: + resolution: {integrity: sha512-Fv02ijyhF4D/Wb3DvZO3iBJQz5DnzpJEIDBDbvje8Em099N889tNMUnBw7SalmSuOI+NflNG40RA1iK71kImPw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.0.1 + '@jest/types': 29.0.2 '@types/node': 17.0.31 chalk: 4.1.2 - jest-message-util: 29.0.1 - jest-util: 29.0.1 + jest-message-util: 29.0.2 + jest-util: 29.0.2 slash: 3.0.0 dev: true - /@jest/core/29.0.1: - resolution: {integrity: sha512-EcFrXkYh8I1GYHRH9V4TU7jr4P6ckaPqGo/z4AIJjHDZxicjYgWB6fx1xFb5bhEM87eUjCF4FAY5t+RamLWQmA==} + /@jest/core/29.0.2: + resolution: {integrity: sha512-imP5M6cdpHEOkmcuFYZuM5cTG1DAF7ZlVNCq1+F7kbqme2Jcl+Kh4M78hihM76DJHNkurbv4UVOnejGxBKEmww==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -1928,11 +1928,11 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 29.0.1 - '@jest/reporters': 29.0.1 - '@jest/test-result': 29.0.1 - '@jest/transform': 29.0.1 - '@jest/types': 29.0.1 + '@jest/console': 29.0.2 + '@jest/reporters': 29.0.2 + '@jest/test-result': 29.0.2 + '@jest/transform': 29.0.2 + '@jest/types': 29.0.2 '@types/node': 17.0.31 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -1940,20 +1940,20 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.0.0 - jest-config: 29.0.1_@types+node@17.0.31 - jest-haste-map: 29.0.1 - jest-message-util: 29.0.1 + jest-config: 29.0.2_@types+node@17.0.31 + jest-haste-map: 29.0.2 + jest-message-util: 29.0.2 jest-regex-util: 29.0.0 - jest-resolve: 29.0.1 - jest-resolve-dependencies: 29.0.1 - jest-runner: 29.0.1 - jest-runtime: 29.0.1 - jest-snapshot: 29.0.1 - jest-util: 29.0.1 - jest-validate: 29.0.1 - jest-watcher: 29.0.1 + jest-resolve: 29.0.2 + jest-resolve-dependencies: 29.0.2 + jest-runner: 29.0.2 + jest-runtime: 29.0.2 + jest-snapshot: 29.0.2 + jest-util: 29.0.2 + jest-validate: 29.0.2 + jest-watcher: 29.0.2 micromatch: 4.0.5 - pretty-format: 29.0.1 + pretty-format: 29.0.2 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: @@ -1961,14 +1961,14 @@ packages: - ts-node dev: true - /@jest/environment/29.0.1: - resolution: {integrity: sha512-iLcFfoq2K6DAB+Mc+2VNLzZVmHdwQFeSqvoM/X8SMON6s/+yEi1iuRX3snx/JfwSnvmiMXjSr0lktxNxOcqXYA==} + /@jest/environment/29.0.2: + resolution: {integrity: sha512-Yf+EYaLOrVCgts/aTS5nGznU4prZUPa5k9S63Yct8YSOKj2jkdS17hHSUKhk5jxDFMyCy1PXknypDw7vfgc/mA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/fake-timers': 29.0.1 - '@jest/types': 29.0.1 + '@jest/fake-timers': 29.0.2 + '@jest/types': 29.0.2 '@types/node': 17.0.31 - jest-mock: 29.0.1 + jest-mock: 29.0.2 dev: true /@jest/expect-utils/29.0.1: @@ -1978,42 +1978,49 @@ packages: jest-get-type: 29.0.0 dev: true - /@jest/expect/29.0.1: - resolution: {integrity: sha512-qKB3q52XDV8VUEiqKKLgLrJx7puQ8sYVqIDlul6n7SIXWS97DOK3KqbR2rDDaMtmenRHqEUl2fI+aFzx0oSemA==} + /@jest/expect-utils/29.0.2: + resolution: {integrity: sha512-+wcQF9khXKvAEi8VwROnCWWmHfsJYCZAs5dmuMlJBKk57S6ZN2/FQMIlo01F29fJyT8kV/xblE7g3vkIdTLOjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - expect: 29.0.1 - jest-snapshot: 29.0.1 + jest-get-type: 29.0.0 + dev: true + + /@jest/expect/29.0.2: + resolution: {integrity: sha512-y/3geZ92p2/zovBm/F+ZjXUJ3thvT9IRzD6igqaWskFE2aR0idD+N/p5Lj/ZautEox/9RwEc6nqergebeh72uQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + expect: 29.0.2 + jest-snapshot: 29.0.2 transitivePeerDependencies: - supports-color dev: true - /@jest/fake-timers/29.0.1: - resolution: {integrity: sha512-XZ+kAhLChVQ+KJNa5034p7O1Mz3vtWrelxDcMoxhZkgqmWDaEQAW9qJeutaeCfPvwaEwKYVyKDYfWpcyT8RiMw==} + /@jest/fake-timers/29.0.2: + resolution: {integrity: sha512-2JhQeWU28fvmM5r33lxg6BxxkTKaVXs6KMaJ6eXSM8ml/MaWkt2BvbIO8G9KWAJFMdBXWbn+2h9OK1/s5urKZA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.0.1 + '@jest/types': 29.0.2 '@sinonjs/fake-timers': 9.1.2 '@types/node': 17.0.31 - jest-message-util: 29.0.1 - jest-mock: 29.0.1 - jest-util: 29.0.1 + jest-message-util: 29.0.2 + jest-mock: 29.0.2 + jest-util: 29.0.2 dev: true - /@jest/globals/29.0.1: - resolution: {integrity: sha512-BtZWrVrKRKNUt7T1H2S8Mz31PN7ItROCmH+V5pn10hJDUfjOCTIUwb0WtLZzm0f1tJ3Uvx+5lVZrF/VTKqNaFg==} + /@jest/globals/29.0.2: + resolution: {integrity: sha512-4hcooSNJCVXuTu07/VJwCWW6HTnjLtQdqlcGisK6JST7z2ixa8emw4SkYsOk7j36WRc2ZUEydlUePnOIOTCNXg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.0.1 - '@jest/expect': 29.0.1 - '@jest/types': 29.0.1 - jest-mock: 29.0.1 + '@jest/environment': 29.0.2 + '@jest/expect': 29.0.2 + '@jest/types': 29.0.2 + jest-mock: 29.0.2 transitivePeerDependencies: - supports-color dev: true - /@jest/reporters/29.0.1: - resolution: {integrity: sha512-dM3L8JmYYOsdeXUUVZClQy67Tz/v1sMo9h4AQv2U+716VLHV0zdA6Hh4FQNAHMhYw/95dbZbPX8Q+TRR7Rw+wA==} + /@jest/reporters/29.0.2: + resolution: {integrity: sha512-Kr41qejRQHHkCgWHC9YwSe7D5xivqP4XML+PvgwsnRFaykKdNflDUb4+xLXySOU+O/bPkVdFpGzUpVNSJChCrw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -2022,10 +2029,10 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 29.0.1 - '@jest/test-result': 29.0.1 - '@jest/transform': 29.0.1 - '@jest/types': 29.0.1 + '@jest/console': 29.0.2 + '@jest/test-result': 29.0.2 + '@jest/transform': 29.0.2 + '@jest/types': 29.0.2 '@jridgewell/trace-mapping': 0.3.15 '@types/node': 17.0.31 chalk: 4.1.2 @@ -2038,9 +2045,9 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.4 - jest-message-util: 29.0.1 - jest-util: 29.0.1 - jest-worker: 29.0.1 + jest-message-util: 29.0.2 + jest-util: 29.0.2 + jest-worker: 29.0.2 slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 @@ -2066,41 +2073,41 @@ packages: graceful-fs: 4.2.10 dev: true - /@jest/test-result/29.0.1: - resolution: {integrity: sha512-XCA4whh/igxjBaR/Hg8qwFd/uTsauoD7QAdAYUjV2CSGx0+iunhjoCRRWTwqjQrETRqOJABx6kNfw0+C0vMSgQ==} + /@jest/test-result/29.0.2: + resolution: {integrity: sha512-b5rDc0lLL6Kx73LyCx6370k9uZ8o5UKdCpMS6Za3ke7H9y8PtAU305y6TeghpBmf2In8p/qqi3GpftgzijSsNw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.0.1 - '@jest/types': 29.0.1 + '@jest/console': 29.0.2 + '@jest/types': 29.0.2 '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/29.0.1: - resolution: {integrity: sha512-3GhSBMCRcWXGluP2Dw7CLP6mNke/t+EcftF5YjzhX1BJmqcatMbtZVwjuCfZy0TCME1GevXy3qTyV5PLpwIFKQ==} + /@jest/test-sequencer/29.0.2: + resolution: {integrity: sha512-fsyZqHBlXNMv5ZqjQwCuYa2pskXCO0DVxh5aaVCuAtwzHuYEGrhordyEncBLQNuCGQSYgElrEEmS+7wwFnnMKw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.0.1 + '@jest/test-result': 29.0.2 graceful-fs: 4.2.10 - jest-haste-map: 29.0.1 + jest-haste-map: 29.0.2 slash: 3.0.0 dev: true - /@jest/transform/29.0.1: - resolution: {integrity: sha512-6UxXtqrPScFdDhoip8ys60dQAIYppQinyR87n9nlasR/ZnFfJohKToqzM29KK4gb9gHRv5oDFChdqZKE0SIhsg==} + /@jest/transform/29.0.2: + resolution: {integrity: sha512-lajVQx2AnsR+Pa17q2zR7eikz2PkPs1+g/qPbZkqQATeS/s6eT55H+yHcsLfuI/0YQ/4VSBepSu3bOX+44q0aA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.18.13 - '@jest/types': 29.0.1 + '@jest/types': 29.0.2 '@jridgewell/trace-mapping': 0.3.15 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.10 - jest-haste-map: 29.0.1 + jest-haste-map: 29.0.2 jest-regex-util: 29.0.0 - jest-util: 29.0.1 + jest-util: 29.0.2 micromatch: 4.0.5 pirates: 4.0.5 slash: 3.0.0 @@ -2121,6 +2128,18 @@ packages: chalk: 4.1.2 dev: true + /@jest/types/29.0.2: + resolution: {integrity: sha512-5WNMesBLmlkt1+fVkoCjHa0X3i3q8zc4QLTDkdHgCa2gyPZc7rdlZBWgVLqwS1860ZW5xJuCDwAzqbGaXIr/ew==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.0.0 + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 17.0.31 + '@types/yargs': 17.0.10 + chalk: 4.1.2 + dev: true + /@jridgewell/gen-mapping/0.1.1: resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} engines: {node: '>=6.0.0'} @@ -4443,7 +4462,7 @@ packages: /@types/react-dom/18.0.6: resolution: {integrity: sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==} dependencies: - '@types/react': 18.0.17 + '@types/react': 18.0.18 /@types/react/18.0.17: resolution: {integrity: sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==} @@ -4451,6 +4470,14 @@ packages: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 csstype: 3.0.11 + dev: true + + /@types/react/18.0.18: + resolution: {integrity: sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.2 + csstype: 3.0.11 /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} @@ -4884,17 +4911,17 @@ packages: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: false - /babel-jest/29.0.1_@babel+core@7.18.13: - resolution: {integrity: sha512-wyI9r8tqwsZEMWiIaYjdUJ6ztZIO4DMWpGq7laW34wR71WtRS+D/iBEtXOP5W2aSYCVUQMsypRl/xiJYZznnTg==} + /babel-jest/29.0.2_@babel+core@7.18.13: + resolution: {integrity: sha512-yTu4/WSi/HzarjQtrJSwV+/0maoNt+iP0DmpvFJdv9yY+5BuNle8TbheHzzcSWj5gIHfuhpbLYHWRDYhWKyeKQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.18.13 - '@jest/transform': 29.0.1 + '@jest/transform': 29.0.2 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.0.0_@babel+core@7.18.13 + babel-preset-jest: 29.0.2_@babel+core@7.18.13 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -4921,8 +4948,8 @@ packages: - supports-color dev: true - /babel-plugin-jest-hoist/29.0.0: - resolution: {integrity: sha512-B9oaXrlxXHFWeWqhDPg03iqQd2UN/mg/VdZOsLaqAVBkztru3ctTryAI4zisxLEEgmcUnLTKewqx0gGifoXD3A==} + /babel-plugin-jest-hoist/29.0.2: + resolution: {integrity: sha512-eBr2ynAEFjcebVvu8Ktx580BD1QKCrBG1XwEUTXJe285p9HA/4hOhfWCFRQhTKSyBV0VzjhG7H91Eifz9s29hg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.18.10 @@ -4996,14 +5023,14 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.13 dev: true - /babel-preset-jest/29.0.0_@babel+core@7.18.13: - resolution: {integrity: sha512-B5Ke47Xcs8rDF3p1korT3LoilpADCwbG93ALqtvqu6Xpf4d8alKkrCBTExbNzdHJcIuEPpfYvEaFFRGee2kUgQ==} + /babel-preset-jest/29.0.2_@babel+core@7.18.13: + resolution: {integrity: sha512-BeVXp7rH5TK96ofyEnHjznjLMQ2nAeDJ+QzxKnHAAMs0RgrQsCywjAN8m4mOm5Di0pxU//3AoEeJJrerMH5UeA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.13 - babel-plugin-jest-hoist: 29.0.0 + babel-plugin-jest-hoist: 29.0.2 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.13 dev: true @@ -6354,6 +6381,17 @@ packages: jest-util: 29.0.1 dev: true + /expect/29.0.2: + resolution: {integrity: sha512-JeJlAiLKn4aApT4pzUXBVxl3NaZidWIOdg//smaIlP9ZMBDkHZGFd9ubphUZP9pUyDEo7bC6M0IIZR51o75qQw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/expect-utils': 29.0.2 + jest-get-type: 29.0.0 + jest-matcher-utils: 29.0.2 + jest-message-util: 29.0.2 + jest-util: 29.0.2 + dev: true + /external-editor/3.1.0: resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} engines: {node: '>=4'} @@ -7300,35 +7338,35 @@ packages: p-limit: 3.1.0 dev: true - /jest-circus/29.0.1: - resolution: {integrity: sha512-I5J4LyK3qPo8EnqPmxsMAVR+2SFx7JOaZsbqW9xQmk4UDmTCD92EQgS162Ey3Jq6CfpKJKFDhzhG3QqiE0fRbw==} + /jest-circus/29.0.2: + resolution: {integrity: sha512-YTPEsoE1P1X0bcyDQi3QIkpt2Wl9om9k2DQRuLFdS5x8VvAKSdYAVJufgvudhnKgM8WHvvAzhBE+1DRQB8x1CQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.0.1 - '@jest/expect': 29.0.1 - '@jest/test-result': 29.0.1 - '@jest/types': 29.0.1 + '@jest/environment': 29.0.2 + '@jest/expect': 29.0.2 + '@jest/test-result': 29.0.2 + '@jest/types': 29.0.2 '@types/node': 17.0.31 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 is-generator-fn: 2.1.0 - jest-each: 29.0.1 - jest-matcher-utils: 29.0.1 - jest-message-util: 29.0.1 - jest-runtime: 29.0.1 - jest-snapshot: 29.0.1 - jest-util: 29.0.1 + jest-each: 29.0.2 + jest-matcher-utils: 29.0.2 + jest-message-util: 29.0.2 + jest-runtime: 29.0.2 + jest-snapshot: 29.0.2 + jest-util: 29.0.2 p-limit: 3.1.0 - pretty-format: 29.0.1 + pretty-format: 29.0.2 slash: 3.0.0 stack-utils: 2.0.5 transitivePeerDependencies: - supports-color dev: true - /jest-cli/29.0.1_@types+node@17.0.31: - resolution: {integrity: sha512-XozBHtoJCS6mnjCxNESyGm47Y4xSWzNlBJj4tix9nGrG6m068B83lrTWKtjYAenYSfOqyYVpQCkyqUp35IT+qA==} + /jest-cli/29.0.2_@types+node@17.0.31: + resolution: {integrity: sha512-tlf8b+4KcUbBGr25cywIi3+rbZ4+G+SiG8SvY552m9sRZbXPafdmQRyeVE/C/R8K+TiBAMrTIUmV2SlStRJ40g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -7337,16 +7375,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.0.1 - '@jest/test-result': 29.0.1 - '@jest/types': 29.0.1 + '@jest/core': 29.0.2 + '@jest/test-result': 29.0.2 + '@jest/types': 29.0.2 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.0.1_@types+node@17.0.31 - jest-util: 29.0.1 - jest-validate: 29.0.1 + jest-config: 29.0.2_@types+node@17.0.31 + jest-util: 29.0.2 + jest-validate: 29.0.2 prompts: 2.4.2 yargs: 17.5.1 transitivePeerDependencies: @@ -7355,8 +7393,8 @@ packages: - ts-node dev: true - /jest-config/29.0.1_@types+node@17.0.31: - resolution: {integrity: sha512-3duIx5ucEPIsUOESDTuasMfqHonD0oZRjqHycIMHSC4JwbvHDjAWNKN/NiM0ZxHXjAYrMTLt2QxSQ+IqlbYE5A==} + /jest-config/29.0.2_@types+node@17.0.31: + resolution: {integrity: sha512-RU4gzeUNZAFktYVzDGimDxeYoaiTnH100jkYYZgldqFamaZukF0IqmFx8+QrzVeEWccYg10EEJT3ox1Dq5b74w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -7368,26 +7406,26 @@ packages: optional: true dependencies: '@babel/core': 7.18.13 - '@jest/test-sequencer': 29.0.1 - '@jest/types': 29.0.1 + '@jest/test-sequencer': 29.0.2 + '@jest/types': 29.0.2 '@types/node': 17.0.31 - babel-jest: 29.0.1_@babel+core@7.18.13 + babel-jest: 29.0.2_@babel+core@7.18.13 chalk: 4.1.2 ci-info: 3.3.0 deepmerge: 4.2.2 glob: 7.2.0 graceful-fs: 4.2.10 - jest-circus: 29.0.1 - jest-environment-node: 29.0.1 + jest-circus: 29.0.2 + jest-environment-node: 29.0.2 jest-get-type: 29.0.0 jest-regex-util: 29.0.0 - jest-resolve: 29.0.1 - jest-runner: 29.0.1 - jest-util: 29.0.1 - jest-validate: 29.0.1 + jest-resolve: 29.0.2 + jest-runner: 29.0.2 + jest-util: 29.0.2 + jest-validate: 29.0.2 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.0.1 + pretty-format: 29.0.2 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -7404,6 +7442,16 @@ packages: pretty-format: 29.0.1 dev: true + /jest-diff/29.0.2: + resolution: {integrity: sha512-b9l9970sa1rMXH1owp2Woprmy42qIwwll/htsw4Gf7+WuSp5bZxNhkKHDuCGKL+HoHn1KhcC+tNEeAPYBkD2Jg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + diff-sequences: 29.0.0 + jest-get-type: 29.0.0 + pretty-format: 29.0.2 + dev: true + /jest-docblock/29.0.0: resolution: {integrity: sha512-s5Kpra/kLzbqu9dEjov30kj1n4tfu3e7Pl8v+f8jOkeWNqM6Ds8jRaJfZow3ducoQUrf2Z4rs2N5S3zXnb83gw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -7411,28 +7459,28 @@ packages: detect-newline: 3.1.0 dev: true - /jest-each/29.0.1: - resolution: {integrity: sha512-UmCZYU9LPvRfSDoCrKJqrCNmgTYGGb3Ga6IVsnnVjedBTRRR9GJMca7UmDKRrJ1s+U632xrVtiRD27BxaG1aaQ==} + /jest-each/29.0.2: + resolution: {integrity: sha512-+sA9YjrJl35iCg0W0VCrgCVj+wGhDrrKQ+YAqJ/DHBC4gcDFAeePtRRhpJnX9gvOZ63G7gt52pwp2PesuSEx0Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.0.1 + '@jest/types': 29.0.2 chalk: 4.1.2 jest-get-type: 29.0.0 - jest-util: 29.0.1 - pretty-format: 29.0.1 + jest-util: 29.0.2 + pretty-format: 29.0.2 dev: true - /jest-environment-jsdom/29.0.1: - resolution: {integrity: sha512-rMF501kfui+bw4AmwowLA2bNaYb633A3ejFMN5pVU0AeOqLv2NbMAY5XzzlMr/+lM1itEf+3ZdCr9dGGrUfoxg==} + /jest-environment-jsdom/29.0.2: + resolution: {integrity: sha512-hWqC9FQI5yT04lTd4VJnzT5QObxq0xrSrqpGkqsYfxPeJYjyhriI7W2oJC5HZ1UbhnvA+8GS1nzgPsstvRpdVw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.0.1 - '@jest/fake-timers': 29.0.1 - '@jest/types': 29.0.1 + '@jest/environment': 29.0.2 + '@jest/fake-timers': 29.0.2 + '@jest/types': 29.0.2 '@types/jsdom': 20.0.0 '@types/node': 17.0.31 - jest-mock: 29.0.1 - jest-util: 29.0.1 + jest-mock: 29.0.2 + jest-util: 29.0.2 jsdom: 20.0.0 transitivePeerDependencies: - bufferutil @@ -7441,16 +7489,16 @@ packages: - utf-8-validate dev: true - /jest-environment-node/29.0.1: - resolution: {integrity: sha512-PcIRBrEBFAPBqkbL53ZpEvTptcAnOW6/lDfqBfACMm3vkVT0N7DcfkH/hqNSbDmSxzGr0FtJI6Ej3TPhveWCMA==} + /jest-environment-node/29.0.2: + resolution: {integrity: sha512-4Fv8GXVCToRlMzDO94gvA8iOzKxQ7rhAbs8L+j8GPyTxGuUiYkV+63LecGeVdVhsL2KXih1sKnoqmH6tp89J7Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.0.1 - '@jest/fake-timers': 29.0.1 - '@jest/types': 29.0.1 + '@jest/environment': 29.0.2 + '@jest/fake-timers': 29.0.2 + '@jest/types': 29.0.2 '@types/node': 17.0.31 - jest-mock: 29.0.1 - jest-util: 29.0.1 + jest-mock: 29.0.2 + jest-util: 29.0.2 dev: true /jest-get-type/29.0.0: @@ -7458,19 +7506,19 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-haste-map/29.0.1: - resolution: {integrity: sha512-gcKOAydafpGoSBvcj/mGCfhOKO8fRLkAeee1KXGdcJ1Pb9O2nnOl4I8bQSIID2MaZeMHtLLgNboukh/pUGkBtg==} + /jest-haste-map/29.0.2: + resolution: {integrity: sha512-SOorh2ysQ0fe8gsF4gaUDhoMIWAvi2hXOkwThEO48qT3JqA8GLAUieQcIvdSEd6M0scRDe1PVmKc5tXR3Z0U0A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.0.1 + '@jest/types': 29.0.2 '@types/graceful-fs': 4.1.5 '@types/node': 17.0.31 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.10 jest-regex-util: 29.0.0 - jest-util: 29.0.1 - jest-worker: 29.0.1 + jest-util: 29.0.2 + jest-worker: 29.0.2 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: @@ -7487,12 +7535,12 @@ packages: xml: 1.0.1 dev: true - /jest-leak-detector/29.0.1: - resolution: {integrity: sha512-5tISHJphB+sCmKXtVHJGQGltj7ksrLLb9vkuNWwFR86Of1tfzjskvrrrZU1gSzEfWC+qXIn4tuh8noKHYGMIPA==} + /jest-leak-detector/29.0.2: + resolution: {integrity: sha512-5f0493qDeAxjUldkBSQg5D1cLadRgZVyWpTQvfJeQwQUpHQInE21AyVHVv64M7P2Ue8Z5EZ4BAcoDS/dSPPgMw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.0.0 - pretty-format: 29.0.1 + pretty-format: 29.0.2 dev: true /jest-localstorage-mock/2.4.22: @@ -7510,6 +7558,16 @@ packages: pretty-format: 29.0.1 dev: true + /jest-matcher-utils/29.0.2: + resolution: {integrity: sha512-s62YkHFBfAx0JLA2QX1BlnCRFwHRobwAv2KP1+YhjzF6ZCbCVrf1sG8UJyn62ZUsDaQKpoo86XMTjkUyO5aWmQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + jest-diff: 29.0.2 + jest-get-type: 29.0.0 + pretty-format: 29.0.2 + dev: true + /jest-message-util/29.0.1: resolution: {integrity: sha512-wRMAQt3HrLpxSubdnzOo68QoTfQ+NLXFzU0Heb18ZUzO2S9GgaXNEdQ4rpd0fI9dq2NXkpCk1IUWSqzYKji64A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -7525,15 +7583,30 @@ packages: stack-utils: 2.0.5 dev: true - /jest-mock/29.0.1: - resolution: {integrity: sha512-i1yTceg2GKJwUNZFjIzrH7Y74fN1SKJWxQX/Vu3LT4TiJerFARH5l+4URNyapZ+DNpchHYrGOP2deVbn3ma8JA==} + /jest-message-util/29.0.2: + resolution: {integrity: sha512-kcJAgms3ckJV0wUoLsAM40xAhY+pb9FVSZwicjFU9PFkaTNmqh9xd99/CzKse48wPM1ANUQKmp03/DpkY+lGrA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.0.1 + '@babel/code-frame': 7.18.6 + '@jest/types': 29.0.2 + '@types/stack-utils': 2.0.1 + chalk: 4.1.2 + graceful-fs: 4.2.10 + micromatch: 4.0.5 + pretty-format: 29.0.2 + slash: 3.0.0 + stack-utils: 2.0.5 + dev: true + + /jest-mock/29.0.2: + resolution: {integrity: sha512-giWXOIT23UCxHCN2VUfUJ0Q7SmiqQwfSFXlCaIhW5anITpNQ+3vuLPQdKt5wkuwM37GrbFyHIClce8AAK9ft9g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.0.2 '@types/node': 17.0.31 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@29.0.1: + /jest-pnp-resolver/1.2.2_jest-resolve@29.0.2: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -7542,7 +7615,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 29.0.1 + jest-resolve: 29.0.2 dev: true /jest-regex-util/29.0.0: @@ -7550,26 +7623,26 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-resolve-dependencies/29.0.1: - resolution: {integrity: sha512-fUGcYlSc1NzNz+tsHDjjG0rclw6blJcFZsLEsezxm/n54bAm9HFvJxgBuCV1CJQoPtIx6AfR+tXkR9lpWJs2LQ==} + /jest-resolve-dependencies/29.0.2: + resolution: {integrity: sha512-fSAu6eIG7wtGdnPJUkVVdILGzYAP9Dj/4+zvC8BrGe8msaUMJ9JeygU0Hf9+Uor6/icbuuzQn5See1uajLnAqg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-regex-util: 29.0.0 - jest-snapshot: 29.0.1 + jest-snapshot: 29.0.2 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/29.0.1: - resolution: {integrity: sha512-dwb5Z0lLZbptlBtPExqsHfdDamXeiRLv4vdkfPrN84vBwLSWHWcXjlM2JXD/KLSQfljBcXbzI/PDvUJuTQ84Nw==} + /jest-resolve/29.0.2: + resolution: {integrity: sha512-V3uLjSA+EHxLtjIDKTBXnY71hyx+8lusCqPXvqzkFO1uCGvVpjBfuOyp+KOLBNSuY61kM2jhepiMwt4eiJS+Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.10 - jest-haste-map: 29.0.1 - jest-pnp-resolver: 1.2.2_jest-resolve@29.0.1 - jest-util: 29.0.1 - jest-validate: 29.0.1 + jest-haste-map: 29.0.2 + jest-pnp-resolver: 1.2.2_jest-resolve@29.0.2 + jest-util: 29.0.2 + jest-validate: 29.0.2 resolve: 1.22.0 resolve.exports: 1.1.0 slash: 3.0.0 @@ -7590,67 +7663,67 @@ packages: - jest-runner dev: true - /jest-runner/29.0.1: - resolution: {integrity: sha512-XeFfPmHtO7HyZyD1uJeO4Oqa8PyTbDHzS1YdGrvsFXk/A5eXinbqA5a42VUEqvsKQgNnKTl5NJD0UtDWg7cQ2A==} + /jest-runner/29.0.2: + resolution: {integrity: sha512-+D82iPZejI8t+SfduOO1deahC/QgLFf8aJBO++Znz3l2ETtOMdM7K4ATsGWzCFnTGio5yHaRifg1Su5Ybza5Nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.0.1 - '@jest/environment': 29.0.1 - '@jest/test-result': 29.0.1 - '@jest/transform': 29.0.1 - '@jest/types': 29.0.1 + '@jest/console': 29.0.2 + '@jest/environment': 29.0.2 + '@jest/test-result': 29.0.2 + '@jest/transform': 29.0.2 + '@jest/types': 29.0.2 '@types/node': 17.0.31 chalk: 4.1.2 emittery: 0.10.2 graceful-fs: 4.2.10 jest-docblock: 29.0.0 - jest-environment-node: 29.0.1 - jest-haste-map: 29.0.1 - jest-leak-detector: 29.0.1 - jest-message-util: 29.0.1 - jest-resolve: 29.0.1 - jest-runtime: 29.0.1 - jest-util: 29.0.1 - jest-watcher: 29.0.1 - jest-worker: 29.0.1 + jest-environment-node: 29.0.2 + jest-haste-map: 29.0.2 + jest-leak-detector: 29.0.2 + jest-message-util: 29.0.2 + jest-resolve: 29.0.2 + jest-runtime: 29.0.2 + jest-util: 29.0.2 + jest-watcher: 29.0.2 + jest-worker: 29.0.2 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: - supports-color dev: true - /jest-runtime/29.0.1: - resolution: {integrity: sha512-yDgz5OE0Rm44PUAfTqwA6cDFnTYnVcYbRpPECsokSASQ0I5RXpnKPVr2g0CYZWKzbsXqqtmM7TIk7CAutZJ7gQ==} + /jest-runtime/29.0.2: + resolution: {integrity: sha512-DO6F81LX4okOgjJLkLySv10E5YcV5NHUbY1ZqAUtofxdQE+q4hjH0P2gNsY8x3z3sqgw7O/+919SU4r18Fcuig==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.0.1 - '@jest/fake-timers': 29.0.1 - '@jest/globals': 29.0.1 + '@jest/environment': 29.0.2 + '@jest/fake-timers': 29.0.2 + '@jest/globals': 29.0.2 '@jest/source-map': 29.0.0 - '@jest/test-result': 29.0.1 - '@jest/transform': 29.0.1 - '@jest/types': 29.0.1 + '@jest/test-result': 29.0.2 + '@jest/transform': 29.0.2 + '@jest/types': 29.0.2 '@types/node': 17.0.31 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 glob: 7.2.0 graceful-fs: 4.2.10 - jest-haste-map: 29.0.1 - jest-message-util: 29.0.1 - jest-mock: 29.0.1 + jest-haste-map: 29.0.2 + jest-message-util: 29.0.2 + jest-mock: 29.0.2 jest-regex-util: 29.0.0 - jest-resolve: 29.0.1 - jest-snapshot: 29.0.1 - jest-util: 29.0.1 + jest-resolve: 29.0.2 + jest-snapshot: 29.0.2 + jest-util: 29.0.2 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: - supports-color dev: true - /jest-snapshot/29.0.1: - resolution: {integrity: sha512-OuYGp+lsh7RhB3DDX36z/pzrGm2F740e5ERG9PQpJyDknCRtWdhaehBQyMqDnsQdKkvC2zOcetcxskiHjO7e8Q==} + /jest-snapshot/29.0.2: + resolution: {integrity: sha512-26C4PzGKaX5gkoKg8UzYGVy2HPVcTaROSkf0gwnHu3lGeTB7bAIJBovvVPZoiJ20IximJELQs/r8WSDRCuGX2A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.18.13 @@ -7659,23 +7732,23 @@ packages: '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.13 '@babel/traverse': 7.18.13 '@babel/types': 7.18.13 - '@jest/expect-utils': 29.0.1 - '@jest/transform': 29.0.1 - '@jest/types': 29.0.1 + '@jest/expect-utils': 29.0.2 + '@jest/transform': 29.0.2 + '@jest/types': 29.0.2 '@types/babel__traverse': 7.17.1 '@types/prettier': 2.6.0 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.13 chalk: 4.1.2 - expect: 29.0.1 + expect: 29.0.2 graceful-fs: 4.2.10 - jest-diff: 29.0.1 + jest-diff: 29.0.2 jest-get-type: 29.0.0 - jest-haste-map: 29.0.1 - jest-matcher-utils: 29.0.1 - jest-message-util: 29.0.1 - jest-util: 29.0.1 + jest-haste-map: 29.0.2 + jest-matcher-utils: 29.0.2 + jest-message-util: 29.0.2 + jest-util: 29.0.2 natural-compare: 1.4.0 - pretty-format: 29.0.1 + pretty-format: 29.0.2 semver: 7.3.7 transitivePeerDependencies: - supports-color @@ -7693,29 +7766,41 @@ packages: picomatch: 2.3.1 dev: true - /jest-validate/29.0.1: - resolution: {integrity: sha512-mS4q7F738YXZFWBPqE+NjHU/gEOs7IBIFQ8i9zq5EO691cLrUbLhFq4larf8/lNcmauRO71tn/+DTW2y+MrLow==} + /jest-util/29.0.2: + resolution: {integrity: sha512-ozk8ruEEEACxqpz0hN9UOgtPZS0aN+NffwQduR5dVlhN+eN47vxurtvgZkYZYMpYrsmlAEx1XabkB3BnN0GfKQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.0.1 + '@jest/types': 29.0.2 + '@types/node': 17.0.31 + chalk: 4.1.2 + ci-info: 3.3.0 + graceful-fs: 4.2.10 + picomatch: 2.3.1 + dev: true + + /jest-validate/29.0.2: + resolution: {integrity: sha512-AeRKm7cEucSy7tr54r3LhiGIXYvOILUwBM1S7jQkKs6YelwAlWKsmZGVrQR7uwsd31rBTnR5NQkODi1Z+6TKIQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.0.2 camelcase: 6.3.0 chalk: 4.1.2 jest-get-type: 29.0.0 leven: 3.1.0 - pretty-format: 29.0.1 + pretty-format: 29.0.2 dev: true - /jest-watcher/29.0.1: - resolution: {integrity: sha512-0LBWDL3sZ+vyHRYxjqm2irhfwhUXHonjLSbd0oDeGq44U1e1uUh3icWNXYF8HO/UEnOoa6+OJDncLUXP2Hdg9A==} + /jest-watcher/29.0.2: + resolution: {integrity: sha512-ds2bV0oyUdYoyrUTv4Ga5uptz4cEvmmP/JzqDyzZZanvrIn8ipxg5l3SDOAIiyuAx1VdHd2FBzeXPFO5KPH8vQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.0.1 - '@jest/types': 29.0.1 + '@jest/test-result': 29.0.2 + '@jest/types': 29.0.2 '@types/node': 17.0.31 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 - jest-util: 29.0.1 + jest-util: 29.0.2 string-length: 4.0.2 dev: true @@ -7728,8 +7813,17 @@ packages: supports-color: 8.1.1 dev: true - /jest/29.0.1_@types+node@17.0.31: - resolution: {integrity: sha512-liHkwzaW6iwQyhRBFj0A4ZYKcsQ7ers1s62CCT95fPeNzoxT/vQRWwjTT4e7jpSCwrvPP2t1VESuy7GrXcr2ug==} + /jest-worker/29.0.2: + resolution: {integrity: sha512-EyvBlYcvd2pg28yg5A3OODQnqK9LI1kitnGUZUG5/NYIeaRgewtYBKB5wlr7oXj8zPCkzev7EmnTCsrXK7V+Xw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@types/node': 17.0.31 + merge-stream: 2.0.0 + supports-color: 8.1.1 + dev: true + + /jest/29.0.2_@types+node@17.0.31: + resolution: {integrity: sha512-enziNbNUmXTcTaTP/Uq5rV91r0Yqy2UKzLUIabxMpGm9YHz8qpbJhiRnNVNvm6vzWfzt/0o97NEHH8/3udoClA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -7738,10 +7832,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.0.1 - '@jest/types': 29.0.1 + '@jest/core': 29.0.2 + '@jest/types': 29.0.2 import-local: 3.1.0 - jest-cli: 29.0.1_@types+node@17.0.31 + jest-cli: 29.0.2_@types+node@17.0.31 transitivePeerDependencies: - '@types/node' - supports-color @@ -9126,6 +9220,15 @@ packages: react-is: 18.1.0 dev: true + /pretty-format/29.0.2: + resolution: {integrity: sha512-wp3CdtUa3cSJVFn3Miu5a1+pxc1iPIQTenOAn+x5erXeN1+ryTcLesV5pbK/rlW5EKwp27x38MoYfNGaNXDDhg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.0.0 + ansi-styles: 5.2.0 + react-is: 18.1.0 + dev: true + /proc-log/2.0.1: resolution: {integrity: sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} From b71359eac57782b0edbec431be39e1f464470608 Mon Sep 17 00:00:00 2001 From: QuiiBz Date: Mon, 5 Sep 2022 13:57:47 +0200 Subject: [PATCH 2/2] chore: bump types/react --- package.json | 2 +- pnpm-lock.yaml | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index fc6704697..75fcb8d37 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/jest": "29.0.0", "@types/node": "17.0.31", "@types/prop-types": "15.7.5", - "@types/react": "18.0.17", + "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "builtin-modules": "3.3.0", "cross-env": "7.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b99dfb48..a62961cd9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,7 +20,7 @@ importers: '@types/jest': 29.0.0 '@types/node': 17.0.31 '@types/prop-types': 15.7.5 - '@types/react': 18.0.17 + '@types/react': 18.0.18 '@types/react-dom': 18.0.6 builtin-modules: 3.3.0 cross-env: 7.0.3 @@ -61,7 +61,7 @@ importers: '@types/jest': 29.0.0 '@types/node': 17.0.31 '@types/prop-types': 15.7.5 - '@types/react': 18.0.17 + '@types/react': 18.0.18 '@types/react-dom': 18.0.6 builtin-modules: 3.3.0 cross-env: 7.0.3 @@ -4464,14 +4464,6 @@ packages: dependencies: '@types/react': 18.0.18 - /@types/react/18.0.17: - resolution: {integrity: sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==} - dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.2 - csstype: 3.0.11 - dev: true - /@types/react/18.0.18: resolution: {integrity: sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==} dependencies: