Skip to content

Commit

Permalink
v1.8.2 - Updated Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markSmurphy committed Dec 19, 2020
1 parent 5384e27 commit 789a2ca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.8.2] - December 19<sup>th</sup> 2020

### Changed

* Updated dependencies (`yargs` & `supports-color`)

---

## [1.8.1] - 4<sup>th</sup> December 2020

### Changed
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distributed-dig",
"version": "1.8.1",
"version": "1.8.2",
"description": "A utility which makes DNS lookup requests across multiple DNS resolvers and collates the results.",
"main": "distributed-dig.js",
"scripts": {
Expand Down Expand Up @@ -47,9 +47,9 @@
"is-valid-domain": "0.0.17",
"native-dns-multisocket": "^0.7.0",
"pretty-error": "^2.1.2",
"supports-color": "^8.0.0",
"supports-color": "^8.1.0",
"valid-url": "^1.0.9",
"yargs": "^16.1.1"
"yargs": "^16.2.0"
},
"devDependencies": {}
}

0 comments on commit 789a2ca

Please sign in to comment.