From a9d8a4ae1edecf061662e0414a9e27ced9f1e64e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:27:47 +0000 Subject: [PATCH] deps: bump @testing-library/jest-dom in /samples/react/token-refresh Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.9.1 to 7.0.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.9.1...v7.0.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- samples/react/token-refresh/package.json | 2 +- samples/react/token-refresh/yarn.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/samples/react/token-refresh/package.json b/samples/react/token-refresh/package.json index 5bbecbd..c8cfaec 100644 --- a/samples/react/token-refresh/package.json +++ b/samples/react/token-refresh/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@testing-library/dom": "10.4.1", - "@testing-library/jest-dom": "6.9.1", + "@testing-library/jest-dom": "7.0.0", "@testing-library/react": "16.3.2", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", diff --git a/samples/react/token-refresh/yarn.lock b/samples/react/token-refresh/yarn.lock index edf946e..6b35187 100644 --- a/samples/react/token-refresh/yarn.lock +++ b/samples/react/token-refresh/yarn.lock @@ -42,7 +42,7 @@ __metadata: resolution: "@ciam-quickstart/react-token-refresh@workspace:." dependencies: "@testing-library/dom": "npm:10.4.1" - "@testing-library/jest-dom": "npm:6.9.1" + "@testing-library/jest-dom": "npm:7.0.0" "@testing-library/react": "npm:16.3.2" "@types/react": "npm:19.2.17" "@types/react-dom": "npm:19.2.3" @@ -454,9 +454,9 @@ __metadata: languageName: node linkType: hard -"@testing-library/jest-dom@npm:6.9.1": - version: 6.9.1 - resolution: "@testing-library/jest-dom@npm:6.9.1" +"@testing-library/jest-dom@npm:7.0.0": + version: 7.0.0 + resolution: "@testing-library/jest-dom@npm:7.0.0" dependencies: "@adobe/css-tools": "npm:^4.4.0" aria-query: "npm:^5.0.0" @@ -464,7 +464,9 @@ __metadata: dom-accessibility-api: "npm:^0.6.3" picocolors: "npm:^1.1.1" redent: "npm:^3.0.0" - checksum: 10c0/4291ebd2f0f38d14cefac142c56c337941775a5807e2a3d6f1a14c2fbd6be76a18e498ed189e95bedc97d9e8cf1738049bc76c85b5bc5e23fae7c9e10f7b3a12 + peerDependencies: + "@testing-library/dom": ">=10 <11" + checksum: 10c0/f5ecf821ed098438a5e9ce993d431505f0a1af43edb05e423c6ab7becf9d7dbe46385fc93e0e460a4c7996f4513cad72b8967dd8e98c75bc7ea6733ff7efcf4e languageName: node linkType: hard