KnowWhereGraph / kwg-faceted-search

Knowledge Explorer: The search interface to KnowWhereGraph
http://stko-kwg.geog.ucsb.edu
3 stars 0 forks source link

Fix Development Warnings #351

Open ThomasThelen opened 1 year ago

ThomasThelen commented 1 year ago

There are a few warnings related to our dependencies that we should take a look at

To Reproduce:

  1. Checkout
  2. npm i
  3. See warnings

Deprecations

There are a few instances of packages being moved to other modules. For example,

npm WARN deprecated turf@3.0.14: This package has moved: use @turf/turf instead Fixing this warning will resolve most of the issues and should probably be looked at first.

Security Warnings

There are four high priority issues; two can be auto-resolved by npm audit fix. The other two will require a closer look. The general idea is to use LTS over Stable npm versions and LTS over Active angular versions.