From ee4a1e5eddcbb6e53bcfaa1f813d0e513cabb52c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 08:05:11 +0000 Subject: [PATCH] Bump dalkak from 0.7.3 to 0.8.15 Bumps [dalkak](https://github.com/gnlow/Dalkak) from 0.7.3 to 0.8.15. - [Release notes](https://github.com/gnlow/Dalkak/releases) - [Commits](https://github.com/gnlow/Dalkak/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89f3b2c..737ec28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1608,9 +1608,9 @@ } }, "dalkak": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/dalkak/-/dalkak-0.7.3.tgz", - "integrity": "sha512-4ELkoqk77JYQGpptA7cBK4C+nGaGbcerb6t++NJRsKEIzWfObJ9TJh/wNV2okGydhG1JArrRj8U+uG7pb8UH1Q==" + "version": "0.8.15", + "resolved": "https://registry.npmjs.org/dalkak/-/dalkak-0.8.15.tgz", + "integrity": "sha512-DSufGPdl1eZOcxY+DaydRl6BrU0IXbI4NedHxbSMApqq8/O9r4lVMENw4vKUhSPG8QiyAYDn69XShQQxfYqGvA==" }, "debug": { "version": "4.1.1", diff --git a/package.json b/package.json index f86555c..aa38578 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "description": "", "dependencies": { "@types/node": "^13.1.8", - "dalkak": "^0.7.3" + "dalkak": "^0.8.15" }, "devDependencies": { "microbundle": "^0.12.0-next.7",