Skip to content

Commit ccb7f0e

Browse files
authored
chore: update dependencies (#15)
* chore: update dependencies * chore: update dependencies * chore: update dependencies
1 parent e8a4b5e commit ccb7f0e

File tree

6 files changed

+3084
-16842
lines changed

6 files changed

+3084
-16842
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17.1
1+
18.20.4

CODEOWNERS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,38 @@
1+
# This is a comment.
12
# Each line is a file pattern followed by one or more owners.
3+
24
## These owners will be the default owners for everything in
35
## the repo. Unless a later match takes precedence,
46
## @global-owner1 and @global-owner2 will be requested for
57
## review when someone opens a pull request.
68
#* @global-owner1 @global-owner2
7-
* @vijayg10 @mdebarros @elnyry-sam-k
9+
* @bushjames @elnyry-sam-k @shashi165 @gibaros @vijayg10
10+
811
## Order is important; the last matching pattern takes the most
912
## precedence. When someone opens a pull request that only
1013
## modifies JS files, only @js-owner and not the global
1114
## owner(s) will be requested for a review.
1215
# *.js @js-owner
16+
1317
## You can also use email addresses if you prefer. They'll be
1418
## used to look up users just like we do for commit author
1519
## emails.
1620
21+
1722
# In this example, @doctocat owns any files in the build/logs
1823
# directory at the root of the repository and any of its
1924
# subdirectories.
2025
# /build/logs/ @doctocat
26+
2127
## The `docs/*` pattern will match files like
2228
## `docs/getting-started.md` but not further nested files like
2329
## `docs/build-app/troubleshooting.md`.
2430
31+
2532
## In this example, @octocat owns any file in an apps directory
2633
## anywhere in your repository.
2734
#apps/ @octocat
35+
2836
## In this example, @doctocat owns any file in the `/docs`
2937
## directory in the root of your repository.
3038
#/docs/ @doctocat

LICENSE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# LICENSE
22

3-
Copyright © 2020 Mojaloop Foundation
3+
Copyright © 2020-2025 Mojaloop Foundation
44

5-
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0
6-
(the "License") and you may not use these files except in compliance with the [License](http://www.apache.org/licenses/LICENSE-2.0).
5+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License.
76

8-
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
7+
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
98

10-
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the [License](http://www.apache.org/licenses/LICENSE-2.0).
9+
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

audit-ci.jsonc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
55
"moderate": true,
66
"allowlist": [
7-
// request-promise-native>request-promise-core>request - Library is now deprecated. see https://github.com/mojaloop/project/issues/3545
8-
"GHSA-p8p7-x288-28g6",
9-
"GHSA-c76h-2ccp-4975" // https://github.com/advisories/GHSA-c76h-2ccp-4975
107
]
118
}

0 commit comments

Comments
 (0)