From 7208966e1dacd4e856d05a6db8a7c0a052fe12d7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 23 Feb 2022 16:52:43 +0200 Subject: [PATCH] update flotr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49b634a45c..2d5534911e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "es6-promise": "^3.0.2", "espo-funnel-chart": "git://github.com/yurikuzn/espo-funnel-chart.git#1.0.0", "exif-js": "^2.3.0", - "flotr2": "github:yurikuzn/flotr2#0.1.0", + "flotr2": "github:yurikuzn/flotr2#0.1.1", "fullcalendar": "^3.10.5", "getobject": ">=1.0.0", "gridstack": "^1.2.1", @@ -1318,8 +1318,8 @@ } }, "node_modules/flotr2": { - "version": "0.1.0", - "resolved": "git+ssh://git@github.com/yurikuzn/flotr2.git#1282360178cfc56bc569f84494448378d8a760ae", + "version": "0.1.1", + "resolved": "git+ssh://git@github.com/yurikuzn/flotr2.git#0585d4a4cfd1677d7ffdb4de3ac02ff762efe67a", "license": "MIT" }, "node_modules/for-in": { @@ -4860,8 +4860,8 @@ "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==" }, "flotr2": { - "version": "git+ssh://git@github.com/yurikuzn/flotr2.git#1282360178cfc56bc569f84494448378d8a760ae", - "from": "flotr2@git://github.com/yurikuzn/flotr2.git#0.1.0" + "version": "git+ssh://git@github.com/yurikuzn/flotr2.git#0585d4a4cfd1677d7ffdb4de3ac02ff762efe67a", + "from": "flotr2@github:yurikuzn/flotr2#0.1.1" }, "for-in": { "version": "1.0.2", diff --git a/package.json b/package.json index 8dd6a6b6d6..84381c5967 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "es6-promise": "^3.0.2", "espo-funnel-chart": "git://github.com/yurikuzn/espo-funnel-chart.git#1.0.0", "exif-js": "^2.3.0", - "flotr2": "github:yurikuzn/flotr2#0.1.0", + "flotr2": "github:yurikuzn/flotr2#0.1.1", "fullcalendar": "^3.10.5", "getobject": ">=1.0.0", "gridstack": "^1.2.1",