From ce92700b5d3edb1220938bcc923ece0e5e3ef596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:48:52 +0000 Subject: [PATCH] chore(deps): bump fastmail-masked-email from 2.0.1 to 2.1.0 Bumps [fastmail-masked-email](https://github.com/ajyey/fastmail-masked-email) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/ajyey/fastmail-masked-email/releases) - [Changelog](https://github.com/ajyey/fastmail-masked-email/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajyey/fastmail-masked-email/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: fastmail-masked-email dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b2db8e7..03494e2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "update-version": "node utils/update-version.js" }, "dependencies": { - "fastmail-masked-email": "^2.0.1", + "fastmail-masked-email": "^2.1.0", "fuse.js": "^6.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index d317ddb..bff2fee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2742,10 +2742,10 @@ fastest-levenshtein@^1.0.16: resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5" integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg== -fastmail-masked-email@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fastmail-masked-email/-/fastmail-masked-email-2.0.1.tgz#4a7eee2474f6c473fda459d0b10ec7ad8b9eb709" - integrity sha512-/slavKRwhIisLWhukpIaGlQCgeaMPUOWxGDCyHEAxvTDzOzJZkyN0ZgIQvLiLa4oJifYxMWwZ3XrOIu7I66gqA== +fastmail-masked-email@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/fastmail-masked-email/-/fastmail-masked-email-2.1.0.tgz#113da3500f3ce398a0bab9c4ad7693d8889e22dc" + integrity sha512-Up9uJGnAvXq+sfuOwGDVdp9BEsPbwpw+jlZfExMj563cGUUxs3cei7bWIeJr8HDQNnkGEo7lbZX01n1HLkh9dw== dependencies: axios "^1.4.0" debug "^4.3.4"