Skip to content

Commit

Permalink
Bug/Serverless Vul
Browse files Browse the repository at this point in the history
- Upgraded serverless package resolving snyk vulnerability

Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
  • Loading branch information
nickmango committed Jun 11, 2024
1 parent ee12152 commit cc1167c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Setup python
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions cla-backend-go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"author": "The Linux Foundation",
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"sls": "./node_modules/serverless/bin/serverless.js",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"install": "^0.13.0",
"node.extend": "^2.0.2",
"serverless": "^3.32.2",
"serverless": "^4.0.0",
"serverless-finch": "^4.0.3",
"serverless-layers": "^2.6.1",
"serverless-plugin-tracing": "^2.0.0",
Expand Down

0 comments on commit cc1167c

Please sign in to comment.