From 501790964f493232cc002d459532c7c966a8d03f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:44:09 +0000 Subject: [PATCH] Update dependency jest to ^29.7.0 --- package-lock.json | 16 +--------------- package.json | 2 +- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 612f556..0460e67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "cypress": "^14.2.1", "eslint-config-prettier": "^10.0.0", "eslint-plugin-prettier": "^5.0.0", - "jest": "^29.0.0", + "jest": "^29.7.0", "prettier": "^3.0.0", "sass": "^1.86.3", "ts-jest": "^29.3.1", @@ -12794,20 +12794,6 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true }, - "node_modules/yaml": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", - "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14" - } - }, "node_modules/yargs": { "version": "17.7.2", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", diff --git a/package.json b/package.json index cea86db..7f1f4d5 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "cypress": "^14.2.1", "eslint-config-prettier": "^10.0.0", "eslint-plugin-prettier": "^5.0.0", - "jest": "^29.0.0", + "jest": "^29.7.0", "prettier": "^3.0.0", "sass": "^1.86.3", "ts-jest": "^29.3.1",