diff --git a/package-lock.json b/package-lock.json index e39ae96f69..0516edbc3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "espocrm", - "version": "7.1.7", + "version": "7.2.0", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { @@ -24,7 +24,7 @@ "es6-promise": "^3.0.2", "espo-funnel-chart": "github:yurikuzn/espo-funnel-chart#1.0.0", "exif-js": "^2.3.0", - "flotr2": "github:yurikuzn/flotr2#0.1.1", + "flotr2": "github:yurikuzn/flotr2#0.1.2", "fullcalendar": "^3.10.5", "getobject": ">=1.0.0", "gridstack": "^1.2.1", @@ -67,6 +67,7 @@ "typescript": "^4.7.4" }, "engines": { + "node": ">=15", "npm": ">=7" } }, @@ -1660,8 +1661,9 @@ } }, "node_modules/flotr2": { - "version": "0.1.1", - "resolved": "git+ssh://git@github.com/yurikuzn/flotr2.git#0585d4a4cfd1677d7ffdb4de3ac02ff762efe67a", + "name": "flotr2-espo", + "version": "0.1.2", + "resolved": "git+ssh://git@github.com/yurikuzn/flotr2.git#f053a5bd8767c4cb4412e9158c4a9d609c0e73b5", "license": "MIT" }, "node_modules/for-in": { @@ -5995,8 +5997,8 @@ "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==" }, "flotr2": { - "version": "git+ssh://git@github.com/yurikuzn/flotr2.git#0585d4a4cfd1677d7ffdb4de3ac02ff762efe67a", - "from": "flotr2@github:yurikuzn/flotr2#0.1.1" + "version": "git+ssh://git@github.com/yurikuzn/flotr2.git#f053a5bd8767c4cb4412e9158c4a9d609c0e73b5", + "from": "flotr2@github:yurikuzn/flotr2#0.1.2" }, "for-in": { "version": "1.0.2", diff --git a/package.json b/package.json index f6744571d3..088f6ec4cc 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "es6-promise": "^3.0.2", "espo-funnel-chart": "github:yurikuzn/espo-funnel-chart#1.0.0", "exif-js": "^2.3.0", - "flotr2": "github:yurikuzn/flotr2#0.1.1", + "flotr2": "github:yurikuzn/flotr2#0.1.2", "fullcalendar": "^3.10.5", "getobject": ">=1.0.0", "gridstack": "^1.2.1", @@ -79,6 +79,6 @@ }, "engines": { "npm": ">=7", - "node" : ">=15" + "node": ">=15" } }