Skip to content

Commit

Permalink
Bump ohauth from 0.2.2 to 1.0.0
Browse files Browse the repository at this point in the history
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](osmlab/ohauth@v0.2.2...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2020
1 parent 549eb62 commit 571725b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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==

0 comments on commit 571725b

Please sign in to comment.