diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 3fe3ffe9fd..0933a1ba56 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.2.0", + "@testing-library/jest-dom": "^6.2.1", "@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 673c58e2cd..3ecbe540f0 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.2.0 - version: 6.2.0(vitest@1.2.1) + specifier: ^6.2.1 + version: 6.2.1(vitest@1.2.1) '@testing-library/react': specifier: ^14.1.2 version: 14.1.2(react-dom@18.2.0)(react@18.2.0) @@ -1794,17 +1794,20 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/jest-dom@6.2.0(vitest@1.2.1): - resolution: {integrity: sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==} + /@testing-library/jest-dom@6.2.1(vitest@1.2.1): + resolution: {integrity: sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} peerDependencies: '@jest/globals': '>= 28' + '@types/bun': latest '@types/jest': '>= 28' jest: '>= 28' vitest: '>= 0.32' peerDependenciesMeta: '@jest/globals': optional: true + '@types/bun': + optional: true '@types/jest': optional: true jest: