Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 5a803b8

Browse files
authored
update axios and readme (#278)
1 parent db92710 commit 5a803b8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

nodejs20/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55

66
- 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)
77

8+
# 1.2.0
9+
Changes:
10+
- Update Axios to 1.6.1 in order to fix vulnerability
11+
12+
NodeJS version:
13+
- v20.7.0
14+
15+
NPM version:
16+
- v10.1.0
17+
18+
NodeJS packages:
19+
- The file [package.json](package.json) lists the packages we guarantee to be included in this runtime.
20+
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.
21+
822
# 1.1.0
923
Changes:
1024
- Update base image to latest Openwhisk Tag c60a667

nodejs20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"amqplib": "0.10.3",
1616
"apn": "2.2.0",
1717
"async": "3.2.4",
18-
"axios": "1.4.0",
18+
"axios": "1.6.1",
1919
"bent": "7.3.12",
2020
"body-parser": "1.20.2",
2121
"btoa": "1.2.1",

0 commit comments

Comments
 (0)