Skip to content

Commit

Permalink
chore: fix docker image scans (#3272)
Browse files Browse the repository at this point in the history
* chore: fix path-to-regexp lib

* chore: update base node image version in Dockerfiles

---------

Co-authored-by: bsanduc <bogdan.sandu@breakpointit.eu>
  • Loading branch information
mkurapov and sanducb committed Feb 6, 2025
1 parent c0b7af7 commit 0adcf53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@
"braces@<3.0.3": ">=3.0.3",
"@grpc/grpc-js@>=1.10.0 <1.10.9": ">=1.10.9",
"dset@<3.1.4": ">=3.1.4",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"path-to-regexp@>=0.1.7": "^0.1.12",
"path-to-regexp@>=6.3.0": "^6.3.0"
}
}
}
13 changes: 6 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0adcf53

Please sign in to comment.