node-duckduckgo
Advanced tools
Comparing version 2.0.15 to 2.0.16
{ | ||
"name": "node-duckduckgo", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"description": "DuckDuckGo client for node", | ||
@@ -42,7 +42,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/chai": "4.2.14", | ||
"@types/mocha": "8.2.0", | ||
"chai": "^4.2.0", | ||
"@types/chai": "4.2.15", | ||
"@types/mocha": "8.2.2", | ||
"chai": "4.3.4", | ||
"del": "6.0.0", | ||
"mocha": "8.2.1", | ||
"mocha": "8.3.2", | ||
"nss-run": "^0.3.0", | ||
@@ -53,3 +53,3 @@ "shelljs": "^0.8.3", | ||
"tslint-clean-code": "^0.2.10", | ||
"typescript": "4.1.3" | ||
"typescript": "4.2.3" | ||
}, | ||
@@ -56,0 +56,0 @@ "dependencies": { |
8029