1
0
Fork 0
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:
Charles Kerr 2023-10-20 15:26:33 -05:00 committed by GitHub
parent c5f6678c7d
commit 4b5cbd2a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 326 additions and 691 deletions

View file

@ -1,6 +1,6 @@
module.exports = { module.exports = {
"plugins": [ "plugins": [
"@babel/plugin-proposal-class-properties" "@babel/plugin-transform-class-properties"
], ],
"presets": [] "presets": []
}; };

1007
web/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,10 +18,10 @@
"lint:stylelint:fix": "stylelint --fix assets/css/*scss" "lint:stylelint:fix": "stylelint --fix assets/css/*scss"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.22.9", "@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.9", "@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-class-properties": "^7.22.5",
"@primer/stylelint-config": "^12.7.2", "@primer/stylelint-config": "^12.8.0",
"css-loader": "^6.8.1", "css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1", "css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.45.0", "eslint": "^8.45.0",