From 7f6c32b6e928a303e3f6fc798962a665b8da6d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 22:15:58 +0000 Subject: [PATCH] Bump @kyvg/vue3-notification from 2.3.0 to 2.3.4 Bumps [@kyvg/vue3-notification](https://github.com/kyvg/vue3-notification) from 2.3.0 to 2.3.4. - [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-patch ... 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..2abf744b 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.3.4", "@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.3.4", + "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.3.4.tgz", + "integrity": "sha512-20Km1L75gncIZCjosT1OKbJl9HhNiOd7LRXqVIqlehHHem9NgBjQhDFz6XGo1RcF0MyA4/BC7kV7tcq/PMT+tA==", + "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.3.4", + "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.3.4.tgz", + "integrity": "sha512-20Km1L75gncIZCjosT1OKbJl9HhNiOd7LRXqVIqlehHHem9NgBjQhDFz6XGo1RcF0MyA4/BC7kV7tcq/PMT+tA==", + "requires": {} }, "@nodelib/fs.scandir": { "version": "2.1.5", diff --git a/package.json b/package.json index 067b2845..8c94864e 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.3.4", "@soerenmartius/vue3-clipboard": "^0.1", "focus-visible": "^5.2", "leaflet": "1.7.1",