Skip to content

Commit 6d5564b

Browse files
authored
Merge pull request #18 from distributed-system-analysis/portante-patch-1
Address potential security vulnerability w/ axios
2 parents 04bf133 + 10ad972 commit 6d5564b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdm-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"license": "EPL-1.0",
66
"dependencies": {
7-
"axios": "^0.18.0",
7+
"axios": ">=0.21.1",
88
"d3": "3.5.17",
99
"jschart": "file:../jschart",
1010
"react": "^16.5.1",

0 commit comments

Comments
 (0)