Skip to content

Commit

Permalink
⬆️ Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `eslint-plugin-prettier` from 5.0.0-alpha.2 to 5.0.0
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v5.0.0)

Updates `@types/node` from 20.8.2 to 20.8.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiulpin committed Oct 9, 2023
1 parent b4141a1 commit 95ecb19
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 53 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cli.json"
],
"devDependencies": {
"@types/node": "^20.8.0",
"@types/node": "^20.8.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-plugin-github": "^4.10.1",
Expand Down
72 changes: 23 additions & 49 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint": "latest",
"eslint-plugin-github": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-prettier": "^5.0.0-alpha.1",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "3.0.3",
"prettier-eslint": "^15.0.1",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.8.0",
"@types/node": "^20.8.3",
"@typescript-eslint/parser": "latest",
"axios": "^1.5.1",
"esbuild": "0.19.4",
Expand Down
2 changes: 1 addition & 1 deletion vsts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"azure-pipelines-tool-lib": "^2.0.4"
},
"devDependencies": {
"@types/node": "^20.8.0",
"@types/node": "^20.8.3",
"@typescript-eslint/parser": "^6.7.3",
"esbuild": "0.19.4",
"eslint": "^8.50.0",
Expand Down

0 comments on commit 95ecb19

Please sign in to comment.