From 6993a75f71a75e51a453152fca480865a7b5c2ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:34:56 +0000 Subject: [PATCH] Update dependency jest-snapshot-serializer-raw to v2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 91f290fc..fac3ec07 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-prettier": "5.0.0", "eslint-plugin-prettier-doc": "1.1.0", "jest": "29.7.0", - "jest-snapshot-serializer-raw": "1.2.0", + "jest-snapshot-serializer-raw": "2.0.0", "lz-string": "1.5.0", "prettier": "3.0.3", "prettier-plugin-organize-imports": "3.2.3", diff --git a/yarn.lock b/yarn.lock index 65fdbd59..9594cab4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3047,10 +3047,10 @@ jest-runtime@^29.7.0: slash "^3.0.0" strip-bom "^4.0.0" -jest-snapshot-serializer-raw@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/jest-snapshot-serializer-raw/-/jest-snapshot-serializer-raw-1.2.0.tgz#cd67afb5e5cc39d88d518b45e7320dd01ce55148" - integrity sha512-Cnp2u7GkaXBVOOelhU94x6Kb/10WJjQtgKDvqynnYGNGQlKBj06x8QZmRkL8XWWVLQ5DKA2fT5rY9kRd512JcA== +jest-snapshot-serializer-raw@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/jest-snapshot-serializer-raw/-/jest-snapshot-serializer-raw-2.0.0.tgz#c2be865a20feb2b4d9fa4bbac8c48ce1c6dbfa10" + integrity sha512-E/gWFBAltOPQVAvafH/zYkob3G/TqL/DFG3fHurinwLcFRkz6kASjuihyJJ6zoizlLUNaiOdS3v5ZflTvifpBA== jest-snapshot@^29.7.0: version "29.7.0"