diff --git a/src/deps.ts b/src/deps.ts index dd1f654..f85dba7 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -21,7 +21,7 @@ export { nip19, nip21, verifySignature, -} from 'npm:nostr-tools@^1.11.1'; +} from 'npm:nostr-tools@^1.11.2'; export { findReplyTag } from 'https://gitlab.com/soapbox-pub/mostr/-/raw/c67064aee5ade5e01597c6d23e22e53c628ef0e2/src/nostr/tags.ts'; export { parseFormData } from 'npm:formdata-helper@^0.3.0'; // @deno-types="npm:@types/lodash@4.14.194"