diff --git a/client/package.json b/client/package.json index e00b8e2..2e3c8a1 100644 --- a/client/package.json +++ b/client/package.json @@ -20,50 +20,50 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@fortawesome/fontawesome-free": "^6.1.1", + "@fortawesome/fontawesome-free": "^6.1.2", "animejs": "^3.2.0", "axios": "^0.21.4", - "date-fns": "^2.28.0", + "date-fns": "^2.29.1", "emoji-datasource": "^6.0.1", "eventemitter3": "^4.0.7", "resize-observer-polyfill": "^1.5.1", "simple-markdown": "^0.7.2", - "sweetalert2": "^11.4.14", + "sweetalert2": "^11.4.24", "typed-vuex": "^0.1.21", "v-tooltip": "^2.0.3", - "vue": "^2.6.14", + "vue": "^2.7.8", "vue-class-component": "^7.2.6", "vue-clickaway": "^2.2.2", "vue-context": "^5.2.0", - "vue-i18n": "^8.27.1", + "vue-i18n": "^8.27.2", "vue-notification": "^1.3.20", "vue-property-decorator": "^9.1.2", "vuex": "^3.5.1" }, "devDependencies": { - "@types/animejs": "^3.1.4", - "@types/node": "^14.18.18", + "@types/animejs": "^3.1.5", + "@types/node": "^14.18.23", "@types/vue": "^2.0.0", "@types/vue-clickaway": "^2.2.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", - "@vue/cli-plugin-babel": "^4.5.17", - "@vue/cli-plugin-eslint": "^4.5.17", - "@vue/cli-plugin-typescript": "^4.5.17", - "@vue/cli-plugin-vuex": "^4.5.17", - "@vue/cli-service": "^4.5.17", + "@vue/cli-plugin-babel": "^4.5.19", + "@vue/cli-plugin-eslint": "^4.5.19", + "@vue/cli-plugin-typescript": "^4.5.19", + "@vue/cli-plugin-vuex": "^4.5.19", + "@vue/cli-service": "^4.5.19", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", - "core-js": "^3.22.5", - "emojilib": "^3.0.6", + "core-js": "^3.24.1", + "emojilib": "^3.0.7", "eslint": "^6.8.0", "eslint-plugin-prettier": "^3.4.1", "eslint-plugin-vue": "^7.20.0", - "prettier": "^2.6.2", - "sass": "^1.51.0", - "sass-loader": "^10.2.1", + "prettier": "^2.7.1", + "sass": "^1.54.0", + "sass-loader": "^10.3.1", "ts-node": "^9.1.1", - "typescript": "^4.6.4", - "vue-template-compiler": "^2.6.14" + "typescript": "^4.7.4", + "vue-template-compiler": "^2.7.8" } }