Skip to content

Commit

Permalink
Merge pull request #72 from tmkasun/node-update
Browse files Browse the repository at this point in the history
update node engine version to latest LTS
  • Loading branch information
brionmario authored Dec 13, 2021
2 parents 416e18b + 739862c commit 5d264a6
Showing 1 changed file with 51 additions and 9 deletions.
60 changes: 51 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@
# yarn lockfile v1


"@asgardeo/auth-js@^0.2.18":
version "0.2.18"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-js/-/auth-js-0.2.18.tgz#5c45ca5ff67eb6b298d4d325ab96cecc601284da"
integrity sha512-qJtOttRXdJ+uiDKfUuzSOU5Ty3/VfCVXSmcCq+8WVyYSr4o7twCBKK6ZwWW0ixqJ4xCczJrGa5ozzeVL+gN20A==
"@asgardeo/auth-js@^0.2.19":
version "0.2.19"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-js/-/auth-js-0.2.19.tgz#af9d399eb4a140c8bd2bc3fd6af1d3749cd2a107"
integrity sha512-AW118p8+o77U9JdmoW7r1/4l/nANg1J2k2pTLL1H97NCBcxiDS3wLE8luz8VOUqXO4H6YirfP7NGkLQUyndVdQ==
dependencies:
base64url "^3.0.1"
fast-sha256 "^1.3.0"
jose "^3.1.2"
randombytes "^2.1.0"
secure-random-bytes "^3.0.1"

"@asgardeo/auth-spa@^0.2.14":
version "0.2.14"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-0.2.14.tgz#c73d94c63398bdc587204d8bb83d827d90db38c4"
integrity sha512-sHUHve7tQ5DJPJmV4ZURwCSAUnzE5/CdHya02CnL4LYTSDdGyZKYRkeEruetbfRFdSB8cVG/k5mbLK1TXP9YvQ==
"@asgardeo/auth-spa@^0.2.15":
version "0.2.15"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-0.2.15.tgz#19ba4afd127e2fd929dc69b4563baf6aaf4b1f43"
integrity sha512-2+HEolJajNa1ocYqwTtg+JfBmbTrxHTntyZABAV0il2dlu1dIt2zHBEQxyo9dBdzYi5ZwiQtVEOZH1t/Dw5/Zw==
dependencies:
"@asgardeo/auth-js" "^0.2.18"
"@asgardeo/auth-js" "^0.2.19"
"@babel/runtime-corejs3" "^7.11.2"
await-semaphore "^0.1.3"
axios "^0.21.0"
Expand Down Expand Up @@ -4253,6 +4254,11 @@ dom-serializer@^1.0.1:
domhandler "^4.2.0"
entities "^2.0.0"

dom-walk@^0.1.0:
version "0.1.2"
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84"
integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==

domain-browser@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
Expand Down Expand Up @@ -5386,6 +5392,13 @@ get-port@^4.2.0:
resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119"
integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==

get-random-values@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/get-random-values/-/get-random-values-1.2.2.tgz#f1d944d0025433d53a2bd9941b9e975d98a2f7ff"
integrity sha512-lMyPjQyl0cNNdDf2oR+IQ/fM3itDvpoHy45Ymo2r0L1EjazeSl13SfbKZs7KtZ/3MDCeueiaJiuOEfKqRTsSgA==
dependencies:
global "^4.4.0"

get-stdin@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
Expand Down Expand Up @@ -5554,6 +5567,14 @@ global-prefix@^3.0.0:
kind-of "^6.0.2"
which "^1.3.1"

global@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
dependencies:
min-document "^2.19.0"
process "^0.11.10"

globals@^11.1.0:
version "11.12.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
Expand Down Expand Up @@ -7197,6 +7218,13 @@ mimic-fn@^1.0.0:
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==

min-document@^2.19.0:
version "2.19.0"
resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
integrity sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=
dependencies:
dom-walk "^0.1.0"

min-indent@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
Expand Down Expand Up @@ -9169,6 +9197,20 @@ schema-utils@^3.0.0:
ajv "^6.12.5"
ajv-keywords "^3.5.2"

secure-random-bytes@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/secure-random-bytes/-/secure-random-bytes-3.0.1.tgz#7a2d64a4cc7e99d0140fca3f0442fa76756cde6d"
integrity sha512-ssbk1VShojCe2rgqdz0ULu6ikrJDNuUfsUaqpSTid2n7xUiRFlatfvSLNN8BVqOdfliJptsoqu5NXbOZWpme4A==
dependencies:
secure-random-octet "^2.0.0"

secure-random-octet@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/secure-random-octet/-/secure-random-octet-2.0.0.tgz#e460737d0d03f6a780c674451516e56f7692c029"
integrity sha512-6LuHtdATut7HD0KRehBOTdpRvGoGBTd9eL3ZtA68bpOCP2xOK6ywDncxmqEa4dRXz4skCc42Q/SxPwcwZpZ8kQ==
dependencies:
get-random-values "^1.2.2"

select-hose@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
Expand Down

0 comments on commit 5d264a6

Please sign in to comment.