From 6b6dadb745685928d6846d8b01fa1b8f12f925c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 21:21:38 +0200 Subject: [PATCH] Bump osm-community-index from 5.9.1 to 5.9.2 (#10988) Bumps [osm-community-index](https://github.com/osmlab/osm-community-index) from 5.9.1 to 5.9.2. - [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.1...v5.9.2) --- updated-dependencies: - dependency-name: osm-community-index dependency-version: 5.9.2 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 | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e30e9a56..3db47f69d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "name-suggestion-index": "~6.0", "netlify-cli": "^20.0.3", "npm-run-all": "^4.0.0", - "osm-community-index": "~5.9.1", + "osm-community-index": "~5.9.2", "postcss": "^8.5.3", "postcss-prefix-selector": "^2.1.1", "serve-handler": "^6.1.6", @@ -21812,15 +21812,16 @@ } }, "node_modules/osm-community-index": { - "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==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.9.2.tgz", + "integrity": "sha512-kCiNVej2cYMHTSrUERkkI8FmH+58KtMLGVIkPabnkhBdeFA3hV+u5R7PWiUVnOHubvl3igzNn63Id/+Pj18tBg==", "dev": true, + "license": "ISC", "dependencies": { "diacritics": "^1.3.0" }, "engines": { - "node": ">=18" + "node": ">=20" } }, "node_modules/p-finally": { diff --git a/package.json b/package.json index 0db32697b..d269cf18c 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "name-suggestion-index": "~6.0", "netlify-cli": "^20.0.3", "npm-run-all": "^4.0.0", - "osm-community-index": "~5.9.1", + "osm-community-index": "~5.9.2", "postcss": "^8.5.3", "postcss-prefix-selector": "^2.1.1", "serve-handler": "^6.1.6",