@mojaloop/api-snippets 18.2.1 → 18.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +10 -8
package/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ### [18.2.2](https://github.com/mojaloop/api-snippets/compare/v18.2.1...v18.2.2) (2025-12-05)
3
+
4
+
5
+ ### Maintenance
6
+
7
+ * update dependencies ([#212](https://github.com/mojaloop/api-snippets/issues/212)) ([a2261ac](https://github.com/mojaloop/api-snippets/commit/a2261ac72012afc17ac6d6c23f0f2138bb47bbca))
8
+
2
9
  ### [18.2.1](https://github.com/mojaloop/api-snippets/compare/v18.2.0...v18.2.1) (2025-11-06)
3
10
 
4
11
 
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.2",
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,7 +98,9 @@
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"
102
104
  },
103
105
  "devDependencies": {
104
106
  "@commitlint/cli": "^20.1.0",
@@ -107,8 +109,8 @@
107
109
  "@redocly/openapi-cli": "^1.0.0-beta.95",
108
110
  "@types/jest": "^30.0.0",
109
111
  "@types/js-yaml": "^4.0.9",
110
- "@typescript-eslint/eslint-plugin": "^8.46.3",
111
- "@typescript-eslint/parser": "^8.46.3",
112
+ "@typescript-eslint/eslint-plugin": "^8.48.1",
113
+ "@typescript-eslint/parser": "^8.48.1",
112
114
  "audit-ci": "^7.1.0",
113
115
  "browser-sync": "^3.0.4",
114
116
  "diff": "^8.0.2",
@@ -126,12 +128,12 @@
126
128
  "jest": "^30.2.0",
127
129
  "jest-junit": "^16.0.0",
128
130
  "json-schema-to-ts": "^3.1.1",
129
- "lint-staged": "^16.2.6",
131
+ "lint-staged": "^16.2.7",
130
132
  "npm-check-updates": "^19.1.2",
131
- "prettier": "^3.6.2",
133
+ "prettier": "^3.7.4",
132
134
  "standard-version": "^9.5.0",
133
135
  "swagger-cli": "^4.0.4",
134
- "ts-jest": "^29.4.5",
136
+ "ts-jest": "^29.4.6",
135
137
  "ts-node": "^10.9.2",
136
138
  "ts-patch": "^3.3.0",
137
139
  "tslib": "^2.8.1",