mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Bump polygon-clipping from 0.15.3 to 0.15.7 (#10078)
Bumps [polygon-clipping](https://github.com/mfogel/polygon-clipping) from 0.15.3 to 0.15.7. - [Changelog](https://github.com/mfogel/polygon-clipping/blob/main/CHANGELOG.md) - [Commits](https://github.com/mfogel/polygon-clipping/compare/v0.15.3...v0.15.7) --- updated-dependencies: - dependency-name: polygon-clipping dependency-type: direct:production 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:
24
package-lock.json
generated
24
package-lock.json
generated
@@ -31,7 +31,7 @@
|
||||
"osm-auth": "~2.4.0",
|
||||
"pannellum": "2.5.6",
|
||||
"pbf": "^3.2.1",
|
||||
"polygon-clipping": "~0.15.1",
|
||||
"polygon-clipping": "~0.15.7",
|
||||
"rbush": "3.0.1",
|
||||
"whatwg-fetch": "^3.6.19",
|
||||
"which-polygon": "2.2.1"
|
||||
@@ -6594,9 +6594,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/polygon-clipping": {
|
||||
"version": "0.15.3",
|
||||
"license": "MIT",
|
||||
"version": "0.15.7",
|
||||
"resolved": "https://registry.npmjs.org/polygon-clipping/-/polygon-clipping-0.15.7.tgz",
|
||||
"integrity": "sha512-nhfdr83ECBg6xtqOAJab1tbksbBAOMUltN60bU+llHVOL0e5Onm1WpAXXWXVB39L8AJFssoIhEVuy/S90MmotA==",
|
||||
"dependencies": {
|
||||
"robust-predicates": "^3.0.2",
|
||||
"splaytree": "^3.1.0"
|
||||
}
|
||||
},
|
||||
@@ -7248,9 +7250,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/robust-predicates": {
|
||||
"version": "3.0.1",
|
||||
"dev": true,
|
||||
"license": "Unlicense"
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",
|
||||
"integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg=="
|
||||
},
|
||||
"node_modules/run-parallel": {
|
||||
"version": "1.2.0",
|
||||
@@ -13052,8 +13054,11 @@
|
||||
}
|
||||
},
|
||||
"polygon-clipping": {
|
||||
"version": "0.15.3",
|
||||
"version": "0.15.7",
|
||||
"resolved": "https://registry.npmjs.org/polygon-clipping/-/polygon-clipping-0.15.7.tgz",
|
||||
"integrity": "sha512-nhfdr83ECBg6xtqOAJab1tbksbBAOMUltN60bU+llHVOL0e5Onm1WpAXXWXVB39L8AJFssoIhEVuy/S90MmotA==",
|
||||
"requires": {
|
||||
"robust-predicates": "^3.0.2",
|
||||
"splaytree": "^3.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -13501,8 +13506,9 @@
|
||||
}
|
||||
},
|
||||
"robust-predicates": {
|
||||
"version": "3.0.1",
|
||||
"dev": true
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",
|
||||
"integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg=="
|
||||
},
|
||||
"run-parallel": {
|
||||
"version": "1.2.0",
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"osm-auth": "~2.4.0",
|
||||
"pannellum": "2.5.6",
|
||||
"pbf": "^3.2.1",
|
||||
"polygon-clipping": "~0.15.1",
|
||||
"polygon-clipping": "~0.15.7",
|
||||
"rbush": "3.0.1",
|
||||
"whatwg-fetch": "^3.6.19",
|
||||
"which-polygon": "2.2.1"
|
||||
|
||||
Reference in New Issue
Block a user