From 7390a8af15a95d8776a6f8b7e13931f4e5b4e50b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 04:03:02 +0000 Subject: [PATCH] Bump dalkak from 0.7.3 to 0.8.9 Bumps [dalkak](https://github.com/gnlow/Dalkak) from 0.7.3 to 0.8.9. - [Release notes](https://github.com/gnlow/Dalkak/releases) - [Commits](https://github.com/gnlow/Dalkak/compare/v0.7.3...v0.8.9) 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..bdf510c 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.9", + "resolved": "https://registry.npmjs.org/dalkak/-/dalkak-0.8.9.tgz", + "integrity": "sha512-olIxMOIy0nP5pYGgHN5szszp7JO2eTYlszo0tL+B7c2UVLUtNJ6AD0DADfEmB54S54XXhKEHipVJaHN/o57bjg==" }, "debug": { "version": "4.1.1", diff --git a/package.json b/package.json index f86555c..0360cc4 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.9" }, "devDependencies": { "microbundle": "^0.12.0-next.7",