From 04d455216d1bf9f93eb179e5e38c2320adccd16b Mon Sep 17 00:00:00 2001 From: Christian Milocanovich <138702881+c-milocanovich@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:45:32 -0300 Subject: [PATCH] update reporting api v3.1.0 (#80) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb3b4cd..514a783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.14.1", "license": "MIT", "dependencies": { - "@genexus/reporting-api": "~3.0.3", + "@genexus/reporting-api": "~3.1.0", "@genexus/web-controls-library": "2.3.0", "date-fns": "^2.30.0", "highcharts": "^11.1.0", @@ -2732,9 +2732,9 @@ "dev": true }, "node_modules/@genexus/reporting-api": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@genexus/reporting-api/-/reporting-api-3.0.3.tgz", - "integrity": "sha512-vDE2SfuziVEZZKAKPAp4swzHO74IjkkftzIsnZglqTQVKfuWVHGBuQzrKor4EcQWGG5WDyHVkwrGNKiXrkwvaw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@genexus/reporting-api/-/reporting-api-3.1.0.tgz", + "integrity": "sha512-YwWD/8qvC/NfVRE2xRIZwpBJcGCvowpaEybhZttLT6eL4EPzv/sBUL8p0w3zBUAHhsuIRynU6OGYinRfzjpuBQ==", "dependencies": { "date-fns": "^2.30.0", "ts-node": "^10.9.1", @@ -18261,9 +18261,9 @@ "dev": true }, "@genexus/reporting-api": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@genexus/reporting-api/-/reporting-api-3.0.3.tgz", - "integrity": "sha512-vDE2SfuziVEZZKAKPAp4swzHO74IjkkftzIsnZglqTQVKfuWVHGBuQzrKor4EcQWGG5WDyHVkwrGNKiXrkwvaw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@genexus/reporting-api/-/reporting-api-3.1.0.tgz", + "integrity": "sha512-YwWD/8qvC/NfVRE2xRIZwpBJcGCvowpaEybhZttLT6eL4EPzv/sBUL8p0w3zBUAHhsuIRynU6OGYinRfzjpuBQ==", "requires": { "date-fns": "^2.30.0", "ts-node": "^10.9.1", diff --git a/package.json b/package.json index aa4a08a..cf68262 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "license": "MIT", "dependencies": { - "@genexus/reporting-api": "~3.0.3", + "@genexus/reporting-api": "~3.1.0", "@genexus/web-controls-library": "2.3.0", "date-fns": "^2.30.0", "highcharts": "^11.1.0",