mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Bump osm-community-index from 5.5.3 to 5.5.4 (#9770)
Bumps [osm-community-index](https://github.com/osmlab/osm-community-index) from 5.5.3 to 5.5.4. - [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.5.3...v5.5.4) --- updated-dependencies: - dependency-name: osm-community-index dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+12
-10
@@ -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"
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user