Merge remote-tracking branch 'upstream/pull/2756'
This commit is contained in:
commit
2e2bcc6991
2 changed files with 12 additions and 12 deletions
|
@ -8,7 +8,7 @@
|
|||
"jquery.cookie": "^1.4.1",
|
||||
"leaflet": "^1.6.0",
|
||||
"leaflet.locatecontrol": "^0.72.0",
|
||||
"ohauth": "^0.2.2",
|
||||
"ohauth": "^1.0.0",
|
||||
"qs": "^6.9.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
22
yarn.lock
22
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==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue