From f0fb10c994ca0598edf9c101d5afa5eb7a172f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 08:27:57 +0000 Subject: [PATCH] Bump @testing-library/dom in /backend/src/main/webapp Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.7.0 to 8.7.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/v8.7.0...v8.7.1) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/src/main/webapp/package.json | 2 +- backend/src/main/webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/main/webapp/package.json b/backend/src/main/webapp/package.json index afcfa72e43..2862ae3c00 100644 --- a/backend/src/main/webapp/package.json +++ b/backend/src/main/webapp/package.json @@ -26,7 +26,7 @@ "zod": "3.9.5" }, "devDependencies": { - "@testing-library/dom": "8.7.0", + "@testing-library/dom": "8.7.1", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.1.1", "@testing-library/user-event": "13.2.1", diff --git a/backend/src/main/webapp/yarn.lock b/backend/src/main/webapp/yarn.lock index 84df997e1f..608088b22f 100644 --- a/backend/src/main/webapp/yarn.lock +++ b/backend/src/main/webapp/yarn.lock @@ -1956,10 +1956,10 @@ "@svgr/plugin-svgo" "^5.5.0" loader-utils "^2.0.0" -"@testing-library/dom@8.7.0", "@testing-library/dom@^8.0.0": - version "8.7.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.7.0.tgz#9fdcc1bf34dfa49b63815a3f76491330cf115724" - integrity sha512-8oOfBG51v8aN9D8eehwzgnEETf9Lxv/3dZyPZuar1JAp9OK0I9d7Y2MR6TEQyj/E/iN1kCIeYaCI445s5C9RDg== +"@testing-library/dom@8.7.1", "@testing-library/dom@^8.0.0": + version "8.7.1" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.7.1.tgz#c17b1e90e682c7945b2d88ce2f078e522c775ce3" + integrity sha512-nMqxP8qPHgYAiIPMVb6zko5DInPJ/LdILgrkWB5HBJhBCIU5avso8pU9IafnXVGLRq+LDtbvo0LuVbjEo27BgQ== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"