Skip to content

Commit

Permalink
build(deps): remove jsonwebtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Laiso committed Oct 25, 2024
1 parent e4f5e67 commit c989de5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"http-graceful-shutdown": "^2.3.2",
"io-ts": "2.2.20",
"io-ts-types": "^0.5.16",
"jsonwebtoken": "^9.0.2",
"monocle-ts": "^2.3.13",
"morgan": "^1.9.1",
"newtype-ts": "^0.3.5",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4979,7 +4979,7 @@ jsonschema@1.2.4:
resolved "https://registry.yarnpkg.com/jsonschema/-/jsonschema-1.2.4.tgz#a46bac5d3506a254465bc548876e267c6d0d6464"
integrity sha512-lz1nOH69GbsVHeVgEdvyavc/33oymY1AZwtePMiMj4HZPMbP5OIKK3zT9INMWjwua/V4Z4yq7wSlBbSG+g4AEw==

jsonwebtoken@^9.0.1, jsonwebtoken@^9.0.2:
jsonwebtoken@^9.0.1:
version "9.0.2"
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#65ff91f4abef1784697d40952bb1998c504caaf3"
integrity sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==
Expand Down

0 comments on commit c989de5

Please sign in to comment.