From 2aaf5f588a11af9d75d3993eadd9c13f53e051e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:37:32 +0200 Subject: [PATCH] chore(deps-dev): bump @testing-library/jest-dom (#471) Bumps the development-dependencies group in /ui with 1 update: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom). Updates `@testing-library/jest-dom` from 6.5.0 to 6.6.1 - [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.5.0...v6.6.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/package.json b/ui/package.json index 4ad35b15..f6d3f1a5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -67,7 +67,7 @@ "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.12.0", "@testing-library/dom": "^10.4.0", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/eslint-config-prettier": "^6.11.3", diff --git a/ui/yarn.lock b/ui/yarn.lock index bc14cf7e..0f3c06ee 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -3925,9 +3925,9 @@ __metadata: languageName: node linkType: hard -"@testing-library/jest-dom@npm:^6.5.0": - version: 6.5.0 - resolution: "@testing-library/jest-dom@npm:6.5.0" +"@testing-library/jest-dom@npm:^6.6.1": + version: 6.6.1 + resolution: "@testing-library/jest-dom@npm:6.6.1" dependencies: "@adobe/css-tools": "npm:^4.4.0" aria-query: "npm:^5.0.0" @@ -3936,7 +3936,7 @@ __metadata: dom-accessibility-api: "npm:^0.6.3" lodash: "npm:^4.17.21" redent: "npm:^3.0.0" - checksum: 10/3d2080888af5fd7306f57448beb5a23f55d965e265b5e53394fffc112dfb0678d616a5274ff0200c46c7618f293520f86fc8562eecd8bdbc0dbb3294d63ec431 + checksum: 10/006357d7547cc50624564a1b0e9986d0f0252365a6e5ac1c7c989032159c47226adfbd9a9ac17eef236738e9597541d344176176b5c3ed0e06e8f4b33387e135 languageName: node linkType: hard @@ -12614,7 +12614,7 @@ __metadata: "@fortawesome/react-fontawesome": "npm:^0.2.2" "@mapbox/mapbox-gl-draw": "npm:~1.4.3" "@testing-library/dom": "npm:^10.4.0" - "@testing-library/jest-dom": "npm:^6.5.0" + "@testing-library/jest-dom": "npm:^6.6.1" "@testing-library/react": "npm:^16.0.1" "@testing-library/user-event": "npm:^14.5.2" "@turf/bearing": "npm:^7.1.0"