From 94c13f38e4809be25e883263a67f5f8f2598fdbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 10:11:52 +0200 Subject: [PATCH] Bump export-to-csv from 1.2.3 to 1.2.4 in /Plan/react/dashboard (#3503) Bumps [export-to-csv](https://github.com/alexcaza/export-to-csv) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/alexcaza/export-to-csv/releases) - [Commits](https://github.com/alexcaza/export-to-csv/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: export-to-csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/react/dashboard/package.json | 2 +- Plan/react/dashboard/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Plan/react/dashboard/package.json b/Plan/react/dashboard/package.json index 9b1367bfa..16f9437cb 100644 --- a/Plan/react/dashboard/package.json +++ b/Plan/react/dashboard/package.json @@ -24,7 +24,7 @@ "@testing-library/user-event": "^14.5.2", "axios": "^1.6.7", "bootstrap": "^5.3.3", - "export-to-csv": "^1.2.3", + "export-to-csv": "^1.2.4", "highcharts": "^10.3.3", "i18next": "^23.10.0", "i18next-chained-backend": "^4.6.2", diff --git a/Plan/react/dashboard/yarn.lock b/Plan/react/dashboard/yarn.lock index 40cce3603..dc3089f73 100644 --- a/Plan/react/dashboard/yarn.lock +++ b/Plan/react/dashboard/yarn.lock @@ -1774,10 +1774,10 @@ expand-template@^2.0.3: resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c" integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== -export-to-csv@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/export-to-csv/-/export-to-csv-1.2.3.tgz#01ffed393bb195d9b45216ca13094392880cb48e" - integrity sha512-N+hWdpEQNSn4BeltgusTuW65gC+2B5hmOWe4Eu0gw0NwKq92dzD+5ObSSBUeKTy7k+PGG7xDqaThPg8elZ7k+g== +export-to-csv@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/export-to-csv/-/export-to-csv-1.2.4.tgz#3e1bd326993657f04b5e870c24de79421e700f16" + integrity sha512-mniFCil3DPLb4esJX00Nm6R77WbTMAqlzgYBlqN++QXZ2juNu19RMnRgmjuPH2pyRbrQvOieKg8zTp5lCwUFyQ== fast-json-patch@^3.0.0-1: version "3.1.1"