Skip to content

Commit 2369744

Browse files
authored
chore: update dependencies (#25)
1 parent 1d1c27c commit 2369744

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules/
22
coverage/
33
.nyc_output/
4+
package-lock.json
45

56
*~
67
*.swp

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"url": "git://github.com/nfischer/shelljs-exec-proxy.git"
3131
},
3232
"dependencies": {
33-
"shelljs": "^0.8.4"
33+
"shelljs": "^0.8.5"
3434
},
3535
"files": [
3636
"index.js",
@@ -43,8 +43,8 @@
4343
"eslint-plugin-import": "^2.17.3",
4444
"mocha": "^6.1.4",
4545
"nyc": "^14.1.1",
46-
"shelljs-changelog": "^0.2.0",
47-
"shelljs-release": "^0.4.1",
46+
"shelljs-changelog": "^0.2.6",
47+
"shelljs-release": "^0.5.1",
4848
"should": "^13.2.3"
4949
}
5050
}

0 commit comments

Comments
 (0)