maplibre-react-native icon indicating copy to clipboard operation
maplibre-react-native copied to clipboard

Upgrade @expo/config-plugins

Open ianthetechie opened this issue 2 years ago • 0 comments
trafficstars

A fresh install yields the following. Looks like this depends on an old version of an expo module. Will need testing (#20) to confirm the upgrade works.

# npm audit report

json5  <2.2.2
Severity: high
Prototype Pollution in JSON5 via Parse Method - https://github.com/advisories/GHSA-9c47-m6qq-7p4h
fix available via `npm audit fix --force`
Will install undefined@undefined, which is a breaking change
node_modules/@expo/json-file/node_modules/json5
  @expo/json-file  *
  Depends on vulnerable versions of json5
  node_modules/@expo/json-file
    @expo/config-plugins  *
    Depends on vulnerable versions of @expo/json-file
    node_modules/@expo/config-plugins
      @maplibre/maplibre-react-native  *
      Depends on vulnerable versions of @expo/config-plugins
      node_modules/@maplibre/maplibre-react-native

4 high severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

ianthetechie avatar Dec 30 '22 06:12 ianthetechie