Skip to content

Commit

Permalink
deps: update deps, match to npm@7
Browse files Browse the repository at this point in the history
PR-URL: #2126
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
  • Loading branch information
rvagg committed May 26, 2020
1 parent 5f47b7a commit d45438a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -24,25 +24,25 @@
"dependencies": {
"env-paths": "^2.2.0",
"glob": "^7.1.4",
"graceful-fs": "^4.2.2",
"graceful-fs": "^4.2.3",
"mkdirp": "^0.5.1",
"nopt": "^4.0.1",
"nopt": "^4.0.3",
"npmlog": "^4.1.2",
"request": "^2.88.0",
"request": "^2.88.2",
"rimraf": "^2.6.3",
"semver": "^5.7.1",
"tar": "^4.4.12",
"which": "^1.3.1"
"semver": "^7.3.2",
"tar": "^6.0.1",
"which": "^2.0.2"
},
"engines": {
"node": ">= 6.0.0"
},
"devDependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0",
"nan": "^2.14.1",
"require-inject": "^1.4.4",
"standard": "^14.3.1",
"tap": "~12.7.0"
"standard": "^14.3.4",
"tap": "^12.7.0"
},
"scripts": {
"lint": "standard */*.js test/**/*.js",
Expand Down

0 comments on commit d45438a

Please sign in to comment.