From 753baff2876251068486dca781afa7d78f3e1b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:47:00 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecdc38727..ec2083df2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index fbeb51efb..46e052373 100644 --- a/package.json +++ b/package.json @@ -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",