@mojaloop/api-snippets 17.10.2 → 17.10.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ### [17.10.3](https://github.com/mojaloop/api-snippets/compare/v17.10.2...v17.10.3) (2025-05-13)
3
+
4
+
5
+ ### Maintenance
6
+
7
+ * update NodeJS version and update deps ([#202](https://github.com/mojaloop/api-snippets/issues/202)) ([5771b9d](https://github.com/mojaloop/api-snippets/commit/5771b9ddf0b4e1c24d245aef78ac946622b39d95))
8
+
2
9
  ### [17.10.2](https://github.com/mojaloop/api-snippets/compare/v17.10.1...v17.10.2) (2025-03-27)
3
10
 
4
11
 
package/audit-ci.jsonc CHANGED
@@ -3,7 +3,5 @@
3
3
  // audit-ci supports reading JSON, JSONC, and JSON5 config files.
4
4
  // Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
5
5
  "moderate": true,
6
- "allowlist": [
7
- "GHSA-r7jx-5m6m-cpg9" // https://github.com/advisories/GHSA-r7jx-5m6m-cpg9
8
- ]
6
+ "allowlist": []
9
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/api-snippets",
3
- "version": "17.10.2",
3
+ "version": "17.10.3",
4
4
  "description": "Mojaloop API specification reusable snippets",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -86,7 +86,7 @@
86
86
  "js-yaml": "^4.1.0",
87
87
  "json-refs": "^3.0.15",
88
88
  "openapi-types": "^12.1.3",
89
- "openapi-typescript": "^7.6.1",
89
+ "openapi-typescript": "^7.8.0",
90
90
  "ts-auto-mock": "^3.7.4"
91
91
  },
92
92
  "overrides": {
@@ -95,42 +95,46 @@
95
95
  "dompurify": "3.2.4"
96
96
  },
97
97
  "devDependencies": {
98
- "@commitlint/cli": "^19.8.0",
99
- "@commitlint/config-conventional": "^19.8.0",
100
- "@redocly/openapi-cli": "^1.0.0-beta.95",
98
+ "@commitlint/cli": "^19.8.1",
99
+ "@commitlint/config-conventional": "^19.8.1",
101
100
  "@redocly/cli": "^1.5.0",
101
+ "@redocly/openapi-cli": "^1.0.0-beta.95",
102
102
  "@types/jest": "^29.5.14",
103
103
  "@types/js-yaml": "^4.0.9",
104
- "@typescript-eslint/eslint-plugin": "^8.28.0",
105
- "@typescript-eslint/parser": "^8.28.0",
104
+ "@typescript-eslint/eslint-plugin": "^8.32.1",
105
+ "@typescript-eslint/parser": "^8.32.1",
106
106
  "audit-ci": "^7.1.0",
107
- "browser-sync": "^3.0.3",
108
- "diff": "^7.0.0",
107
+ "browser-sync": "^3.0.4",
108
+ "diff": "^8.0.0",
109
109
  "eslint": "^8.55.0",
110
- "eslint-config-prettier": "^10.1.1",
110
+ "eslint-config-prettier": "^10.1.5",
111
111
  "eslint-config-standard": "^17.1.0",
112
- "eslint-import-resolver-typescript": "^4.2.5",
112
+ "eslint-import-resolver-typescript": "^4.3.4",
113
113
  "eslint-plugin-cucumber": "^2.0.0",
114
114
  "eslint-plugin-import": "^2.31.0",
115
115
  "eslint-plugin-node": "^11.1.0",
116
- "eslint-plugin-prettier": "^5.2.5",
116
+ "eslint-plugin-prettier": "^5.4.0",
117
117
  "eslint-plugin-promise": "^6.2.0",
118
118
  "eslint-plugin-standard": "^5.0.0",
119
119
  "husky": "9.1.7",
120
120
  "jest": "^29.7.0",
121
121
  "jest-junit": "^16.0.0",
122
- "lint-staged": "^15.5.0",
123
- "npm-check-updates": "^17.1.16",
122
+ "json-schema-to-ts": "^3.1.1",
123
+ "lint-staged": "^16.0.0",
124
+ "npm-check-updates": "^18.0.1",
124
125
  "prettier": "^3.5.3",
125
126
  "standard-version": "^9.5.0",
126
127
  "swagger-cli": "^4.0.4",
127
- "ts-jest": "^29.3.0",
128
+ "ts-jest": "^29.3.2",
128
129
  "ts-node": "^10.9.2",
129
130
  "ts-patch": "^3.3.0",
130
131
  "tslib": "^2.8.1",
131
- "typescript": "^5.8.2"
132
+ "typescript": "^5.8.3"
132
133
  },
133
134
  "publishConfig": {
134
135
  "registry": "https://registry.npmjs.org/"
136
+ },
137
+ "engines": {
138
+ "node": "22.15.0"
135
139
  }
136
140
  }