diff --git a/package-lock.json b/package-lock.json index 95e3d541..a64f00d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@tailwindcss/postcss7-compat": "^2.0.2", "@tailwindcss/typography": "^0.4.0", "@types/geojson": "^7946.0.7", - "@types/mapbox-gl": "^1.13.0", + "@types/mapbox-gl": "^1.13.1", "autoprefixer": "^9.8.6", "core-js": "^3.12.1", "mapbox-gl": "1.13.1", @@ -4006,9 +4006,9 @@ "integrity": "sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==" }, "node_modules/@types/mapbox-gl": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-1.13.0.tgz", - "integrity": "sha512-z5YxncrARfKaJXzkhy4qS0cOldMfGIXq5yOPQcU9S12/xjAe3m66scftYlV1E10Em5QGdW2xahBb3CPk/dDcqA==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-1.13.1.tgz", + "integrity": "sha512-Yqv1eFAzG2gdecc94higNC8KE+BR6t8QhFgbQGGEpKr3OgSVVtr2qaBNBPaGlIAtCoKDF6JGB2haOhvijYC4Bg==", "dependencies": { "@types/geojson": "*" } @@ -25166,9 +25166,9 @@ "integrity": "sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==" }, "@types/mapbox-gl": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-1.13.0.tgz", - "integrity": "sha512-z5YxncrARfKaJXzkhy4qS0cOldMfGIXq5yOPQcU9S12/xjAe3m66scftYlV1E10Em5QGdW2xahBb3CPk/dDcqA==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-1.13.1.tgz", + "integrity": "sha512-Yqv1eFAzG2gdecc94higNC8KE+BR6t8QhFgbQGGEpKr3OgSVVtr2qaBNBPaGlIAtCoKDF6JGB2haOhvijYC4Bg==", "requires": { "@types/geojson": "*" } diff --git a/package.json b/package.json index eb02e24c..667e463e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@tailwindcss/postcss7-compat": "^2.0.2", "@tailwindcss/typography": "^0.4.0", "@types/geojson": "^7946.0.7", - "@types/mapbox-gl": "^1.13.0", + "@types/mapbox-gl": "^1.13.1", "autoprefixer": "^9.8.6", "core-js": "^3.12.1", "mapbox-gl": "1.13.1",