diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 22b65e41..a77969e1 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "^7.0.1", - "@testing-library/react": "^16.3.2", + "@testing-library/react": "^16.3.3", "@testing-library/user-event": "^14.6.4", "@types/highlight.js": "^10.1.0", "@types/node": "^26.1.2", @@ -1739,9 +1739,9 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.2.tgz", - "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==", + "version": "16.3.3", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.3.tgz", + "integrity": "sha512-Uo193NgQbPMz6lrrhtRQQFcMC6Re/ELLFbbuVL30WDlZxlpZf9/lMHTAVxPRLw1q1iu9OJmR1c2BLiENRstdBg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/desktop/package.json b/desktop/package.json index d8efb445..3c402c63 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "^7.0.1", - "@testing-library/react": "^16.3.2", + "@testing-library/react": "^16.3.3", "@testing-library/user-event": "^14.6.4", "@types/highlight.js": "^10.1.0", "@types/node": "^26.1.2",