Bump osm-auth from 2.0.0 to 2.0.1 (#9577)

Bumps [osm-auth](https://github.com/osmlab/osm-auth) from 2.0.0 to 2.0.1.
- [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.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: osm-auth
  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]
2023-04-27 16:47:00 +02:00
committed by GitHub
parent dbc8f1d18d
commit 753baff287
2 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -27,7 +27,7 @@
"lodash-es": "~4.17.15",
"marked": "~4.3.0",
"node-diff3": "~3.1.0",
"osm-auth": "~2.0.0",
"osm-auth": "~2.0.1",
"pannellum": "2.5.6",
"pbf": "^3.2.1",
"polygon-clipping": "~0.15.1",
@@ -6644,8 +6644,9 @@
"license": "MIT"
},
"node_modules/osm-auth": {
"version": "2.0.0",
"license": "ISC",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.0.1.tgz",
"integrity": "sha512-Uw0hpw7IVlFMqd6hW9kTS1Qah9xh85hwn1xqLgCONGKRtHZ3ZaUzg/obm7WOwheJSmSmkwfiDnPN0imZyNOSbw==",
"dependencies": {
"store": "~2.0.12"
},
@@ -13997,7 +13998,9 @@
"dev": true
},
"osm-auth": {
"version": "2.0.0",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.0.1.tgz",
"integrity": "sha512-Uw0hpw7IVlFMqd6hW9kTS1Qah9xh85hwn1xqLgCONGKRtHZ3ZaUzg/obm7WOwheJSmSmkwfiDnPN0imZyNOSbw==",
"requires": {
"store": "~2.0.12"
}
+1 -1
View File
@@ -62,7 +62,7 @@
"lodash-es": "~4.17.15",
"marked": "~4.3.0",
"node-diff3": "~3.1.0",
"osm-auth": "~2.0.0",
"osm-auth": "~2.0.1",
"pannellum": "2.5.6",
"pbf": "^3.2.1",
"polygon-clipping": "~0.15.1",