From d076ea073330b2d37eff7f577a0b75e590df787e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 06:06:08 +0000 Subject: [PATCH] Bump xlsx from 0.16.7 to 0.18.5 in /packages/processing Bumps [xlsx](https://github.com/SheetJS/sheetjs) from 0.16.7 to 0.18.5. - [Changelog](https://github.com/SheetJS/sheetjs/blob/github/CHANGELOG.md) - [Commits](https://github.com/SheetJS/sheetjs/compare/v0.16.7...v0.18.5) --- updated-dependencies: - dependency-name: xlsx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/processing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/processing/package.json b/packages/processing/package.json index 5db7e95..cd8dd69 100644 --- a/packages/processing/package.json +++ b/packages/processing/package.json @@ -29,7 +29,7 @@ "@turf/boolean-point-in-polygon": "6.5.0", "@turf/distance": "6.5.0", "@turf/turf": "6.5.0", - "xlsx": "0.18.0" + "xlsx": "0.18.5" }, "devDependencies": { "@types/node": "^17.0.14",