diff --git a/front/package.json b/front/package.json index ac3d4c764..3d967158a 100644 --- a/front/package.json +++ b/front/package.json @@ -18,81 +18,81 @@ "postinstall": "yarn run fix-fomantic-css" }, "dependencies": { - "@sentry/tracing": "7.7.0", - "@sentry/vue": "^7.7.0", - "@vue/runtime-core": "3.2.37", - "@vueuse/core": "8.9.4", - "@vueuse/integrations": "8.9.4", + "@sentry/tracing": "7.12.1", + "@sentry/vue": "7.12.1", + "@vue/runtime-core": "3.2.38", + "@vueuse/core": "9.1.1", + "@vueuse/integrations": "9.1.1", "axios": "0.27.2", "axios-auth-refresh": "3.3.3", "diff": "5.1.0", - "dompurify": "2.3.10", - "focus-trap": "6.9.4", + "dompurify": "2.4.0", + "focus-trap": "7.0.0", "fomantic-ui-css": "2.8.8", "howler": "2.2.3", "js-logger": "1.6.1", "lodash-es": "4.17.21", "moment": "2.29.4", "qs": "6.11.0", - "sass": "1.54.0", + "sass": "1.54.8", "showdown": "2.1.0", "text-clipper": "2.2.0", "transliteration": "2.3.5", "universal-cookie": "4.0.4", - "vue": "3.2.37", + "vue": "3.2.38", "vue-gettext": "2.1.12", "vue-plyr": "7.0.0", - "vue-router": "4.1.2", + "vue-router": "4.1.5", "vue-upload-component": "3.1.2", "vue-virtual-scroller": "2.0.0-alpha.1", - "vue3-gettext": "2.3.0", - "vue3-lazyload": "0.3.5", + "vue3-gettext": "2.3.4", + "vue3-lazyload": "0.3.6", "vuedraggable": "4.1.0", "vuex": "4.0.2", "vuex-persistedstate": "4.1.0", "vuex-router-sync": "5.0.0" }, "devDependencies": { - "@types/diff": "^5.0.2", - "@types/dompurify": "2.3.3", + "@types/diff": "5.0.2", + "@types/dompurify": "2.3.4", "@types/howler": "2.2.7", "@types/jquery": "3.5.14", "@types/lodash-es": "4.17.6", - "@types/moxios": "^0.4.15", + "@types/moxios": "0.4.15", "@types/qs": "6.9.7", "@types/semantic-ui": "2.2.7", "@types/showdown": "2.0.0", "@types/vue-virtual-scroller": "npm:@earltp/vue-virtual-scroller", - "@typescript-eslint/eslint-plugin": "5.30.7", - "@vitejs/plugin-vue": "3.0.1", - "@vue/compiler-sfc": "3.2.37", - "@vue/eslint-config-standard": "8.0.0", + "@typescript-eslint/eslint-plugin": "5.36.1", + "@vitejs/plugin-vue": "3.0.3", + "@vue/compiler-sfc": "3.2.38", + "@vue/eslint-config-standard": "8.0.1", "@vue/eslint-config-typescript": "11.0.0", "@vue/test-utils": "2.0.2", "@vue/tsconfig": "0.1.3", "easygettext": "2.17.0", - "eslint": "8.20.0", + "eslint": "8.23.0", "eslint-config-standard": "17.0.0", - "eslint-plugin-html": "7.0.0", + "eslint-plugin-html": "7.1.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-n": "15.2.4", + "eslint-plugin-n": "15.2.5", "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "6.0.0", - "eslint-plugin-vue": "9.3.0", + "eslint-plugin-promise": "6.0.1", + "eslint-plugin-vue": "9.4.0", "jsdom": "20.0.0", "moxios": "0.4.0", "sinon": "14.0.0", - "typescript": "4.7.4", + "typescript": "4.8.2", "utility-types": "^3.10.0", - "vite": "3.0.3", - "vite-plugin-pwa": "0.12.3", - "vite-plugin-vue-inspector": "1.0.1", + "vite": "3.0.9", + "vite-plugin-pwa": "0.12.4", + "vite-plugin-vue-inspector": "1.1.1", "vitest": "0.22.1", - "vue-tsc": "0.39.4", - "workbox-core": "6.5.3", - "workbox-precaching": "6.5.3", - "workbox-routing": "6.5.3", - "workbox-strategies": "6.5.3" + "vue-tsc": "0.40.5", + "workbox-core": "6.5.4", + "workbox-precaching": "6.5.4", + "workbox-routing": "6.5.4", + "workbox-strategies": "6.5.4" }, "resolutions": { "vue-plyr/plyr": "3.6.12" diff --git a/front/src/components/admin/SettingsGroup.vue b/front/src/components/admin/SettingsGroup.vue index 18acbccf4..d0879552d 100644 --- a/front/src/components/admin/SettingsGroup.vue +++ b/front/src/components/admin/SettingsGroup.vue @@ -1,5 +1,4 @@