From 28034b9c1247645f5a41f26677b5c7ec43b28526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:41:35 +0100 Subject: [PATCH] chore(deps): bump ol-stac from 1.0.0-beta.10 to 1.0.0-rc.5 (#1506) Bumps [ol-stac](https://github.com/m-mohr/ol-stac) from 1.0.0-beta.10 to 1.0.0-rc.5. - [Release notes](https://github.com/m-mohr/ol-stac/releases) - [Changelog](https://github.com/m-mohr/ol-stac/blob/main/CHANGELOG.md) - [Commits](https://github.com/m-mohr/ol-stac/compare/v1.0.0-beta.10...v1.0.0-rc.5) --- updated-dependencies: - dependency-name: ol-stac dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index c898b7a7c..4d89283e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3487,9 +3487,10 @@ } }, "node_modules/@radiantearth/stac-migrate": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@radiantearth/stac-migrate/-/stac-migrate-1.6.0.tgz", - "integrity": "sha512-/Ke5Uyz4gvi0EyhYF3X2ZrMZ96Ikc9LvhgXgo1RbTWzFhD2s9w9KzK1N9V7odGdsBLlqVjvVwQCT73pghfdZzg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@radiantearth/stac-migrate/-/stac-migrate-2.0.1.tgz", + "integrity": "sha512-yIMfm8jpcz0vUJ/5w5tWNWeAVVd66UgByWTb/cSPXOrEwFkFo2J2DQyp6gLUvY3RkSGOJC58rOUPKl5PVRJa8Q==", + "license": "Apache-2.0", "dependencies": { "compare-versions": "^3.6.0", "multihashes": "^3.1.2", @@ -3497,6 +3498,10 @@ }, "bin": { "stac-migrate": "bin/cli.js" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/m-mohr" } }, "node_modules/@repeaterjs/repeater": { @@ -6304,7 +6309,8 @@ "node_modules/compare-versions": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz", - "integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==" + "integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==", + "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", @@ -10036,19 +10042,20 @@ } }, "node_modules/ol-stac": { - "version": "1.0.0-beta.10", - "resolved": "https://registry.npmjs.org/ol-stac/-/ol-stac-1.0.0-beta.10.tgz", - "integrity": "sha512-dIKUkOdtAIGYsCrh3x5hqOcPBJRzay8GVFRT2ik6Vm6BlOHc5MUYJeR0tpASUmXC7zdJK5dAVa8I2XRNQxCthg==", + "version": "1.0.0-rc.5", + "resolved": "https://registry.npmjs.org/ol-stac/-/ol-stac-1.0.0-rc.5.tgz", + "integrity": "sha512-yaL3TUKscWFxpfxAuM/skCXGRCVU93fxdkl8o6XxrBszVhUbF6Jpg57OrxVnmNeCD5UQgKelYpafTEwmc2EQEw==", + "license": "Apache-2.0", "dependencies": { - "ol-pmtiles": "^0.2.0", - "stac-js": "0.0.9" + "ol-pmtiles": "~0.2.0", + "stac-js": "~0.1.4" }, "funding": { "type": "github", "url": "https://github.com/sponsors/m-mohr" }, "peerDependencies": { - "ol": ">=7.5.2" + "ol": "*" } }, "node_modules/once": { @@ -11524,12 +11531,17 @@ } }, "node_modules/stac-js": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/stac-js/-/stac-js-0.0.9.tgz", - "integrity": "sha512-V32QWOtvvcnEDd8SfWUIKKKF4rrgMGMp8oxccZ0hYgadE4KEOy9HSw5ftMEUusD4GdndFWLFdVmGw5WMRB9A1A==", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/stac-js/-/stac-js-0.1.4.tgz", + "integrity": "sha512-w7bnu7kX6tQF4+kHrOr9nKn0p8j759YJEAjYIea1BCKlbJM1Lgu7u9XiBlyjhtspACz8ukzjq+bR0xxgnRZBwQ==", + "license": "Apache-2.0", "dependencies": { - "@radiantearth/stac-migrate": "^1.5.0", + "@radiantearth/stac-migrate": "^2.0.1", "urijs": "^1.19.11" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/m-mohr" } }, "node_modules/storybook": { @@ -12238,7 +12250,8 @@ "node_modules/urijs": { "version": "1.19.11", "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz", - "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==" + "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==", + "license": "MIT" }, "node_modules/util": { "version": "0.12.5",