@mojaloop/ml-testing-toolkit-client-lib 1.10.0 → 1.10.2

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.
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
  setup: true
3
3
  orbs:
4
- build: mojaloop/build@1.0.66
4
+ build: mojaloop/build@1.1.0
5
5
  workflows:
6
6
  setup:
7
7
  jobs:
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.10.2](https://github.com/mojaloop/ml-testing-toolkit-client-lib/compare/v1.10.1...v1.10.2) (2025-07-25)
6
+
7
+
8
+ ### Chore
9
+
10
+ * fix vuls and update deps ([#35](https://github.com/mojaloop/ml-testing-toolkit-client-lib/issues/35)) ([9dd88e9](https://github.com/mojaloop/ml-testing-toolkit-client-lib/commit/9dd88e93ade09b9bd867d8a92b9f09d8e42ab510))
11
+ * **sbom:** update sbom [skip ci] ([a8a300a](https://github.com/mojaloop/ml-testing-toolkit-client-lib/commit/a8a300a5f35ff0467dcfd0aa115e814b672fac2c))
12
+
13
+ ### [1.10.1](https://github.com/mojaloop/ml-testing-toolkit-client-lib/compare/v1.10.0...v1.10.1) (2025-07-17)
14
+
15
+
16
+ ### Chore
17
+
18
+ * add initial sbom ([#31](https://github.com/mojaloop/ml-testing-toolkit-client-lib/issues/31)) ([fd401c3](https://github.com/mojaloop/ml-testing-toolkit-client-lib/commit/fd401c3fe7b3d875919a0aba7ef58b98a77b28ea))
19
+
5
20
  ## [1.10.0](https://github.com/mojaloop/ml-testing-toolkit-client-lib/compare/v1.9.1...v1.10.0) (2025-06-01)
6
21
 
7
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mojaloop/ml-testing-toolkit-client-lib",
3
3
  "description": "Testing Toolkit Client Library",
4
- "version": "1.10.0",
4
+ "version": "1.10.2",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Vijaya Kumar Guthi, ModusBox Inc. ",
7
7
  "contributors": [
@@ -70,15 +70,15 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "@mojaloop/central-services-logger": "11.9.0",
73
- "@mojaloop/ml-testing-toolkit-shared-lib": "14.0.5",
74
- "@mojaloop/sdk-standard-components": "19.15.2",
73
+ "@mojaloop/ml-testing-toolkit-shared-lib": "14.2.0",
74
+ "@mojaloop/sdk-standard-components": "19.16.4",
75
75
  "@slack/webhook": "7.0.5",
76
76
  "atob": "2.1.2",
77
77
  "aws-sdk": "2.1692.0",
78
- "axios": "1.9.0",
78
+ "axios": "1.11.0",
79
79
  "cli-table3": "0.6.5",
80
80
  "commander": "14.0.0",
81
- "dotenv": "16.5.0",
81
+ "dotenv": "17.2.1",
82
82
  "fs": "0.0.1-security",
83
83
  "lodash": "4.17.21",
84
84
  "mv": "2.1.1",
@@ -91,18 +91,21 @@
91
91
  },
92
92
  "devDependencies": {
93
93
  "audit-ci": "7.1.0",
94
- "jest": "29.7.0",
94
+ "jest": "30.0.5",
95
95
  "jest-junit": "16.0.0",
96
- "npm-check-updates": "18.0.1",
96
+ "npm-check-updates": "18.0.2",
97
97
  "nyc": "17.1.0",
98
98
  "parse-strings-in-object": "1.6.0",
99
99
  "pre-commit": "1.2.2",
100
100
  "replace": "1.2.2",
101
- "sinon": "20.0.0",
101
+ "sinon": "21.0.0",
102
102
  "standard": "17.1.2",
103
103
  "standard-version": "9.5.0"
104
104
  },
105
105
  "overrides": {
106
+ "form-data": "4.0.4",
107
+ "on-headers": "1.1.0",
108
+ "brace-expansion": "2.0.2",
106
109
  "shins": {
107
110
  "ajv": "6.12.3",
108
111
  "ejs": "3.1.10",