From d0e3e37442ed04d6f96143669cae966c2874b1fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:19:59 +0100 Subject: [PATCH] Bump osm-community-index from 5.9.0 to 5.9.1 (#10682) Bumps [osm-community-index](https://github.com/osmlab/osm-community-index) from 5.9.0 to 5.9.1. - [Release notes](https://github.com/osmlab/osm-community-index/releases) - [Changelog](https://github.com/osmlab/osm-community-index/blob/main/CHANGELOG.md) - [Commits](https://github.com/osmlab/osm-community-index/compare/v5.9.0...v5.9.1) --- updated-dependencies: - dependency-name: osm-community-index dependency-type: direct:development 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c586559f..7967779cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "minimist": "^1.2.8", "name-suggestion-index": "~6.0", "npm-run-all": "^4.0.0", - "osm-community-index": "~5.9.0", + "osm-community-index": "~5.9.1", "postcss": "^8.5.1", "postcss-selector-prepend": "^0.5.0", "shelljs": "^0.8.0", @@ -5977,9 +5977,9 @@ } }, "node_modules/osm-community-index": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.9.0.tgz", - "integrity": "sha512-/P09ig/iCtD17AvmihBcvz6617c1NCJkqNNk3G6veY4MBWH6Djhl+xz69FLOGy8Xt4jHV57zP1PU6UATqby5aQ==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.9.1.tgz", + "integrity": "sha512-ufwDqrANKqQ9/WLs3q8lBTbtZJdrDdPnH/t6IImwq2WQT49xlKLqs2qbY+/8r5uaUERoxBJTWh34n2GUsg8NHg==", "dev": true, "dependencies": { "diacritics": "^1.3.0" diff --git a/package.json b/package.json index 3ed0f034c..1d05a362d 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "minimist": "^1.2.8", "name-suggestion-index": "~6.0", "npm-run-all": "^4.0.0", - "osm-community-index": "~5.9.0", + "osm-community-index": "~5.9.1", "postcss": "^8.5.1", "postcss-selector-prepend": "^0.5.0", "shelljs": "^0.8.0",