From 9d1ec2c636846d877eedfcab848bff8398875e2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:35:05 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to ^6.6.4 --- commafeed-client/package-lock.json | 17 +---------------- commafeed-client/package.json | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 0b1b6b37..e9cb8839 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -49,7 +49,7 @@ "@lingui/babel-plugin-lingui-macro": "^5.3.3", "@lingui/cli": "^5.3.3", "@lingui/vite-plugin": "^5.3.3", - "@testing-library/jest-dom": "^6.6.3", + "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/mousetrap": "^1.6.15", @@ -6790,21 +6790,6 @@ "devOptional": true, "license": "ISC" }, - "node_modules/yaml": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz", - "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - } - }, "node_modules/yargs": { "version": "17.7.2", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index a0505ec5..b33fc420 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -56,7 +56,7 @@ "@lingui/babel-plugin-lingui-macro": "^5.3.3", "@lingui/cli": "^5.3.3", "@lingui/vite-plugin": "^5.3.3", - "@testing-library/jest-dom": "^6.6.3", + "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/mousetrap": "^1.6.15",