Skip to content

Commit

Permalink
update axios and readme (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Roy-IBM authored Nov 13, 2023
1 parent db92710 commit 5a803b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions nodejs20/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nodejs20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5a803b8

Please sign in to comment.