diff --git a/package-lock.json b/package-lock.json index 3a43cbe1..bc2374fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.3", "hasInstallScript": true, "dependencies": { - "@kyvg/vue3-notification": "2.3.0", + "@kyvg/vue3-notification": "2.6.1", "@soerenmartius/vue3-clipboard": "^0.1", "focus-visible": "^5.2", "leaflet": "1.7.1", @@ -166,9 +166,12 @@ "dev": true }, "node_modules/@kyvg/vue3-notification": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.3.0.tgz", - "integrity": "sha512-U2XIofk8bhGnoOyStEeCtWFTvoosC3EtbtpT+ev6JAb0SIky3RqadM/WYFhKmBxEodrB31jQ/ivQYEcBVBPlJQ==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.6.1.tgz", + "integrity": "sha512-f3QHfuU1wsw14l9pbToNvC8AL5d5e0Wiy88SbK9f4g1h4ajQpooNmf+4RKttxpSvWknycMVUVHlNGavRQ+kGag==", + "peerDependencies": { + "vue": "^3.0.0" + } }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", @@ -6410,9 +6413,10 @@ "dev": true }, "@kyvg/vue3-notification": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.3.0.tgz", - "integrity": "sha512-U2XIofk8bhGnoOyStEeCtWFTvoosC3EtbtpT+ev6JAb0SIky3RqadM/WYFhKmBxEodrB31jQ/ivQYEcBVBPlJQ==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.6.1.tgz", + "integrity": "sha512-f3QHfuU1wsw14l9pbToNvC8AL5d5e0Wiy88SbK9f4g1h4ajQpooNmf+4RKttxpSvWknycMVUVHlNGavRQ+kGag==", + "requires": {} }, "@nodelib/fs.scandir": { "version": "2.1.5", diff --git a/package.json b/package.json index 067b2845..64cc57e3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "deploy": "npm run build && rsync -r --progress ./dist/* houju:/var/www/dynmap/" }, "dependencies": { - "@kyvg/vue3-notification": "2.3.0", + "@kyvg/vue3-notification": "2.6.1", "@soerenmartius/vue3-clipboard": "^0.1", "focus-visible": "^5.2", "leaflet": "1.7.1",