Skip to content

Commit 67b169d

Browse files
fix(deps): upgrade core version to address jsonwebtoken vulnerability
1 parent 8d7c968 commit 67b169d

File tree

8 files changed

+23418
-3370
lines changed

8 files changed

+23418
-3370
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
node-version: ['10.x', '12.x', '14.x']
24+
node-version: ['14.x', '16.x', '18.x']
2525
os: [ubuntu-latest]
2626

2727
steps:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Node
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: 12
32+
node-version: 14
3333
- name: Install Semantic Release dependencies
3434
run: |
3535
sudo apt-get install bumpversion

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,14 @@ Node.js client library to use the Watson APIs.
1919
On 9 August 2021, IBM announced the deprecation of the Natural Language Classifier service. The service will no longer be available from 8 August 2022. As of 9 September 2021, you will not be able to create new instances. Existing instances will be supported until 8 August 2022. Any instance that still exists on that date will be deleted.
2020

2121
As an alternative, we encourage you to consider migrating to the Natural Language Understanding service on IBM Cloud that uses deep learning to extract data and insights from text such as keywords, categories, sentiment, emotion, and syntax, along with advanced multi-label text classification capabilities, to provide even richer insights for your business or industry. For more information, see [Migrating to Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-classifier?topic=natural-language-classifier-migrating).
22-
23-
### Major version 6 released
24-
Version v6.0.0 of the SDK has been released and includes a number of breaking changes - see what's changed in the [migration guide](MIGRATION-V6.md).
25-
### Updating endpoint URLs from watsonplatform.net
26-
Watson API endpoint URLs at watsonplatform.net are changing and will not work after 26 May 2021. Update your calls to use the newer endpoint URLs. For more information, see https://cloud.ibm.com/docs/watson?topic=watson-endpoint-change.
27-
28-
### Supporting Node versions 10+
29-
The SDK will no longer be tested with Node versions 6 and 8. Support will be officially dropped in v5.
30-
3122
### Package Rename
3223
This package has been moved under the name `ibm-watson`. The package is still available at `watson-developer-cloud`, but that will no longer receive updates. Use `ibm-watson` to stay up to date.
3324

3425
## Before you begin
3526
* You need an [IBM Cloud][ibm-cloud-onboarding] account.
3627

3728
## Prerequisites
38-
- **Node >=10**: This SDK is tested with Node versions 10 and up. It may work on previous versions but this is not officially supported.
29+
- **Node >=14**: This SDK is tested with Node versions 14 and up. It may work on previous versions but this is not officially supported.
3930

4031
## Installation
4132

0 commit comments

Comments
 (0)