diff --git a/packages/kolibri-tools/package.json b/packages/kolibri-tools/package.json index 0491323aaea..b29f886b390 100644 --- a/packages/kolibri-tools/package.json +++ b/packages/kolibri-tools/package.json @@ -18,7 +18,7 @@ "@babel/plugin-syntax-import-assertions": "^7.22.5", "@babel/plugin-transform-runtime": "^7.23.4", "@babel/preset-env": "^7.23.5", - "@testing-library/jest-dom": "^6.1.4", + "@testing-library/jest-dom": "^6.1.5", "@vue/test-utils": "^1.3.6", "ast-traverse": "^0.1.1", "autoprefixer": "10.4.16", diff --git a/yarn.lock b/yarn.lock index fdca8d75738..e7c4a766baf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1465,10 +1465,10 @@ dependencies: "@sinonjs/commons" "^2.0.0" -"@testing-library/jest-dom@^6.1.4": - version "6.1.4" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz#cf0835c33bc5ef00befb9e672b1e3e6a710e30e3" - integrity sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw== +"@testing-library/jest-dom@^6.1.5": + version "6.1.5" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz#0a635d0ad4a1a880089d967299d94e9cfc81fbe1" + integrity sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g== dependencies: "@adobe/css-tools" "^4.3.1" "@babel/runtime" "^7.9.2"