fix(cve): fix cve issue

This commit is contained in:
hexxa 2021-09-18 12:24:41 +08:00 committed by Hexxa
parent 24a4024c21
commit decdaad956
3 changed files with 650 additions and 1524 deletions

View file

@ -8,7 +8,6 @@
"build:fe:dev": "yarn && bash scripts/copy_js_dev.sh && webpack --config src/client/web/webpack.app.dev.js --watch",
"build:fe:watch": "yarn && bash scripts/copy_js.sh && webpack --config src/client/web/webpack.app.prod.js --watch",
"start": "yarn build:fe && go run cmd/start/main.go -c `pwd`/configs/dev.yml",
"build": "yarn build:fe && bash scripts/build_be.sh",
"build:docker": "docker build . -t hexxa/quickshare:latest"
},

View file

@ -52,6 +52,7 @@
"css-loader": "^5.0.0",
"filesize": "^6.1.0",
"immutable": "^4.0.0-rc.12",
"jest": "^27.2.0",
"react": "^16.8.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",

2172
yarn.lock

File diff suppressed because it is too large Load diff