From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 05:01:19 +0000 (+0000) Subject: Bump ohauth from 0.2.2 to 1.0.0 X-Git-Tag: live~1968^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/571725b81e8b1d2fa94bb056bff89cb08886344e Bump ohauth from 0.2.2 to 1.0.0 Bumps [ohauth](https://github.com/osmlab/ohauth) from 0.2.2 to 1.0.0. - [Release notes](https://github.com/osmlab/ohauth/releases) - [Changelog](https://github.com/osmlab/ohauth/blob/master/CHANGELOG.md) - [Commits](https://github.com/osmlab/ohauth/compare/v0.2.2...v1.0.0) Signed-off-by: dependabot[bot] --- diff --git a/package.json b/package.json index 86961c20f..27d2ff070 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "jquery.cookie": "^1.4.1", "leaflet": "^1.6.0", "leaflet.locatecontrol": "^0.71.1", - "ohauth": "^0.2.2", + "ohauth": "^1.0.0", "qs": "^6.9.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index a544e5c12..4b298ba11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -467,10 +467,10 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" -jshashes@~1.0.3: - version "1.0.7" - resolved "https://registry.yarnpkg.com/jshashes/-/jshashes-1.0.7.tgz#bed8c97a0e9632fd0513916f55f76dd5486be59f" - integrity sha1-vtjJeg6WMv0FE5FvVfdt1Uhr5Z8= +jshashes@~1.0.0: + version "1.0.8" + resolved "https://registry.yarnpkg.com/jshashes/-/jshashes-1.0.8.tgz#f60d837428383abf73ab022e1542e6614bd75514" + integrity sha512-btmQZ/w1rj8Lb6nEwvhjM7nBYoj54yaEFo2PWh3RkxZ8qNwuvOxvQYN/JxVuwoMmdIluL+XwYVJ+pEEZoSYybQ== json-schema-traverse@^0.4.1: version "0.4.1" @@ -534,13 +534,13 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -ohauth@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/ohauth/-/ohauth-0.2.2.tgz#6d28fbddd15a710a076b9128b457f503e869c853" - integrity sha1-bSj73dFacQoHa5EotFf1A+hpyFM= +ohauth@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/ohauth/-/ohauth-1.0.0.tgz#c2e8bff3bef0ae491447922243e1ba705117de4b" + integrity sha1-wui/877wrkkUR5IiQ+G6cFEX3ks= dependencies: - jshashes "~1.0.3" - xtend "^4.0.0" + jshashes "~1.0.0" + xtend "~4.0.0" once@^1.3.0: version "1.4.0" @@ -751,7 +751,7 @@ write@1.0.3: dependencies: mkdirp "^0.5.1" -xtend@^4.0.0: +xtend@~4.0.0: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==