From 07b63679243716e5d5686667fa9d5ce7b5d49f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 22:24:08 +0000 Subject: [PATCH] feat(deps): bump @linzjs/geojson from 6.9.1 to 7.0.0 Bumps [@linzjs/geojson](https://github.com/linz/basemaps/tree/HEAD/packages/linzjs-geojson) from 6.9.1 to 7.0.0. - [Release notes](https://github.com/linz/basemaps/releases) - [Changelog](https://github.com/linz/basemaps/blob/master/packages/linzjs-geojson/CHANGELOG.md) - [Commits](https://github.com/linz/basemaps/commits/v7.0.0/packages/linzjs-geojson) --- updated-dependencies: - dependency-name: "@linzjs/geojson" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5cf7d2..af9cc4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@aws-sdk/client-s3": "^3.474.0", "@chunkd/fs": "^11.2.0", "@chunkd/fs-aws": "^11.2.1", - "@linzjs/geojson": "^6.9.1", + "@linzjs/geojson": "^7.0.0", "@linzjs/lambda": "^4.1.0", "fflate": "^0.8.1", "stac-ts": "^1.0.3" @@ -1659,14 +1659,16 @@ "dev": true }, "node_modules/@linzjs/geojson": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/@linzjs/geojson/-/geojson-6.9.1.tgz", - "integrity": "sha512-8lmt4olM7eRZqDXJIVHteFxxJz4gTU9iwlDJ4C4MgiDq2Q8fSXH2VC5vvILAwU1KRwgusOlFho9ye49P+SHYyw==", - "license": "MIT", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@linzjs/geojson/-/geojson-7.0.0.tgz", + "integrity": "sha512-yzhhP9dLy4ATSt6saKZ3OQzpjIzlDGgOypAvLLWV4/TOR7a3F4lA1DUerAop88G5qpPwgkr4EBcPxbmmROPpdQ==", "dependencies": { "@types/geojson": "^7946.0.7", "lineclip": "^1.1.5", "polygon-clipping": "^0.15.1" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/@linzjs/lambda": { diff --git a/package.json b/package.json index 871d9a9..6f15b6d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@aws-sdk/client-s3": "^3.474.0", "@chunkd/fs": "^11.2.0", "@chunkd/fs-aws": "^11.2.1", - "@linzjs/geojson": "^6.9.1", + "@linzjs/geojson": "^7.0.0", "@linzjs/lambda": "^4.1.0", "fflate": "^0.8.1", "stac-ts": "^1.0.3"