Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[*] [deps] update resolve
  • Loading branch information
ljharb committed Apr 11, 2019
1 parent 28dd614 commit 40bf40a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -86,7 +86,7 @@
"lodash": "^4.17.11",
"minimatch": "^3.0.4",
"read-pkg-up": "^2.0.0",
"resolve": "^1.9.0"
"resolve": "^1.10.0"
},
"nyc": {
"require": [
Expand Down
2 changes: 1 addition & 1 deletion resolvers/node/package.json
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/benmosher/eslint-plugin-import",
"dependencies": {
"debug": "^2.6.9",
"resolve": "^1.5.0"
"resolve": "^1.10.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
Expand Up @@ -38,7 +38,7 @@
"interpret": "^1.0.0",
"lodash": "^4.17.4",
"node-libs-browser": "^1.0.0 || ^2.0.0",
"resolve": "^1.4.0",
"resolve": "^1.10.0",
"semver": "^5.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 40bf40a

Please sign in to comment.