@mojaloop/ml-testing-toolkit-shared-lib 14.0.0-snapshot.4 → 14.0.1
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/.ncurc.yaml +3 -2
- package/CHANGELOG.md +18 -2
- package/audit-ci.jsonc +3 -2
- package/package.json +6 -6
package/.ncurc.yaml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
|
|
2
2
|
reject: [
|
|
3
3
|
# Downgraded to 5.5.3 - Reason: removal of functional code in faker.js - https://github.com/advisories/GHSA-5w9c-rv96-fr7g
|
|
4
|
-
"faker"
|
|
5
|
-
|
|
4
|
+
"faker",
|
|
5
|
+
# json-schema-faker v0.5.0 - Reason: Introduces some url rendering issues and has huge changes between v0.5.0-rcv.46 and v0.5.0
|
|
6
|
+
"json-schema-faker"
|
|
6
7
|
]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
|
-
# Changelog
|
|
1
|
+
# Changelog: [mojaloop/als-consent-oracle](https://github.com/mojaloop/als-consent-oracle)
|
|
2
|
+
### [14.0.1](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/compare/v14.0.0...v14.0.1) (2024-01-04)
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **mojaloop/#3459:** fix regression in ui due to library ([#15](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/issues/15)) ([328302a](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/commit/328302a070f4d87f183a57e0e05cb56328e5d125))
|
|
8
|
+
|
|
9
|
+
## [14.0.0](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/compare/v13.0.0...v14.0.0) (2023-09-25)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chore
|
|
13
|
+
|
|
14
|
+
* **mojaloop/#3460:** nodejs upgrade ([#13](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/issues/13)) ([1afc12c](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/commit/1afc12c83f1a1b990b001baa6468acc41134eb2f)), closes [mojaloop/#3460](https://github.com/mojaloop/project/issues/3460)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### CI
|
|
18
|
+
|
|
19
|
+
* update config to fix publish jobs ([#14](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/issues/14)) ([2067ad9](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/commit/2067ad92e7dce3ff8f440c74f2eea91133fd7842))
|
|
4
20
|
|
|
5
21
|
## [13.0.0](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/compare/v12.2.0...v13.0.0) (2022-07-21)
|
|
6
22
|
|
package/audit-ci.jsonc
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
|
|
5
5
|
"moderate": true,
|
|
6
6
|
"allowlist": [
|
|
7
|
-
"GHSA-c2qf-rxjj-qqgw" // https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
|
|
7
|
+
"GHSA-c2qf-rxjj-qqgw", // https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
|
|
8
|
+
"GHSA-67hx-6x53-jw92" // https://github.com/advisories/GHSA-67hx-6x53-jw92
|
|
8
9
|
]
|
|
9
|
-
}
|
|
10
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/ml-testing-toolkit-shared-lib",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.1",
|
|
4
4
|
"description": "Shared library for ml-testing-toolkit re-usable functions",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"contributors": [
|
|
@@ -49,20 +49,20 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"ajv": "8.12.0",
|
|
51
51
|
"faker": "5.5.3",
|
|
52
|
-
"json-schema-faker": "0.5.
|
|
52
|
+
"json-schema-faker": "0.5.0-rcv.46",
|
|
53
53
|
"json-schema-ref-parser": "9.0.9",
|
|
54
54
|
"lodash": "4.17.21",
|
|
55
55
|
"node-dir": "0.1.17"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@commitlint/cli": "^
|
|
59
|
-
"@commitlint/config-conventional": "^
|
|
60
|
-
"@types/jest": "29.5.
|
|
58
|
+
"@commitlint/cli": "^18.4.3",
|
|
59
|
+
"@commitlint/config-conventional": "^18.4.3",
|
|
60
|
+
"@types/jest": "29.5.11",
|
|
61
61
|
"audit-ci": "^6.6.1",
|
|
62
62
|
"husky": "^8.0.3",
|
|
63
63
|
"jest": "29.7.0",
|
|
64
64
|
"jest-junit": "16.0.0",
|
|
65
|
-
"npm-check-updates": "16.14.
|
|
65
|
+
"npm-check-updates": "16.14.12",
|
|
66
66
|
"pre-commit": "^1.2.2",
|
|
67
67
|
"replace": "^1.2.2",
|
|
68
68
|
"standard": "^17.1.0",
|