From fc874a3c5e74510c045590bff489f8e4061cb9a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:52:29 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/dom from 10.3.0 to 10.3.1 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 10.3.0 to 10.3.1. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v10.3.0...v10.3.1) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/frontend/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 163cfd07..17484530 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -27,7 +27,7 @@ "@podman-desktop/ui-svelte": "1.12.0-202407021227-4f9d4c6", "@sveltejs/vite-plugin-svelte": "3.1.1", "@tailwindcss/typography": "^0.5.13", - "@testing-library/dom": "^10.3.0", + "@testing-library/dom": "^10.3.1", "@testing-library/jest-dom": "^6.4.6", "@testing-library/svelte": "^5.2.0", "@testing-library/user-event": "^14.5.1", diff --git a/yarn.lock b/yarn.lock index c550d5eb..be63c26c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -532,10 +532,10 @@ lodash.merge "^4.6.2" postcss-selector-parser "6.0.10" -"@testing-library/dom@^10.0.0", "@testing-library/dom@^10.3.0": - version "10.3.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.3.0.tgz#f871a4776432c1bf196e643945800ea65c277aae" - integrity sha512-pT/TYB2+IyMYkkB6lqpkzD7VFbsR0JBJtflK3cS68sCNWxmOhWwRm1XvVHlseNEorsNcxkYsb4sRDV3aNIpttg== +"@testing-library/dom@^10.0.0", "@testing-library/dom@^10.3.1": + version "10.3.1" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.3.1.tgz#c960204cce7e969ac03ae5f3550e420226c61a21" + integrity sha512-q/WL+vlXMpC0uXDyfsMtc1rmotzLV8Y0gq6q1gfrrDjQeHoeLrqHbxdPvPNAh1i+xuJl7+BezywcXArz7vLqKQ== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"