Skip to content

Commit

Permalink
Bump @barksh/client-authentication-node from 1.2.1 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [@barksh/client-authentication-node](https://github.com/BarkSH/Bark-Client-Authentication-Node) from 1.2.1 to 1.3.0.
- [Commits](https://github.com/BarkSH/Bark-Client-Authentication-Node/commits)

---
updated-dependencies:
- dependency-name: "@barksh/client-authentication-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent fa8e665 commit 5f6bf8e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"dependencies": {
"@barksh/authentication-types": "^1.0.0",
"@barksh/client-authentication-node": "^1.2.1",
"@barksh/client-authentication-node": "^1.3.0",
"@barksh/token-node": "^1.5.0",
"@sudoo/jwt": "^3.5.0",
"@sudoo/lambda": "^3.1.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -997,14 +997,14 @@
resolved "https://registry.yarnpkg.com/@barksh/authentication-types/-/authentication-types-1.0.0.tgz#006b61f4dc1291292c61bd47d5626a4724e3af0a"
integrity sha512-bM0wZOM6QwRsFUvo95aPDbfpcxA1cd0On1tB9Y66n9Gz25pIR5LOQsHh5XjKxCTfR5rXnqL7DX1yrK7zZUXS4w==

"@barksh/client-authentication-node@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@barksh/client-authentication-node/-/client-authentication-node-1.2.1.tgz#d80c673959f0daec6b399e191df97befd71733d9"
integrity sha512-uCXXWmEmywmTfjJ7aNtOyd7RR4cfijL6gY7fAxtTII+1hmJaBoDdUqKkymVPLPRrgLZrGuTtWH9G2sLtKyehNg==
"@barksh/client-authentication-node@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@barksh/client-authentication-node/-/client-authentication-node-1.3.0.tgz#0808aa9c0b56db393fb8450cdac8b8c5b4a67e97"
integrity sha512-oOtku1pFQS6HNjsNLMeUPwoR+tVPxzwsBYAmHv//IkxsCIEL/ghTFN2VU2VROyWfX8vnAs2QJVtOA2piK9rxOQ==
dependencies:
"@sudoo/magic" "^1.9.0"
axios "^1.3.4"
connor "^2.8.0"
axios "^1.5.0"
connor "^2.9.0"

"@barksh/token-node@^1.5.0":
version "1.5.0"
Expand Down Expand Up @@ -2212,10 +2212,10 @@ axios@^0.21.1:
dependencies:
follow-redirects "^1.14.0"

axios@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
axios@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267"
integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down Expand Up @@ -2697,10 +2697,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==

connor@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/connor/-/connor-2.8.0.tgz#6195ae58c09b72952dc9dc86df77e568f88d12b8"
integrity sha512-qWv0edrHj3gFC050tRGOGkdPBbRAUnKlF2jB4otWnByaKV3jj3l02lcUBXll+YfkKmS1Wuay0JLMwXTy1O2Wqw==
connor@^2.8.0, connor@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/connor/-/connor-2.9.0.tgz#10d1d9038f3f113b07af449b786169d5f7297c4a"
integrity sha512-W7pTHH1TnaSI5FA1f2fKF0a7gWVOpkHB9bHqTzq6hnjZemV5vJ0yxxtNtyABWfyzE8HuDsReyP70SmFb5owsjA==

content-disposition@^0.5.4:
version "0.5.4"
Expand Down

0 comments on commit 5f6bf8e

Please sign in to comment.