Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
No change to logic. This updates dependencies, which includes
shelljs/shelljs#1058.
  • Loading branch information
nfischer committed Jan 8, 2022
1 parent 1d1c27c commit f9f452a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
node_modules/
coverage/
.nyc_output/
package-lock.json

*~
*.swp
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"url": "git://github.com/nfischer/shelljs-exec-proxy.git"
},
"dependencies": {
"shelljs": "^0.8.4"
"shelljs": "^0.8.5"
},
"files": [
"index.js",
Expand All @@ -43,8 +43,8 @@
"eslint-plugin-import": "^2.17.3",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"shelljs-changelog": "^0.2.0",
"shelljs-release": "^0.4.1",
"shelljs-changelog": "^0.2.6",
"shelljs-release": "^0.5.1",
"should": "^13.2.3"
}
}

0 comments on commit f9f452a

Please sign in to comment.