diff --git a/package.json b/package.json index a6b2afe..4f89216 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "expect": "^29.3.1", "expect-mocha-snapshot": "^2.1.5", "fs-extra": "^10.0.0", - "jest-image-matcher": "^2.0.0", + "jest-image-matcher": "^3.0.0", "mocha": "^9.0.0", "sharp": "^0.31.3" }, diff --git a/yarn.lock b/yarn.lock index 87e96f7..f41b9f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6893,10 +6893,10 @@ jest-haste-map@^27.5.1: optionalDependencies: fsevents "^2.3.2" -jest-image-matcher@^2.0.0: - version "2.0.11" - resolved "https://registry.yarnpkg.com/jest-image-matcher/-/jest-image-matcher-2.0.11.tgz#e3c3e1a67b72529934f96f1a514b760b39c5e28a" - integrity sha512-Evvuaj8BWPds0T03MmqL6bZJTdfJVyHicN6MqeIkqZVhmwc2EQfPfaMXyF+654m/C1tBGESWCCgZi3BS26I1Kg== +jest-image-matcher@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/jest-image-matcher/-/jest-image-matcher-3.0.1.tgz#f6613fbfb7b300003d06272a099165f0300af224" + integrity sha512-O/3XJ5AQ2R/cDVaqc0xtch6Xv1tTYv+PqlQfw8zIr3KRFmx40/l0B/elqU13gbZoho7q335ActihZBlp9HTVjg== dependencies: "@dword-design/functions" "^4.0.0" fs-extra "^10.0.0"