Skip to content

Commit

Permalink
Upgrade: npm runtime dependencies (#104)
Browse files Browse the repository at this point in the history
* Update npm dev dependencies

* Update runtime npm dependencies
  • Loading branch information
adamkingit authored and alewitt2 committed Aug 17, 2020
1 parent 6f21e37 commit 82c6324
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 29 deletions.
39 changes: 16 additions & 23 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"dependencies": {
"@kubernetes/client-node": "^0.12.0",
"JSONStream": "^1.3.5",
"bunyan": "^1.8.12",
"bunyan": "^1.8.14",
"clone": "^2.1.2",
"deepmerge": "^4.2.0",
"delay": "^4.1.0",
"fs-extra": "^9.0.0",
"deepmerge": "^4.2.2",
"delay": "^4.4.0",
"fs-extra": "^9.0.1",
"object-path": "^0.11.4",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"touch": "^3.1.0",
"valid-url": "^1.0.9"
},
Expand Down

0 comments on commit 82c6324

Please sign in to comment.