diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index 58e45d49..d0312294 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -12,7 +12,7 @@ "@vue/language-server": "3.1.3", "@vuepic/vue-datepicker": "^12.1.0", "@vueuse/core": "^14.0.0", - "@vueuse/shared": "^14.0.0", + "@vueuse/shared": "^14.1.0", "animate.css": "^4.1.1", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3", @@ -2047,6 +2047,18 @@ "vue": "^3.5.0" } }, + "node_modules/@vueuse/core/node_modules/@vueuse/shared": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.0.0.tgz", + "integrity": "sha512-mTCA0uczBgurRlwVaQHfG0Ja7UdGe4g9mwffiJmvLiTtp1G4AQyIjej6si/k8c8pUwTfVpNufck+23gXptPAkw==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, "node_modules/@vueuse/metadata": { "version": "14.1.0", "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.1.0.tgz", diff --git a/src/static/app/package.json b/src/static/app/package.json index 929edd3a..126e79c0 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -16,7 +16,7 @@ "@vue/language-server": "3.1.3", "@vuepic/vue-datepicker": "^12.1.0", "@vueuse/core": "^14.0.0", - "@vueuse/shared": "^14.0.0", + "@vueuse/shared": "^14.1.0", "animate.css": "^4.1.1", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3",