diff --git a/media/package-lock.json b/media/package-lock.json index 5c2eecb..67400cc 100644 --- a/media/package-lock.json +++ b/media/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@mapbox/vector-tile": "^1.3.1", + "@mapbox/vector-tile": "^2.0.1", "fs": "0.0.1-security", "pbf": "^4.0.1", "prettier": "^3.3.2", @@ -24,16 +24,18 @@ "optional": true }, "node_modules/@mapbox/point-geometry": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz", - "integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.0.0.tgz", + "integrity": "sha512-1EPbCrZvs+eBayaMcPeDmwsbgG/b7vQxtYlzLI/5dA2SHctbUxFr13OE4+AdozoF8EtvbaFcfQIzWetOfooz/w==" }, "node_modules/@mapbox/vector-tile": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz", - "integrity": "sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.1.tgz", + "integrity": "sha512-sHjD7RWxfaGpwUgjS1vxfvu+w06haJZKjN1XYHBKm3w/pM3xVSGrmtxLVgNsotjDILmFS4hEjWiA3Rl/tw5egw==", "dependencies": { - "@mapbox/point-geometry": "~0.1.0" + "@mapbox/point-geometry": "~1.0.0", + "@types/geojson": "^7946.0.14", + "pbf": "^4.0.1" } }, "node_modules/@npmcli/fs": { @@ -69,6 +71,11 @@ "node": ">= 6" } }, + "node_modules/@types/geojson": { + "version": "7946.0.14", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.14.tgz", + "integrity": "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==" + }, "node_modules/abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", diff --git a/media/package.json b/media/package.json index 81b5311..3a01089 100644 --- a/media/package.json +++ b/media/package.json @@ -15,7 +15,7 @@ "author": "Satyawan Auti", "license": "ISC", "dependencies": { - "@mapbox/vector-tile": "^1.3.1", + "@mapbox/vector-tile": "^2.0.1", "fs": "0.0.1-security", "pbf": "^4.0.1", "prettier": "^3.3.2",