Skip to content

Commit b0a9169

Browse files
author
Julio Farah
authored
Resolve is-email v 1.0.2 for all integrations (#640)
1 parent 9d2ab0a commit b0a9169

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@segment/analytics.js-integration": "^3.3.3",
45-
"domify": "1.4.1"
45+
"domify": "1.4.1",
46+
"is-email": "1.0.2"
4647
}
4748
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8923,6 +8923,11 @@ [email protected]:
89238923
resolved "https://registry.yarnpkg.com/is-email/-/is-email-0.1.0.tgz#e7eb1aefe8d4a3183980a7172b851272ebd04a95"
89248924
integrity sha1-5+sa7+jUoxg5gKcXK4UScuvQSpU=
89258925

8926+
8927+
version "1.0.2"
8928+
resolved "https://registry.yarnpkg.com/is-email/-/is-email-1.0.2.tgz#51a618e2ddc895988ceb550df9f587b3607560e5"
8929+
integrity sha512-UojUgD2EhDTBQ2SGKwrK9edce5phRzgLsP+V5+Uu2Swi+uvjVXgH3zduM3HhT9iaC/9Kq19/TYUbP0jPoi6ioA==
8930+
89268931
is-email@^1.0.1:
89278932
version "1.0.1"
89288933
resolved "https://registry.yarnpkg.com/is-email/-/is-email-1.0.1.tgz#6f98c0ab6a0e3936dc4da7f2ab334f7faebbaa56"

0 commit comments

Comments
 (0)