Skip to content

Commit

Permalink
chore(deps): bump @myunisoft/httpie in the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [@myunisoft/httpie](https://github.com/MyUnisoft/httpie).


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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 8fd889d commit 15e6ece
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 53 deletions.
96 changes: 48 additions & 48 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 src/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"author": "GENTILHOMME Thomas <[email protected]>",
"license": "MIT",
"dependencies": {
"@myunisoft/httpie": "^4.0.1",
"@myunisoft/httpie": "^5.0.0",
"@myunisoft/loki": "^3.0.1",
"@openally/result": "^1.2.0",
"better-sqlite3": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"minimatch": "^9.0.3"
},
"devDependencies": {
"@myunisoft/httpie": "^4.0.1",
"@myunisoft/httpie": "^5.0.0",
"dotenv": "^16.4.3"
}
}
2 changes: 1 addition & 1 deletion src/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"author": "GENTILHOMME Thomas <[email protected]>",
"license": "MIT",
"dependencies": {
"@myunisoft/httpie": "^4.0.1"
"@myunisoft/httpie": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion src/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"author": "GENTILHOMME Thomas <[email protected]>",
"license": "MIT",
"dependencies": {
"@myunisoft/httpie": "^4.0.1",
"@myunisoft/httpie": "^5.0.0",
"@slack/types": "^2.11.0"
}
}
2 changes: 1 addition & 1 deletion src/teams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"author": "GENTILHOMME Thomas <[email protected]>",
"license": "MIT",
"dependencies": {
"@myunisoft/httpie": "^4.0.1"
"@myunisoft/httpie": "^5.0.0"
}
}

0 comments on commit 15e6ece

Please sign in to comment.