From 321f0088c485d97ab66762e104d4bb38ff5de3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:25:21 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 6.3.0 to 6.4.0 in /js Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.3.0 to 6.4.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.3.0...v6.4.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- js/apps/admin-ui/package.json | 2 +- js/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 9277dc3f39..2cf4d790eb 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -91,7 +91,7 @@ "devDependencies": { "@4tw/cypress-drag-drop": "^2.2.5", "@testing-library/cypress": "^10.0.1", - "@testing-library/jest-dom": "^6.3.0", + "@testing-library/jest-dom": "^6.4.0", "@testing-library/react": "^14.1.2", "@types/dagre": "^0.7.52", "@types/file-saver": "^2.0.7", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 9d407ea91e..90b1585404 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -230,8 +230,8 @@ importers: specifier: ^10.0.1 version: 10.0.1(cypress@13.6.3) '@testing-library/jest-dom': - specifier: ^6.3.0 - version: 6.3.0(vitest@1.2.2) + specifier: ^6.4.0 + version: 6.4.0(vitest@1.2.2) '@testing-library/react': specifier: ^14.1.2 version: 14.1.2(react-dom@18.2.0)(react@18.2.0) @@ -1794,8 +1794,8 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/jest-dom@6.3.0(vitest@1.2.2): - resolution: {integrity: sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==} + /@testing-library/jest-dom@6.4.0(vitest@1.2.2): + resolution: {integrity: sha512-GgGT3OR8qhIjk2SBMy51AYDWoMnAyR/cwjZO4SttuBmIQ9wWy9QmVOeaSbgT5Bm0J6qLBaf4+dsJWfisvafoaA==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} peerDependencies: '@jest/globals': '>= 28'