Skip to content

Commit b38aed2

Browse files
build(deps-dev): bump ava from 5.3.1 to 6.1.2 (#5608)
* build(deps-dev): bump ava from 5.3.1 to 6.1.1 Bumps [ava](https://github.com/avajs/ava) from 5.3.1 to 6.1.1. - [Release notes](https://github.com/avajs/ava/releases) - [Commits](avajs/ava@v5.3.1...v6.1.1) --- updated-dependencies: - dependency-name: ava dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * add registerCompletionHandler * wip * wip * wip * wip * wip * wip * wip * add registerCompletionHandler * add “—force” flag to artifact push * move registerCompletionHandler * wip * use process.exit(0) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roma Sosnovsky <[email protected]>
1 parent 6ff303b commit b38aed2

File tree

6 files changed

+895
-684
lines changed

6 files changed

+895
-684
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ updates:
2626
# https://github.com/FlowCrypt/flowcrypt-browser/pull/3961#issuecomment-921335748
2727
- dependency-name: "iso-8859-2"
2828
versions: [ ">=1.0.1" ]
29-
- dependency-name: "ava"
30-
update-types: ["version-update:semver-major"]
3129
- dependency-name: "chai"
3230
update-types: ["version-update:semver-major"]
3331
- dependency-name: "chai-as-promised"

extension/chrome/emails/email_intro.template.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<div dir="ltr">
44
<div style="font-size: 12.8px">
5-
This email contains a key backup. It will help you access your encrypted messages from other computers (along with your passphrase). You can safely leave
6-
it in your inbox or archive it.
5+
This email contains a key backup. It will help you access your encrypted messages from other computers (along with your passphrase). You can safely leave it
6+
in your inbox or archive it.
77
</div>
88
<br />
99
<div style="font-size: 12.8px">The key below is protected with passphrase that only you know. You should make sure to note your passphrase down.</div>

extension/chrome/texts/passphrase_help.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
>
1010
<p>Combinations like that are memorable, easy to type and the most secure.</p>
1111
<p>
12-
In contrast, passphrases like <code class="bad">@ut0m4t3d</code>, <code class="bad">Honey167!</code> or <code class="bad">lA45pf8$d</code> are a poor
13-
choice when it comes to security. Because they are so short, on a fleet of 10,000 ordinary computers, these <b>can be guessed in 7 seconds</b>.
12+
In contrast, passphrases like <code class="bad">@ut0m4t3d</code>, <code class="bad">Honey167!</code> or <code class="bad">lA45pf8$d</code> are a poor choice
13+
when it comes to security. Because they are so short, on a fleet of 10,000 ordinary computers, these <b>can be guessed in 7 seconds</b>.
1414
</p>
1515
<p>
1616
To read more, see <a href="https://blogs.dropbox.com/tech/2012/04/zxcvbn-realistic-password-strength-estimation/" target="_blank">zxcvbn article</a> by

0 commit comments

Comments
 (0)