diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index 99a27659..d5eb688b 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -12,7 +12,7 @@ "@vue/language-server": "3.2.4", "@vuepic/vue-datepicker": "^12.1.0", "@vueuse/core": "^14.2.0", - "@vueuse/shared": "^14.1.0", + "@vueuse/shared": "^14.2.1", "animate.css": "^4.1.1", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3", @@ -2126,6 +2126,18 @@ "vue": "^3.5.0" } }, + "node_modules/@vueuse/core/node_modules/@vueuse/shared": { + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.2.0.tgz", + "integrity": "sha512-Z0bmluZTlAXgUcJ4uAFaML16JcD8V0QG00Db3quR642I99JXIDRa2MI2LGxiLVhcBjVnL1jOzIvT5TT2lqJlkA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, "node_modules/@vueuse/metadata": { "version": "14.2.0", "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.2.0.tgz", @@ -2136,9 +2148,9 @@ } }, "node_modules/@vueuse/shared": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.2.0.tgz", - "integrity": "sha512-Z0bmluZTlAXgUcJ4uAFaML16JcD8V0QG00Db3quR642I99JXIDRa2MI2LGxiLVhcBjVnL1jOzIvT5TT2lqJlkA==", + "version": "14.2.1", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.2.1.tgz", + "integrity": "sha512-shTJncjV9JTI4oVNyF1FQonetYAiTBd+Qj7cY89SWbXSkx7gyhrgtEdF2ZAVWS1S3SHlaROO6F2IesJxQEkZBw==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" diff --git a/src/static/app/package.json b/src/static/app/package.json index d6afe2f0..d46cdcee 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -16,7 +16,7 @@ "@vue/language-server": "3.2.4", "@vuepic/vue-datepicker": "^12.1.0", "@vueuse/core": "^14.2.0", - "@vueuse/shared": "^14.1.0", + "@vueuse/shared": "^14.2.1", "animate.css": "^4.1.1", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3",