Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix security issues #1863

Merged
merged 10 commits into from
Nov 11, 2024
5,043 changes: 1,002 additions & 4,041 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/sui-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"swc-loader": "0.2.6",
"tailwindcss": "3.4.14",
"url": "0.11.0",
"webpack": "5.82.1",
"webpack": "5.94.0",
"webpack-dev-server": "5.0.4",
"webpack-manifest-plugin": "5.0.0",
"webpack-node-externals": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sui-critical-css-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "",
"main": "src/index.js",
"dependencies": {
"path-to-regexp": "0.1.7"
"path-to-regexp": "0.1.10"
}
}
2 changes: 1 addition & 1 deletion packages/sui-critical-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"clean-css": "5.3.3",
"node-fetch": "2.7.0",
"path-to-regexp": "0.1.7",
"path-to-regexp": "0.1.10",
"playwright-chromium": "1.25.0",
"@s-ui/critical-css-middleware": "1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sui-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"dependencies": {
"bowser": "2.11.0",
"cookie": "0.3.1",
"cookie": "0.7.0",
"htmr": "1.0.0",
"js-cookie": "2.1.4",
"just-camel-case": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/sui-sass-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"mini-css-extract-plugin": "2.7.7",
"sass": "1.54.5",
"sass-loader": "12",
"webpack": "5.82.1"
"webpack": "5.94.0"
}
}
2 changes: 1 addition & 1 deletion packages/sui-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"just-debounce-it": "1.5.0",
"just-kebab-case": "1.1.0",
"just-pascal-case": "1.1.0",
"micromatch": "4.0.5",
"micromatch": "4.0.8",
"node-fetch": "2.7.0",
"normalize.css": "8.0.1",
"react": "17",
Expand Down
2 changes: 1 addition & 1 deletion packages/sui-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "17",
"sass": "1",
"svgo": "2.8.0",
"vite": "3.2.8"
"vite": "3.2.11"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/sui-test-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@testing-library/cypress": "8.0.3",
"colors": "1.4.0",
"commander": "8.3.0",
"cypress": "10.4.0",
"cypress": "10.11.0",
"cypress-file-upload": "5.0.8"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/sui-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"swc-loader": "0.2.6",
"tty-browserify": "0.0.1",
"util": "0.12.4",
"webpack": "5.82.1"
"webpack": "5.94.0"
}
}