Skip to content

Commit 4c982c5

Browse files
Bump @testing-library/jest-dom from 6.1.3 to 6.1.5
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.3 to 6.1.5. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.1.3...v6.1.5) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f081bd5 commit 4c982c5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@babel/eslint-parser": "^7.22.15",
2222
"@craco/craco": "^7.0.0",
23-
"@testing-library/jest-dom": "^6.1.3",
23+
"@testing-library/jest-dom": "^6.1.5",
2424
"@testing-library/react": "^14.0.0",
2525
"eslint": "^8.49.0",
2626
"eslint-config-react-app": "^7.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
88
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
99

10-
"@adobe/css-tools@^4.3.0":
11-
version "4.3.1"
12-
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.1.tgz#abfccb8ca78075a2b6187345c26243c1a0842f28"
13-
integrity sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==
10+
"@adobe/css-tools@^4.3.1":
11+
version "4.3.2"
12+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.2.tgz#a6abc715fb6884851fca9dad37fc34739a04fd11"
13+
integrity sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==
1414

1515
"@ampproject/remapping@^2.2.0":
1616
version "2.2.1"
@@ -1796,12 +1796,12 @@
17961796
lz-string "^1.5.0"
17971797
pretty-format "^27.0.2"
17981798

1799-
"@testing-library/jest-dom@^6.1.3":
1800-
version "6.1.3"
1801-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.3.tgz#443118c9e4043f96396f120de2c7122504a079c5"
1802-
integrity sha512-YzpjRHoCBWPzpPNtg6gnhasqtE/5O4qz8WCwDEaxtfnPO6gkaLrnuXusrGSPyhIGPezr1HM7ZH0CFaUTY9PJEQ==
1799+
"@testing-library/jest-dom@^6.1.5":
1800+
version "6.1.5"
1801+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz#0a635d0ad4a1a880089d967299d94e9cfc81fbe1"
1802+
integrity sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==
18031803
dependencies:
1804-
"@adobe/css-tools" "^4.3.0"
1804+
"@adobe/css-tools" "^4.3.1"
18051805
"@babel/runtime" "^7.9.2"
18061806
aria-query "^5.0.0"
18071807
chalk "^3.0.0"

0 commit comments

Comments
 (0)