Skip to content

Commit

Permalink
chore(deps): bump @hapi/hoek and @hapi/joi
Browse files Browse the repository at this point in the history
Bumps [@hapi/hoek](https://github.com/hapijs/hoek) and [@hapi/joi](https://github.com/hapijs/joi). These dependencies needed to be updated together.

Updates `@hapi/hoek` from 6.2.1 to 8.5.1
- [Release notes](https://github.com/hapijs/hoek/releases)
- [Commits](hapijs/hoek@v6.2.1...v8.5.1)

Updates `@hapi/joi` from 15.1.0 to 15.1.1
- [Release notes](https://github.com/hapijs/joi/releases)
- [Commits](hapijs/joi@v15.1.0...v15.1.1)

---
updated-dependencies:
- dependency-name: "@hapi/hoek"
  dependency-type: indirect
- dependency-name: "@hapi/joi"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2022
1 parent 079c9f9 commit 32f117d
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 27 deletions.
33 changes: 20 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

235 changes: 221 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,59 @@
resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-9.0.1.tgz#c27b391d8457d1e893f1eddeaf5e5412d12ffbb5"
integrity sha512-6It2EVfGskxZCQhuykrfnALg7oVeiI6KclWSmGDqB0AiInVrTGB9Jp9i4/Ad21u9Jde/voVQz6eFX/eSg/UsPA==

"@fluentui/date-time-utilities@^7.9.1":
version "7.9.1"
resolved "https://registry.yarnpkg.com/@fluentui/date-time-utilities/-/date-time-utilities-7.9.1.tgz#bb486dc0a0fff33ef5803adabbf95e2cbf4be7be"
integrity sha512-o8iU1VIY+QsqVRWARKiky29fh4KR1xaKSgMClXIi65qkt8EDDhjmlzL0KVDEoDA2GWukwb/1PpaVCWDg4v3cUQ==
dependencies:
"@uifabric/set-version" "^7.0.24"
tslib "^1.10.0"

"@fluentui/dom-utilities@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@fluentui/dom-utilities/-/dom-utilities-1.1.2.tgz#1a53e51e1ab1d40696ae7d355a970c68d496845f"
integrity sha512-XqPS7l3YoMwxdNlaYF6S2Mp0K3FmVIOIy2K3YkMc+eRxu9wFK6emr2Q/3rBhtG5u/On37NExRT7/5CTLnoi9gw==
dependencies:
"@uifabric/set-version" "^7.0.24"
tslib "^1.10.0"

"@fluentui/keyboard-key@^0.2.12":
version "0.2.17"
resolved "https://registry.yarnpkg.com/@fluentui/keyboard-key/-/keyboard-key-0.2.17.tgz#61c037c3a596986926ad8812b58e9e5cebf9f972"
integrity sha512-iT1bU56rKrKEOfODoW6fScY11qj3iaYrZ+z11T6fo5+TDm84UGkkXjLXJTE57ZJzg0/gbccHQWYv+chY7bJN8Q==
dependencies:
tslib "^1.10.0"

"@fluentui/react-focus@^7.18.13":
version "7.18.13"
resolved "https://registry.yarnpkg.com/@fluentui/react-focus/-/react-focus-7.18.13.tgz#26ca982577d5de9097c2aaafb431419341976b98"
integrity sha512-MlFnuB8NeTYDF0QvJfp6CF7HvxCFFjG88U0me851BpD9hI5aquIJGfWg2A/UKNLwM+8V4MO/LaPfwCh8KzcOUA==
dependencies:
"@fluentui/keyboard-key" "^0.2.12"
"@uifabric/merge-styles" "^7.20.0"
"@uifabric/set-version" "^7.0.24"
"@uifabric/styling" "^7.23.0"
"@uifabric/utilities" "^7.38.0"
tslib "^1.10.0"

"@fluentui/react-window-provider@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@fluentui/react-window-provider/-/react-window-provider-1.0.4.tgz#e09bd86bee9ecb5594fb20c146d1720c6a05aa04"
integrity sha512-nBkV3RP7DlCzo4MYeCNLUrmKuGUhgmOt/fraNddBRjPXxpr9+u0VJwUD2Bz+qiG4SibclJIGJ8Mh0Il5Bj0kFA==
dependencies:
"@uifabric/set-version" "^7.0.24"
tslib "^1.10.0"

"@fluentui/theme@^1.7.11":
version "1.7.11"
resolved "https://registry.yarnpkg.com/@fluentui/theme/-/theme-1.7.11.tgz#821d541cb495b26d37ff09aa3f433bed12fc5430"
integrity sha512-oyD9xMPsHlpG+yJTY/PY+ibiSr0/bv/AF4+Ru+hvjzA1TtQ/jS9Az12Irfrm01TB5QuAVMnHA5ihlxWs+ocE3A==
dependencies:
"@uifabric/merge-styles" "^7.20.0"
"@uifabric/set-version" "^7.0.24"
"@uifabric/utilities" "^7.38.0"
tslib "^1.10.0"

"@hapi/[email protected]":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.0.0.tgz#9f05469c88cb2fd3dcd624776b54ee95c312126a"
Expand Down Expand Up @@ -1082,6 +1135,11 @@
"@types/istanbul-reports" "^1.1.1"
"@types/yargs" "^12.0.9"

"@microsoft/load-themed-styles@^1.10.26":
version "1.10.295"
resolved "https://registry.yarnpkg.com/@microsoft/load-themed-styles/-/load-themed-styles-1.10.295.tgz#d3c8d7ab186f422727ba112d6ebe5fe8e41051d9"
integrity sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg==

"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
Expand Down Expand Up @@ -1322,6 +1380,75 @@
lodash.unescape "4.0.1"
semver "5.5.0"

"@uifabric/foundation@^7.10.12":
version "7.10.12"
resolved "https://registry.yarnpkg.com/@uifabric/foundation/-/foundation-7.10.12.tgz#a060c253d51db1de287566d448704e2e5703cb23"
integrity sha512-Q/aLpnLD4devhQaClKsFef/LDEika/TPVUL4BnJzx7ne9x3JgrkNG0Ma2A2jFvIglhB6ygFvRbMIeM/64GfCtQ==
dependencies:
"@uifabric/merge-styles" "^7.20.0"
"@uifabric/set-version" "^7.0.24"
"@uifabric/styling" "^7.23.0"
"@uifabric/utilities" "^7.38.0"
tslib "^1.10.0"

"@uifabric/icons@^7.9.1":
version "7.9.1"
resolved "https://registry.yarnpkg.com/@uifabric/icons/-/icons-7.9.1.tgz#533225eb80a90c23885f6db320c51a63b552cd1e"
integrity sha512-N9Q7U1cQKyBWK5bsVJoqVvKkpaqXf9D9uRRJDAvXoBi0NW6Wk+UdBwt+xEwrIHQpxsqQEcbCij8P1BthfiIr6g==
dependencies:
"@uifabric/set-version" "^7.0.24"
"@uifabric/styling" "^7.23.0"
"@uifabric/utilities" "^7.38.0"
tslib "^1.10.0"

"@uifabric/merge-styles@^7.20.0":
version "7.20.0"
resolved "https://registry.yarnpkg.com/@uifabric/merge-styles/-/merge-styles-7.20.0.tgz#864793617713c768a9d9ec6f645fa9f4605eb9ad"
integrity sha512-7u1oF1lGmNDzOfE9UhULAO9xcEkZV2DDlKlbeIHuXQUGG480drfDWqNPk5LuGNx4ogvH9qSNPbXeGLLZYBb4wQ==
dependencies:
"@uifabric/set-version" "^7.0.24"
tslib "^1.10.0"

"@uifabric/react-hooks@^7.16.2":
version "7.16.2"
resolved "https://registry.yarnpkg.com/@uifabric/react-hooks/-/react-hooks-7.16.2.tgz#1cc8a66ca90767ee4ecc0e52142b6b30c93538eb"
integrity sha512-vlWRO73o0jLua0YaVMOZr9VrjiyQRwILi8yoe3Tm8xT8PoDzdsJt4lHNxnXW865xzAYWiUqrlQuds7NiaZsaOg==
dependencies:
"@fluentui/react-window-provider" "^1.0.4"
"@uifabric/set-version" "^7.0.24"
"@uifabric/utilities" "^7.38.0"
tslib "^1.10.0"

"@uifabric/set-version@^7.0.24":
version "7.0.24"
resolved "https://registry.yarnpkg.com/@uifabric/set-version/-/set-version-7.0.24.tgz#8c67d8f1d67c1636a170efa8b622132da2d294a9"
integrity sha512-t0Pt21dRqdC707/ConVJC0WvcQ/KF7tKLU8AZY7YdjgJpMHi1c0C427DB4jfUY19I92f60LOQyhJ4efH+KpFEg==
dependencies:
tslib "^1.10.0"

"@uifabric/styling@^7.23.0":
version "7.23.0"
resolved "https://registry.yarnpkg.com/@uifabric/styling/-/styling-7.23.0.tgz#c79a209b1535dc9d50ed130f272ded4f6e100ef5"
integrity sha512-w0xS5QsjS7cjPXTumPDFkVHFUIseOiAxSBAzwLE0ZkNViqLaad9XgAYlTrDkS6/8qxH6QO31udRxGxSBdPGaoA==
dependencies:
"@fluentui/theme" "^1.7.11"
"@microsoft/load-themed-styles" "^1.10.26"
"@uifabric/merge-styles" "^7.20.0"
"@uifabric/set-version" "^7.0.24"
"@uifabric/utilities" "^7.38.0"
tslib "^1.10.0"

"@uifabric/utilities@^7.38.0":
version "7.38.0"
resolved "https://registry.yarnpkg.com/@uifabric/utilities/-/utilities-7.38.0.tgz#3c202621ccaabb01f4e52ddc8c56b24eaab6b865"
integrity sha512-qiF/PkmAdYzvpmOJDjxgqqy3Z1p4WewKn0PBxaDuaH0nZSJswEUAyn53qN6C+FYJ3WllC9cjfBYwmmeGHkc2ug==
dependencies:
"@fluentui/dom-utilities" "^1.1.2"
"@uifabric/merge-styles" "^7.20.0"
"@uifabric/set-version" "^7.0.24"
prop-types "^15.7.2"
tslib "^1.10.0"

"@webassemblyjs/[email protected]":
version "1.8.5"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
Expand Down Expand Up @@ -1791,6 +1918,11 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

attr-accept@^2.0.0:
version "2.2.2"
resolved "https://registry.yarnpkg.com/attr-accept/-/attr-accept-2.2.2.tgz#646613809660110749e92f2c10833b70968d929b"
integrity sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg==

autoprefixer@^9.4.9:
version "9.5.1"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.5.1.tgz#243b1267b67e7e947f28919d786b50d3bb0fb357"
Expand Down Expand Up @@ -3903,6 +4035,13 @@ [email protected]:
loader-utils "^1.0.2"
schema-utils "^1.0.0"

file-selector@^0.1.12:
version "0.1.19"
resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.1.19.tgz#8ecc9d069a6f544f2e4a096b64a8052e70ec8abf"
integrity sha512-kCWw3+Aai8Uox+5tHCNgMFaUdgidxvMnLWO6fM5sZ0hA2wlHP5/DHGF0ECe84BiB95qdJbKNEJhWKVDvMN+JDQ==
dependencies:
tslib "^2.0.1"

[email protected]:
version "3.6.1"
resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317"
Expand Down Expand Up @@ -4436,6 +4575,11 @@ hosted-git-info@^2.1.4:
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==

[email protected]:
version "3.7.6"
resolved "https://registry.yarnpkg.com/hotkeys-js/-/hotkeys-js-3.7.6.tgz#b90ae3453a7be2f2b2bed6ee55cb96443944c77b"
integrity sha512-X5d16trjp79o+OaCn7syXu0cs+TkLYlK/teE5FhpD1Cj9ROcEIhfIQ7Mhrk761ynF3NQLbLn5xRojP2UuSqDAw==

hpack.js@^2.1.6:
version "2.1.6"
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
Expand Down Expand Up @@ -6514,6 +6658,25 @@ obuf@^1.0.0, obuf@^1.1.2:
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==

office-ui-fabric-react@^7.5.2:
version "7.198.2"
resolved "https://registry.yarnpkg.com/office-ui-fabric-react/-/office-ui-fabric-react-7.198.2.tgz#ca72a16d7279aed69145ed21ce88cfe699340c34"
integrity sha512-bCc7GjKroT7jQRseBSfxMy18xj/KItbNhuyvFMwm2ftmfg9Ldq3gzAP+mWcb+T5k9fKop/kq+0at+NdJLGdvhA==
dependencies:
"@fluentui/date-time-utilities" "^7.9.1"
"@fluentui/react-focus" "^7.18.13"
"@fluentui/react-window-provider" "^1.0.4"
"@microsoft/load-themed-styles" "^1.10.26"
"@uifabric/foundation" "^7.10.12"
"@uifabric/icons" "^7.9.1"
"@uifabric/merge-styles" "^7.20.0"
"@uifabric/react-hooks" "^7.16.2"
"@uifabric/set-version" "^7.0.24"
"@uifabric/styling" "^7.23.0"
"@uifabric/utilities" "^7.38.0"
prop-types "^15.7.2"
tslib "^1.10.0"

on-finished@~2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
Expand Down Expand Up @@ -7654,6 +7817,15 @@ prop-types@^15.6.2:
object-assign "^4.1.1"
react-is "^16.8.1"

prop-types@^15.7.2:
version "15.8.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
dependencies:
loose-envify "^1.4.0"
object-assign "^4.1.1"
react-is "^16.13.1"

property-information@^5.0.0, property-information@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.0.1.tgz#c3b09f4f5750b1634c0b24205adbf78f18bdf94f"
Expand Down Expand Up @@ -7846,21 +8018,42 @@ react-dev-utils@^9.0.1:
strip-ansi "5.2.0"
text-table "0.2.0"

[email protected]:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f"
integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA==
react-dom@^16.8.6:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.13.6"
scheduler "^0.19.1"

react-dropzone@^10.1.5:
version "10.2.2"
resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-10.2.2.tgz#67b4db7459589a42c3b891a82eaf9ade7650b815"
integrity sha512-U5EKckXVt6IrEyhMMsgmHQiWTGLudhajPPG77KFSvgsMqNEHSyGpqWvOMc5+DhEah/vH4E1n+J5weBNLd5VtyA==
dependencies:
attr-accept "^2.0.0"
file-selector "^0.1.12"
prop-types "^15.7.2"

react-error-overlay@^5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.1.6.tgz#0cd73407c5d141f9638ae1e0c63e7b2bf7e9929d"
integrity sha512-X1Y+0jR47ImDVr54Ab6V9eGk0Hnu7fVWGeHQSOXHf/C2pF9c6uy3gef8QUeuUiWlNb0i08InPSE5a/KJzNzw1Q==

react-hotkeys-hook@^1.4.0:
version "1.6.1"
resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-1.6.1.tgz#85899cdbf99b064a2b45949f5cd902e69a887a97"
integrity sha512-aXuMkJ9a/Bqflaun1CFUh2/+zAUq/24DOuUYnK07bnA7BaG1lyfCXtqo3eLyn8h42sjrwo+h6JCUIniay4HOgA==
dependencies:
hotkeys-js "3.7.6"

react-is@^16.13.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-is@^16.8.1, react-is@^16.8.4:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
Expand Down Expand Up @@ -7926,15 +8119,14 @@ [email protected]:
optionalDependencies:
fsevents "2.0.6"

[email protected]:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==
react@^16.8.6:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.13.6"

read-pkg-up@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -8364,10 +8556,10 @@ saxes@^3.1.9:
dependencies:
xmlchars "^1.3.1"

scheduler@^0.13.6:
version "0.13.6"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889"
integrity sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ==
scheduler@^0.19.1:
version "0.19.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down Expand Up @@ -9170,11 +9362,21 @@ [email protected], ts-pnp@^1.0.0:
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.2.tgz#be8e4bfce5d00f0f58e0666a82260c34a57af552"
integrity sha512-f5Knjh7XCyRIzoC/z1Su1yLLRrPrFCgtUAh/9fCSP6NKbATwpOL1+idQVXQokK9GRFURn/jYPGPfegIctwunoA==

tslib@^1.10.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^1.8.1, tslib@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==

tslib@^2.0.1:
version "2.4.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

tsutils@^3.7.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.10.0.tgz#6f1c95c94606e098592b0dff06590cf9659227d6"
Expand Down Expand Up @@ -9388,6 +9590,11 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

use-service@^0.3.0:
version "0.3.2"
resolved "https://registry.yarnpkg.com/use-service/-/use-service-0.3.2.tgz#d7e062d1d43a3d99a068593de419bba66ce533d0"
integrity sha512-6pqdd7PLf1DjB9A8n7Q1ebvti3VxTz3+WFVfIscASeWwfJLMB1mc0m+cXhfArt1S1Zxef1cKCzS601JHP0WV5A==

use@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
Expand Down

0 comments on commit 32f117d

Please sign in to comment.