From cf00a0d6816bc00068918ccc7b29f2cf9603aa41 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:02:07 +0300 Subject: [PATCH] chore(deps): update dependency @types/cypress-image-snapshot to v3.1.7 (#194) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index da309cac3..f9ab96645 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "@taiga-ui/testing": "3.42.1", "@testing-library/cypress": "9.0.0", "@tinkoff/ng-dompurify": "3.0.0", - "@types/cypress-image-snapshot": "3.1.6", + "@types/cypress-image-snapshot": "3.1.7", "@types/dompurify": "2.4.0", "@types/express": "4.17.17", "@types/jest": "28.1.8", @@ -11739,9 +11739,9 @@ } }, "node_modules/@types/cypress-image-snapshot": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/@types/cypress-image-snapshot/-/cypress-image-snapshot-3.1.6.tgz", - "integrity": "sha512-N3aUkw/yWPtdV5Ilze3UskxHjkM4mHjvQ8w9o0RK7Y6IvRkdwNyZhzGacYceCx9RTQsyw6sa1DXBHx4toDR8tQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@types/cypress-image-snapshot/-/cypress-image-snapshot-3.1.7.tgz", + "integrity": "sha512-pTcbVQQKpTBHfDAGYAVtRDjRHz2ngTGfGYIhV/5fqf51qhtxMctICtC5iBh2EqK6HLB5jyMlFakqRVZAdxtSDA==", "dev": true }, "node_modules/@types/dompurify": { diff --git a/package.json b/package.json index d19799c42..d18f6c801 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@taiga-ui/testing": "3.42.1", "@testing-library/cypress": "9.0.0", "@tinkoff/ng-dompurify": "3.0.0", - "@types/cypress-image-snapshot": "3.1.6", + "@types/cypress-image-snapshot": "3.1.7", "@types/dompurify": "2.4.0", "@types/express": "4.17.17", "@types/jest": "28.1.8",