diff --git a/client/package.json b/client/package.json index 5c1c973bcf4..ed4c52917b0 100644 --- a/client/package.json +++ b/client/package.json @@ -58,7 +58,7 @@ "@sentry/gatsby": "6.19.7", "@stripe/react-stripe-js": "1.16.5", "@stripe/stripe-js": "1.54.1", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "algoliasearch": "4.18.0", "assert": "2.0.0", "babel-loader": "8.3.0", @@ -140,7 +140,7 @@ "@babel/plugin-syntax-dynamic-import": "7.8.3", "@codesee/babel-plugin-instrument": "0.587.0", "@codesee/tracker": "0.587.0", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@total-typescript/ts-reset": "^0.4.0", "@types/chai": "^4.3.4", diff --git a/package.json b/package.json index 313acc70da9..bf56cb7adf5 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@babel/preset-typescript": "7.22.5", "@testing-library/cypress": "8.0.7", "@testing-library/dom": "8.20.1", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "@testing-library/user-event": "13.5.0", "@types/jest": "29.5.3", "@types/lodash": "4.14.195", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eb34e9c554d..47708cb75f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,8 +37,8 @@ importers: specifier: 8.20.1 version: 8.20.1 '@testing-library/jest-dom': - specifier: 5.16.5 - version: 5.16.5 + specifier: 5.17.0 + version: 5.17.0 '@testing-library/user-event': specifier: 13.5.0 version: 13.5.0(@testing-library/dom@8.20.1) @@ -519,8 +519,8 @@ importers: specifier: 1.54.1 version: 1.54.1 '@testing-library/jest-dom': - specifier: 5.16.5 - version: 5.16.5 + specifier: 5.17.0 + version: 5.17.0 algoliasearch: specifier: 4.18.0 version: 4.18.0 @@ -1033,8 +1033,8 @@ importers: tools/challenge-editor/client: dependencies: '@testing-library/jest-dom': - specifier: 5.16.5 - version: 5.16.5 + specifier: 5.17.0 + version: 5.17.0 '@testing-library/react': specifier: 12.1.5 version: 12.1.5(react-dom@16.14.0)(react@16.14.0) @@ -1354,8 +1354,8 @@ importers: specifier: 6.5.16 version: 6.5.16(@babel/core@7.22.9)(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(eslint@8.45.0)(react-dom@16.14.0)(react@16.14.0)(require-from-string@2.0.2)(typescript@4.9.5) '@testing-library/jest-dom': - specifier: 5.16.5 - version: 5.16.5 + specifier: 5.17.0 + version: 5.17.0 '@testing-library/react': specifier: 12.1.5 version: 12.1.5(react-dom@16.14.0)(react@16.14.0) @@ -10130,8 +10130,8 @@ packages: lz-string: 1.5.0 pretty-format: 27.5.1 - /@testing-library/jest-dom@5.16.5: - resolution: {integrity: sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==} + /@testing-library/jest-dom@5.17.0: + resolution: {integrity: sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@adobe/css-tools': 4.2.0 diff --git a/tools/challenge-editor/client/package.json b/tools/challenge-editor/client/package.json index 413a9802555..dce8e2c37a0 100644 --- a/tools/challenge-editor/client/package.json +++ b/tools/challenge-editor/client/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/user-event": "13.5.0", "codemirror": "5", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index cf0309bbfb8..479e7e2c50e 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -49,7 +49,7 @@ "@storybook/builder-webpack5": "6.5.16", "@storybook/manager-webpack5": "6.5.16", "@storybook/react": "6.5.16", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@types/jest": "29.5.3", "@types/react": "16.14.43",