Skip to content

Commit

Permalink
Dependency security vuln fix (#51)
Browse files Browse the repository at this point in the history
* updating django version

* updating transitive dependency

* trying overrides approach

* removing pre-install script
  • Loading branch information
micdavis committed Dec 19, 2023
1 parent efccb8b commit 98f9a1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions clients/javascript_client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@
"lint": "eslint fma_connect --ignore-path .eslintignore --ext .ts --format table",
"prepare": "cd ../../ && husky install clients/javascript_client/.husky",
"test": "jest --coverage --passWithNoTests"
},
"overrides": {
"fetch-mock": {
"@babel/traverse": "7.23.2"
}
}
}
2 changes: 1 addition & 1 deletion connectors/django/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pre-commit = "*"
fma-core = {path = "./../../fma-core", editable = true}

[packages]
Django = "4.1.10"
Django = "4.1.13"
django-q = "1.3.9"
django-mptt = "0.13.4"
numpy = "1.22.2"
Expand Down
2 changes: 1 addition & 1 deletion connectors/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.1.10
Django==4.1.13
django-q==1.3.9
django-mptt==0.13.4
numpy==1.22.2
Expand Down

0 comments on commit 98f9a1b

Please sign in to comment.