From aa7afc4fd37cfbd89c73de8533fbdae3baebd739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:37:52 +0000 Subject: [PATCH] Bump osm-auth from 2.5.0 to 2.6.0 Bumps [osm-auth](https://github.com/osmlab/osm-auth) from 2.5.0 to 2.6.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.5.0...v2.6.0) --- updated-dependencies: - dependency-name: osm-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77749ee38c..031550438f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "lodash-es": "~4.17.15", "marked": "~15.0.6", "node-diff3": "~3.1.0", - "osm-auth": "~2.5.0", + "osm-auth": "~2.6.0", "pannellum": "2.5.6", "pbf": "^4.0.1", "polygon-clipping": "~0.15.7", @@ -5943,9 +5943,9 @@ } }, "node_modules/osm-auth": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.5.0.tgz", - "integrity": "sha512-w3NnYbt+0PIih2Kwr1sLfQWehdLbcA3gZNJhX4VOBfeRtvm30iZA3nURphuZDokZ8Kmdv4LWB+AiIng2b+KvIA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/osm-auth/-/osm-auth-2.6.0.tgz", + "integrity": "sha512-13B6d6JN4hzvX/yYXGOBXZm9QW7sigYIUEI2sVw6yNlzUe9N91UOh3FOVOOneY5sTEZcuyJMaVCgG0NSjW+6Cg==", "engines": { "node": ">=18.18" } diff --git a/package.json b/package.json index 342230d137..dd63668818 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "lodash-es": "~4.17.15", "marked": "~15.0.6", "node-diff3": "~3.1.0", - "osm-auth": "~2.5.0", + "osm-auth": "~2.6.0", "pannellum": "2.5.6", "pbf": "^4.0.1", "polygon-clipping": "~0.15.7",