From aba3a95048a6d1b0d2212070352b53b5eb188143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:04:31 +0000 Subject: [PATCH] chore(deps): Bump @maplibre/maplibre-gl-style-spec from 23.2.3 to 23.3.0 Bumps [@maplibre/maplibre-gl-style-spec](https://github.com/maplibre/maplibre-gl-style-spec) from 23.2.3 to 23.3.0. - [Release notes](https://github.com/maplibre/maplibre-gl-style-spec/releases) - [Changelog](https://github.com/maplibre/maplibre-style-spec/blob/main/CHANGELOG.md) - [Commits](https://github.com/maplibre/maplibre-gl-style-spec/compare/v23.2.3...v23.3.0) --- updated-dependencies: - dependency-name: "@maplibre/maplibre-gl-style-spec" dependency-version: 23.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd339328..993f5bd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mapbox/mapbox-gl-rtl-text": "^0.3.0", "@maplibre/maplibre-gl-geocoder": "^1.9.0", "@maplibre/maplibre-gl-inspect": "^1.7.1", - "@maplibre/maplibre-gl-style-spec": "^23.2.3", + "@maplibre/maplibre-gl-style-spec": "^23.3.0", "@mdi/js": "^7.4.47", "@mdi/react": "^1.6.1", "@prantlf/jsonlint": "^16.0.0", @@ -1860,9 +1860,9 @@ } }, "node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "23.2.3", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-23.2.3.tgz", - "integrity": "sha512-2PMt4fZEAxm4/uMyS9B4QXOknJ2DpzU3qsFKximwfsmHz4Z1RcWoIEHgOdv7UmDRaM2voDju5/VJdH53IydMqg==", + "version": "23.3.0", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-23.3.0.tgz", + "integrity": "sha512-IGJtuBbaGzOUgODdBRg66p8stnwj9iDXkgbYKoYcNiiQmaez5WVRfXm4b03MCDwmZyX93csbfHFWEJJYHnn5oA==", "license": "ISC", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", diff --git a/package.json b/package.json index 7e3cddb6..666e0168 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@mapbox/mapbox-gl-rtl-text": "^0.3.0", "@maplibre/maplibre-gl-geocoder": "^1.9.0", "@maplibre/maplibre-gl-inspect": "^1.7.1", - "@maplibre/maplibre-gl-style-spec": "^23.2.3", + "@maplibre/maplibre-gl-style-spec": "^23.3.0", "@mdi/js": "^7.4.47", "@mdi/react": "^1.6.1", "@prantlf/jsonlint": "^16.0.0",