Skip to content

Commit 2b74c34

Browse files
authored
Merge pull request #22 from StateFarmIns/address-current-vulnerabilities
fix: Update aws-crt to remove axios vuln
2 parents 4f653f7 + bfafbd5 commit 2b74c34

File tree

3 files changed

+2502
-2700
lines changed

3 files changed

+2502
-2700
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ reports
99
coverage
1010
release.zip
1111
release
12+
yarn-error.log
1213

1314
# stryker temp files
1415
.stryker-tmp

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@aws-sdk/client-quicksight": "^3.369.0",
88
"@aws-sdk/client-ses": "^3.369.0",
99
"await-sleep": "^0.0.1",
10-
"aws-crt": "^1.15.20"
10+
"aws-crt": "^1.19.0"
1111
},
1212
"devDependencies": {
1313
"@aws-sdk/client-s3": "^3.369.0",

0 commit comments

Comments
 (0)