Skip to content

Commit

Permalink
Merge pull request #1461 from jhaals/dependabot/npm_and_yarn/website/…
Browse files Browse the repository at this point in the history
…openpgp-5.5.0

build(deps): bump openpgp from 5.2.0 to 5.5.0 in /website
  • Loading branch information
jhaals committed Sep 22, 2022
2 parents fb44cff + 24453ff commit 7da416b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.1",
"openpgp": "^5.2.0",
"openpgp": "^5.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.2",
Expand Down
5 changes: 1 addition & 4 deletions website/src/utils/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ export const decryptMessage = async (
});
};

export const encryptMessage = async (
data: string,
passwords: string,
): Promise<string> => {
export const encryptMessage = async (data: string, passwords: string) => {
return encrypt({
message: await createMessage({ text: data }),
passwords,
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8281,10 +8281,10 @@ open@^8.0.9, open@^8.4.0:
is-docker "^2.1.1"
is-wsl "^2.2.0"

openpgp@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/openpgp/-/openpgp-5.2.0.tgz#1275fea03893c7a0081abd2dccaec8124ee687dc"
integrity sha512-ZDrvSMq2KZTTWnFV6bSO70HlyAX9uIu2QO/jX+Pd5lb+fewzwsnWHnzN2ZWp++QyM8ifyBPkrD7ZGFq279mpMA==
openpgp@^5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/openpgp/-/openpgp-5.5.0.tgz#235ae5a49d5fda5cfd1d82c4c42cd91433478c14"
integrity sha512-SpwcJnxrK9Y0HRM6KxSFqkAEOSWEabCH/c8dII/+y2e5f6KvuDG5ZE7JXaPBaVJNE4VUZZeTphxXDoZD0KOHrw==
dependencies:
asn1.js "^5.0.0"

Expand Down

0 comments on commit 7da416b

Please sign in to comment.