Skip to content

Commit

Permalink
Merge pull request #141 from transcend-io/dmattia/vuln-fixes
Browse files Browse the repository at this point in the history
Vuln fixes in cookie, rollup, body-parser, and send deps
  • Loading branch information
dmattia authored Nov 13, 2024
2 parents 3ddc5fb + 424f1db commit 564cd75
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 122 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/conflux",
"version": "4.1.0",
"version": "4.1.1",
"description": "Build zip files out of readable streams in the browser",
"main": "dist/conflux.umd.min.js",
"jsdelivr": "dist/conflux.umd.min.js",
Expand Down Expand Up @@ -83,7 +83,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "2.29.0",
"git-rev-sync": "^3.0.2",
"karma": "^6.4.2",
"karma": "^6.4.4",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
Expand All @@ -92,7 +92,7 @@
"karma-tap": "^4.2.0",
"live-server": "^1.2.2",
"prettier": "^3.1.0",
"rollup": "^4.6.1",
"rollup": "^4.22.4",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",
"tape": "^5.7.2"
Expand Down
Loading

0 comments on commit 564cd75

Please sign in to comment.