diff --git a/package-lock.json b/package-lock.json index 3342b3e7..1d671221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,67 +11,67 @@ "license": "CC0-1.0", "dependencies": { "@quasar/extras": "^1.15.0", - "@vue/compat": "^3.2.21", + "@vue/compat": "^3.2.37", "axios": "^0.27.2", "base-x": "^4.0.0", "chardet": "^1.4.0", "compression": "^1.7.4", - "express": "^4.17.1", + "express": "^4.18.1", "fg-loadcss": "^3.1.0", "fs-extra": "^10.1.0", "he": "^1.2.0", "iconv-lite": "^0.6.3", - "jembadb": "^3.0.8", + "jembadb": "^3.0.9", "localforage": "^1.10.0", "lodash": "^4.17.21", - "minimist": "^1.2.5", + "minimist": "^1.2.6", "multer": "^1.4.5-lts.1", "pako": "^2.0.4", "path-browserify": "^1.0.1", "pidusage": "^3.0.0", "quasar": "^2.7.5", "safe-buffer": "^5.2.1", - "sanitize-html": "^2.5.3", + "sanitize-html": "^2.7.1", "sjcl": "^1.0.8", "tar-fs": "^2.1.1", "unbzip2-stream": "^1.4.3", "vue": "^3.2.37", - "vue-router": "^4.1.1", + "vue-router": "^4.1.2", "vuex": "^4.0.2", "vuex-persistedstate": "^4.1.0", - "webdav": "^4.7.0", - "ws": "^8.2.3", + "webdav": "^4.10.0", + "ws": "^8.8.1", "zip-stream": "^4.1.0" }, "bin": { "Liberama": "server/index.js" }, "devDependencies": { - "@babel/core": "^7.16.0", - "@babel/eslint-parser": "^7.16.3", - "@babel/eslint-plugin": "^7.14.5", - "@babel/plugin-proposal-decorators": "^7.16.0", - "@babel/preset-env": "^7.16.0", + "@babel/core": "^7.18.9", + "@babel/eslint-parser": "^7.18.9", + "@babel/eslint-plugin": "^7.17.7", + "@babel/plugin-proposal-decorators": "^7.18.9", + "@babel/preset-env": "^7.18.9", "@vue/compiler-sfc": "^3.2.22", - "babel-loader": "^8.2.3", + "babel-loader": "^8.2.5", "copy-webpack-plugin": "^11.0.0", - "css-loader": "^6.5.1", + "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^4.0.0", - "eslint": "^8.19.0", - "eslint-plugin-vue": "^9.2.0", + "eslint": "^8.20.0", + "eslint-plugin-vue": "^9.3.0", "html-webpack-plugin": "^5.5.0", - "mini-css-extract-plugin": "^2.4.4", - "pkg": "^5.5.1", - "terser-webpack-plugin": "^5.2.5", + "mini-css-extract-plugin": "^2.6.1", + "pkg": "^5.8.0", + "terser-webpack-plugin": "^5.3.3", "vue-eslint-parser": "^9.0.3", "vue-loader": "^17.0.0", "vue-style-loader": "^4.1.3", - "webpack": "^5.64.1", - "webpack-cli": "^4.9.1", - "webpack-dev-middleware": "^5.2.1", + "webpack": "^5.74.0", + "webpack-cli": "^4.10.0", + "webpack-dev-middleware": "^5.3.3", "webpack-hot-middleware": "^2.25.1", "webpack-merge": "^5.8.0", - "workbox-webpack-plugin": "^6.4.1" + "workbox-webpack-plugin": "^6.5.3" }, "engines": { "node": ">=14.4.0" diff --git a/package.json b/package.json index 5164aaa7..13988a34 100644 --- a/package.json +++ b/package.json @@ -21,64 +21,64 @@ "scripts": "server/config/*.js" }, "devDependencies": { - "@babel/core": "^7.16.0", - "@babel/eslint-parser": "^7.16.3", - "@babel/eslint-plugin": "^7.14.5", - "@babel/plugin-proposal-decorators": "^7.16.0", - "@babel/preset-env": "^7.16.0", + "@babel/core": "^7.18.9", + "@babel/eslint-parser": "^7.18.9", + "@babel/eslint-plugin": "^7.17.7", + "@babel/plugin-proposal-decorators": "^7.18.9", + "@babel/preset-env": "^7.18.9", "@vue/compiler-sfc": "^3.2.22", - "babel-loader": "^8.2.3", + "babel-loader": "^8.2.5", "copy-webpack-plugin": "^11.0.0", - "css-loader": "^6.5.1", + "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^4.0.0", - "eslint": "^8.19.0", - "eslint-plugin-vue": "^9.2.0", + "eslint": "^8.20.0", + "eslint-plugin-vue": "^9.3.0", "html-webpack-plugin": "^5.5.0", - "mini-css-extract-plugin": "^2.4.4", - "pkg": "^5.5.1", - "terser-webpack-plugin": "^5.2.5", + "mini-css-extract-plugin": "^2.6.1", + "pkg": "^5.8.0", + "terser-webpack-plugin": "^5.3.3", "vue-eslint-parser": "^9.0.3", "vue-loader": "^17.0.0", "vue-style-loader": "^4.1.3", - "webpack": "^5.64.1", - "webpack-cli": "^4.9.1", - "webpack-dev-middleware": "^5.2.1", + "webpack": "^5.74.0", + "webpack-cli": "^4.10.0", + "webpack-dev-middleware": "^5.3.3", "webpack-hot-middleware": "^2.25.1", "webpack-merge": "^5.8.0", - "workbox-webpack-plugin": "^6.4.1" + "workbox-webpack-plugin": "^6.5.3" }, "dependencies": { "@quasar/extras": "^1.15.0", - "@vue/compat": "^3.2.21", + "@vue/compat": "^3.2.37", "axios": "^0.27.2", "base-x": "^4.0.0", "chardet": "^1.4.0", "compression": "^1.7.4", - "express": "^4.17.1", + "express": "^4.18.1", "fg-loadcss": "^3.1.0", "fs-extra": "^10.1.0", "he": "^1.2.0", "iconv-lite": "^0.6.3", - "jembadb": "^3.0.8", + "jembadb": "^3.0.9", "localforage": "^1.10.0", "lodash": "^4.17.21", - "minimist": "^1.2.5", + "minimist": "^1.2.6", "multer": "^1.4.5-lts.1", "pako": "^2.0.4", "path-browserify": "^1.0.1", "pidusage": "^3.0.0", "quasar": "^2.7.5", "safe-buffer": "^5.2.1", - "sanitize-html": "^2.5.3", + "sanitize-html": "^2.7.1", "sjcl": "^1.0.8", "tar-fs": "^2.1.1", "unbzip2-stream": "^1.4.3", "vue": "^3.2.37", - "vue-router": "^4.1.1", + "vue-router": "^4.1.2", "vuex": "^4.0.2", "vuex-persistedstate": "^4.1.0", - "webdav": "^4.7.0", - "ws": "^8.2.3", + "webdav": "^4.10.0", + "ws": "^8.8.1", "zip-stream": "^4.1.0" } }