Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 3, 2022
1 parent ec49df4 commit 084da4f
Show file tree
Hide file tree
Showing 10 changed files with 221 additions and 207 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -60,12 +60,12 @@
"@lerna-lite/run": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@lerna-test/helpers": "link:helpers",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.7",
"@types/jest": "^29.2.1",
"@types/node": "^18.11.9",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -85,7 +85,7 @@
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"npmlog": "^7.0.1",
"nx": "15.0.3",
"nx": "15.0.7",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"semver": "^7.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -47,7 +47,7 @@
"load-json-file": "^6.2.0",
"npmlog": "^7.0.1",
"path": "^0.12.7",
"yargs": "^17.6.0"
"yargs": "^17.6.1"
},
"devDependencies": {
"@types/load-json-file": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -31,7 +31,7 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@npmcli/run-script": "^5.0.1",
"@npmcli/run-script": "^5.1.1",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^19.0.5",
"chalk": "^4.1.2",
Expand Down Expand Up @@ -96,7 +96,7 @@
"@types/write-json-file": "^3.2.1",
"@types/write-pkg": "^4.0.0",
"npm-registry-fetch": "^14.0.2",
"yargs": "^17.6.0",
"yargs": "^17.6.1",
"yargs-parser": "^21.1.1"
},
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion packages/exec/package.json
Expand Up @@ -42,7 +42,7 @@
"@types/p-map": "^2.0.0",
"fs-extra": "^10.1.0",
"globby": "^11.1.0",
"yargs": "^17.6.0",
"yargs": "^17.6.1",
"yargs-parser": "^21.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/info/package.json
Expand Up @@ -37,6 +37,6 @@
"devDependencies": {
"@types/envinfo": "^7.8.1",
"path": "^0.12.7",
"yargs": "^17.6.0"
"yargs": "^17.6.1"
}
}
4 changes: 2 additions & 2 deletions packages/optional-cmd-common/package.json
Expand Up @@ -38,9 +38,9 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@types/node": "^18.11.7",
"@types/node": "^18.11.9",
"@types/p-map": "^2.0.0",
"path": "^0.12.7",
"yargs": "^17.6.0"
"yargs": "^17.6.1"
}
}
10 changes: 5 additions & 5 deletions packages/publish/package.json
Expand Up @@ -33,27 +33,27 @@
"dependencies": {
"@lerna-lite/core": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@npmcli/arborist": "^6.1.0",
"@npmcli/arborist": "^6.1.1",
"byte-size": "^7.0.1",
"chalk": "^4.1.2",
"columnify": "^1.6.0",
"fs-extra": "^10.1.0",
"has-unicode": "^2.0.1",
"libnpmaccess": "^7.0.0",
"libnpmpublish": "^7.0.1",
"libnpmpublish": "^7.0.2",
"npm-package-arg": "^10.0.0",
"npm-packlist": "^7.0.2",
"npm-registry-fetch": "^14.0.2",
"npmlog": "^7.0.1",
"p-map": "^4.0.0",
"p-pipe": "^3.1.0",
"pacote": "^15.0.4",
"pacote": "^15.0.6",
"path": "^0.12.7",
"pify": "^5.0.0",
"read-package-json": "^6.0.0",
"semver": "^7.3.8",
"ssri": "^10.0.0",
"tar": "^6.1.11"
"tar": "^6.1.12"
},
"devDependencies": {
"@types/conventional-changelog-core": "^4.2.1",
Expand All @@ -66,7 +66,7 @@
"@types/write-pkg": "^4.0.0",
"load-json-file": "^6.2.0",
"write-pkg": "^4.0.0",
"yargs": "^17.6.0",
"yargs": "^17.6.1",
"yargs-parser": "^21.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/run/package.json
Expand Up @@ -43,7 +43,7 @@
"globby": "^11.1.0",
"jest-circus": "^29.2.2",
"perf_hooks": "^0.0.1",
"yargs": "^17.6.0",
"yargs": "^17.6.1",
"yargs-parser": "^21.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/version/package.json
Expand Up @@ -63,7 +63,7 @@
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0",
"write-pkg": "^4.0.0",
"yargs": "^17.6.0",
"yargs": "^17.6.1",
"yargs-parser": "^21.1.1"
}
}

0 comments on commit 084da4f

Please sign in to comment.