diff --git a/package-lock.json b/package-lock.json index 60578a2..4def859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2002,9 +2002,9 @@ "integrity": "sha1-zlblOfg1UrWNENZy6k1vya3HsjQ=" }, "@mapbox/mapbox-gl-supported": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-2.0.0.tgz", - "integrity": "sha512-zu4udqYiBrKMQKwpKJ4hhPON7tz0QR/JZ3iGpHnNWFmH3Sv/ysxlICATUtGCFpsyJf2v1WpFhlzaZ3GhhKmPMA==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-1.5.0.tgz", + "integrity": "sha512-/PT1P6DNf7vjEEiPkVIRJkvibbqWtqnyGaBz3nfRdcxclNSnSdaLU5tfAgcD7I8Yt5i+L19s406YLl1koLnLbg==" }, "@mapbox/point-geometry": { "version": "0.1.0", @@ -12600,16 +12600,16 @@ } }, "mapbox-gl": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-2.1.1.tgz", - "integrity": "sha512-LUbXcjygNHbjahkhsB1I/KdZ8uoproe1u1ImrVJe88dyXYKJKOZoSBe23tm+ldu76l3G9XbgPOdUhkhqL172FQ==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-1.13.0.tgz", + "integrity": "sha512-g8zlzuJxYJqbOPXT19/UBYpVrcefBQ06F/Cbj0fyEfFnFesDcU3cFTxd75/FZ6Upx2ZEjCsD61CHxrcxZidVpA==", "requires": { "@mapbox/geojson-rewind": "^0.5.0", "@mapbox/geojson-types": "^1.0.2", "@mapbox/jsonlint-lines-primitives": "^2.0.2", - "@mapbox/mapbox-gl-supported": "^2.0.0", + "@mapbox/mapbox-gl-supported": "^1.5.0", "@mapbox/point-geometry": "^0.1.0", - "@mapbox/tiny-sdf": "^1.2.3", + "@mapbox/tiny-sdf": "^1.1.1", "@mapbox/unitbezier": "^0.0.0", "@mapbox/vector-tile": "^1.3.1", "@mapbox/whoots-js": "^3.1.0", @@ -12624,7 +12624,7 @@ "potpack": "^1.0.1", "quickselect": "^2.0.0", "rw": "^1.3.3", - "supercluster": "^7.1.2", + "supercluster": "^7.1.0", "tinyqueue": "^2.0.3", "vt-pbf": "^3.1.1" } @@ -15728,14 +15728,14 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "react-map-gl": { - "version": "6.1.7", - "resolved": "https://registry.npmjs.org/react-map-gl/-/react-map-gl-6.1.7.tgz", - "integrity": "sha512-gp8OGzvV5ZhbFaSMFwJtpic5722s0Znf17BlkZNd3DH0ND4FnQifJzYkjUNpvp7bvawOQQmzwSzOv1EaH2TLew==", + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/react-map-gl/-/react-map-gl-5.3.7.tgz", + "integrity": "sha512-75okXoQd8SH9k9z0TTwQW0AmyIFh8lmUg0XUfQ9DbIYGiI5RzeaBxL29OuY++ga4tQZb1VFCDycRmK5U/tNU+w==", "requires": { "@babel/runtime": "^7.0.0", "@types/geojson": "^7946.0.7", "@types/mapbox-gl": "^2.0.3", - "mapbox-gl": "^2.0.1", + "mapbox-gl": "^1.0.0", "mjolnir.js": "^2.5.0", "prop-types": "^15.7.2", "resize-observer-polyfill": "^1.5.1", diff --git a/package.json b/package.json index 33f5fe7..a9438e1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@entur/typography": "^1.6.3", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-map-gl": "^6.1.7", + "react-map-gl": "^5.3.4", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.1" },