-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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
Labels
No labels