Skip to content

Commit

Permalink
build(deps): Bump @line/bot-sdk from 7.5.2 to 9.2.2 (#1592)
Browse files Browse the repository at this point in the history
* build(deps): Bump @line/bot-sdk from 7.5.2 to 9.2.2

Bumps [@line/bot-sdk](https://github.com/line/line-bot-sdk-nodejs) from 7.5.2 to 9.2.2.
- [Release notes](https://github.com/line/line-bot-sdk-nodejs/releases)
- [Commits](line/line-bot-sdk-nodejs@v7.5.2...v9.2.2)

---
updated-dependencies:
- dependency-name: "@line/bot-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: fix upgrade

* fix: fix type

* fix: missing fields

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bervianto Leo Pratama <bervianto.leo@gmail.com>
  • Loading branch information
dependabot[bot] and berviantoleo authored Jul 17, 2024
1 parent aeae42e commit 75d2fd0
Show file tree
Hide file tree
Showing 7 changed files with 283 additions and 248 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@feathersjs/express": "^4.5.15",
"@feathersjs/feathers": "^4.5.15",
"@feathersjs/socketio": "^4.5.18",
"@line/bot-sdk": "^7.5.2",
"@line/bot-sdk": "^9.2.2",
"argon2": "^0.40.3",
"azure-cognitiveservices-websearch": "^2.0.0",
"cls-hooked": "^4.2.2",
Expand Down
Loading

0 comments on commit 75d2fd0

Please sign in to comment.