Getting vulnerabilities on Nodejs since update to Ver5 beta 6

OS - MAC Intel Chip
Ver 5.0.0 beta 6

Not 100% sure if this is a bug…
Since updating from Beta 5.0.0.5 to 5.0.0.6 I am now getting these vulnerabilities on nodejs.
I’ve tried using npm-audit-fix but it does not get rid of it. I’ve also added the --force and still the same issue.

Is this going to be an issue for my site?
Is there a way to fix this?

glob-parent  <5.1.2
Severity: high
Regular expression denial of service in glob-parent - https://github.com/advisories/GHSA-ww39-953v-wcq6
fix available via `npm audit fix`
node_modules/glob-parent
  chokidar  1.0.0-rc1 - 2.1.8
  Depends on vulnerable versions of glob-parent
  node_modules/chokidar
    nodemon  >=1.3.5
    Depends on vulnerable versions of chokidar
    Depends on vulnerable versions of update-notifier
    node_modules/nodemon

got  <11.8.5
Severity: moderate
Got allows a redirect to a UNIX socket - https://github.com/advisories/GHSA-pfrx-2q88-qq97
fix available via `npm audit fix`
node_modules/got
  package-json  <=6.5.0
  Depends on vulnerable versions of got
  node_modules/package-json
    latest-version  0.2.0 - 5.1.0
    Depends on vulnerable versions of package-json
    node_modules/latest-version
      update-notifier  0.2.0 - 5.1.0
      Depends on vulnerable versions of latest-version
      node_modules/update-notifier
        nodemon  >=1.3.5
        Depends on vulnerable versions of chokidar
        Depends on vulnerable versions of update-notifier
        node_modules/nodemon

7 vulnerabilities (4 moderate, 3 high)