From 36fe5a8bd4f9e77b3851adade4b9d9adfa3af0b5 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Wed, 16 Oct 2024 09:11:07 -0230 Subject: [PATCH] chore: Cherry pick f523617a9 to v12.4.2 (#27899) Cherry picks f523617a9 (https://github.com/MetaMask/metamask-extension/pull/27856) to v12.4.2 RC branch Co-authored-by: Frederik Bolding --- .yarnrc.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 7176c6152327..fb335f532861 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -120,15 +120,9 @@ npmAuditIgnoreAdvisories: # upon old versions of ethereumjs-utils. - 'ethereum-cryptography (deprecation)' - # Currently only dependent on deprecated @metamask/types as it is brought in - # by @metamask/keyring-api. Updating the dependency in keyring-api will - # 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)' + # Currently in use for the network list drag and drop functionality. + # Maintenance has stopped and the project will be archived in 2025. + - 'react-beautiful-dnd (deprecation)' npmRegistries: 'https://npm.pkg.github.com':