diff --git a/package.json b/package.json index 31d2e1d..6be963f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@babel/polyfill": "~7.2", + "@babel/polyfill": "~7.8.3", "body-parser": "^1.19.0", "chart.js": "^2.9.3", "clean-webpack-plugin": "^3.0.0", @@ -31,38 +31,38 @@ "qrcode": "^1.4.4", "vue": "~2.6", "vue-analytics": "^5.22.1", - "vue-router": "~3.0", + "vue-router": "~3.1.5", "vuex": "^3.1.1" }, "devDependencies": { - "@babel/core": "~7.2", - "@babel/plugin-proposal-class-properties": "~7.3", - "@babel/plugin-proposal-decorators": "~7.3", - "@babel/plugin-proposal-json-strings": "~7.2", - "@babel/plugin-syntax-dynamic-import": "~7.2", - "@babel/plugin-syntax-import-meta": "~7.2", - "@babel/preset-env": "~7.3", + "@babel/core": "~7.8.3", + "@babel/plugin-proposal-class-properties": "~7.8.3", + "@babel/plugin-proposal-decorators": "~7.8.3", + "@babel/plugin-proposal-json-strings": "~7.8.3", + "@babel/plugin-syntax-dynamic-import": "~7.8.3", + "@babel/plugin-syntax-import-meta": "~7.8.3", + "@babel/preset-env": "~7.8.3", "babel-loader": "~8.0", - "compression-webpack-plugin": "~2.0", - "cross-env": "^6.0.3", + "compression-webpack-plugin": "~3.1.0", + "cross-env": "^7.0.0", "css-loader": "^3.2.0", - "file-loader": "^4.2.0", + "file-loader": "^5.0.2", "friendly-errors-webpack-plugin": "~1.7", "google-maps-api-loader": "^1.1.1", "html-webpack-plugin": "~3.2", - "mini-css-extract-plugin": "~0.5", - "optimize-css-assets-webpack-plugin": "~3.2", - "sass-loader": "~7.1", - "uglifyjs-webpack-plugin": "~1.2", - "url-loader": "^2.2.0", - "vue-loader": "~15.6", + "mini-css-extract-plugin": "~0.9.0", + "optimize-css-assets-webpack-plugin": "~5.0.3", + "sass-loader": "~8.0.2", + "uglifyjs-webpack-plugin": "~2.2.0", + "url-loader": "^3.0.0", + "vue-loader": "~15.8.3", "vue-style-loader": "~4.1", "vue-template-compiler": "~2.6", "webpack": "~4.41.5", "webpack-bundle-analyzer": "^3.6.0", - "webpack-cli": "~3.2", - "webpack-dev-server": "~3.1", - "webpack-hot-middleware": "~2.24", + "webpack-cli": "~3.3.10", + "webpack-dev-server": "~3.10.1", + "webpack-hot-middleware": "~2.25.0", "webpack-merge": "~4.2" } }