Skip to content

Commit

Permalink
Merge pull request #4524 from communitybridge/unicron-yarn-audits
Browse files Browse the repository at this point in the history
Fix CI issues
  • Loading branch information
lukaszgryglicki authored Jan 22, 2025
2 parents 0db3e77 + 8ff3a50 commit 7312aaa
Show file tree
Hide file tree
Showing 6 changed files with 3,634 additions and 6,607 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yarn-scan-backend-go-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Setup
run: yarn install
- name: Yarn Audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn-scan-backend-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Setup
run: yarn install
- name: Yarn Audit
Expand Down
7 changes: 6 additions & 1 deletion cla-backend-go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,18 @@
"prune:prod": "SLS_DEBUG=* time ./node_modules/serverless/bin/serverless.js prune -n 3 -s prod -r us-east-2 --verbose"
},
"dependencies": {
"aws-sdk": "^2.1329.0",
"fast-xml-parser": ">=4.4.1",
"follow-redirects": "^1.14.7",
"install": "^0.13.0",
"node.extend": "^2.0.2",
"serverless": "^3.32.2",
"qs": "^6.11.0",
"serverless": "^4.4.19",
"serverless-finch": "^4.0.3",
"serverless-layers": "^2.6.1",
"serverless-plugin-tracing": "^2.0.0",
"serverless-prune-plugin": "^2.0.2",
"simple-git": "^3.16.0",
"xml2js": "^0.6.0",
"yarn-audit-fix": "^9.3.10"
},
Expand Down
Loading

0 comments on commit 7312aaa

Please sign in to comment.