mirror of
https://github.com/transmission/transmission
synced 2025-01-03 13:35:36 +00:00
chore: bump vulnerable web build deps (#6139)
This commit is contained in:
parent
c5f6678c7d
commit
4b5cbd2a97
3 changed files with 326 additions and 691 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-class-properties"
|
||||
"@babel/plugin-transform-class-properties"
|
||||
],
|
||||
"presets": []
|
||||
};
|
||||
|
|
1005
web/package-lock.json
generated
1005
web/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -18,10 +18,10 @@
|
|||
"lint:stylelint:fix": "stylelint --fix assets/css/*scss"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.9",
|
||||
"@babel/eslint-parser": "^7.22.9",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@primer/stylelint-config": "^12.7.2",
|
||||
"@babel/core": "^7.23.2",
|
||||
"@babel/eslint-parser": "^7.22.15",
|
||||
"@babel/plugin-transform-class-properties": "^7.22.5",
|
||||
"@primer/stylelint-config": "^12.8.0",
|
||||
"css-loader": "^6.8.1",
|
||||
"css-minimizer-webpack-plugin": "^5.0.1",
|
||||
"eslint": "^8.45.0",
|
||||
|
|
Loading…
Reference in a new issue