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 = {
"plugins": [
"@babel/plugin-proposal-class-properties"
"@babel/plugin-transform-class-properties"
],
"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"
},
"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",