From 6890198b42fb91339485332a003a5cd48a2d6514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:51:36 +0000 Subject: [PATCH] Bump mapbox-gl from 3.1.1 to 3.1.2 in /angular Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 3.1.1 to 3.1.2. - [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.1.1...v3.1.2) --- updated-dependencies: - dependency-name: mapbox-gl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- angular/package.json | 2 +- angular/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/angular/package.json b/angular/package.json index 8531ef03..aca76aef 100644 --- a/angular/package.json +++ b/angular/package.json @@ -54,7 +54,7 @@ "@types/marked": "^4.3.2", "angular-tag-cloud-module": "^16", "lodash-es": "^4.17.20", - "mapbox-gl": "^3.1.1", + "mapbox-gl": "^3.1.2", "marked": "^4", "ngx-logger": "^5.0.12", "ngx-mapbox-gl": "^10", diff --git a/angular/yarn.lock b/angular/yarn.lock index a8a80efd..ea99d93d 100644 --- a/angular/yarn.lock +++ b/angular/yarn.lock @@ -7888,10 +7888,10 @@ map-obj@^4.0.0: resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== -mapbox-gl@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-3.1.1.tgz#fc7a68c4c5319314e8f2025db396da6ebccd4c4c" - integrity sha512-sjtKnddDKrPUHYP6lhFYrit+qJkfPC+PVmbGF0VFhHHKCPy4iOFEMCdFgOv2F7AfA1CHK66Kx2Cjau6q8uTTEg== +mapbox-gl@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-3.1.2.tgz#4e49681d5b8464978bc6bc0d8dd6ed0cfbc94ecc" + integrity sha512-+KoLEqZM8GxO/ViPz9tKgGURteKne+Y0pXiVCNsowymiZFH3FiL6dt9oZE95owMg5XqD3Kygz5mfchR1ZgmWlA== dependencies: "@mapbox/geojson-rewind" "^0.5.2" "@mapbox/jsonlint-lines-primitives" "^2.0.2"