ibm-cloud-sdk-core 4.1.2 → 4.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [4.1.4](https://github.com/IBM/node-sdk-core/compare/v4.1.3...v4.1.4) (2023-10-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** resolve vulnerability in axios version ([#256](https://github.com/IBM/node-sdk-core/issues/256)) ([9bc0358](https://github.com/IBM/node-sdk-core/commit/9bc0358a58e05032ad644973e6f60ae09756efa7))
7
+
8
+ ## [4.1.3](https://github.com/IBM/node-sdk-core/compare/v4.1.2...v4.1.3) (2023-10-19)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump @babel/traverse to avoid CVE-2023-45133 ([#253](https://github.com/IBM/node-sdk-core/issues/253)) ([c95f5b2](https://github.com/IBM/node-sdk-core/commit/c95f5b23f3a74e00d53142520f6c9d408e298b6b))
14
+
1
15
  ## [4.1.2](https://github.com/IBM/node-sdk-core/compare/v4.1.1...v4.1.2) (2023-09-27)
2
16
 
3
17
 
package/README.md CHANGED
@@ -14,6 +14,7 @@ This project contains core functionality required by Node.js code generated by t
14
14
 
15
15
  ## Prerequisites
16
16
  - Node.js version 14 or newer
17
+ - Note that v14 is technically *supported* but not officially *guaranteed* as we only test on v16 and higher
17
18
 
18
19
  ## Usage
19
20
  This package exports a single object containing a number of modules as top level properties.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ibm-cloud-sdk-core",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
4
4
  "description": "Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.",
5
5
  "main": "index.js",
6
6
  "typings": "./es/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "@types/isstream": "^0.1.0",
43
43
  "@types/node": "~10.14.19",
44
44
  "@types/tough-cookie": "^4.0.0",
45
- "axios": "1.4.0",
45
+ "axios": "1.6.0",
46
46
  "camelcase": "^5.3.1",
47
47
  "debug": "^4.1.1",
48
48
  "dotenv": "^6.2.0",