Skip to content

Commit

Permalink
Merge pull request #709 from umccr/bump-deps-20240715
Browse files Browse the repository at this point in the history
Bumped dependencies
  • Loading branch information
victorskl authored Jul 15, 2024
2 parents 78375d0 + bb7ed00 commit 9eabb05
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"audit": "yarn npm audit"
},
"dependencies": {
"aws-sdk": "^2.1651.0",
"aws-sdk": "^2.1659.0",
"aws4-axios": "^3.3.6",
"axios": "^1.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
factory_boy==3.3.0
pytz==2024.1
mockito==1.5.0
coverage==7.5.4
coverage==7.6.0
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
aws-xray-sdk==2.14.0
boto3==1.34.136
botocore==1.34.136
Django==5.0.6
boto3==1.34.144
botocore==1.34.144
Django==5.0.7
django-environ==0.11.2
django-cors-headers==4.4.0
djangorestframework==3.15.2
pymysql==1.1.1
python-dateutil==2.9.0.post0
google-auth==2.30.0
google-auth==2.32.0
Werkzeug==3.0.3
libica==2.4.0
libumccr==0.4.0rc4
Expand All @@ -18,4 +18,4 @@ requests==2.32.3
pandas==2.1.4
numpy==1.26.4
cachetools==5.3.3
pydantic==2.7.4
pydantic==2.8.2
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2708,7 +2708,7 @@ __metadata:
languageName: node
linkType: hard

"aws-sdk@npm:^2.1404.0, aws-sdk@npm:^2.1651.0":
"aws-sdk@npm:^2.1404.0":
version: 2.1651.0
resolution: "aws-sdk@npm:2.1651.0"
dependencies:
Expand All @@ -2726,6 +2726,24 @@ __metadata:
languageName: node
linkType: hard

"aws-sdk@npm:^2.1659.0":
version: 2.1659.0
resolution: "aws-sdk@npm:2.1659.0"
dependencies:
buffer: "npm:4.9.2"
events: "npm:1.1.1"
ieee754: "npm:1.1.13"
jmespath: "npm:0.16.0"
querystring: "npm:0.2.0"
sax: "npm:1.2.1"
url: "npm:0.10.3"
util: "npm:^0.12.4"
uuid: "npm:8.0.0"
xml2js: "npm:0.6.2"
checksum: 10/46895953a532687842231ddd458fb815a0effae5588443da058bed37a3ef4e5feceaebd53ac675a030017441e053d681ec92f4278275476502b73bbcc6a9ec1d
languageName: node
linkType: hard

"aws4-axios@npm:^3.3.6":
version: 3.3.6
resolution: "aws4-axios@npm:3.3.6"
Expand Down Expand Up @@ -7288,7 +7306,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "umccr-data-portal-api-serverless@workspace:."
dependencies:
aws-sdk: "npm:^2.1651.0"
aws-sdk: "npm:^2.1659.0"
aws4-axios: "npm:^3.3.6"
axios: "npm:^1.7.2"
serverless: "npm:^3.39.0"
Expand Down

0 comments on commit 9eabb05

Please sign in to comment.