diff --git a/package-lock.json b/package-lock.json index 38bafc551..ab544ce4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@mui/material": "^5.14.16", "@opencast/appkit": "^0.2.2", "@reduxjs/toolkit": "^1.9.7", - "@testing-library/jest-dom": "^6.1.4", + "@testing-library/jest-dom": "^6.1.6", "@types/iarna__toml": "^2.0.5", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.14", @@ -71,8 +71,9 @@ } }, "node_modules/@adobe/css-tools": { - "version": "4.3.1", - "license": "MIT" + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.2.tgz", + "integrity": "sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==" }, "node_modules/@ampproject/remapping": { "version": "2.2.0", @@ -4299,11 +4300,11 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz", - "integrity": "sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==", + "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==", "dependencies": { - "@adobe/css-tools": "^4.3.1", + "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0", diff --git a/package.json b/package.json index 4854e712c..36d4ca642 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@mui/material": "^5.14.16", "@opencast/appkit": "^0.2.2", "@reduxjs/toolkit": "^1.9.7", - "@testing-library/jest-dom": "^6.1.4", + "@testing-library/jest-dom": "^6.1.6", "@types/iarna__toml": "^2.0.5", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.14",