8000 chore: Bump eslint-plugin-react from 7.30.0 to 7.30.1 (#5293) · gkiely/typescript-eslint@de49f7e · GitHub
[go: up one dir, main page]

Skip to content

Commit de49f7e

Browse files
chore: Bump eslint-plugin-react from 7.30.0 to 7.30.1 (typescript-eslint#5293)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.30.0 to 7.30.1. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.30.0...v7.30.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24f37b7 commit de49f7e

File tree

1 file changed

+184
-40
lines changed

1 file changed

+184
-40
lines changed

yarn.lock

Lines changed: 184 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,6 +2032,16 @@
20322032
"@types/node" "*"
20332033
jest-mock "^28.1.1"
20342034

2035+
"@jest/environment@^28.1.2":
2036+
version "28.1.2"
2037+
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-28.1.2.tgz#94a052c0c5f9f8c8e6d13ea6da78dbc5d7d9b85b"
2038+
integrity sha512-I0CR1RUMmOzd0tRpz10oUfaChBWs+/Hrvn5xYhMEF/ZqrDaaeHwS8yDBqEWCrEnkH2g+WE/6g90oBv3nKpcm8Q==
2039+
dependencies:
2040+
"@jest/fake-timers" "^28.1.2"
2041+
"@jest/types" "^28.1.1"
2042+
"@types/node" "*"
2043+
jest-mock "^28.1.1"
2044+
20352045
"@jest/expect-utils@^28.1.1":
20362046
version "28.1.1"
20372047
resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-28.1.1.tgz#d84c346025b9f6f3886d02c48a6177e2b0360587"
@@ -2047,6 +2057,14 @@
20472057
expect "^28.1.1"
20482058
jest-snapshot "^28.1.1"
20492059

2060+
"@jest/expect@^28.1.2":
2061+
version "28.1.2"
2062+
resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-28.1.2.tgz#0b25acedff46e1e1e5606285306c8a399c12534f"
2063+
integrity sha512-HBzyZBeFBiOelNbBKN0pilWbbrGvwDUwAqMC46NVJmWm8AVkuE58NbG1s7DR4cxFt4U5cVLxofAoHxgvC5MyOw==
2064+
dependencies:
2065+
expect "^28.1.1"
2066+
jest-snapshot "^28.1.2"
2067+
20502068
"@jest/fake-timers@^28.1.1":
20512069
version "28.1.1"
20522070
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-28.1.1.tgz#47ce33296ab9d680c76076d51ddbe65ceb3337f1"
@@ -2059,6 +2077,18 @@
20592077
jest-mock "^28.1.1"
20602078
jest-util "^28.1.1"
20612079

2080+
"@jest/fake-timers@^28.1.2":
2081+
version "28.1.2"
2082+
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-28.1.2.tgz#d49e8ee4e02ba85a6e844a52a5e7c59c23e3b76f"
2083+
integrity sha512-xSYEI7Y0D5FbZN2LsCUj/EKRR1zfQYmGuAUVh6xTqhx7V5JhjgMcK5Pa0iR6WIk0GXiHDe0Ke4A+yERKE9saqg==
2084+
dependencies:
2085+
"@jest/types" "^28.1.1"
2086+
"@sinonjs/fake-timers" "^9.1.2"
2087+
"@types/node" "*"
2088+
jest-message-util "^28.1.1"
2089+
jest-mock "^28.1.1"
2090+
jest-util "^28.1.1"
2091+
20622092
"@jest/globals@^28.1.1":
20632093
version "28.1.1"
20642094
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-28.1.1.tgz#c0a7977f85e26279cc090d9adcdf82b8a34c4061"
@@ -2068,17 +2098,26 @@
20682098
"@jest/expect" "^28.1.1"
20692099
"@jest/types" "^28.1.1"
20702100

2101+
"@jest/globals@^28.1.2":
2102+
version "28.1.2"
2103+
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-28.1.2.tgz#92fab296e337c7309c25e4202fb724f62249d83f"
2104+
integrity sha512-cz0lkJVDOtDaYhvT3Fv2U1B6FtBnV+OpEyJCzTHM1fdoTsU4QNLAt/H4RkiwEUU+dL4g/MFsoTuHeT2pvbo4Hg==
2105+
dependencies:
2106+
"@jest/environment" "^28.1.2"
2107+
"@jest/expect" "^28.1.2"
2108+
"@jest/types" "^28.1.1"
2109+
20712110
"@jest/reporters@27.5.1", "@jest/reporters@^28", "@jest/reporters@^28.1.1":
2072-
version "28.1.1"
2073-
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-28.1.1.tgz#9389f4bb3cce4d9b586f6195f83c79cd2a1c8662"
2074-
integrity sha512-597Zj4D4d88sZrzM4atEGLuO7SdA/YrOv9SRXHXRNC+/FwPCWxZhBAEzhXoiJzfRwn8zes/EjS8Lo6DouGN5Gg==
2111+
version "28.1.2"
2112+
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-28.1.2.tgz#0327be4ce4d0d9ae49e7908656f89669d0c2a260"
2113+
integrity sha512-/whGLhiwAqeCTmQEouSigUZJPVl7sW8V26EiboImL+UyXznnr1a03/YZ2BX8OlFw0n+Zlwu+EZAITZtaeRTxyA==
20752114
dependencies:
20762115
"@bcoe/v8-coverage" "^0.2.3"
20772116
"@jest/console" "^28.1.1"
20782117
"@jest/test-result" "^28.1.1"
2079-
"@jest/transform" "^28.1.1"
2118+
"@jest/transform" "^28.1.2"
20802119
"@jest/types" "^28.1.1"
2081-
"@jridgewell/trace-mapping" "^0.3.7"
2120+
"@jridgewell/trace-mapping" "^0.3.13"
20822121
"@types/node" "*"
20832122
chalk "^4.0.0"
20842123
collect-v8-coverage "^1.0.0"
@@ -2097,7 +2136,7 @@
20972136
string-length "^4.0.1"
20982137
strip-ansi "^6.0.0"
20992138
terminal-link "^2.0.0"
2100-
v8-to-istanbul "^9.0.0"
2139+
v8-to-istanbul "^9.0.1"
21012140

21022141
"@jest/schemas@^28.0.2":
21032142
version "28.0.2"
@@ -2115,6 +2154,15 @@
21152154
callsites "^3.0.0"
21162155
graceful-fs "^4.2.9"
21172156

2157+
"@jest/source-map@^28.1.2":
2158+
version "28.1.2"
2159+
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-28.1.2.tgz#7fe832b172b497d6663cdff6c13b0a920e139e24"
2160+
integrity sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==
2161+
dependencies:
2162+
"@jridgewell/trace-mapping" "^0.3.13"
2163+
callsites "^3.0.0"
2164+
graceful-fs "^4.2.9"
2165+
21182166
"@jest/test-result@27.5.1", "@jest/test-result@^28", "@jest/test-result@^28.1.1":
21192167
version "28.1.1"
21202168
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-28.1.1.tgz#c6f18d1bbb01aa88925dd687872a75f8414b317a"
@@ -2156,6 +2204,27 @@
21562204
slash "^3.0.0"
21572205
write-file-atomic "^4.0.1"
21582206

2207+
"@jest/transform@^28.1.2":
2208+
version "28.1.2"
2209+
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-28.1.2.tgz#b367962c53fd53821269bde050ce373e111327c1"
2210+
integrity sha512-3o+lKF6iweLeJFHBlMJysdaPbpoMmtbHEFsjzSv37HIq/wWt5ijTeO2Yf7MO5yyczCopD507cNwNLeX8Y/CuIg==
2211+
dependencies:
2212+
"@babel/core" "^7.11.6"
2213+
"@jest/types" "^28.1.1"
2214+
"@jridgewell/trace-mapping" "^0.3.13"
2215+
babel-plugin-istanbul "^6.1.1"
2216+
chalk "^4.0.0"
2217+
convert-source-map "^1.4.0"
2218+
fast-json-stable-stringify "^2.0.0"
2219+
graceful-fs "^4.2.9"
2220+
jest-haste-map "^28.1.1"
2221+
jest-regex-util "^28.0.2"
2222+
jest-util "^28.1.1"
2223+
micromatch "^4.0.4"
2224+
pirates "^4.0.4"
2225+
slash "^3.0.0"
2226+
write-file-atomic "^4.0.1"
2227+
21592228
"@jest/types@^28.1.1":
21602229
version "28.1.1"
21612230
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.1.tgz#d059bbc80e6da6eda9f081f293299348bd78ee0b"
@@ -2208,6 +2277,14 @@
22082277
"@jridgewell/resolve-uri" "^3.0.3"
22092278
"@jridgewell/sourcemap-codec" "^1.4.10"
22102279

2280+
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.13":
2281+
version "0.3.14"
2282+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
2283+
integrity sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==
2284+
dependencies:
2285+
"@jridgewell/resolve-uri" "^3.0.3"
2286+
"@jridgewell/sourcemap-codec" "^1.4.10"
2287+
22112288
"@leichtgewicht/ip-codec@^2.0.1":
22122289
version "2.0.4"
22132290
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
@@ -3483,7 +3560,7 @@
34833560
dependencies:
34843561
type-detect "4.0.8"
34853562

3486-
"@sinonjs/fake-timers@^9.1.1":
3563+
"@sinonjs/fake-timers@^9.1.1", "@sinonjs/fake-timers@^9.1.2":
34873564
version "9.1.2"
34883565
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz#4eaab737fab77332ab132d396a3c0d364bd0ea8c"
34893566
integrity sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==
@@ -4762,12 +4839,12 @@ axobject-query@^2.2.0:
47624839
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
47634840
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
47644841

4765-
babel-jest@^28.1.1:
4766-
version "28.1.1"
4767-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-28.1.1.tgz#2a3a4ae50964695b2d694ccffe4bec537c5a3586"
4768-
integrity sha512-MEt0263viUdAkTq5D7upHPNxvt4n9uLUGa6pPz3WviNBMtOmStb1lIXS3QobnoqM+qnH+vr4EKlvhe8QcmxIYw==
4842+
babel-jest@^28.1.2:
4843+
version "28.1.2"
4844+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-28.1.2.tgz#2b37fb81439f14d34d8b2cc4a4bd7efabf9acbfe"
4845+
integrity sha512-pfmoo6sh4L/+5/G2OOfQrGJgvH7fTa1oChnuYH2G/6gA+JwDvO8PELwvwnofKBMNrQsam0Wy/Rw+QSrBNewq2Q==
47694846
dependencies:
4770-
"@jest/transform" "^28.1.1"
4847+
"@jest/transform" "^28.1.2"
47714848
"@types/babel__core" "^7.1.14"
47724849
babel-plugin-istanbul "^6.1.1"
47734850
babel-preset-jest "^28.1.1"
@@ -6966,9 +7043,9 @@ eslint-plugin-react-hooks@^4.5.0:
69667043
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
69677044

69687045
eslint-plugin-react@^7.29.4:
6969-
version "7.30.0"
6970-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3"
6971-
integrity sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==
7046+
version "7.30.1"
7047+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz#2be4ab23ce09b5949c6631413ba64b2810fd3e22"
7048+
integrity sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==
69727049
dependencies:
69737050
array-includes "^3.1.5"
69747051
array.prototype.flatmap "^1.3.0"
@@ -9030,13 +9107,13 @@ jest-changed-files@^28.0.2:
90309107
execa "^5.0.0"
90319108
throat "^6.0.1"
90329109

9033-
jest-circus@^28.1.1:
9034-
version "28.1.1"
9035-
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-28.1.1.tgz#3d27da6a974d85a466dc0cdc6ddeb58daaa57bb4"
9036-
integrity sha512-75+BBVTsL4+p2w198DQpCeyh1RdaS2lhEG87HkaFX/UG0gJExVq2skG2pT7XZEGBubNj2CytcWSPan4QEPNosw==
9110+
jest-circus@^28.1.2:
9111+
version "28.1.2"
9112+
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-28.1.2.tgz#0d5a5623eccb244efe87d1edc365696e4fcf80ce"
9113+
integrity sha512-E2vdPIJG5/69EMpslFhaA46WkcrN74LI5V/cSJ59L7uS8UNoXbzTxmwhpi9XrIL3zqvMt5T0pl5k2l2u2GwBNQ==
90379114
dependencies:
9038-
"@jest/environment" "^28.1.1"
9039-
"@jest/expect" "^28.1.1"
9115+
"@jest/environment" "^28.1.2"
9116+
"@jest/expect" "^28.1.2"
90409117
"@jest/test-result" "^28.1.1"
90419118
"@jest/types" "^28.1.1"
90429119
"@types/node" "*"
@@ -9047,8 +9124,8 @@ jest-circus@^28.1.1:
90479124
jest-each "^28.1.1"
90489125
jest-matcher-utils "^28.1.1"
90499126
jest-message-util "^28.1.1"
9050-
jest-runtime "^28.1.1"
9051-
jest-snapshot "^28.1.1"
9127+
jest-runtime "^28.1.2"
9128+
jest-snapshot "^28.1.2"
90529129
jest-util "^28.1.1"
90539130
pretty-format "^28.1.1"
90549131
slash "^3.0.0"
@@ -9074,25 +9151,25 @@ jest-cli@^28.1.1:
90749151
yargs "^17.3.1"
90759152

90769153
jest-config@27.5.1, jest-config@^28, jest-config@^28.1.1:
9077-
version "28.1.1"
9078-
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-28.1.1.tgz#e90b97b984f14a6c24a221859e81b258990fce2f"
9079-
integrity sha512-tASynMhS+jVV85zKvjfbJ8nUyJS/jUSYZ5KQxLUN2ZCvcQc/OmhQl2j6VEL3ezQkNofxn5pQ3SPYWPHb0unTZA==
9154+
version "28.1.2"
9155+
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-28.1.2.tgz#ba00ad30caf62286c86e7c1099e915218a0ac8c6"
9156+
integrity sha512-g6EfeRqddVbjPVBVY4JWpUY4IvQoFRIZcv4V36QkqzE0IGhEC/VkugFeBMAeUE7PRgC8KJF0yvJNDeQRbamEVA==
90809157
dependencies:
90819158
"@babel/core" "^7.11.6"
90829159
"@jest/test-sequencer" "^28.1.1"
90839160
"@jest/types" "^28.1.1"
9084-
babel-jest "^28.1.1"
9161+
babel-jest "^28.1.2"
90859162
chalk "^4.0.0"
90869163
ci-info "^3.2.0"
90879164
deepmerge "^4.2.2"
90889165
glob "^7.1.3"
90899166
graceful-fs "^4.2.9"
9090-
jest-circus "^28.1.1"
9091-
jest-environment-node "^28.1.1"
9167+
jest-circus "^28.1.2"
9168+
jest-environment-node "^28.1.2"
90929169
jest-get-type "^28.0.2"
90939170
jest-regex-util "^28.0.2"
90949171
jest-resolve "^28.1.1"
9095-
jest-runner "^28.1.1"
9172+
jest-runner "^28.1.2"
90969173
jest-util "^28.1.1"
90979174
jest-validate "^28.1.1"
90989175
micromatch "^4.0.4"
@@ -9141,6 +9218,18 @@ jest-environment-node@^28.1.1:
91419218
jest-mock "^28.1.1"
91429219
jest-util "^28.1.1"
91439220

9221+
jest-environment-node@^28.1.2:
9222+
version "28.1.2"
9223+
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-28.1.2.tgz#3e2eb47f6d173b0648d5f7c717cb1c26651d5c8a"
9224+
integrity sha512-oYsZz9Qw27XKmOgTtnl0jW7VplJkN2oeof+SwAwKFQacq3CLlG9u4kTGuuLWfvu3J7bVutWlrbEQMOCL/jughw==
9225+
dependencies:
9226+
"@jest/environment" "^28.1.2"
9227+
"@jest/fake-timers" "^28.1.2"
9228+
"@jest/types" "^28.1.1"
9229+
"@types/node" "*"
9230+
jest-mock "^28.1.1"
9231+
jest-util "^28.1.1"
9232+
91449233
jest-get-type@^28, jest-get-type@^28.0.2:
91459234
version "28.0.2"
91469235
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-28.0.2.tgz#34622e628e4fdcd793d46db8a242227901fcf203"
@@ -9266,6 +9355,33 @@ jest-runner@^28.1.1:
92669355
source-map-support "0.5.13"
92679356
throat "^6.0.1"
92689357

9358+
jest-runner@^28.1.2:
9359+
version "28.1.2"
9360+
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-28.1.2.tgz#f293409592a62234285a71237e38499a3554e350"
9361+
integrity sha512-6/k3DlAsAEr5VcptCMdhtRhOoYClZQmxnVMZvZ/quvPGRpN7OBQYPIC32tWSgOnbgqLXNs5RAniC+nkdFZpD4A==
9362+
dependencies:
9363+
"@jest/console" "^28.1.1"
9364+
"@jest/environment" "^28.1.2"
9365+
"@jest/test-result" "^28.1.1"
9366+
"@jest/transform" "^28.1.2"
9367+
"@jest/types" "^28.1.1"
9368+
"@types/node" "*"
9369+
chalk "^4.0.0"
9370+
emittery "^0.10.2"
9371+
graceful-fs "^4.2.9"
9372+
jest-docblock "^28.1.1"
9373+
jest-environment-node "^28.1.2"
9374+
jest-haste-map "^28.1.1"
9375+
jest-leak-detector "^28.1.1"
9376+
jest-message-util "^28.1.1"
9377+
jest-resolve "^28.1.1"
9378+
jest-runtime "^28.1.2"
9379+
jest-util "^28.1.1"
9380+
jest-watcher "^28.1.1"
9381+
jest-worker "^28.1.1"
9382+
source-map-support "0.5.13"
9383+
throat "^6.0.1"
9384+
92699385
jest-runtime@^28.1.1:
92709386
version "28.1.1"
92719387
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-28.1.1.tgz#569e1dc3c36c6c4c0b29516c1c49b6ad580abdaf"
@@ -9294,18 +9410,46 @@ jest-runtime@^28.1.1:
92949410
slash "^3.0.0"
92959411
strip-bom "^4.0.0"
92969412

9297-
jest-snapshot@*, jest-snapshot@^27.0.2, jest-snapshot@^28, jest-snapshot@^28.1.0, jest-snapshot@^28.1.1:
9298-
version "28.1.1"
9299-
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-28.1.1.tgz#ab825c16c8d8b5e883bd57eee6ca8748c42ab848"
9300-
integrity sha512-1KjqHJ98adRcbIdMizjF5DipwZFbvxym/kFO4g4fVZCZRxH/dqV8TiBFCa6rqic3p0karsy8RWS1y4E07b7P0A==
9413+
jest-runtime@^28.1.2:
9414+
version "28.1.2"
9415+
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-28.1.2.tgz#d68f34f814a848555a345ceda23289f14d59a688"
9416+
integrity sha512-i4w93OsWzLOeMXSi9epmakb2+3z0AchZtUQVF1hesBmcQQy4vtaql5YdVe9KexdJaVRyPDw8DoBR0j3lYsZVYw==
9417+
dependencies:
9418+
"@jest/environment" "^28.1.2"
9419+
"@jest/fake-timers" "^28.1.2"
9420+
"@jest/globals" "^28.1.2"
9421+
"@jest/source-map" "^28.1.2"
9422+
"@jest/test-result" "^28.1.1"
9423+
"@jest/transform" "^28.1.2"
9424+
"@jest/types" "^28.1.1"
9425+
chalk "^4.0.0"
9426+
cjs-module-lexer "^1.0.0"
9427+
collect-v8-coverage "^1.0.0"
9428+
execa "^5.0.0"
9429+
glob "^7.1.3"
9430+
graceful-fs "^4.2.9"
9431+
jest-haste-map "^28.1.1"
9432+
jest-message-util "^28.1.1"
9433+
jest-mock "^28.1.1"
9434+
jest-regex-util "^28.0.2"
9435+
jest-resolve "^28.1.1"
9436+
jest-snapshot "^28.1.2"
9437+
jest-util "^28.1.1"
9438+
slash "^3.0.0"
9439+
strip-bom "^4.0.0"
9440+
9441+
jest-snapshot@*, jest-snapshot@^27.0.2, jest-snapshot@^28, jest-snapshot@^28.1.0, jest-snapshot@^28.1.1, jest-snapshot@^28.1.2:
9442+
version "28.1.2"
9443+
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-28.1.2.tgz#93d31b87b11b384f5946fe0767541496135f8d52"
9444+
integrity sha512-wzrieFttZYfLvrCVRJxX+jwML2YTArOUqFpCoSVy1QUapx+LlV9uLbV/mMEhYj4t7aMeE9aSQFHSvV/oNoDAMA==
93019445
dependencies:
93029446
"@babel/core" "^7.11.6"
93039447
"@babel/generator" "^7.7.2"
93049448
"@babel/plugin-syntax-typescript" "^7.7.2"
93059449
"@babel/traverse" "^7.7.2"
93069450
"@babel/types" "^7.3.3"
93079451
"@jest/expect-utils" "^28.1.1"
9308-
"@jest/transform" "^28.1.1"
9452+
"@jest/transform" "^28.1.2"
93099453
"@jest/types" "^28.1.1"
93109454
"@types/babel__traverse" "^7.0.6"
93119455
"@types/prettier" "^2.1.5"
@@ -14130,12 +14274,12 @@ v8-compile-cache@2.3.0, v8-compile-cache@^2.0.3:
1413014274
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
1413114275
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1413214276

14133-
v8-to-istanbul@^9.0.0:
14134-
version "9.0.0"
14135-
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz#be0dae58719fc53cb97e5c7ac1d7e6d4f5b19511"
14136-
integrity sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==
14277+
v8-to-istanbul@^9.0.1:
14278+
version "9.0.1"
14279+
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz#b6f994b0b5d4ef255e17a0d17dc444a9f5132fa4"
14280+
integrity sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==
1413714281
dependencies:
14138-
"@jridgewell/trace-mapping" "^0.3.7"
14282+
"@jridgewell/trace-mapping" "^0.3.12"
1413914283
"@types/istanbul-lib-coverage" "^2.0.1"
1414014284
convert-source-map "^1.6.0"
1414114285

0 commit comments

Comments
 (0)
0