Skip to content

Please update dependancies #29

@vkumov

Description

@vkumov

During installation of the framework I get the following warnings:

npm WARN deprecated core-js@2.6.11: 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 request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported

Further investigation shows that babel@6.26.0 relies on core-js:

❯ npm ls core-js
...
└─┬ webex-node-bot-framework@2.1.1
  └─┬ webex@1.92.7
    ├─┬ @webex/internal-plugin-calendar@1.92.7
    │ └─┬ babel-runtime@6.26.0
    │   └── core-js@2.6.11  deduped
    └─┬ babel-polyfill@6.26.0
      └── core-js@2.6.11 

and @webex/http-core@1.92.7 relies on request:

❯ npm ls request
...
└─┬ webex-node-bot-framework@2.1.1
  └─┬ webex@1.92.7
    └─┬ @webex/internal-plugin-device@1.92.7
      └─┬ @webex/http-core@1.92.7
        └── request@2.88.2 

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