From 3d2b4cbd40af9f03c3d857303477d06cb6b8d525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 13:37:48 +0100 Subject: [PATCH] Bump osm-auth from 1.1.0 to 1.1.1 (#8921) Bumps [osm-auth](https://github.com/osmlab/osm-auth) from 1.1.0 to 1.1.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/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: osm-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e20651fa..93c717250 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lodash-es": "~4.17.15", "marked": "~2.0.0", "node-diff3": "2.1.0", - "osm-auth": "1.1.0", + "osm-auth": "1.1.1", "pannellum": "2.5.6", "pbf": "^3.2.1", "polygon-clipping": "~0.15.1",