@mojaloop/api-snippets 18.2.1 → 18.2.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +15 -12
package/CHANGELOG.md CHANGED
@@ -1,4 +1,18 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ### [18.2.3](https://github.com/mojaloop/api-snippets/compare/v18.2.2...v18.2.3) (2026-01-13)
3
+
4
+
5
+ ### Maintenance
6
+
7
+ * maintenance updates ([#214](https://github.com/mojaloop/api-snippets/issues/214)) ([fda0e8f](https://github.com/mojaloop/api-snippets/commit/fda0e8f1c9c1009b6ee840cd48d6042e54feae64))
8
+
9
+ ### [18.2.2](https://github.com/mojaloop/api-snippets/compare/v18.2.1...v18.2.2) (2025-12-05)
10
+
11
+
12
+ ### Maintenance
13
+
14
+ * update dependencies ([#212](https://github.com/mojaloop/api-snippets/issues/212)) ([a2261ac](https://github.com/mojaloop/api-snippets/commit/a2261ac72012afc17ac6d6c23f0f2138bb47bbca))
15
+
2
16
  ### [18.2.1](https://github.com/mojaloop/api-snippets/compare/v18.2.0...v18.2.1) (2025-11-06)
3
17
 
4
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/api-snippets",
3
- "version": "18.2.1",
3
+ "version": "18.2.3",
4
4
  "description": "Mojaloop API specification reusable snippets",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -87,7 +87,7 @@
87
87
  "@redocly/openapi-core": "^1.5.0",
88
88
  "commander": "^14.0.2",
89
89
  "jest-ts-auto-mock": "^2.1.0",
90
- "js-yaml": "^4.1.0",
90
+ "js-yaml": "4.1.1",
91
91
  "json-refs": "^3.0.15",
92
92
  "openapi-types": "^12.1.3",
93
93
  "openapi-typescript": "^7.10.1",
@@ -98,20 +98,23 @@
98
98
  "@types/responselike": "^1.0.0",
99
99
  "brace-expansion": "2.0.2",
100
100
  "dompurify": "3.2.4",
101
- "form-data": "4.0.4"
101
+ "form-data": "4.0.4",
102
+ "glob": "11.1.0",
103
+ "js-yaml": "4.1.1",
104
+ "qs": "6.14.1"
102
105
  },
103
106
  "devDependencies": {
104
- "@commitlint/cli": "^20.1.0",
105
- "@commitlint/config-conventional": "^20.0.0",
107
+ "@commitlint/cli": "^20.3.1",
108
+ "@commitlint/config-conventional": "^20.3.1",
106
109
  "@redocly/cli": "^1.5.0",
107
110
  "@redocly/openapi-cli": "^1.0.0-beta.95",
108
111
  "@types/jest": "^30.0.0",
109
112
  "@types/js-yaml": "^4.0.9",
110
- "@typescript-eslint/eslint-plugin": "^8.46.3",
111
- "@typescript-eslint/parser": "^8.46.3",
113
+ "@typescript-eslint/eslint-plugin": "^8.53.0",
114
+ "@typescript-eslint/parser": "^8.53.0",
112
115
  "audit-ci": "^7.1.0",
113
116
  "browser-sync": "^3.0.4",
114
- "diff": "^8.0.2",
117
+ "diff": "^8.0.3",
115
118
  "eslint": "^8.55.0",
116
119
  "eslint-config-prettier": "^10.1.8",
117
120
  "eslint-config-standard": "^17.1.0",
@@ -126,12 +129,12 @@
126
129
  "jest": "^30.2.0",
127
130
  "jest-junit": "^16.0.0",
128
131
  "json-schema-to-ts": "^3.1.1",
129
- "lint-staged": "^16.2.6",
130
- "npm-check-updates": "^19.1.2",
131
- "prettier": "^3.6.2",
132
+ "lint-staged": "^16.2.7",
133
+ "npm-check-updates": "^19.3.1",
134
+ "prettier": "^3.7.4",
132
135
  "standard-version": "^9.5.0",
133
136
  "swagger-cli": "^4.0.4",
134
- "ts-jest": "^29.4.5",
137
+ "ts-jest": "^29.4.6",
135
138
  "ts-node": "^10.9.2",
136
139
  "ts-patch": "^3.3.0",
137
140
  "tslib": "^2.8.1",