From eede2741c1fe4df6d062be1558368ce790ec9512 Mon Sep 17 00:00:00 2001 From: Daniel Bartholomae Date: Fri, 3 Mar 2023 12:14:57 +0800 Subject: [PATCH] fix: release dependency update of jsonwebtoken to version 9 BREAKING CHANGE: middy-middleware-jwt-auth now relies on jsonwebtoken version 9. The breaking changes from that library apply. See https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v8-to-v9 for migration notes.