Skip to content

Commit

Permalink
chore: maintenance updates (#19)
Browse files Browse the repository at this point in the history
* chore: fix vulnerabilities, update deps

* chore: maintenance updates

fix deprecations
update deps
update to NodeJS v18.20.4
update CODEOWNERS
update LICENSE.md

* chore: sync glob version
  • Loading branch information
gibaros authored Jan 24, 2025
1 parent a1628d3 commit 1f8df13
Show file tree
Hide file tree
Showing 6 changed files with 6,439 additions and 12,083 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.20.4
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## @global-owner1 and @global-owner2 will be requested for
## review when someone opens a pull request.
#* @global-owner1 @global-owner2
* @vijayg10 @mdebarros @elnyry-sam-k
* @vijayg10 @elnyry-sam-k @bushjames @gibaros @shashi165
## Order is important; the last matching pattern takes the most
## precedence. When someone opens a pull request that only
## modifies JS files, only @js-owner and not the global
Expand Down
9 changes: 4 additions & 5 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# LICENSE

Copyright © 2017 Bill & Melinda Gates Foundation
Copyright © 2020-2024 Mojaloop Foundation

The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0
(the "License") and you may not use these files except in compliance with the [License](http://www.apache.org/licenses/LICENSE-2.0). You may obtain a copy of the License at
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.

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

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).
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.
6 changes: 1 addition & 5 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
// audit-ci supports reading JSON, JSONC, and JSON5 config files.
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
"moderate": true,
"allowlist": [
"GHSA-c2qf-rxjj-qqgw", // https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
"GHSA-67hx-6x53-jw92", // https://github.com/advisories/GHSA-67hx-6x53-jw92
"GHSA-3xgq-45jj-v275" // https://github.com/advisories/GHSA-3xgq-45jj-v275
]
"allowlist": []
}
Loading

0 comments on commit 1f8df13

Please sign in to comment.