Skip to content

Commit fbe7df4

Browse files
committed
force components to use the latest, most secure versions, of axios
1 parent efbaab3 commit fbe7df4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
"sha.js": "2.4.12",
9898
"protobufjs@7.2.4": "7.2.6",
9999
"vm2": "3.10.0",
100-
"xmldom": "npm:@xmldom/xmldom@0.8.11"
100+
"xmldom": "npm:@xmldom/xmldom@0.8.11",
101+
"axios@0.x": "0.30.2",
102+
"axios@1.x": "^1.13.2"
101103
}
102104
}
103105
}

0 commit comments

Comments
 (0)