From 7adba997f8f8eb91bc203fb93cd4bfef53abbb37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:19:58 +0000 Subject: [PATCH] Update dependency jest-image-snapshot to ^6.5.1 --- package-lock.json | 66 ++++------------------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 62 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1ba3d88..b41507c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "css-loader": "^7.1.2", "html-webpack-plugin": "^5.6.3", "identity-obj-proxy": "^3.0.0", - "jest-image-snapshot": "^6.4.0", + "jest-image-snapshot": "^6.5.1", "js-md5": "^0.8.3", "merge-props": "^6.0.0", "overlap-area": "^1.1.0", @@ -11726,10 +11726,11 @@ } }, "node_modules/jest-image-snapshot": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.4.0.tgz", - "integrity": "sha512-IWGtSOnelwaVPd09STbJuLmnAwlBC/roJtTLGLb8M3TA0vfku3MRNEXmljTa1EMXqdRbA0oIWiqHFB1ttTGazQ==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.5.1.tgz", + "integrity": "sha512-xlJFufgfY2Z4DsRsjcnTwxuynvo1bKdhf4OfcEftNuUAK+BwSCUtPmwlBGJhQ0XJXfm9JMAi/4BhQiHbaV8HrA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "chalk": "^4.0.0", "get-stdin": "^5.0.1", @@ -11737,7 +11738,6 @@ "lodash": "^4.17.4", "pixelmatch": "^5.1.0", "pngjs": "^3.4.0", - "rimraf": "^2.6.2", "ssim.js": "^3.1.1" }, "engines": { @@ -11752,62 +11752,6 @@ } } }, - "node_modules/jest-image-snapshot/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/jest-image-snapshot/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/jest-image-snapshot/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/jest-image-snapshot/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, "node_modules/jest-junit": { "version": "16.0.0", "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-16.0.0.tgz", diff --git a/package.json b/package.json index 15c3d366..662f7324 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "css-loader": "^7.1.2", "html-webpack-plugin": "^5.6.3", "identity-obj-proxy": "^3.0.0", - "jest-image-snapshot": "^6.4.0", + "jest-image-snapshot": "^6.5.1", "js-md5": "^0.8.3", "merge-props": "^6.0.0", "overlap-area": "^1.1.0",