From 891650c87fa76f72a574e15677aa2fe270e81175 Mon Sep 17 00:00:00 2001 From: chas-iot Date: Sun, 13 Sep 2020 12:32:15 +0800 Subject: [PATCH] bump dependencies node-fetch via dependabot --- manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8baa2fe..de98680 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.1.1", "id": "calendar", "name": "Calendar", "short_name": "Calendar", diff --git a/package-lock.json b/package-lock.json index 0a7f758..21004cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cdb4a2b..e059579 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.1.1", "name": "calendar", "display_name": "Calendar", "description": "Provides calendar management of the working week, holidays, and other event dates. This is to support rules such as disabling a wakeup alarm on public or personal holidays.",