Skip to content

Commit

Permalink
build(deps): bump the regular group with 6 updates (#1211)
Browse files Browse the repository at this point in the history
Bumps the regular group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [winston](https://github.com/winstonjs/winston) | `3.15.0` | `3.16.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.13.0` | `9.14.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.6` | `22.8.7` |
| [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.12` | `8.5.13` |
| [eslint](https://github.com/eslint/eslint) | `9.13.0` | `9.14.0` |
| [utf-8-validate](https://github.com/websockets/utf-8-validate) | `6.0.4` | `6.0.5` |


Updates `winston` from 3.15.0 to 3.16.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.15.0...v3.16.0)

Updates `@eslint/js` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.14.0/packages/js)

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

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

Updates `eslint` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.13.0...v9.14.0)

Updates `utf-8-validate` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/websockets/utf-8-validate/releases)
- [Commits](websockets/utf-8-validate@v6.0.4...v6.0.5)

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
- dependency-name: utf-8-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent a60d0d4 commit 636421d
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 148 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,29 +102,29 @@
"poolifier": "^4.4.4",
"rambda": "^9.3.0",
"tar": "^7.4.3",
"winston": "^3.15.0",
"winston": "^3.16.0",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.18.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.4"
"utf-8-validate": "^6.0.5"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@mikro-orm/cli": "^6.3.13",
"@types/node": "^22.8.6",
"@types/node": "^22.8.7",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.12",
"@types/ws": "^8.5.13",
"c8": "^10.1.2",
"clinic": "^13.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-perfectionist": "^3.9.1",
Expand Down
Loading

0 comments on commit 636421d

Please sign in to comment.