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:
dependabot[bot]
2024-01-31 13:42:11 +01:00
committed by GitHub
parent 453ea8407c
commit fc4de61ec7
2 changed files with 16 additions and 10 deletions

24
package-lock.json generated
View File

@@ -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",

View File

@@ -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"