Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 30, 2022
1 parent d8bd9ee commit ed1db35
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@lerna-test/show-commit": "link:helpers/show-commit",
"@lerna-test/silence-logging": "link:helpers/silence-logging",
"@lerna-test/update-lerna-config": "link:helpers/update-lerna-config",
"@types/jest": "^28.1.3",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.0",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@npmcli/run-script": "^4.1.3",
"@npmcli/run-script": "^4.1.5",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^18.12.0",
"async": "^3.2.4",
Expand Down Expand Up @@ -60,7 +60,7 @@
"minimatch": "^5.1.0",
"node-fetch": "^2.6.7",
"npm-package-arg": "^9.1.0",
"npm-packlist": "^5.1.0",
"npm-packlist": "^5.1.1",
"npm-registry-fetch": "^13.1.1",
"npmlog": "^6.0.2",
"os": "^0.1.2",
Expand All @@ -86,7 +86,7 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/async": "^3.2.13",
"@types/async": "^3.2.14",
"@types/clone-deep": "^4.0.1",
"@types/conventional-changelog-core": "^4.2.1",
"@types/conventional-recommended-bump": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"libnpmaccess": "^6.0.3",
"libnpmpublish": "^6.0.4",
"npm-package-arg": "^9.1.0",
"npm-packlist": "^5.1.0",
"npm-packlist": "^5.1.1",
"npm-registry-fetch": "^13.1.1",
"npmlog": "^6.0.2",
"os": "^0.1.2",
Expand All @@ -63,7 +63,7 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/async": "^3.2.13",
"@types/async": "^3.2.14",
"@types/conventional-changelog-core": "^4.2.1",
"@types/conventional-recommended-bump": "^6.1.0",
"@types/execa": "^2.0.0",
Expand Down
45 changes: 23 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed1db35

Please sign in to comment.