chore: bump @testing-library/jest-dom from 6.1.5 to 6.2.0 (#913)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.5 to 6.2.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.5...v6.2.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Jan 8, 2024 at 10:51 UTC
6ecc727aa6a4fa8d4488e2999ead16bc55580438
1 file changed
+11
-5
package-lock.json
+11
-5
@@ -8769,17 +8769,17 @@
8769
}
8770
},
8771
"node_modules/@testing-library/jest-dom": {
8772
- "version": "6.1.5",
8773
- "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz",
8774
- "integrity": "sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==",
8772
+ "version": "6.2.0",
8773
+ "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz",
8774
+ "integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==",
8775
"dev": true,
8776
"dependencies": {
8777
- "@adobe/css-tools": "^4.3.1",
8777
+ "@adobe/css-tools": "^4.3.2",
8778
"@babel/runtime": "^7.9.2",
8779
"aria-query": "^5.0.0",
8780
"chalk": "^3.0.0",
8781
"css.escape": "^1.5.1",
8782
- "dom-accessibility-api": "^0.5.6",
8782
+ "dom-accessibility-api": "^0.6.3",
8783
"lodash": "^4.17.15",
8784
"redent": "^3.0.0"
8785
},
@@ -8855,6 +8855,12 @@
8855
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
8856
"dev": true
8857
},
8858
+ "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": {
8859
+ "version": "0.6.3",
8860
+ "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz",
8861
+ "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==",
8862
+ "dev": true
8863
+ },
8864
"node_modules/@testing-library/jest-dom/node_modules/has-flag": {
8865
"version": "4.0.0",
8866
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",