diff --git a/package-lock.json b/package-lock.json index 6d906658..d99d7905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/moment": "1.3.2", "@nextcloud/router": "3.0.1", "@nextcloud/vue": "9.0.0-alpha.5", - "@vueuse/components": "^12.0.0", + "@vueuse/components": "^12.2.0", "bwip-js": "4.5.1", "date-fns": "^4.1.0", "jspdf": "2.5.2", @@ -4477,25 +4477,23 @@ } }, "node_modules/@vueuse/components": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-12.0.0.tgz", - "integrity": "sha512-XpOoBXYRuFuUiiq+HsMX6rGzqvcHdKnbT4sbR0FHYxwSGBHO3Zli8pPTZoLRNBGp4CGov7BRCnANEK/1Ch/6tQ==", - "license": "MIT", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-12.2.0.tgz", + "integrity": "sha512-Oc4sXiwb3E5McBBKqtltWYLWpr0t7tLKFyxUpau7PQRLE/u4yCeWvdSGSzCXHmUcNIdpq4JjwOyIOxiqk0jMuQ==", "dependencies": { - "@vueuse/core": "12.0.0", - "@vueuse/shared": "12.0.0", + "@vueuse/core": "12.2.0", + "@vueuse/shared": "12.2.0", "vue": "^3.5.13" } }, "node_modules/@vueuse/components/node_modules/@vueuse/core": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.0.0.tgz", - "integrity": "sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==", - "license": "MIT", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.2.0.tgz", + "integrity": "sha512-jksyNu+5EGwggNkRWd6xX+8qBkYbmrwdFQMgCABsz+wq8bKF6w3soPFLB8vocFp3wFIzn0OYkSPM9JP+AFKwsg==", "dependencies": { "@types/web-bluetooth": "^0.0.20", - "@vueuse/metadata": "12.0.0", - "@vueuse/shared": "12.0.0", + "@vueuse/metadata": "12.2.0", + "@vueuse/shared": "12.2.0", "vue": "^3.5.13" }, "funding": { @@ -4503,10 +4501,9 @@ } }, "node_modules/@vueuse/components/node_modules/@vueuse/metadata": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.0.0.tgz", - "integrity": "sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==", - "license": "MIT", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.2.0.tgz", + "integrity": "sha512-x6zynZtTh1l52m0y8d/EgzpshnMjg8cNZ2KWoncJ62Z5qPSGoc4FUunmMVrrRM/I/5542rTEY89CGftngZvrkQ==", "funding": { "url": "https://github.com/sponsors/antfu" } @@ -4570,10 +4567,9 @@ } }, "node_modules/@vueuse/shared": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.0.0.tgz", - "integrity": "sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==", - "license": "MIT", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.2.0.tgz", + "integrity": "sha512-SRr4AZwv/giS+EmyA1ZIzn3/iALjjnWAGaBNmoDTMEob9JwQaevAocuaMDnPAvU7Z35Y5g3CFRusCWgp1gVJ3Q==", "dependencies": { "vue": "^3.5.13" }, diff --git a/package.json b/package.json index 11814957..cbfeeaa3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@nextcloud/moment": "1.3.2", "@nextcloud/router": "3.0.1", "@nextcloud/vue": "9.0.0-alpha.5", - "@vueuse/components": "^12.0.0", + "@vueuse/components": "^12.2.0", "bwip-js": "4.5.1", "date-fns": "^4.1.0", "jspdf": "2.5.2",