Skip to content

Please update dependancies #29

@vkumov

Description

@vkumov

During installation of the framework I get the following warnings:

npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported

Further investigation shows that [email protected] relies on core-js:

❯ npm ls core-js
...
└─┬ [email protected]
  └─┬ [email protected]
    ├─┬ @webex/[email protected]
    │ └─┬ [email protected]
    │   └── [email protected]  deduped
    └─┬ [email protected]
      └── [email protected] 

and @webex/[email protected] relies on request:

❯ npm ls request
...
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ @webex/[email protected]
      └─┬ @webex/[email protected]
        └── [email protected] 

It would be great to update dependancies and not to use deprecated packages.
Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions