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 Aug 4, 2022
1 parent b14ce2f commit abe1eff
Show file tree
Hide file tree
Showing 12 changed files with 182 additions and 165 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -68,13 +68,13 @@
"@types/node": "^18.0.0",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jest": "^26.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"execa": "^5.1.1",
Expand All @@ -89,7 +89,7 @@
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"npmlog": "^6.0.2",
"nx": "14.5.1",
"nx": "14.5.2",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"semver": "^7.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/changed/package.json
Expand Up @@ -36,6 +36,6 @@
"@lerna-lite/listable": "workspace:*"
},
"devDependencies": {
"yargs-parser": "^21.0.1"
"yargs-parser": "^21.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -49,6 +49,6 @@
},
"devDependencies": {
"@types/load-json-file": "^5.1.0",
"yargs-parser": "^21.0.1"
"yargs-parser": "^21.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -31,7 +31,7 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@npmcli/run-script": "^4.1.7",
"@npmcli/run-script": "^4.2.0",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^19.0.3",
"async": "^3.2.4",
Expand Down Expand Up @@ -105,7 +105,7 @@
"@types/write-file-atomic": "^4.0.0",
"@types/write-json-file": "^3.2.1",
"@types/write-pkg": "^4.0.0",
"yargs-parser": "^21.0.1"
"yargs-parser": "^21.1.0"
},
"funding": {
"type": "ko_fi",
Expand Down
2 changes: 1 addition & 1 deletion packages/diff/package.json
Expand Up @@ -37,6 +37,6 @@
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"npmlog": "^6.0.2",
"yargs-parser": "^21.0.1"
"yargs-parser": "^21.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/exec/package.json
Expand Up @@ -45,6 +45,6 @@
"@types/p-map": "^2.0.0",
"globby": "^11.1.0",
"yargs": "^17.5.1",
"yargs-parser": "^21.0.1"
"yargs-parser": "^21.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/init/package.json
Expand Up @@ -40,6 +40,6 @@
"@types/fs-extra": "^9.0.13",
"@types/p-map": "^2.0.0",
"@types/write-json-file": "^3.2.1",
"yargs-parser": "^21.0.1"
"yargs-parser": "^21.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/list/package.json
Expand Up @@ -36,6 +36,6 @@
"@lerna-lite/optional-cmd-common": "workspace:*"
},
"devDependencies": {
"yargs-parser": "^21.0.1"
"yargs-parser": "^21.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/publish/package.json
Expand Up @@ -74,6 +74,6 @@
"@types/write-json-file": "^3.2.1",
"@types/write-pkg": "^4.0.0",
"load-json-file": "^6.2.0",
"yargs-parser": "^21.0.1"
"yargs-parser": "^21.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/run/package.json
Expand Up @@ -46,6 +46,6 @@
"globby": "^11.1.0",
"jest-circus": "^28.1.3",
"perf_hooks": "^0.0.1",
"yargs-parser": "^21.0.1"
"yargs-parser": "^21.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/version/package.json
Expand Up @@ -63,6 +63,6 @@
"execa": "^5.1.1",
"js-yaml": "^4.1.0",
"write-pkg": "^4.0.0",
"yargs-parser": "^21.0.1"
"yargs-parser": "^21.1.0"
}
}

0 comments on commit abe1eff

Please sign in to comment.