Bump osm-auth from 2.4.0 to 2.5.0 (#10223)

Bumps [osm-auth](https://github.com/osmlab/osm-auth) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/osmlab/osm-auth/releases)
- [Changelog](https://github.com/osmlab/osm-auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/osmlab/osm-auth/compare/v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: osm-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-05-27 12:41:31 +02:00
committed by GitHub
parent 2dbddc87d6
commit 0e63438401
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"lodash-es": "~4.17.15",
"marked": "~12.0.2",
"node-diff3": "~3.1.0",
"osm-auth": "~2.4.0",
"osm-auth": "~2.5.0",
"pannellum": "2.5.6",
"pbf": "^3.2.1",
"polygon-clipping": "~0.15.7",
@@ -6611,11 +6611,11 @@
}
},
"node_modules/osm-auth": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.4.0.tgz",
"integrity": "sha512-FvTyYnIl+pjLi9cKJWNM74PjrLUED1f2TnWpAexxJ2qoxr8sdndON/EzXHf0nfMLB07Pn9DPyWVEbTXZ/nID8A==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.5.0.tgz",
"integrity": "sha512-w3NnYbt+0PIih2Kwr1sLfQWehdLbcA3gZNJhX4VOBfeRtvm30iZA3nURphuZDokZ8Kmdv4LWB+AiIng2b+KvIA==",
"engines": {
"node": ">=18"
"node": ">=18.18"
}
},
"node_modules/osm-community-index": {
@@ -13351,9 +13351,9 @@
}
},
"osm-auth": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.4.0.tgz",
"integrity": "sha512-FvTyYnIl+pjLi9cKJWNM74PjrLUED1f2TnWpAexxJ2qoxr8sdndON/EzXHf0nfMLB07Pn9DPyWVEbTXZ/nID8A=="
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.5.0.tgz",
"integrity": "sha512-w3NnYbt+0PIih2Kwr1sLfQWehdLbcA3gZNJhX4VOBfeRtvm30iZA3nURphuZDokZ8Kmdv4LWB+AiIng2b+KvIA=="
},
"osm-community-index": {
"version": "5.7.0",

View File

@@ -63,7 +63,7 @@
"lodash-es": "~4.17.15",
"marked": "~12.0.2",
"node-diff3": "~3.1.0",
"osm-auth": "~2.4.0",
"osm-auth": "~2.5.0",
"pannellum": "2.5.6",
"pbf": "^3.2.1",
"polygon-clipping": "~0.15.7",