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 24, 2022
1 parent 909ba05 commit 27921f4
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 220 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -74,12 +74,12 @@
"@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.2",
"@types/jest": "^28.1.3",
"@types/node": "^17.0.40",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Expand Up @@ -31,7 +31,7 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@npmcli/run-script": "^4.0.0",
"@npmcli/run-script": "^4.1.3",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^18.12.0",
"async": "^3.2.4",
Expand Down Expand Up @@ -59,7 +59,7 @@
"make-dir": "^3.1.0",
"minimatch": "^5.1.0",
"node-fetch": "^2.6.7",
"npm-package-arg": "^9.0.2",
"npm-package-arg": "^9.1.0",
"npm-packlist": "^5.1.0",
"npm-registry-fetch": "^13.1.1",
"npmlog": "^6.0.2",
Expand All @@ -68,7 +68,7 @@
"p-pipe": "^3.1.0",
"p-queue": "^6.6.2",
"p-reduce": "^2.1.0",
"pacote": "^13.6.0",
"pacote": "^13.6.1",
"path": "^0.12.7",
"pify": "^5.0.0",
"resolve-from": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/publish/package.json
Expand Up @@ -39,14 +39,14 @@
"has-unicode": "^2.0.1",
"libnpmaccess": "^6.0.3",
"libnpmpublish": "^6.0.4",
"npm-package-arg": "^9.0.2",
"npm-package-arg": "^9.1.0",
"npm-packlist": "^5.1.0",
"npm-registry-fetch": "^13.1.1",
"npmlog": "^6.0.2",
"os": "^0.1.2",
"p-map": "^4.0.0",
"p-pipe": "^3.1.0",
"pacote": "^13.6.0",
"pacote": "^13.6.1",
"path": "^0.12.7",
"pify": "^5.0.0",
"read-package-json": "^5.0.1",
Expand Down

0 comments on commit 27921f4

Please sign in to comment.