From c485275e863436d94146d91428beb1c81612f444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 17:09:35 +0000 Subject: [PATCH] chore(deps-dev): bump jest-localstorage-mock from 2.4.18 to 2.4.19 Bumps [jest-localstorage-mock](https://github.com/clarkbw/jest-localstorage-mock) from 2.4.18 to 2.4.19. - [Release notes](https://github.com/clarkbw/jest-localstorage-mock/releases) - [Commits](https://github.com/clarkbw/jest-localstorage-mock/compare/v2.4.18...v2.4.19) --- updated-dependencies: - dependency-name: jest-localstorage-mock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3f3cfb669..45d397f905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15186,9 +15186,9 @@ } }, "jest-localstorage-mock": { - "version": "2.4.18", - "resolved": "https://registry.npmjs.org/jest-localstorage-mock/-/jest-localstorage-mock-2.4.18.tgz", - "integrity": "sha512-zQTrtPeyGXvqM9Vw8nYd39Z0YAD2SK2hptyxLLaR/Ci5X72pcPBaiTDTfTeNq8FOuH/aVUSp8jhJUeFHMhuNeg==", + "version": "2.4.19", + "resolved": "https://registry.npmjs.org/jest-localstorage-mock/-/jest-localstorage-mock-2.4.19.tgz", + "integrity": "sha512-TW7Cw6dbg4mgpxVUKmHU/sjOaUrUU2kp1DiWAY7JaPGDN1cRC/yXx1ewcJyPZ4d4qAd0UtJOER50sDjJSwVYGQ==", "dev": true }, "jest-matcher-utils": { diff --git a/package.json b/package.json index feab95be67..552b43c2f7 100644 --- a/package.json +++ b/package.json @@ -223,7 +223,7 @@ "husky": "^7.0.4", "jest": "^26.6.3", "jest-extended": "^1.2.1", - "jest-localstorage-mock": "^2.4.18", + "jest-localstorage-mock": "^2.4.19", "jest-mock-axios": "^4.5.0", "lint-staged": "^12.1.7", "maildev": "^1.1.0",