1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Upgrading dns-packet to ^5.2.2 to resolve vulnerability (#11172)

This commit is contained in:
ryanml 2021-05-24 16:07:06 -07:00
parent 143a47ed09
commit 28315d64f5
2 changed files with 5 additions and 5 deletions

View File

@ -75,6 +75,7 @@
"**/xmlhttprequest-ssl": "^1.6.2", "**/xmlhttprequest-ssl": "^1.6.2",
"3box/ipfs/ipld-zcash/zcash-bitcore-lib/lodash": "^4.17.21", "3box/ipfs/ipld-zcash/zcash-bitcore-lib/lodash": "^4.17.21",
"3box/ipfs/ipld-zcash/zcash-bitcore-lib/elliptic": "^6.5.4", "3box/ipfs/ipld-zcash/zcash-bitcore-lib/elliptic": "^6.5.4",
"3box/ipfs/libp2p-mdns/multicast-dns/dns-packet": "^5.2.2",
"3box/**/libp2p-crypto/node-forge": "^0.10.0", "3box/**/libp2p-crypto/node-forge": "^0.10.0",
"3box/**/libp2p-keychain/node-forge": "^0.10.0", "3box/**/libp2p-keychain/node-forge": "^0.10.0",
"analytics-node/axios": "^0.21.1", "analytics-node/axios": "^0.21.1",

View File

@ -9267,13 +9267,12 @@ dnd-core@^7.4.4:
invariant "^2.2.4" invariant "^2.2.4"
redux "^4.0.1" redux "^4.0.1"
dns-packet@^4.0.0: dns-packet@^4.0.0, dns-packet@^5.2.2:
version "4.2.0" version "5.2.2"
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-4.2.0.tgz#3fd6f5ff5a4ec3194ed0b15312693ffe8776b343" resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.2.2.tgz#e4c7d12974cc320b0c0d4b9bbbf68ac151cfe81e"
integrity sha512-bn1AKpfkFbm0MIioOMHZ5qJzl2uypdBwI4nYNsqvhjsegBhcKJUlCrMPWLx6JEezRjxZmxhtIz/FkBEur2l8Cw== integrity sha512-sQN+vLwC3PvOXiCH/oHcdzML2opFeIdVh8gjjMZrM45n4dR80QF6o3AzInQy6F9Eoc0VJYog4JpQTilt4RFLYQ==
dependencies: dependencies:
ip "^1.1.5" ip "^1.1.5"
safe-buffer "^5.1.1"
doctrine@1.5.0: doctrine@1.5.0:
version "1.5.0" version "1.5.0"