Skip to content

Commit

Permalink
Merge branch 'main' into feat/fx-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev authored Sep 30, 2024
2 parents 7acc88f + 4613837 commit 3ef604e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

### [15.7.3](https://github.com/mojaloop/quoting-service/compare/v15.7.2...v15.7.3) (2024-06-17)


### Chore

* dependency upgrades and minor maintenance ([#337](https://github.com/mojaloop/quoting-service/issues/337)) ([51c9ad9](https://github.com/mojaloop/quoting-service/commit/51c9ad95cb0dfae8cb406a4da7a3762fba9d86d2))

### [15.7.2](https://github.com/mojaloop/quoting-service/compare/v15.7.1...v15.7.2) (2024-05-16)


### Bug Fixes

* logging issues ([#331](https://github.com/mojaloop/quoting-service/issues/331)) ([3d4cba6](https://github.com/mojaloop/quoting-service/commit/3d4cba6601a94221348be359e07182ab40080414))

### [15.7.1](https://github.com/mojaloop/quoting-service/compare/v15.7.0...v15.7.1) (2024-04-19)


Expand Down
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,22 @@
"parse-strings-in-object": "2.0.0",
"rc": "1.2.8"
},
"overrides": {
"shins": {
"ajv": "6.12.3",
"ejs": "3.1.10",
"sanitize-html": "2.12.1",
"yargs-parser": "18.1.1",
"markdown-it": "12.3.2"
},
"widdershins": {
"swagger2openapi": "7.0.8",
"yargs-parser": "13.1.2",
"markdown-it": "12.3.2"
},
"jsonwebtoken": "9.0.0",
"jsonpointer": "5.0.0"
},
"devDependencies": {
"audit-ci": "^7.1.0",
"eslint": "8.16.0",
Expand Down
1 change: 1 addition & 0 deletions src/lib/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const http = require('node:http')
const util = require('node:util')
const axios = require('axios')
const ErrorHandler = require('@mojaloop/central-services-error-handling')
const http = require('http')

const { logger } = require('../lib')
const { getStackOrInspect } = require('../lib/util')
Expand Down

0 comments on commit 3ef604e

Please sign in to comment.