From bc598f810d0b158387148851513477580a447ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 04:46:33 +0000 Subject: [PATCH] Bump ol-mapbox-style from 11.0.3 to 12.1.0 Bumps [ol-mapbox-style](https://github.com/openlayers/ol-mapbox-style) from 11.0.3 to 12.1.0. - [Release notes](https://github.com/openlayers/ol-mapbox-style/releases) - [Changelog](https://github.com/openlayers/ol-mapbox-style/blob/main/CHANGELOG.md) - [Commits](https://github.com/openlayers/ol-mapbox-style/compare/v11.0.3...v12.1.0) --- updated-dependencies: - dependency-name: ol-mapbox-style dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++------------------------ package.json | 2 +- 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9cdbe6e3b..9a55f8f199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "moment-locales-webpack-plugin": "^1.2.0", "node-dir": "^0.1.17", "ol": "^8.1.0", - "ol-mapbox-style": "^11.0.1", + "ol-mapbox-style": "^12.1.0", "p-queue": "^7.4.1", "proj4": "^2.9.2", "prop-types": "^15.8.1", @@ -13185,15 +13185,15 @@ } }, "node_modules/ol-mapbox-style": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-11.0.3.tgz", - "integrity": "sha512-jc3PX1kHtvq8e5jPYVh9WFAppAbLrndik9qBicIemlQKPz0oFeQ98D3ITub3wfwVXXVReqeOKa43NGOseUne1Q==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-12.1.0.tgz", + "integrity": "sha512-rizjny/ECsHW13P+WEoHoXpQcvf230d0iM3kNU2eej3Uc1iQJtn1YR1YDLUFnLafvIDFVEQaytD8tTSIjdiR8w==", "dependencies": { "@mapbox/mapbox-gl-style-spec": "^13.23.1", "mapbox-to-css-font": "^2.4.1" }, "peerDependencies": { - "ol": ">=8.0.0 || >8.0.0-dev.0 < 8.0.0 || >=7.0.0 <=7.5.1" + "ol": "8.x || 7.x" } }, "node_modules/on-finished": { @@ -24725,13 +24725,6 @@ "fs.realpath": { "version": "1.0.0" }, - "fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "optional": true - }, "function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -27695,9 +27688,9 @@ } }, "ol-mapbox-style": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-11.0.3.tgz", - "integrity": "sha512-jc3PX1kHtvq8e5jPYVh9WFAppAbLrndik9qBicIemlQKPz0oFeQ98D3ITub3wfwVXXVReqeOKa43NGOseUne1Q==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-12.1.0.tgz", + "integrity": "sha512-rizjny/ECsHW13P+WEoHoXpQcvf230d0iM3kNU2eej3Uc1iQJtn1YR1YDLUFnLafvIDFVEQaytD8tTSIjdiR8w==", "requires": { "@mapbox/mapbox-gl-style-spec": "^13.23.1", "mapbox-to-css-font": "^2.4.1" @@ -28095,15 +28088,6 @@ "requires": { "fsevents": "2.3.2", "playwright-core": "1.39.0" - }, - "dependencies": { - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "optional": true - } } }, "playwright-core": { diff --git a/package.json b/package.json index 893101b760..ac18023a6e 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "moment-locales-webpack-plugin": "^1.2.0", "node-dir": "^0.1.17", "ol": "^8.1.0", - "ol-mapbox-style": "^11.0.1", + "ol-mapbox-style": "^12.1.0", "p-queue": "^7.4.1", "proj4": "^2.9.2", "prop-types": "^15.8.1",