Skip to content

Commit

Permalink
fixed yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankaraali committed Mar 3, 2021
1 parent 6c2162f commit 7106380
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5083,9 +5083,9 @@ electron-squirrel-startup@^1.0.0:
debug "^2.2.0"

electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.649:
version "1.3.678"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.678.tgz#c7c6960463167126b7ed076fade14cac6223bfff"
integrity sha512-E5ha1pE9+aWWrT2fUD5wdPBWUnYtKnEnloewbtVyrkAs79HvodOiNO4rMR94+hKbxgMFQG4fnPQACOc1cfMfBg==
version "1.3.679"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.679.tgz#69b45bbf1e0bc2320cb1f3e65b9283e86c4d5e2f"
integrity sha512-PNF7JSPAEa/aV2nQLvflRcnIMy31EOuCY87Jbdz0KsUf8O/eFNGpuwgQn2DmyJkKzfQb0zrieanRGWvf/4H+BA==

electron-window-state@^5.0.3:
version "5.0.3"
Expand Down Expand Up @@ -5695,7 +5695,7 @@ express-ws@^4.0.0:

express@^4.17.1, express@ozankaraali/express:
version "4.17.1"
resolved "https://codeload.github.com/ozankaraali/express/tar.gz/283d33133e44cee195c06cd8365b1fbffb298536"
resolved "https://codeload.github.com/ozankaraali/express/tar.gz/5195cf052c073d0f3eca02991fb827ae8a227bcf"
dependencies:
accepts "~1.3.7"
array-flatten "1.1.1"
Expand Down Expand Up @@ -8708,6 +8708,11 @@ mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.19,
dependencies:
mime-db "1.46.0"

mime@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==

mime@^2.4.4, mime@^2.4.6, mime@^2.5.2:
version "2.5.2"
resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe"
Expand Down Expand Up @@ -9005,9 +9010,9 @@ no-case@^3.0.4:
tslib "^2.0.3"

node-abi@^2.19.2:
version "2.19.3"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.19.3.tgz#252f5dcab12dad1b5503b2d27eddd4733930282d"
integrity sha512-9xZrlyfvKhWme2EXFKQhZRp1yNWT/uI1luYPr3sFl+H4keYY4xR+1jO7mvTTijIsHf1M+QDe9uWuKeEpLInIlg==
version "2.20.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.20.0.tgz#0659ee1a4a04dacabd3ac4429fac6297ed58e92e"
integrity sha512-6ldtfVR5l3RS8D0aT+lj/uM2Vv/PGEkeWzt2tl8DFBsGY/IuVnAIHl+dG6C14NlWClVv7Rn2+ZDvox+35Hx2Kg==
dependencies:
semver "^5.4.1"

Expand Down Expand Up @@ -11759,7 +11764,26 @@ semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2:
dependencies:
lru-cache "^6.0.0"

send@0.17.1, send@ozankaraali/send:
send@0.17.1:
version "0.17.1"
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==
dependencies:
debug "2.6.9"
depd "~1.1.2"
destroy "~1.0.4"
encodeurl "~1.0.2"
escape-html "~1.0.3"
etag "~1.8.1"
fresh "0.5.2"
http-errors "~1.7.2"
mime "1.6.0"
ms "2.1.1"
on-finished "~2.3.0"
range-parser "~1.2.1"
statuses "~1.5.0"

send@ozankaraali/send:
version "0.17.1"
resolved "https://codeload.github.com/ozankaraali/send/tar.gz/a288059e6fc0d61bb2871b12a004bb9a22bd4c81"
dependencies:
Expand Down

0 comments on commit 7106380

Please sign in to comment.