Skip to content

Commit

Permalink
feature: dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCarmona committed Sep 16, 2019
1 parent f6cfd3a commit f8eab39
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 4 deletions.
123 changes: 123 additions & 0 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@runnerty/executor-filesystem",
"version": "1.0.1",
"version": "1.0.2",
"description": "Runnerty module: filesystem executor",
"main": "index.js",
"dependencies": {
"bytes": "^2.5.0",
"fs-extra": "^4.0.1",
"glob": "^7.1.2"
"bytes": "^3.1.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"lodash": "^4.17.15"
},
"devDependencies": {},
"scripts": {
Expand Down

0 comments on commit f8eab39

Please sign in to comment.