Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
setup: true
orbs:
build: mojaloop/[email protected].7
build: mojaloop/[email protected].9
workflows:
setup:
jobs:
Expand Down
3 changes: 3 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
disabled: false

ignore:
- vulnerability: GHSA-5j98-mcp5-4vw2
include-aliases: true
reason: "glob upgraded to 10.5.0 in package.json, but Node.js 22.20.0-alpine3.22 is still using glob 10.4.5"
- vulnerability: CVE-2025-46394
reason: "No fixes to busybox apk available as of 2025-10-16 on Dockerfile base image 22.20.0-alpine3.22"
- vulnerability: CVE-2024-58251
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.20.0
22.21.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Arguments
ARG NODE_VERSION=22.20.0-alpine3.22
ARG NODE_VERSION=22.21.1-alpine3.23

# NOTE: Ensure you set NODE_VERSION Build Argument as follows...
#
Expand Down
Loading
Loading