diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index dea4a5e8..305ea4c1 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -12,7 +12,7 @@ "@vue/language-server": "3.1.2", "@vuepic/vue-datepicker": "^12.0.1", "@vueuse/core": "^14.0.0", - "@vueuse/shared": "^13.5.0", + "@vueuse/shared": "^14.0.0", "animate.css": "^4.1.1", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3", @@ -1995,18 +1995,6 @@ "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.0.0", "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.0.0.tgz", @@ -2017,9 +2005,9 @@ } }, "node_modules/@vueuse/shared": { - "version": "13.9.0", - "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-13.9.0.tgz", - "integrity": "sha512-e89uuTLMh0U5cZ9iDpEI2senqPGfbPRTHM/0AaQkcxnpqjkZqDYP8rpfm7edOz8s+pOCOROEy1PIveSW8+fL5g==", + "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" diff --git a/src/static/app/package.json b/src/static/app/package.json index c5722e89..ec430e1b 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -16,7 +16,7 @@ "@vue/language-server": "3.1.2", "@vuepic/vue-datepicker": "^12.0.1", "@vueuse/core": "^14.0.0", - "@vueuse/shared": "^13.5.0", + "@vueuse/shared": "^14.0.0", "animate.css": "^4.1.1", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3",