Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade deprecated packages and fix security vulnerabilities #43

Open
dileep-gadiraju opened this issue Nov 11, 2022 · 2 comments
Open
Assignees
Labels
enhancement New feature or request MAINTENANCE

Comments

@dileep-gadiraju
Copy link
Collaborator

Upgrade deprecated packages and fix security vulnerabilities

Current status:

@navin9584
Copy link
Contributor

  • When installing packages using the npm install command, npm frequently generates a warning message that says a package is deprecated.

  • The npm WARN deprecated message means that the package installed on your project is not recommended for use

  • You may not even see these packages in your package.json file because they are dependencies of the packages that you are using

  • If you want to remove the deprecated warnings, you can add the --loglevel=error option when running npm install:

    npm install --loglevel=error

  • With the option added, only error messages will be printed when installing your dependencies.

@navin9584
Copy link
Contributor

hi @dileep-gadiraju i have did the analysis that deprecated package warning comes from package.lock.json which the dependencies of package.json dependencies
for resolve this we need to upgrade our dependecy package like

  • react-native

  • react-navigation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request MAINTENANCE
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants