quoting-service 17.8.0 → 17.10.0

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.
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
  setup: true
3
3
  orbs:
4
- build: mojaloop/build@1.0.58
4
+ build: mojaloop/build@1.0.66
5
5
  workflows:
6
6
  setup:
7
7
  jobs:
package/.grype.yaml CHANGED
@@ -2,9 +2,7 @@ ignore:
2
2
  # Ignore cross-spawn vulnerabilities by CVE ID due to false positive
3
3
  # as grype looks at package-lock.json where it shows versions with
4
4
  # vulnerabilities, npm ls shows only 7.0.6 verion is used
5
- - vulnerability: "GHSA-3xgq-45jj-v275"
6
- package:
7
- name: "cross-spawn"
5
+
8
6
 
9
7
  # Set output format defaults
10
8
  output:
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 18.20.6
1
+ 22.15.1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
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.10.0](https://github.com/mojaloop/quoting-service/compare/v17.9.0...v17.10.0) (2025-05-30)
6
+
7
+
8
+ ### Features
9
+
10
+ * bump up the node version to v22.15.1 and fix dangling test ([#410](https://github.com/mojaloop/quoting-service/issues/410)) ([262100e](https://github.com/mojaloop/quoting-service/commit/262100e8df71cea66a27291cb2940d106b03ed88))
11
+
12
+ ## [17.9.0](https://github.com/mojaloop/quoting-service/compare/v17.8.0...v17.9.0) (2025-04-15)
13
+
14
+
15
+ ### Features
16
+
17
+ * **csi-1348:** use updated AxiosHttpRequester ([#409](https://github.com/mojaloop/quoting-service/issues/409)) ([1e7683a](https://github.com/mojaloop/quoting-service/commit/1e7683a15fbdfe4cd7ce7e6042fc4a5a49425bb6))
18
+
5
19
  ## [17.8.0](https://github.com/mojaloop/quoting-service/compare/v17.7.2...v17.8.0) (2025-04-10)
6
20
 
7
21
 
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.8.0",
5
+ "version": "17.10.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
8
8
  "Georgi Georgiev <georgi.georgiev@modusbox.com>",
@@ -110,22 +110,22 @@
110
110
  "@hapi/hapi": "21.4.0",
111
111
  "@hapi/inert": "7.1.0",
112
112
  "@hapi/vision": "7.0.3",
113
- "@mojaloop/central-services-error-handling": "13.0.7",
114
- "@mojaloop/central-services-health": "15.0.4",
115
- "@mojaloop/central-services-logger": "11.8.1",
116
- "@mojaloop/central-services-metrics": "12.5.0",
117
- "@mojaloop/central-services-shared": "18.23.2",
118
- "@mojaloop/central-services-stream": "11.5.2",
119
- "@mojaloop/event-sdk": "14.4.0",
120
- "@mojaloop/inter-scheme-proxy-cache-lib": "2.5.0",
113
+ "@mojaloop/central-services-error-handling": "13.1.0",
114
+ "@mojaloop/central-services-health": "15.1.0",
115
+ "@mojaloop/central-services-logger": "11.9.0",
116
+ "@mojaloop/central-services-metrics": "12.6.0",
117
+ "@mojaloop/central-services-shared": "18.26.2",
118
+ "@mojaloop/central-services-stream": "11.6.0",
119
+ "@mojaloop/event-sdk": "14.5.1",
120
+ "@mojaloop/inter-scheme-proxy-cache-lib": "2.6.0",
121
121
  "@mojaloop/ml-number": "11.2.7",
122
122
  "@mojaloop/ml-schema-transformer-lib": "2.7.1",
123
- "@mojaloop/sdk-standard-components": "19.12.0-snapshot.1",
123
+ "@mojaloop/sdk-standard-components": "19.15.2",
124
124
  "ajv": "8.17.1",
125
125
  "ajv-keywords": "5.1.0",
126
- "axios": "1.8.4",
126
+ "axios": "1.9.0",
127
127
  "blipp": "4.0.2",
128
- "commander": "13.1.0",
128
+ "commander": "14.0.0",
129
129
  "event-stream": "4.0.1",
130
130
  "fast-safe-stringify": "2.1.1",
131
131
  "joi": "17.13.3",
@@ -142,11 +142,11 @@
142
142
  "audit-ci": "7.1.0",
143
143
  "eslint": "8.57.1",
144
144
  "eslint-config-standard": "17.1.0",
145
- "eslint-plugin-jest": "28.11.0",
145
+ "eslint-plugin-jest": "28.12.0",
146
146
  "ioredis-mock": "8.9.0",
147
147
  "jest": "29.7.0",
148
148
  "jest-junit": "16.0.0",
149
- "npm-check-updates": "17.1.18",
149
+ "npm-check-updates": "18.0.1",
150
150
  "nyc": "17.1.0",
151
151
  "pre-commit": "1.2.2",
152
152
  "replace": "1.2.2",