Skip to content

Commit 7312aaa

Browse files
Merge pull request #4524 from communitybridge/unicron-yarn-audits
Fix CI issues
2 parents 0db3e77 + 8ff3a50 commit 7312aaa

File tree

6 files changed

+3634
-6607
lines changed

6 files changed

+3634
-6607
lines changed

.github/workflows/yarn-scan-backend-go-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '16'
22+
node-version: '18'
2323
- name: Setup
2424
run: yarn install
2525
- name: Yarn Audit

.github/workflows/yarn-scan-backend-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '16'
22+
node-version: '18'
2323
- name: Setup
2424
run: yarn install
2525
- name: Yarn Audit

cla-backend-go/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,18 @@
1919
"prune:prod": "SLS_DEBUG=* time ./node_modules/serverless/bin/serverless.js prune -n 3 -s prod -r us-east-2 --verbose"
2020
},
2121
"dependencies": {
22+
"aws-sdk": "^2.1329.0",
23+
"fast-xml-parser": ">=4.4.1",
24+
"follow-redirects": "^1.14.7",
2225
"install": "^0.13.0",
2326
"node.extend": "^2.0.2",
24-
"serverless": "^3.32.2",
27+
"qs": "^6.11.0",
28+
"serverless": "^4.4.19",
2529
"serverless-finch": "^4.0.3",
2630
"serverless-layers": "^2.6.1",
2731
"serverless-plugin-tracing": "^2.0.0",
2832
"serverless-prune-plugin": "^2.0.2",
33+
"simple-git": "^3.16.0",
2934
"xml2js": "^0.6.0",
3035
"yarn-audit-fix": "^9.3.10"
3136
},

0 commit comments

Comments
 (0)