Skip to content

Commit c314690

Browse files
committed
Update eslint and tar
1 parent 028e541 commit c314690

File tree

2 files changed

+38
-64
lines changed

2 files changed

+38
-64
lines changed

npm-shrinkwrap.json

Lines changed: 29 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"chai": "^4.1.1",
5454
"chai-string": "^1.4.0",
5555
"cross-env": "^5.0.1",
56-
"eslint": "^4.5.0",
56+
"eslint": "^4.17.0",
5757
"eslint-config-es": "^0.8.12",
5858
"eslint-plugin-babel": "^4.1.0",
59-
"eslint-plugin-markdown": "^1.0.0-beta.4",
59+
"eslint-plugin-markdown": "^1.0.0-beta.7",
6060
"gfm-code-blocks": "^1.0.0",
6161
"keypair": "^1.0.1",
6262
"mocha": "^3.5.3",
@@ -70,26 +70,26 @@
7070
"async": "^2.6.0",
7171
"axios": "^0.17.1",
7272
"babel-polyfill": "^6.26.0",
73-
"bluebird": "~3.5.0",
73+
"bluebird": "^3.5.0",
7474
"boxen": "^1.3.0",
7575
"chalk": "^2.1.0",
7676
"debug": "^3.0.0",
77-
"expand-tilde": "~2.0.2",
77+
"expand-tilde": "^2.0.2",
7878
"global-modules": "^1.0.0",
7979
"joi": "^12.0.0",
8080
"lodash": "^4.17.4",
81-
"nodemiral": "~1.1.1",
81+
"nodemiral": "^1.1.1",
8282
"opencollective": "^1.0.3",
8383
"parse-json": "^4.0.0",
84-
"random-seed": "~0.3.0",
84+
"random-seed": "0.3.0",
8585
"resolve-from": "^4.0.0",
86-
"shelljs": "~0.5.0",
86+
"shelljs": "0.5.3",
8787
"silent-npm-registry-client": "^3.0.1",
8888
"ssh2": "0.4.x",
89-
"tar": "^4.0.2",
89+
"tar": "^4.3.2",
9090
"traverse": "^0.6.6",
9191
"uuid": "^3.1.0",
92-
"yargs": "~8.0.2"
92+
"yargs": "^8.0.2"
9393
},
9494
"nyc": {
9595
"sourceMap": false,

0 commit comments

Comments
 (0)