From 49a14b40082792d5fc8e076ea66397461bc7f37c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:52:17 +0100 Subject: [PATCH] Bump osm-community-index from 5.6.0 to 5.6.1 (#10083) Bumps [osm-community-index](https://github.com/osmlab/osm-community-index) from 5.6.0 to 5.6.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.6.0...v5.6.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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 408a18cac..633114b32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "name-suggestion-index": "~6.0", "node-fetch": "^2.7.0", "npm-run-all": "^4.0.0", - "osm-community-index": "~5.6.0", + "osm-community-index": "~5.6.1", "postcss": "^8.4.33", "postcss-selector-prepend": "^0.5.0", "shelljs": "^0.8.0", @@ -6396,15 +6396,15 @@ } }, "node_modules/osm-community-index": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.6.0.tgz", - "integrity": "sha512-C5AqEWidBIgKeaJKQwuPWvDqSzm9CpZgDbHDi+k4+ZCHBazRQjnl7TpWVv2/fQWMqsJL3I5qzh19rXBTWMWL1A==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.6.1.tgz", + "integrity": "sha512-eMi5mDwwLkt3tbZtD60+aMj4kIa3smlQanxb3OcvJa2pv6w5uVCLbyCem0j8cTqAO3A+C7HD4T7dFUyt2WCYaQ==", "dev": true, "dependencies": { "diacritics": "^1.3.0" }, "engines": { - "node": ">=16.14.0" + "node": ">=18" } }, "node_modules/p-limit": { @@ -12954,9 +12954,9 @@ "integrity": "sha512-FvTyYnIl+pjLi9cKJWNM74PjrLUED1f2TnWpAexxJ2qoxr8sdndON/EzXHf0nfMLB07Pn9DPyWVEbTXZ/nID8A==" }, "osm-community-index": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.6.0.tgz", - "integrity": "sha512-C5AqEWidBIgKeaJKQwuPWvDqSzm9CpZgDbHDi+k4+ZCHBazRQjnl7TpWVv2/fQWMqsJL3I5qzh19rXBTWMWL1A==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.6.1.tgz", + "integrity": "sha512-eMi5mDwwLkt3tbZtD60+aMj4kIa3smlQanxb3OcvJa2pv6w5uVCLbyCem0j8cTqAO3A+C7HD4T7dFUyt2WCYaQ==", "dev": true, "requires": { "diacritics": "^1.3.0" diff --git a/package.json b/package.json index 62ee5ccd5..91923fc44 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "name-suggestion-index": "~6.0", "node-fetch": "^2.7.0", "npm-run-all": "^4.0.0", - "osm-community-index": "~5.6.0", + "osm-community-index": "~5.6.1", "postcss": "^8.4.33", "postcss-selector-prepend": "^0.5.0", "shelljs": "^0.8.0",