Skip to content

Commit

Permalink
build(deps): Bump @line/bot-sdk from 9.2.2 to 9.4.0 (#1701)
Browse files Browse the repository at this point in the history
Bumps [@line/bot-sdk](https://github.com/line/line-bot-sdk-nodejs) from 9.2.2 to 9.4.0.
- [Release notes](https://github.com/line/line-bot-sdk-nodejs/releases)
- [Commits](line/line-bot-sdk-nodejs@v9.2.2...v9.4.0)

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

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 9, 2024
1 parent f839240 commit c0297de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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": "^9.2.2",
"@line/bot-sdk": "^9.4.0",
"argon2": "^0.41.1",
"azure-cognitiveservices-websearch": "^2.0.0",
"cls-hooked": "^4.2.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1585,14 +1585,14 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@line/bot-sdk@^9.2.2":
version "9.2.2"
resolved "https://registry.yarnpkg.com/@line/bot-sdk/-/bot-sdk-9.2.2.tgz#80656140038c136a4a0ee693bd1c43a3835891e2"
integrity sha512-s2lzDpKZJ1Xjn3aL6wD2bGO/J9ZK19bUu6mSlplaQi17fYNKZTu7nMv99lsaY37XOYq7nyvfS5UUjKJk58m/vQ==
"@line/bot-sdk@^9.4.0":
version "9.4.0"
resolved "https://registry.yarnpkg.com/@line/bot-sdk/-/bot-sdk-9.4.0.tgz#3c320860ed148ae8a0a2707343466e30a0963aba"
integrity sha512-IYZplw8dNaNGvaVuwbUcXGS1uz0PUISkIxtZBqM8dMAexbovSkyYhMyjjJ4UnoHeOox9dlTg+/Cf37W7E9MCbQ==
dependencies:
"@types/node" "^20.0.0"
optionalDependencies:
axios "^1.0.0"
axios "^1.7.4"

"@mongodb-js/saslprep@^1.1.5":
version "1.1.5"
Expand Down Expand Up @@ -2762,7 +2762,7 @@ axios@^0.21.1:
dependencies:
follow-redirects "^1.14.0"

axios@^1.0.0, axios@^1.7.7:
axios@^1.7.4, axios@^1.7.7:
version "1.7.7"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
Expand Down

0 comments on commit c0297de

Please sign in to comment.