quoting-service 17.12.0 → 17.12.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 +8 -0
- package/package.json +8 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [17.12.1](https://github.com/mojaloop/quoting-service/compare/v17.12.0...v17.12.1) (2025-07-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* fix vuls and update deps ([#423](https://github.com/mojaloop/quoting-service/issues/423)) ([ccf485a](https://github.com/mojaloop/quoting-service/commit/ccf485ab6e44133f837ef1fe8e7108c3fecd369a))
|
|
11
|
+
* **sbom:** update sbom [skip ci] ([9efa253](https://github.com/mojaloop/quoting-service/commit/9efa2537d4716eecb5e9e2843eb88dd0729cec6c))
|
|
12
|
+
|
|
5
13
|
## [17.12.0](https://github.com/mojaloop/quoting-service/compare/v17.10.5...v17.12.0) (2025-07-17)
|
|
6
14
|
|
|
7
15
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "quoting-service",
|
|
3
3
|
"description": "Quoting Service hosted by a scheme",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
|
-
"version": "17.12.
|
|
5
|
+
"version": "17.12.1",
|
|
6
6
|
"author": "ModusBox",
|
|
7
7
|
"contributors": [
|
|
8
8
|
"Georgi Georgiev <georgi.georgiev@modusbox.com>",
|
|
@@ -86,6 +86,8 @@
|
|
|
86
86
|
"wait-4-docker": "node ./scripts/_wait4_all.js"
|
|
87
87
|
},
|
|
88
88
|
"overrides": {
|
|
89
|
+
"form-data": "4.0.4",
|
|
90
|
+
"on-headers": "1.1.0",
|
|
89
91
|
"shins": {
|
|
90
92
|
"ajv": "6.12.3",
|
|
91
93
|
"ejs": "3.1.10",
|
|
@@ -114,16 +116,16 @@
|
|
|
114
116
|
"@mojaloop/central-services-health": "15.1.0",
|
|
115
117
|
"@mojaloop/central-services-logger": "11.9.0",
|
|
116
118
|
"@mojaloop/central-services-metrics": "12.6.0",
|
|
117
|
-
"@mojaloop/central-services-shared": "18.30.
|
|
119
|
+
"@mojaloop/central-services-shared": "18.30.6",
|
|
118
120
|
"@mojaloop/central-services-stream": "11.8.2",
|
|
119
121
|
"@mojaloop/event-sdk": "14.6.1",
|
|
120
122
|
"@mojaloop/inter-scheme-proxy-cache-lib": "2.6.0",
|
|
121
123
|
"@mojaloop/ml-number": "11.3.0",
|
|
122
|
-
"@mojaloop/ml-schema-transformer-lib": "2.7.
|
|
123
|
-
"@mojaloop/sdk-standard-components": "19.16.
|
|
124
|
+
"@mojaloop/ml-schema-transformer-lib": "2.7.7",
|
|
125
|
+
"@mojaloop/sdk-standard-components": "19.16.4",
|
|
124
126
|
"ajv": "8.17.1",
|
|
125
127
|
"ajv-keywords": "5.1.0",
|
|
126
|
-
"axios": "1.
|
|
128
|
+
"axios": "1.11.0",
|
|
127
129
|
"blipp": "4.0.2",
|
|
128
130
|
"commander": "14.0.0",
|
|
129
131
|
"event-stream": "4.0.1",
|
|
@@ -146,7 +148,7 @@
|
|
|
146
148
|
"ioredis-mock": "8.9.0",
|
|
147
149
|
"jest": "29.7.0",
|
|
148
150
|
"jest-junit": "16.0.0",
|
|
149
|
-
"npm-check-updates": "18.0.
|
|
151
|
+
"npm-check-updates": "18.0.2",
|
|
150
152
|
"nyc": "17.1.0",
|
|
151
153
|
"pre-commit": "1.2.2",
|
|
152
154
|
"replace": "1.2.2",
|