Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent 7bd1d30 commit 58831dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"fs-plus": "3.x",
"git-utils": "^5.7.3",
"glob": "^7.1.7",
"hosted-git-info": "^3.0.8",
"hosted-git-info": "^5.0.0",
"keytar": "^7.7.0",
"mv": "2.1.1",
"ncp": "~2.0.0",
"npm": "^6.14.13",
"open": "7.4.2",
"npm": "^8.0.0",
"open": "8.4.0",
"q": "~1.5.1",
"read": "~1.0.7",
"request": "^2.88.2",
Expand All @@ -52,7 +52,7 @@
"temp": "^0.9.4",
"wordwrap": "1.0.0",
"wrench": "~1.5.1",
"yargs": "^3.32.0"
"yargs": "^17.0.0"
},
"devDependencies": {
"@types/async": "^3.2.7",
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/test-module-with-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "test-module-with-dependencies",
"version": "1.1.0",
"dependencies": {
"test-module": "^1.1.0"
"test-module": "^0.0.0"
}
}

0 comments on commit 58831dd

Please sign in to comment.