diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 390e2a7db..ca1541f02 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -24,7 +24,7 @@ "@playwright/test": "1.61.1", "@sveltejs/vite-plugin-svelte": "6.2.4", "@tailwindcss/vite": "4.3.3", - "@testing-library/jest-dom": "6.9.1", + "@testing-library/jest-dom": "7.0.0", "@testing-library/svelte": "5.4.2", "@types/dompurify": "3.2.0", "@xterm/addon-fit": "0.11.0", @@ -2404,9 +2404,9 @@ "license": "MIT" }, "node_modules/@testing-library/jest-dom": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", - "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.0.tgz", + "integrity": "sha512-HKAH9C6mBo5yBG6yRO5i43L2iisencAo5z+o5P/saHUoY+miC5ivXRxHBJcFyB5ypPNxHJdK3BoF/3O4DIptMg==", "dev": true, "license": "MIT", "dependencies": { @@ -2418,9 +2418,12 @@ "redent": "^3.0.0" }, "engines": { - "node": ">=14", + "node": ">=22", "npm": ">=6", "yarn": ">=1" + }, + "peerDependencies": { + "@testing-library/dom": ">=10 <11" } }, "node_modules/@testing-library/svelte": { diff --git a/desktop/package.json b/desktop/package.json index 5abf40023..fc6392cc2 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -36,7 +36,7 @@ "@playwright/test": "1.61.1", "@sveltejs/vite-plugin-svelte": "6.2.4", "@tailwindcss/vite": "4.3.3", - "@testing-library/jest-dom": "6.9.1", + "@testing-library/jest-dom": "7.0.0", "@testing-library/svelte": "5.4.2", "@types/dompurify": "3.2.0", "@xterm/addon-fit": "0.11.0", diff --git a/sites/images-devsy-sh/package-lock.json b/sites/images-devsy-sh/package-lock.json index 09b2d12cd..6b88c83e8 100644 --- a/sites/images-devsy-sh/package-lock.json +++ b/sites/images-devsy-sh/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@sveltejs/vite-plugin-svelte": "7.2.0", "@tailwindcss/vite": "4.3.3", - "@testing-library/jest-dom": "6.9.1", + "@testing-library/jest-dom": "7.0.0", "@testing-library/svelte": "5.4.2", "@types/node": "24.13.3", "jsdom": "29.1.1", @@ -1559,9 +1559,9 @@ "license": "MIT" }, "node_modules/@testing-library/jest-dom": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", - "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.0.tgz", + "integrity": "sha512-HKAH9C6mBo5yBG6yRO5i43L2iisencAo5z+o5P/saHUoY+miC5ivXRxHBJcFyB5ypPNxHJdK3BoF/3O4DIptMg==", "dev": true, "license": "MIT", "dependencies": { @@ -1573,9 +1573,12 @@ "redent": "^3.0.0" }, "engines": { - "node": ">=14", + "node": ">=22", "npm": ">=6", "yarn": ">=1" + }, + "peerDependencies": { + "@testing-library/dom": ">=10 <11" } }, "node_modules/@testing-library/svelte": { diff --git a/sites/images-devsy-sh/package.json b/sites/images-devsy-sh/package.json index 666c79637..62391fc90 100644 --- a/sites/images-devsy-sh/package.json +++ b/sites/images-devsy-sh/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@sveltejs/vite-plugin-svelte": "7.2.0", "@tailwindcss/vite": "4.3.3", - "@testing-library/jest-dom": "6.9.1", + "@testing-library/jest-dom": "7.0.0", "@testing-library/svelte": "5.4.2", "@types/node": "24.13.3", "jsdom": "29.1.1",