diff --git a/ClientAdvisor/App/frontend/package-lock.json b/ClientAdvisor/App/frontend/package-lock.json index 8cb5fb9b..cc7c0226 100644 --- a/ClientAdvisor/App/frontend/package-lock.json +++ b/ClientAdvisor/App/frontend/package-lock.json @@ -28,12 +28,12 @@ "devDependencies": { "@eslint/eslintrc": "^3.0.2", "@eslint/js": "^9.1.1", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/dompurify": "^3.0.5", "@types/eslint-config-prettier": "^6.11.3", - "@types/jest": "^29.5.14", + "@types/jest": "^29.5.12", "@types/lodash-es": "^4.17.12", "@types/mocha": "^10.0.6", "@types/node": "^20.14.1", @@ -2615,11 +2615,10 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz", - "integrity": "sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==", + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", + "integrity": "sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==", "dev": true, - "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", @@ -15880,9 +15879,9 @@ } }, "@testing-library/jest-dom": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz", - "integrity": "sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==", + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", + "integrity": "sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==", "dev": true, "requires": { "@adobe/css-tools": "^4.4.0", diff --git a/ClientAdvisor/App/frontend/package.json b/ClientAdvisor/App/frontend/package.json index d1ca6788..b41a648b 100644 --- a/ClientAdvisor/App/frontend/package.json +++ b/ClientAdvisor/App/frontend/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@eslint/eslintrc": "^3.0.2", "@eslint/js": "^9.1.1", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/dompurify": "^3.0.5",