Skip to content

Commit 9b97438

Browse files
Update dependency @testing-library/jest-dom to v6.8.0
1 parent 5c27b0e commit 9b97438

File tree

3 files changed

+57
-129
lines changed

3 files changed

+57
-129
lines changed

package-lock.json

Lines changed: 33 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "6.1.4",
6+
"@testing-library/jest-dom": "6.8.0",
77
"@testing-library/react": "11.2.7",
88
"@testing-library/user-event": "12.8.3",
99
"bootstrap": "4.6.2",

yarn.lock

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@adobe/css-tools@^4.3.1":
6-
version "4.3.1"
7-
resolved "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz"
8-
integrity sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==
5+
"@adobe/css-tools@^4.4.0":
6+
version "4.4.4"
7+
resolved "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz"
8+
integrity sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==
99

1010
"@ampproject/remapping@^2.1.0":
1111
version "2.2.0"
@@ -1035,7 +1035,7 @@
10351035
core-js-pure "^3.0.0"
10361036
regenerator-runtime "^0.13.4"
10371037

1038-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1038+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
10391039
version "7.23.2"
10401040
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz"
10411041
integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==
@@ -1781,18 +1781,16 @@
17811781
lz-string "^1.4.4"
17821782
pretty-format "^26.6.2"
17831783

1784-
"@testing-library/jest-dom@6.1.4":
1785-
version "6.1.4"
1786-
resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz"
1787-
integrity sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==
1784+
"@testing-library/jest-dom@6.8.0":
1785+
version "6.8.0"
1786+
resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.8.0.tgz"
1787+
integrity sha512-WgXcWzVM6idy5JaftTVC8Vs83NKRmGJz4Hqs4oyOuO2J4r/y79vvKZsb+CaGyCSEbUPI6OsewfPd0G1A0/TUZQ==
17881788
dependencies:
1789-
"@adobe/css-tools" "^4.3.1"
1790-
"@babel/runtime" "^7.9.2"
1789+
"@adobe/css-tools" "^4.4.0"
17911790
aria-query "^5.0.0"
1792-
chalk "^3.0.0"
17931791
css.escape "^1.5.1"
1794-
dom-accessibility-api "^0.5.6"
1795-
lodash "^4.17.15"
1792+
dom-accessibility-api "^0.6.3"
1793+
picocolors "^1.1.1"
17961794
redent "^3.0.0"
17971795

17981796
"@testing-library/react@11.2.7":
@@ -3036,14 +3034,6 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
30363034
escape-string-regexp "^1.0.5"
30373035
supports-color "^5.3.0"
30383036

3039-
chalk@^3.0.0:
3040-
version "3.0.0"
3041-
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz"
3042-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3043-
dependencies:
3044-
ansi-styles "^4.1.0"
3045-
supports-color "^7.1.0"
3046-
30473037
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
30483038
version "4.1.2"
30493039
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
@@ -3762,11 +3752,16 @@ doctrine@^3.0.0:
37623752
dependencies:
37633753
esutils "^2.0.2"
37643754

3765-
dom-accessibility-api@^0.5.4, dom-accessibility-api@^0.5.6:
3755+
dom-accessibility-api@^0.5.4:
37663756
version "0.5.14"
37673757
resolved "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz"
37683758
integrity sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==
37693759

3760+
dom-accessibility-api@^0.6.3:
3761+
version "0.6.3"
3762+
resolved "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz"
3763+
integrity sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==
3764+
37703765
dom-converter@^0.2.0:
37713766
version "0.2.0"
37723767
resolved "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz"
@@ -6180,7 +6175,7 @@ lodash.uniq@^4.5.0:
61806175
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz"
61816176
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
61826177

6183-
lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
6178+
lodash@^4.17.12, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
61846179
version "4.17.21"
61856180
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
61866181
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -6772,10 +6767,10 @@ performance-now@^2.1.0:
67726767
resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz"
67736768
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
67746769

6775-
picocolors@^1.0.0:
6776-
version "1.0.0"
6777-
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
6778-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
6770+
picocolors@^1.0.0, picocolors@^1.1.1:
6771+
version "1.1.1"
6772+
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz"
6773+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
67796774

67806775
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
67816776
version "2.3.1"

0 commit comments

Comments
 (0)