Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates #79

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps-dev): bump the development-dependencies group across 1 dir…
…ectory with 3 updates

Bumps the development-dependencies group with 3 updates in the / directory: [@myunisoft/httpie](https://github.com/MyUnisoft/httpie), [c8](https://github.com/bcoe/c8) and [eslint](https://github.com/eslint/eslint).


Updates `@myunisoft/httpie` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/MyUnisoft/httpie/releases)
- [Commits](MyUnisoft/httpie@v4.0.1...v5.0.0)

Updates `c8` from 9.1.0 to 10.1.2
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v9.1.0...v10.1.2)

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

---
updated-dependencies:
- dependency-name: "@myunisoft/httpie"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: c8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
commit fa3cc81a31209281bf22d12c0aeeaa7cd31d8703
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"spdx-expression-parse": "^4.0.0"
},
"devDependencies": {
"@myunisoft/httpie": "^4.0.1",
"@myunisoft/httpie": "^5.0.0",
"@nodesecure/eslint-config": "^1.8.0",
"astring": "^1.8.6",
"c8": "^9.1.0",
"eslint": "^8.31.0",
"c8": "^10.1.2",
"eslint": "^9.5.0",
"node-estree": "^4.0.0"
},
"engines": {
Expand Down
Loading