Skip to content

Commit

Permalink
chore(deps-dev): bump ember-simple-auth-token from 5.3.0 to 5.3.2
Browse files Browse the repository at this point in the history
Bumps [ember-simple-auth-token](https://github.com/fenichelar/ember-simple-auth-token) from 5.3.0 to 5.3.2.
- [Release notes](https://github.com/fenichelar/ember-simple-auth-token/releases)
- [Commits](fenichelar/ember-simple-auth-token@v5.3.0...v5.3.2)

---
updated-dependencies:
- dependency-name: ember-simple-auth-token
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2023
1 parent 2944e17 commit a8d0b99
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"ember-route-action-helper": "^2.0.8",
"ember-router-scroll": "^3.3.7",
"ember-simple-auth": "^4.2.2",
"ember-simple-auth-token": "^5.3.0",
"ember-simple-auth-token": "^5.3.2",
"ember-source": "3.20.3",
"ember-table": "^2.2.3",
"ember-template-lint": "^2.21.0",
Expand Down
22 changes: 16 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9174,16 +9174,26 @@ [email protected]:
ember-cli-babel "^6.0.0"
ember-cli-version-checker "^1.1.6"

ember-simple-auth-token@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/ember-simple-auth-token/-/ember-simple-auth-token-5.3.0.tgz#0e55876b79dec9d2d8a7d28085bba545f84d88f2"
integrity sha512-x5tNoOOQ6jJupoYfmxIeVho5G9NFGAOVBeOaKn5EVoqX2JNc991/6O9ByYMYe+T4ArL227yWbYVwb2KsAzeEpA==
ember-simple-auth-token@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/ember-simple-auth-token/-/ember-simple-auth-token-5.3.2.tgz#70b9527667d3e2a99739cd19d4a39cb3f3117cda"
integrity sha512-4rwOYFO6KviaoikhxXZe077A7A4ETUJLx3HWy3VhS98DbmciXOqNEw9uoa+1I0DPznVOm0i15kEKdKs5imiVsw==
dependencies:
ember-cli-babel "^6.6.0 || ^7.0.0"
ember-fetch "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
ember-simple-auth "^1.6.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
ember-simple-auth "^1.6.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"

"ember-simple-auth@^1.6.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/ember-simple-auth/-/ember-simple-auth-5.0.0.tgz#7623cd204a183fd56e973e6f0dc67f4f65bc0ae3"
integrity sha512-wGf2jTvOKo11jNmWYBIZhgMx32kvAJEMNJNCpbdx0Ak6X+4uzO8l203C5kDH0idZej/2dHgYkcVaEzl2HCVFwA==
dependencies:
ember-cli-babel "^7.20.5"
ember-cli-is-package-missing "^1.0.0"
ember-cookies "^0.5.0"
silent-error "^1.0.0"

"ember-simple-auth@^1.6.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", ember-simple-auth@^4.2.2:
ember-simple-auth@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/ember-simple-auth/-/ember-simple-auth-4.2.2.tgz#5c1de1bb13a75e519e512fb82cba7cc1e277b07c"
integrity sha512-D7W6OREUvf5OzeB0ePptSNBilccchRYukH4f7mkbL6WT+z6VEqRRAIaQuBZdFM6lrcSFGmzctINLZJwsIpI3wg==
Expand Down

0 comments on commit a8d0b99

Please sign in to comment.