Skip to content

Commit

Permalink
Merge pull request #6 from kshetline/development
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
kshetline committed May 6, 2021
2 parents eb6d590 + e7b2d12 commit 20d1c6e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
94 changes: 47 additions & 47 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "by-request",
"version": "1.2.5",
"version": "1.2.6",
"description": "Simple Node http client for use with promises, async/await.",
"main": "dist/index.js",
"typings": "dist/index",
Expand Down Expand Up @@ -39,23 +39,23 @@
"jsonp"
],
"dependencies": {
"@tubular/util": "^3.6.1",
"follow-redirects": "^1.13.3",
"@tubular/util": "^3.7.0",
"follow-redirects": "^1.14.0",
"http-status-codes": "^1.4.0",
"iconv-lite": "^0.5.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/chai": "^4.2.16",
"@types/chai": "^4.2.17",
"@types/chai-as-promised": "^7.1.3",
"@types/compression": "1.7.0",
"@types/express": "^4.17.11",
"@types/follow-redirects": "^1.13.0",
"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.2",
"@types/node": "^13.13.50",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@types/node": "^13.13.51",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"compression": "^1.7.4",
Expand Down

0 comments on commit 20d1c6e

Please sign in to comment.