Skip to content

Commit

Permalink
Resolve dns-packet to 1.3.4 to fix CVE-2021-23386 (microsoft#7942)
Browse files Browse the repository at this point in the history
Co-authored-by: Soroush <hatpick@fmail.com>
  • Loading branch information
hatpick and Soroush committed May 27, 2021
1 parent 811cb66 commit 0c03114
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"y18n": "^5.0.5",
"immer": "^8.0.1",
"url-parse": "^1.5.1",
"underscore": "^1.12.1"
"underscore": "^1.12.1",
"dns-packet": "^1.3.4"
},
"engines": {
"node": ">=12"
Expand Down
8 changes: 4 additions & 4 deletions Composer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10363,10 +10363,10 @@ dns-equal@^1.0.0:
resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=

dns-packet@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz#12aa426981075be500b910eedcd0b47dd7deda5a"
integrity sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==
dns-packet@^1.3.1, dns-packet@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz#e3455065824a2507ba886c55a89963bb107dec6f"
integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==
dependencies:
ip "^1.1.0"
safe-buffer "^5.0.1"
Expand Down

0 comments on commit 0c03114

Please sign in to comment.