Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 2 updates (#4)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [mongodb](https://github.com/mongodb/node-mongodb-native) and [eslint](https://github.com/eslint/eslint).


Updates `mongodb` from 6.8.1 to 6.9.0
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v6.8.1...v6.9.0)

Updates `eslint` from 8.57.0 to 8.57.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v8.57.1)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 8589704 commit 78e8608
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"dotenv-flow": "^4.1.0",
"mongodb": "^6.8.1",
"mongodb": "^6.9.0",
"winston": "^3.14.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down

0 comments on commit 78e8608

Please sign in to comment.