Skip to content

Commit

Permalink
chore(deps): bump jwt-decode from 3.1.2 to 4.0.0 (#431)
Browse files Browse the repository at this point in the history
* chore(deps): bump jwt-decode from 3.1.2 to 4.0.0

Bumps [jwt-decode](https://github.com/auth0/jwt-decode) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/auth0/jwt-decode/releases)
- [Changelog](https://github.com/auth0/jwt-decode/blob/main/CHANGELOG.md)
- [Commits](auth0/jwt-decode@v3.1.2...v4.0.0)

---
updated-dependencies:
- dependency-name: jwt-decode
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update jwtDecode import with v4.0.0 changes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HappNTH <[email protected]>
  • Loading branch information
dependabot[bot] and HappyNTH authored Jul 12, 2024
1 parent dcdc11c commit 5deda32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"graphql-tag": "^2.12.6",
"humanize-duration": "^3.32.1",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.2",
"lodash": "^4.17.21",
"luxon": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion store/auth.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineStore } from 'pinia';
import cookie from 'js-cookie';
import jwtDecode, { type JwtPayload } from 'jwt-decode';
import { jwtDecode, type JwtPayload } from 'jwt-decode';
import {
useLoginMutationMutation,
useRefreshTokenMutationMutation,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9526,10 +9526,10 @@ jsprim@^2.0.2:
json-schema "0.4.0"
verror "1.10.0"

jwt-decode@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-3.1.2.tgz#3fb319f3675a2df0c2895c8f5e9fa4b67b04ed59"
integrity sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==
jwt-decode@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-4.0.0.tgz#2270352425fd413785b2faf11f6e755c5151bd4b"
integrity sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==

keygrip@~1.1.0:
version "1.1.0"
Expand Down

0 comments on commit 5deda32

Please sign in to comment.