Skip to content

Commit

Permalink
Merge pull request #37 from itsananderson/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
itsananderson committed Apr 7, 2021
2 parents 977422f + 02d280c commit 7fff128
Show file tree
Hide file tree
Showing 2 changed files with 1,325 additions and 794 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@
},
"homepage": "https://github.com/itsananderson/kudu-api#readme",
"dependencies": {
"request": "^2.58.0"
"request": "2.88.2"
},
"devDependencies": {
"@types/jszip": "^3.1.6",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.2",
"@types/request": "^2.48.1",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"@types/jszip": "3.4.1",
"@types/mocha": "8.2.2",
"@types/node": "14.14.37",
"@types/request": "2.48.5",
"@typescript-eslint/eslint-plugin": "4.21.0",
"@typescript-eslint/parser": "4.21.0",
"azure-publish-settings": "^1.1.0",
"del": "^4.1.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"del": "6.0.0",
"eslint": "7.23.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "3.3.1",
"gulp": "4.0.2",
"gulp-eslint": "5.0.0",
"gulp-mocha": "6.0.0",
"gulp-typescript": "^5.0.1",
"jszip": "^3.0.0",
"merge2": "^1.2.3",
"mocha": "6.1.4",
"prettier": "^1.17.1",
"typescript": "^3.4.5"
"gulp-eslint": "6.0.0",
"gulp-mocha": "8.0.0",
"gulp-typescript": "6.0.0-alpha.1",
"jszip": "3.6.0",
"merge2": "1.4.1",
"mocha": "8.3.2",
"prettier": "2.2.1",
"typescript": "4.2.3"
}
}
Loading

0 comments on commit 7fff128

Please sign in to comment.