From e818ac1d1bdcf8a6dc63ab5d76520e541b92624d Mon Sep 17 00:00:00 2001 From: Luke Roy Date: Mon, 13 Nov 2023 10:05:12 +0100 Subject: [PATCH] update axios and readme --- nodejs20/CHANGELOG.md | 14 ++++++++++++++ nodejs20/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/nodejs20/CHANGELOG.md b/nodejs20/CHANGELOG.md index 58a22ca..fbc1352 100644 --- a/nodejs20/CHANGELOG.md +++ b/nodejs20/CHANGELOG.md @@ -5,6 +5,20 @@ - The `@ibm-cloud/cloudant` package has been updated from 0.3.x to 0.5.x and contains breaking changes check the Repository for changes [cloudant-node-sdk](https://github.com/IBM/cloudant-node-sdk) +# 1.2.0 + Changes: + - Update Axios to 1.6.1 in order to fix vulnerability + + NodeJS version: + - v20.7.0 + + NPM version: + - v10.1.0 + + NodeJS packages: + - The file [package.json](package.json) lists the packages we guarantee to be included in this runtime. + Ensure that you only use packages mentioned there. Other nodejs packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore. + # 1.1.0 Changes: - Update base image to latest Openwhisk Tag c60a667 diff --git a/nodejs20/package.json b/nodejs20/package.json index ecbfcce..fd302d1 100644 --- a/nodejs20/package.json +++ b/nodejs20/package.json @@ -15,7 +15,7 @@ "amqplib": "0.10.3", "apn": "2.2.0", "async": "3.2.4", - "axios": "1.4.0", + "axios": "1.6.1", "bent": "7.3.12", "body-parser": "1.20.2", "btoa": "1.2.1",