From f9506d16713952fa83375ef20826c425418d2a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 00:44:48 +0000 Subject: [PATCH] Bump jest-image-snapshot and @types/jest-image-snapshot Bumps [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot) and [@types/jest-image-snapshot](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest-image-snapshot). These dependencies needed to be updated together. Updates `jest-image-snapshot` from 6.2.0 to 6.4.0 - [Release notes](https://github.com/americanexpress/jest-image-snapshot/releases) - [Changelog](https://github.com/americanexpress/jest-image-snapshot/blob/main/CHANGELOG.md) - [Commits](https://github.com/americanexpress/jest-image-snapshot/compare/v6.2.0...v6.4.0) Updates `@types/jest-image-snapshot` from 6.2.1 to 6.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest-image-snapshot) --- updated-dependencies: - dependency-name: jest-image-snapshot dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/jest-image-snapshot" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 780c875..7f7cedb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,11 +21,11 @@ "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.5", "@types/jest-environment-puppeteer": "^5.0.4", - "@types/jest-image-snapshot": "^6.2.1", + "@types/jest-image-snapshot": "^6.4.0", "@types/react": "^18.2.28", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", - "jest-image-snapshot": "^6.2.0", + "jest-image-snapshot": "^6.4.0", "jest-puppeteer": "^9.0.1", "puppeteer": "^21.3.8", "react": "^18.2.0", @@ -3722,9 +3722,9 @@ } }, "node_modules/@types/jest-image-snapshot": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@types/jest-image-snapshot/-/jest-image-snapshot-6.2.1.tgz", - "integrity": "sha512-lq+nenXshw04WT22KhR3jlafeLWiA9FRGNAc7cD/IdDvjGo2OPvnKPFDIA7qFKy5oaY2pyBnWeyOaEkRIiE5FQ==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@types/jest-image-snapshot/-/jest-image-snapshot-6.4.0.tgz", + "integrity": "sha512-8TQ/EgqFCX0UWSpH488zAc21fCkJNpZPnnp3xWFMqElxApoJV5QOoqajnVRV7AhfF0rbQWTVyc04KG7tXnzCPA==", "dev": true, "dependencies": { "@types/jest": "*", @@ -7470,9 +7470,9 @@ } }, "node_modules/jest-image-snapshot": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.2.0.tgz", - "integrity": "sha512-9mTHBKiiSIZ26csbLmjKyN+SrVypM93S5y+jULCvn6YItgepvcrJIKGNeSyt9d2EZiutOroLs/UjtrWiBzpHbA==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.4.0.tgz", + "integrity": "sha512-IWGtSOnelwaVPd09STbJuLmnAwlBC/roJtTLGLb8M3TA0vfku3MRNEXmljTa1EMXqdRbA0oIWiqHFB1ttTGazQ==", "dev": true, "dependencies": { "chalk": "^4.0.0", @@ -14014,9 +14014,9 @@ } }, "@types/jest-image-snapshot": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@types/jest-image-snapshot/-/jest-image-snapshot-6.2.1.tgz", - "integrity": "sha512-lq+nenXshw04WT22KhR3jlafeLWiA9FRGNAc7cD/IdDvjGo2OPvnKPFDIA7qFKy5oaY2pyBnWeyOaEkRIiE5FQ==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@types/jest-image-snapshot/-/jest-image-snapshot-6.4.0.tgz", + "integrity": "sha512-8TQ/EgqFCX0UWSpH488zAc21fCkJNpZPnnp3xWFMqElxApoJV5QOoqajnVRV7AhfF0rbQWTVyc04KG7tXnzCPA==", "dev": true, "requires": { "@types/jest": "*", @@ -16741,9 +16741,9 @@ } }, "jest-image-snapshot": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.2.0.tgz", - "integrity": "sha512-9mTHBKiiSIZ26csbLmjKyN+SrVypM93S5y+jULCvn6YItgepvcrJIKGNeSyt9d2EZiutOroLs/UjtrWiBzpHbA==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.4.0.tgz", + "integrity": "sha512-IWGtSOnelwaVPd09STbJuLmnAwlBC/roJtTLGLb8M3TA0vfku3MRNEXmljTa1EMXqdRbA0oIWiqHFB1ttTGazQ==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 87dbf72..a4a0b73 100644 --- a/package.json +++ b/package.json @@ -43,11 +43,11 @@ "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.5", "@types/jest-environment-puppeteer": "^5.0.4", - "@types/jest-image-snapshot": "^6.2.1", + "@types/jest-image-snapshot": "^6.4.0", "@types/react": "^18.2.28", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", - "jest-image-snapshot": "^6.2.0", + "jest-image-snapshot": "^6.4.0", "jest-puppeteer": "^9.0.1", "puppeteer": "^21.3.8", "react": "^18.2.0",