@mojaloop/api-snippets 18.0.0 → 18.1.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/CHANGELOG.md +14 -0
- package/package.json +18 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
|
2
|
+
### [18.1.1](https://github.com/mojaloop/api-snippets/compare/v18.1.0...v18.1.1) (2025-07-23)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
|
|
7
|
+
* fix vuls and update deps ([#206](https://github.com/mojaloop/api-snippets/issues/206)) ([a405633](https://github.com/mojaloop/api-snippets/commit/a405633ebae38d6f0ee795039c87573ba5afc73b))
|
|
8
|
+
|
|
9
|
+
## [18.1.0](https://github.com/mojaloop/api-snippets/compare/v18.0.0...v18.1.0) (2025-07-14)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* fix open vulnerability ([#204](https://github.com/mojaloop/api-snippets/issues/204)) ([07cd240](https://github.com/mojaloop/api-snippets/commit/07cd240418b186ad9f9fcc6a23ffebb62208bc45))
|
|
15
|
+
|
|
2
16
|
## [18.0.0](https://github.com/mojaloop/api-snippets/compare/v17.10.3...v18.0.0) (2025-06-17)
|
|
3
17
|
|
|
4
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/api-snippets",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.1.1",
|
|
4
4
|
"description": "Mojaloop API specification reusable snippets",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@apidevtools/json-schema-ref-parser": "^9.1.2",
|
|
83
83
|
"@redocly/openapi-core": "^1.5.0",
|
|
84
|
-
"commander": "^
|
|
84
|
+
"commander": "^14.0.0",
|
|
85
85
|
"jest-ts-auto-mock": "^2.1.0",
|
|
86
86
|
"js-yaml": "^4.1.0",
|
|
87
87
|
"json-refs": "^3.0.15",
|
|
@@ -92,40 +92,42 @@
|
|
|
92
92
|
"overrides": {
|
|
93
93
|
"@types/cacheable-request": "^6.0.2",
|
|
94
94
|
"@types/responselike": "^1.0.0",
|
|
95
|
-
"
|
|
95
|
+
"brace-expansion": "2.0.2",
|
|
96
|
+
"dompurify": "3.2.4",
|
|
97
|
+
"form-data": "4.0.4"
|
|
96
98
|
},
|
|
97
99
|
"devDependencies": {
|
|
98
100
|
"@commitlint/cli": "^19.8.1",
|
|
99
101
|
"@commitlint/config-conventional": "^19.8.1",
|
|
100
102
|
"@redocly/cli": "^1.5.0",
|
|
101
103
|
"@redocly/openapi-cli": "^1.0.0-beta.95",
|
|
102
|
-
"@types/jest": "^
|
|
104
|
+
"@types/jest": "^30.0.0",
|
|
103
105
|
"@types/js-yaml": "^4.0.9",
|
|
104
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
105
|
-
"@typescript-eslint/parser": "^8.
|
|
106
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
107
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
106
108
|
"audit-ci": "^7.1.0",
|
|
107
109
|
"browser-sync": "^3.0.4",
|
|
108
|
-
"diff": "^8.0.
|
|
110
|
+
"diff": "^8.0.2",
|
|
109
111
|
"eslint": "^8.55.0",
|
|
110
|
-
"eslint-config-prettier": "^10.1.
|
|
112
|
+
"eslint-config-prettier": "^10.1.8",
|
|
111
113
|
"eslint-config-standard": "^17.1.0",
|
|
112
|
-
"eslint-import-resolver-typescript": "^4.
|
|
114
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
113
115
|
"eslint-plugin-cucumber": "^2.0.0",
|
|
114
|
-
"eslint-plugin-import": "^2.
|
|
116
|
+
"eslint-plugin-import": "^2.32.0",
|
|
115
117
|
"eslint-plugin-node": "^11.1.0",
|
|
116
|
-
"eslint-plugin-prettier": "^5.
|
|
118
|
+
"eslint-plugin-prettier": "^5.5.3",
|
|
117
119
|
"eslint-plugin-promise": "^6.2.0",
|
|
118
120
|
"eslint-plugin-standard": "^5.0.0",
|
|
119
121
|
"husky": "9.1.7",
|
|
120
|
-
"jest": "^
|
|
122
|
+
"jest": "^30.0.5",
|
|
121
123
|
"jest-junit": "^16.0.0",
|
|
122
124
|
"json-schema-to-ts": "^3.1.1",
|
|
123
|
-
"lint-staged": "^16.
|
|
124
|
-
"npm-check-updates": "^18.0.
|
|
125
|
-
"prettier": "^3.
|
|
125
|
+
"lint-staged": "^16.1.2",
|
|
126
|
+
"npm-check-updates": "^18.0.2",
|
|
127
|
+
"prettier": "^3.6.2",
|
|
126
128
|
"standard-version": "^9.5.0",
|
|
127
129
|
"swagger-cli": "^4.0.4",
|
|
128
|
-
"ts-jest": "^29.
|
|
130
|
+
"ts-jest": "^29.4.0",
|
|
129
131
|
"ts-node": "^10.9.2",
|
|
130
132
|
"ts-patch": "^3.3.0",
|
|
131
133
|
"tslib": "^2.8.1",
|