diff --git a/sitzverteilung-frontend/package-lock.json b/sitzverteilung-frontend/package-lock.json index 22501881..8e3f89e7 100644 --- a/sitzverteilung-frontend/package-lock.json +++ b/sitzverteilung-frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@fontsource/roboto": "5.2.9", - "@vueuse/core": "14.0.0", + "@vueuse/core": "14.2.1", "big.js": "7.0.1", "jspdf": "4.1.0", "marked": "17.0.1", @@ -4344,13 +4344,13 @@ } }, "node_modules/@vueuse/core": { - "version": "14.0.0", - "integrity": "sha512-d6tKRWkZE8IQElX2aHBxXOMD478fHIYV+Dzm2y9Ag122ICBpNKtGICiXKOhWU3L1kKdttDD9dCMS4bGP3jhCTQ==", + "version": "14.2.1", + "integrity": "sha512-3vwDzV+GDUNpdegRY6kzpLm4Igptq+GA0QkJ3W61Iv27YWwW/ufSlOfgQIpN6FZRMG0mkaz4gglJRtq5SeJyIQ==", "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.21", - "@vueuse/metadata": "14.0.0", - "@vueuse/shared": "14.0.0" + "@vueuse/metadata": "14.2.1", + "@vueuse/shared": "14.2.1" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -4360,16 +4360,16 @@ } }, "node_modules/@vueuse/metadata": { - "version": "14.0.0", - "integrity": "sha512-6yoGqbJcMldVCevkFiHDBTB1V5Hq+G/haPlGIuaFZHpXC0HADB0EN1ryQAAceiW+ryS3niUwvdFbGiqHqBrfVA==", + "version": "14.2.1", + "integrity": "sha512-1ButlVtj5Sb/HDtIy1HFr1VqCP4G6Ypqt5MAo0lCgjokrk2mvQKsK2uuy0vqu/Ks+sHfuHo0B9Y9jn9xKdjZsw==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@vueuse/shared": { - "version": "14.0.0", - "integrity": "sha512-mTCA0uczBgurRlwVaQHfG0Ja7UdGe4g9mwffiJmvLiTtp1G4AQyIjej6si/k8c8pUwTfVpNufck+23gXptPAkw==", + "version": "14.2.1", + "integrity": "sha512-shTJncjV9JTI4oVNyF1FQonetYAiTBd+Qj7cY89SWbXSkx7gyhrgtEdF2ZAVWS1S3SHlaROO6F2IesJxQEkZBw==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" diff --git a/sitzverteilung-frontend/package.json b/sitzverteilung-frontend/package.json index 321e777e..1bcf956b 100644 --- a/sitzverteilung-frontend/package.json +++ b/sitzverteilung-frontend/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@fontsource/roboto": "5.2.9", - "@vueuse/core": "14.0.0", + "@vueuse/core": "14.2.1", "big.js": "7.0.1", "jspdf": "4.1.0", "marked": "17.0.1",