From bcfeec07282daf24744ed3dfed8b1ecf3bdc24e2 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Sat, 20 May 2023 11:34:39 +0000 Subject: [PATCH] chore: update dependencies --- front/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/front/package.json b/front/package.json index cdf4aec0c..549228d36 100644 --- a/front/package.json +++ b/front/package.json @@ -17,8 +17,8 @@ "postinstall": "yarn run fix-fomantic-css" }, "dependencies": { - "@sentry/tracing": "7.27.0", - "@sentry/vue": "7.27.0", + "@sentry/tracing": "7.47.0", + "@sentry/vue": "7.47.0", "@vue/runtime-core": "3.2.45", "@vueuse/core": "9.12.0", "@vueuse/integrations": "9.12.0", @@ -29,9 +29,9 @@ "butterchurn": "3.0.0-beta.4", "butterchurn-presets": "3.0.0-beta.4", "diff": "5.1.0", - "dompurify": "2.4.3", + "dompurify": "2.4.5", "focus-trap": "7.2.0", - "fomantic-ui-css": "2.9.1", + "fomantic-ui-css": "2.9.2", "howler": "2.2.3", "idb-keyval": "6.2.0", "js-logger": "1.6.1", @@ -39,7 +39,7 @@ "lru-cache": "7.14.1", "moment": "2.29.4", "showdown": "2.1.0", - "standardized-audio-context": "25.3.37", + "standardized-audio-context": "25.3.41", "text-clipper": "2.2.0", "transliteration": "2.3.5", "universal-cookie": "4.0.4", @@ -59,11 +59,11 @@ "devDependencies": { "@intlify/eslint-plugin-vue-i18n": "2.0.0", "@intlify/unplugin-vue-i18n": "0.8.2", - "@types/diff": "5.0.2", + "@types/diff": "5.0.3", "@types/dompurify": "2.4.0", "@types/howler": "2.2.7", "@types/jquery": "3.5.16", - "@types/lodash-es": "4.17.6", + "@types/lodash-es": "4.17.7", "@types/moxios": "0.4.15", "@types/qs": "6.9.7", "@types/semantic-ui": "2.2.7", @@ -89,12 +89,12 @@ "jsdom": "20.0.3", "jsonc-eslint-parser": "2.1.0", "sass": "1.57.1", - "sinon": "15.0.1", + "sinon": "15.0.2", "standardized-audio-context-mock": "9.6.18", - "typescript": "4.9.4", + "typescript": "4.9.5", "utility-types": "3.10.0", "vite": "4.0.4", - "vite-plugin-pwa": "0.14.1", + "vite-plugin-pwa": "0.14.4", "vitest": "0.25.8", "vue-tsc": "1.0.24", "workbox-core": "6.5.4",