From f6b09b05269a234cfb99c5feccc0164228ee18f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 15:46:43 +0530 Subject: [PATCH] fix(deps): bump @types/mapbox-gl from 1.13.0 to 1.13.1 (#147) Bumps [@types/mapbox-gl](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mapbox-gl) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mapbox-gl) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",