diff --git a/package-lock.json b/package-lock.json index 4141544d..34c3e164 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@storybook/cli": "^10.1.11", "@storybook/react-vite": "^10.1.11", "@tabler/icons-react": "3.35.0", - "@types/jest-image-snapshot": "^6.4.0", + "@types/jest-image-snapshot": "^6.4.1", "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", @@ -6252,9 +6252,9 @@ } }, "node_modules/@types/jest-image-snapshot": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@types/jest-image-snapshot/-/jest-image-snapshot-6.4.0.tgz", - "integrity": "sha512-8TQ/EgqFCX0UWSpH488zAc21fCkJNpZPnnp3xWFMqElxApoJV5QOoqajnVRV7AhfF0rbQWTVyc04KG7tXnzCPA==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@types/jest-image-snapshot/-/jest-image-snapshot-6.4.1.tgz", + "integrity": "sha512-pj3Sdc7Cx5mMLUttPprazSDQCur2cr512Dm38e9aAHI55LDxEhqdyqzK9myC4EmEy7sPAF2nGJ8zifX4qso7sQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3a95c7dc..14828355 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@storybook/cli": "^10.1.11", "@storybook/react-vite": "^10.1.11", "@tabler/icons-react": "3.35.0", - "@types/jest-image-snapshot": "^6.4.0", + "@types/jest-image-snapshot": "^6.4.1", "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1",