Feature: Support jsonwebtoken@9.0.0 in Rules
Description: Looking at can-i-require, it seems version 9.0.0 of jsonwebtoken
is not supported by Auth0 Rules (and possibly Actions?).
When trying to use it in our Rules, the following error occurred:
ERROR: Cannot find module 'jsonwebtoken@9.0.0'
Use-case: We are currently using 8.5.0 in our Rules, which seems to be the latest version supported. We would like to upgrade it to avoid any security-related problems.