From e471f290169171e41744ed7a1d789810c7135ce1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 08:26:50 +0000 Subject: [PATCH] Bump dalkak from 0.7.3 to 0.9.2 Bumps [dalkak](https://github.com/gnlow/Dalkak) from 0.7.3 to 0.9.2. - [Release notes](https://github.com/gnlow/Dalkak/releases) - [Commits](https://github.com/gnlow/Dalkak/compare/v0.7.3...v0.9.2) 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..105340f 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.9.2", + "resolved": "https://registry.npmjs.org/dalkak/-/dalkak-0.9.2.tgz", + "integrity": "sha512-f+fBL+GOcZgu7ZA0WlFCpU/7nPRMASVZsvmUeSw6QLtR+nefxoIhpzubIaQhpohZJjpdkoIQV0s/zD2rmRiJVA==" }, "debug": { "version": "4.1.1", diff --git a/package.json b/package.json index f86555c..a862837 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "description": "", "dependencies": { "@types/node": "^13.1.8", - "dalkak": "^0.7.3" + "dalkak": "^0.9.2" }, "devDependencies": { "microbundle": "^0.12.0-next.7",