From d00f490b772750b657b7ba62d768361636e6038f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:21:14 +0000 Subject: [PATCH] Bump @maplibre/maplibre-gl-style-spec from 22.0.0 to 23.1.0 Bumps [@maplibre/maplibre-gl-style-spec](https://github.com/maplibre/maplibre-gl-style-spec) from 22.0.0 to 23.1.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/v22.0.0...v23.1.0) --- updated-dependencies: - dependency-name: "@maplibre/maplibre-gl-style-spec" dependency-type: direct:development update-type: version-update:semver-major ... 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 b5e5cae..57e5946 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.1", "license": "CC0-1.0", "devDependencies": { - "@maplibre/maplibre-gl-style-spec": "^22.0.0", + "@maplibre/maplibre-gl-style-spec": "^23.1.0", "esbuild": "0.24.0", "open": "^10.1.0", "shx": "^0.3.4" @@ -465,9 +465,9 @@ } }, "node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-22.0.0.tgz", - "integrity": "sha512-kD8TxV6CdgHIEeam4xODVJNAT3hcvRhRl5RcNiu+FPR/JoMsExAQTruBGtv+jLppj4xt9V56pG/SHK8z6fv6xA==", + "version": "23.1.0", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-23.1.0.tgz", + "integrity": "sha512-R6/ihEuC5KRexmKIYkWqUv84Gm+/QwsOUgHyt1yy2XqCdGdLvlBWVWIIeTZWN4NGdwmY6xDzdSGU2R9oBLNg2w==", "dev": true, "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", diff --git a/package.json b/package.json index 80b7a7a..c8ce479 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "maplibre-gl": ">=3.0.0" }, "devDependencies": { - "@maplibre/maplibre-gl-style-spec": "^22.0.0", + "@maplibre/maplibre-gl-style-spec": "^23.1.0", "esbuild": "0.24.0", "open": "^10.1.0", "shx": "^0.3.4"