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"