Skip to content

Commit

Permalink
chore(deps-dev): bump eslint from 9.8.0 to 9.9.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 9.8.0 to 9.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.8.0...v9.9.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 9b5f665 commit 900ade7
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 98 deletions.
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^22.1.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"neostandard": "^0.11.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eventemitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^22.1.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"neostandard": "^0.11.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"mongodb": "^6.3.0",
"neostandard": "^0.11.2",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^22.1.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"neostandard": "^0.11.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^22.1.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"neostandard": "^0.11.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^22.1.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"neostandard": "^0.11.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^22.1.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"neostandard": "^0.11.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 900ade7

Please sign in to comment.