How to update pg_graphql extension?

Hi recently I'm getting warning from security advisor on the dashboard with this message:

Extension pg_graphql is using version 1.5.1 but version 1.5.11 is available. Using outdated extension versions may expose the database to security vulnerabilities.

Can I safely ignore it? Or is there a way to update this extension? It's automatically enabled for my project, so I'm not sure if there's any impact.
Was this page helpful?