From d50a2f35f7d87a0c30ae26ecdf0cbbb3e89214df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:20:09 +0000 Subject: [PATCH] Bump mapbox-gl from 3.8.0 to 3.9.4 Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 3.8.0 to 3.9.4. - [Release notes](https://github.com/mapbox/mapbox-gl-js/releases) - [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/mapbox/mapbox-gl-js/compare/v3.8.0...v3.9.4) --- updated-dependencies: - dependency-name: mapbox-gl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7665d9a..5213631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "date-fns": "4.1.0", "lodash": "4.17.21", "lottie-web": "5.12.2", - "mapbox-gl": "3.8.0", + "mapbox-gl": "3.9.4", "sharp-ico": "0.1.5", "tailwindcss": "3.4.17" }, @@ -1822,9 +1822,10 @@ } }, "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==" + "version": "7946.0.16", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz", + "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==", + "license": "MIT" }, "node_modules/@types/geojson-vt": { "version": "3.2.5", @@ -4490,9 +4491,9 @@ } }, "node_modules/mapbox-gl": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.8.0.tgz", - "integrity": "sha512-7iQ6wxAf8UedbNYTzNsyr2J25ozIBA4vmKY0xUDXQlHEokulzPENwjjmLxHQGRylDpOmR0c8kPEbtHCaQE2eMw==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.9.4.tgz", + "integrity": "sha512-IxfpdyNzjCMzkqj/q5OUamlF1QcS+IFEARteygEgao2B8l8+UF2ahpNRgHT2EpMSE8ma1bq4LKvr+EuJ6gqniw==", "license": "SEE LICENSE IN LICENSE.txt", "workspaces": [ "src/style-spec", @@ -4506,7 +4507,7 @@ "@mapbox/unitbezier": "^0.0.1", "@mapbox/vector-tile": "^1.3.1", "@mapbox/whoots-js": "^3.1.0", - "@types/geojson": "^7946.0.14", + "@types/geojson": "^7946.0.15", "@types/geojson-vt": "^3.2.5", "@types/mapbox__point-geometry": "^0.1.4", "@types/mapbox__vector-tile": "^1.3.4", diff --git a/package.json b/package.json index fb6ee0c..94fbf26 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "date-fns": "4.1.0", "lodash": "4.17.21", "lottie-web": "5.12.2", - "mapbox-gl": "3.8.0", + "mapbox-gl": "3.9.4", "sharp-ico": "0.1.5", "tailwindcss": "3.4.17" },