fullstorydev / fullstory-babel-plugin-annotate-react

A Babel plugin that annotates React components, making them easier to target with FullStory search
MIT License
30 stars 13 forks source link

FIX: resolve critical dependencies in single page app sample app #156

Closed GGonryun closed 10 months ago

GGonryun commented 10 months ago

This PR updates more critical dependencies in our SPA sample app. This application runs using node 16+, a moderate vulnerability was also identified and the resolve-url-loader was force fixed by bumping it's major version up.

This should fix: #152 and #149 and #144