Skip to content

Commit

Permalink
fix(deps): upgrade core version to address jsonwebtoken vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
apaparazzi0329 committed Jan 13, 2023
1 parent 8d7c968 commit 67b169d
Show file tree
Hide file tree
Showing 8 changed files with 23,418 additions and 3,370 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: ['10.x', '12.x', '14.x']
node-version: ['14.x', '16.x', '18.x']
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- name: Install Semantic Release dependencies
run: |
sudo apt-get install bumpversion
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,14 @@ Node.js client library to use the Watson APIs.
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.

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).

### Major version 6 released
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).
### Updating endpoint URLs from watsonplatform.net
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.

### Supporting Node versions 10+
The SDK will no longer be tested with Node versions 6 and 8. Support will be officially dropped in v5.

### Package Rename
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.

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

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

## Installation

Expand Down
Loading

0 comments on commit 67b169d

Please sign in to comment.