From 23a59cd9f320b336e92d9fd4bddf81d2ef532615 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 07:12:25 +0000 Subject: [PATCH] chore(deps): update dependency jest-image-snapshot to v6.2.0 --- package.json | 4 ++-- yarn.lock | 24 ++++++++---------------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index fdc501d..000286a 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "devDependencies": { "@playwright/test": "1.33.0", "@types/jest": "27.5.2", - "@types/jest-image-snapshot": "6.1.0", + "@types/jest-image-snapshot": "6.2.2", "@types/react": "17.0.47", "jest": "27.5.1", - "jest-image-snapshot": "6.1.0", + "jest-image-snapshot": "6.2.0", "ts-jest": "27.1.5", "typescript": "4.9.5" } diff --git a/yarn.lock b/yarn.lock index b6a8100..a3e039f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -947,10 +947,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest-image-snapshot@6.1.0": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@types/jest-image-snapshot/-/jest-image-snapshot-6.1.0.tgz#d74176821cbdf24458f39819743e9adb3d3146e9" - integrity sha512-wYayjKQGdI0ZbmsAq7OPt+5wMMi1CDXXkF3LfoGj4eRC0dOqlYJdXqLwfC89Qf2apQdlL9StgCkw0iTDb8lpUw== +"@types/jest-image-snapshot@6.2.2": + version "6.2.2" + resolved "https://registry.yarnpkg.com/@types/jest-image-snapshot/-/jest-image-snapshot-6.2.2.tgz#aa4aba670b31bd0cd83cf044051b660666e838ee" + integrity sha512-wRjyeSDkBiYUXURQgWkfmlcKG5vpv3VsoWfwtbQPHgicjCx/sBtRKR2kCT6MGCWNY+HuWbrmvVVAaVSsqU4Q4Q== dependencies: "@types/jest" "*" "@types/pixelmatch" "*" @@ -3031,16 +3031,15 @@ jest-haste-map@^27.5.1: optionalDependencies: fsevents "^2.3.2" -jest-image-snapshot@6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-6.1.0.tgz#96a17b00530e1358eae657f6c9bb948e29ee7510" - integrity sha512-LZYoks6V1HAkYqyi80gUjMWVsa++Oy0fckAGMLBQseVweZT9AmJNKAINwHLqX1fpeMy2hTG5CCEe4IUX2N3Nmg== +jest-image-snapshot@6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-6.2.0.tgz#b6bfc3e1585ec14b2b0595daf537ae1b4d7f8d13" + integrity sha512-9mTHBKiiSIZ26csbLmjKyN+SrVypM93S5y+jULCvn6YItgepvcrJIKGNeSyt9d2EZiutOroLs/UjtrWiBzpHbA== dependencies: chalk "^4.0.0" get-stdin "^5.0.1" glur "^1.1.2" lodash "^4.17.4" - mkdirp "^0.5.1" pixelmatch "^5.1.0" pngjs "^3.4.0" rimraf "^2.6.2" @@ -3567,13 +3566,6 @@ minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== -mkdirp@^0.5.1: - version "0.5.5" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" - integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== - dependencies: - minimist "^1.2.5" - modern-normalize@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/modern-normalize/-/modern-normalize-1.1.0.tgz#da8e80140d9221426bd4f725c6e11283d34f90b7"