Skip to content

Commit

Permalink
Ignore @metamask/snaps-ui deprecation (#21896)
Browse files Browse the repository at this point in the history
`@metamask/snaps-ui` is indirectly used by `@metamask/keyring-api` but
is deprecated, so we are getting an audit failure. Replacing
`@metamask/snaps-ui` with `@metamask/snaps-sdk` will solve this but in
the meantime we are ignoring this deprecation to unblock further merges.
  • Loading branch information
mcmire authored and danjm committed Nov 23, 2023
1 parent 8a5d61f commit 0345a1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ npmAuditIgnoreAdvisories:
# remove this.
- '@metamask/types (deprecation)'

# @metamask/keyring-api also depends on @metamask/snaps-ui which is
# deprecated. Replacing that dependency with @metamask/snaps-sdk will remove
# this.
- '@metamask/snaps-ui (deprecation)'

npmRegistries:
'https://npm.pkg.github.com':
npmAlwaysAuth: true
Expand Down

0 comments on commit 0345a1b

Please sign in to comment.