Bump osm-auth from 2.0.1 to 2.1.0 (#9655)

Bumps [osm-auth](https://github.com/osmlab/osm-auth) from 2.0.1 to 2.1.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.0.1...v2.1.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]
2023-05-25 19:02:47 +02:00
committed by GitHub
parent 28630ae9fc
commit b7b5b51351
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"lodash-es": "~4.17.15",
"marked": "~4.3.0",
"node-diff3": "~3.1.0",
"osm-auth": "~2.0.1",
"osm-auth": "~2.1.0",
"pannellum": "2.5.6",
"pbf": "^3.2.1",
"polygon-clipping": "~0.15.1",
@@ -6933,14 +6933,14 @@
"license": "MIT"
},
"node_modules/osm-auth": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.0.1.tgz",
"integrity": "sha512-Uw0hpw7IVlFMqd6hW9kTS1Qah9xh85hwn1xqLgCONGKRtHZ3ZaUzg/obm7WOwheJSmSmkwfiDnPN0imZyNOSbw==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.1.0.tgz",
"integrity": "sha512-C1T6SCPovt7KagqNV4GXtRNlJ2SJ5SjJWRdtLGU72ntYoeXHGP2IgqeExu17cDeqLY1A3mIofmC6fUGkE7RdbA==",
"dependencies": {
"store": "~2.0.12"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
},
"node_modules/osm-community-index": {
@@ -14445,9 +14445,9 @@
"dev": true
},
"osm-auth": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.0.1.tgz",
"integrity": "sha512-Uw0hpw7IVlFMqd6hW9kTS1Qah9xh85hwn1xqLgCONGKRtHZ3ZaUzg/obm7WOwheJSmSmkwfiDnPN0imZyNOSbw==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.1.0.tgz",
"integrity": "sha512-C1T6SCPovt7KagqNV4GXtRNlJ2SJ5SjJWRdtLGU72ntYoeXHGP2IgqeExu17cDeqLY1A3mIofmC6fUGkE7RdbA==",
"requires": {
"store": "~2.0.12"
}

View File

@@ -62,7 +62,7 @@
"lodash-es": "~4.17.15",
"marked": "~4.3.0",
"node-diff3": "~3.1.0",
"osm-auth": "~2.0.1",
"osm-auth": "~2.1.0",
"pannellum": "2.5.6",
"pbf": "^3.2.1",
"polygon-clipping": "~0.15.1",