From ebd6e0bfff222795ddd5b33ffcb76e342cc177d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 23:02:02 +0000 Subject: [PATCH] Bump @kyvg/vue3-notification from 2.3.0 to 2.9.0 Bumps [@kyvg/vue3-notification](https://github.com/kyvg/vue3-notification) from 2.3.0 to 2.9.0. - [Release notes](https://github.com/kyvg/vue3-notification/releases) - [Commits](https://github.com/kyvg/vue3-notification/commits) --- updated-dependencies: - dependency-name: "@kyvg/vue3-notification" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a43cbe1..d00d94b9 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.9.0", "@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.9.0", + "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.9.0.tgz", + "integrity": "sha512-5Vxl8h/+PFtBmzGgMxTjkH4gwEpvmTEka+dLqpek+8GJFm6LDfSji+rFx9vumgBF7db0KenGWeSrA+Qnclz9vg==", + "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.9.0", + "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.9.0.tgz", + "integrity": "sha512-5Vxl8h/+PFtBmzGgMxTjkH4gwEpvmTEka+dLqpek+8GJFm6LDfSji+rFx9vumgBF7db0KenGWeSrA+Qnclz9vg==", + "requires": {} }, "@nodelib/fs.scandir": { "version": "2.1.5", diff --git a/package.json b/package.json index 067b2845..82e06452 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.9.0", "@soerenmartius/vue3-clipboard": "^0.1", "focus-visible": "^5.2", "leaflet": "1.7.1",