Bump osm-auth from 2.3.0 to 2.4.0 (#10070)

Bumps [osm-auth](https://github.com/osmlab/osm-auth) from 2.3.0 to 2.4.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.3.0...v2.4.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-01-24 13:21:49 +01:00
committed by GitHub
parent c5bb953e58
commit 58dc4e1c6e
2 changed files with 9 additions and 25 deletions
+8 -24
View File
@@ -28,7 +28,7 @@
"lodash-es": "~4.17.15",
"marked": "~11.1.1",
"node-diff3": "~3.1.0",
"osm-auth": "~2.3.0",
"osm-auth": "~2.4.0",
"pannellum": "2.5.6",
"pbf": "^3.2.1",
"polygon-clipping": "~0.15.1",
@@ -6351,14 +6351,11 @@
}
},
"node_modules/osm-auth": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.3.0.tgz",
"integrity": "sha512-KPrjnleVFkhP3aV8GzmHg04qSUIhl5ba0QBEWXYmTA65+5n4/IzxAkN1sg8n+s4++uwOelybt9+9jSDtET7Z8g==",
"dependencies": {
"store": "~2.0.12"
},
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.4.0.tgz",
"integrity": "sha512-FvTyYnIl+pjLi9cKJWNM74PjrLUED1f2TnWpAexxJ2qoxr8sdndON/EzXHf0nfMLB07Pn9DPyWVEbTXZ/nID8A==",
"engines": {
"node": ">=16"
"node": ">=18"
}
},
"node_modules/osm-community-index": {
@@ -7716,13 +7713,6 @@
"node": ">= 0.6"
}
},
"node_modules/store": {
"version": "2.0.12",
"license": "MIT",
"engines": {
"node": "*"
}
},
"node_modules/streamroller": {
"version": "3.1.2",
"dev": true,
@@ -12902,12 +12892,9 @@
}
},
"osm-auth": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.3.0.tgz",
"integrity": "sha512-KPrjnleVFkhP3aV8GzmHg04qSUIhl5ba0QBEWXYmTA65+5n4/IzxAkN1sg8n+s4++uwOelybt9+9jSDtET7Z8g==",
"requires": {
"store": "~2.0.12"
}
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.4.0.tgz",
"integrity": "sha512-FvTyYnIl+pjLi9cKJWNM74PjrLUED1f2TnWpAexxJ2qoxr8sdndON/EzXHf0nfMLB07Pn9DPyWVEbTXZ/nID8A=="
},
"osm-community-index": {
"version": "5.6.0",
@@ -13806,9 +13793,6 @@
"version": "1.5.0",
"dev": true
},
"store": {
"version": "2.0.12"
},
"streamroller": {
"version": "3.1.2",
"dev": true,
+1 -1
View File
@@ -63,7 +63,7 @@
"lodash-es": "~4.17.15",
"marked": "~11.1.1",
"node-diff3": "~3.1.0",
"osm-auth": "~2.3.0",
"osm-auth": "~2.4.0",
"pannellum": "2.5.6",
"pbf": "^3.2.1",
"polygon-clipping": "~0.15.1",