diff --git a/package-lock.json b/package-lock.json index 5243acc9d..3696d0d1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iD", - "version": "2.26.0-dev", + "version": "2.27.0-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iD", - "version": "2.26.0-dev", + "version": "2.27.0-dev", "license": "ISC", "dependencies": { "@mapbox/geojson-area": "^0.2.2", @@ -74,7 +74,7 @@ "name-suggestion-index": "~6.0", "node-fetch": "^2.6.11", "npm-run-all": "^4.0.0", - "osm-community-index": "~5.5.3", + "osm-community-index": "~5.5.4", "postcss": "^8.4.25", "postcss-selector-prepend": "^0.5.0", "shelljs": "^0.8.0", @@ -3503,7 +3503,8 @@ }, "node_modules/editor-layer-index": { "version": "0.0.0", - "resolved": "git+ssh://git@github.com/osmlab/editor-layer-index.git#8b15a726c19e2b03860183e304a23a270b403f6c", + "resolved": "git+ssh://git@github.com/osmlab/editor-layer-index.git#041610b632428c9d29504eb384edb2f5cef35ae6", + "integrity": "sha512-+JW94g6NiHrfG3N6WpT+X2aL3MsRQQFaqgLxACs+q8PL/d5d/vNWHcq7u870Wklz93ly6vqdYbgYy7cU3JQpgQ==", "dev": true, "license": "BSD" }, @@ -7125,9 +7126,9 @@ } }, "node_modules/osm-community-index": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.5.3.tgz", - "integrity": "sha512-/e38tFuHj3VrbWyIo4g5P1e1ILx3CQ36KkgZw0yfKxhsNWPa/ZvfzT+8okCKWCzE7XOep5TCY/QG/vgsuhcUjA==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.5.4.tgz", + "integrity": "sha512-n53euxtwFlJHaTkMCyRxPK+OZJnqkI4zwp9rmEbuzIV57kgkci7qaLDDjt44tszLcXfi8eCTLhKtykU0xIRpVQ==", "dev": true, "dependencies": { "diacritics": "^1.3.0" @@ -12342,6 +12343,7 @@ }, "editor-layer-index": { "version": "git+ssh://git@github.com/osmlab/editor-layer-index.git#041610b632428c9d29504eb384edb2f5cef35ae6", + "integrity": "sha512-+JW94g6NiHrfG3N6WpT+X2aL3MsRQQFaqgLxACs+q8PL/d5d/vNWHcq7u870Wklz93ly6vqdYbgYy7cU3JQpgQ==", "dev": true, "from": "editor-layer-index@github:osmlab/editor-layer-index#gh-pages" }, @@ -14809,9 +14811,9 @@ } }, "osm-community-index": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.5.3.tgz", - "integrity": "sha512-/e38tFuHj3VrbWyIo4g5P1e1ILx3CQ36KkgZw0yfKxhsNWPa/ZvfzT+8okCKWCzE7XOep5TCY/QG/vgsuhcUjA==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/osm-community-index/-/osm-community-index-5.5.4.tgz", + "integrity": "sha512-n53euxtwFlJHaTkMCyRxPK+OZJnqkI4zwp9rmEbuzIV57kgkci7qaLDDjt44tszLcXfi8eCTLhKtykU0xIRpVQ==", "dev": true, "requires": { "diacritics": "^1.3.0" diff --git a/package.json b/package.json index 63286f6c9..cbbd39820 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "name-suggestion-index": "~6.0", "node-fetch": "^2.6.11", "npm-run-all": "^4.0.0", - "osm-community-index": "~5.5.3", + "osm-community-index": "~5.5.4", "postcss": "^8.4.25", "postcss-selector-prepend": "^0.5.0", "shelljs": "^0.8.0",