diff --git a/package-lock.json b/package-lock.json index 044c263f4..55c7e98ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@edx/browserslist-config": "1.2.0", "@edx/frontend-build": "13.0.14", "@edx/paragon": "21.5.6", - "@testing-library/jest-dom": "6.1.6", + "@testing-library/jest-dom": "6.2.0", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "^8.0.1", "axios-mock-adapter": "^1.21.3", @@ -6087,9 +6087,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.1.6", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.6.tgz", - "integrity": "sha512-YwuiOdYEcxhfC2u5iNKlvg2Q5MgbutovP6drq7J1HrCbvR+G58BbtoCoq+L/kNlrNFsu2Kt3jaFAviLVxYHJZg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", + "integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.2", @@ -6097,7 +6097,7 @@ "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", - "dom-accessibility-api": "^0.5.6", + "dom-accessibility-api": "^0.6.3", "lodash": "^4.17.15", "redent": "^3.0.0" }, @@ -6140,6 +6140,12 @@ "node": ">=8" } }, + "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz", + "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==", + "dev": true + }, "node_modules/@testing-library/react": { "version": "12.1.5", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz", diff --git a/package.json b/package.json index df0026d26..c678adb9d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@edx/browserslist-config": "1.2.0", "@edx/frontend-build": "13.0.14", "@edx/paragon": "21.5.6", - "@testing-library/jest-dom": "6.1.6", + "@testing-library/jest-dom": "6.2.0", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "^8.0.1", "axios-mock-adapter": "^1.21.3",