Skip to content

Commit

Permalink
Merge pull request #711 from ministryofjustice/renovate/jwt-decode-4.x
Browse files Browse the repository at this point in the history
Update dependency jwt-decode to v4
  • Loading branch information
libuk authored Nov 14, 2023
2 parents cc71c4a + dc3c685 commit fe37173
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"jquery": "^3.6.1",
"jsonpath": "^1.1.1",
"jsonschema": "^1.4.1",
"jwt-decode": "^3.1.2",
"jwt-decode": "^4.0.0",
"lodash.escaperegexp": "^4.1.2",
"method-override": "^3.0.0",
"nocache": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion server/middleware/authorisationMiddleware.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import jwtDecode from 'jwt-decode'
import { jwtDecode } from 'jwt-decode'
import type { RequestHandler } from 'express'

import logger from '../../logger'
Expand Down

0 comments on commit fe37173

Please sign in to comment.