diff --git a/charts/polkadot-registrar-watcher/Chart.yaml b/charts/polkadot-registrar-watcher/Chart.yaml index 9ef1cf7..cabdd70 100644 --- a/charts/polkadot-registrar-watcher/Chart.yaml +++ b/charts/polkadot-registrar-watcher/Chart.yaml @@ -1,5 +1,5 @@ description: Polkadot Watcher name: polkadot-registrar-watcher -version: v0.3.23 -appVersion: v0.3.23 +version: v0.3.24 +appVersion: v0.3.24 apiVersion: v2 diff --git a/package.json b/package.json index 5928890..9c5d13c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-registrar-watcher", - "version": "0.3.23", + "version": "0.3.24", "description": "Registrar", "repository": "git@github.com:w3f/polkadot-registrar-watcher.git", "author": "W3F Infrastructure Team ", @@ -18,7 +18,7 @@ "start": "node ./dist/index.js start" }, "dependencies": { - "@polkadot/api": "^7.8.1", + "@polkadot/api": "^7.10.1", "@types/ws": "^7.2.7", "@w3f/config": "^0.1.1", "@w3f/logger": "^0.4.3", diff --git a/yarn.lock b/yarn.lock index 699d6d7..2b75048 100644 --- a/yarn.lock +++ b/yarn.lock @@ -83,64 +83,64 @@ resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.5.2.tgz#40399e4fba54f588fda14fc03a4499044fdcab24" integrity sha512-5mzA40W2q55VCRuC9XzmkiEnODdY0c5a7qsK2QcOfI5/MuVQyBaWGQyE6YOEF7kDwp+tDVWGsCDVJUME+wsWWw== -"@polkadot/api-augment@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-7.8.1.tgz#659cf71a0600c04e19fde1a134e5ecafc6d74425" - integrity sha512-o5KHwS7/2qNP3edIwLEp7abmYucQq/H/1kE+JJxHsFfdnFVTThsMIKGUjqjsky4si9O5sRQrC3qC1r/81UnVIg== +"@polkadot/api-augment@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-7.10.1.tgz#efe43b8b62ac8c243c264b887b4622efc4cf5bdf" + integrity sha512-7OeCeiwtKAncXDO08a/cqU++IGYAVtFe0ENBJ+gzvj0VhlxXLF0zIH6qBtmELZGfl4f5JKO/yQd4iae8CbbVOQ== dependencies: "@babel/runtime" "^7.17.2" - "@polkadot/api-base" "7.8.1" - "@polkadot/rpc-augment" "7.8.1" - "@polkadot/types" "7.8.1" - "@polkadot/types-augment" "7.8.1" - "@polkadot/types-codec" "7.8.1" + "@polkadot/api-base" "7.10.1" + "@polkadot/rpc-augment" "7.10.1" + "@polkadot/types" "7.10.1" + "@polkadot/types-augment" "7.10.1" + "@polkadot/types-codec" "7.10.1" "@polkadot/util" "^8.4.1" -"@polkadot/api-base@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-7.8.1.tgz#30a7bd7a5fdee36f2d30c923995e143cab30ec62" - integrity sha512-Ndl0qBu13O0VI3vEzVliEO8miw+jzzxor1by0dOerMz+i+1swp6psIj/mlKHIZhOLj37plsO01/ITm9e0VJvPQ== +"@polkadot/api-base@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-7.10.1.tgz#a11cec26687fa904d2fe8061b578934008d9185a" + integrity sha512-OsWM7jR1RM8OgpiSqGqLXFU8zE4v6yp0/d0ePP1NUtOas9agmSzRrDMUZ0mRFT2fI9I/YkgSOoZIlWFe6uPiIw== dependencies: "@babel/runtime" "^7.17.2" - "@polkadot/rpc-core" "7.8.1" - "@polkadot/types" "7.8.1" + "@polkadot/rpc-core" "7.10.1" + "@polkadot/types" "7.10.1" "@polkadot/util" "^8.4.1" rxjs "^7.5.4" -"@polkadot/api-derive@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-7.8.1.tgz#35d9a531eadab20f4587501084687e4dde2b0c13" - integrity sha512-qzDuCLMx7LD0URycjCI+RvK2edu63+kPWDQy5Lr3NS7YkN0tumXGMLlGHjA5MpAs2RbWnMEkhTNIEt68tkhTcA== +"@polkadot/api-derive@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-7.10.1.tgz#3ab5e70dcbdb312fd03439b71f21b5527017ff85" + integrity sha512-v/IOl9TH1CO2oyzJMBj+YCwtSDKGToob7J1F4i9cKu/7jNkfYlN9YuH5HHlfIL2ND+VorkYMrbiDLDl4Vpo6Uw== dependencies: "@babel/runtime" "^7.17.2" - "@polkadot/api" "7.8.1" - "@polkadot/api-augment" "7.8.1" - "@polkadot/api-base" "7.8.1" - "@polkadot/rpc-core" "7.8.1" - "@polkadot/types" "7.8.1" - "@polkadot/types-codec" "7.8.1" + "@polkadot/api" "7.10.1" + "@polkadot/api-augment" "7.10.1" + "@polkadot/api-base" "7.10.1" + "@polkadot/rpc-core" "7.10.1" + "@polkadot/types" "7.10.1" + "@polkadot/types-codec" "7.10.1" "@polkadot/util" "^8.4.1" "@polkadot/util-crypto" "^8.4.1" rxjs "^7.5.4" -"@polkadot/api@7.8.1", "@polkadot/api@^7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-7.8.1.tgz#65575e38d91c86f1bc7524f4e511618ecf3ca0ff" - integrity sha512-p5CUnEcUePclP1Rc3Gw/V2X+rdT2/5WgWL5N/PUBgRX7vI5oGLP+SRGIOyflq999kh9kYHbj2kZ9og1blRmksQ== +"@polkadot/api@7.10.1", "@polkadot/api@^7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-7.10.1.tgz#a4866e7e139f00e0387687a9cc11545855ca7b5c" + integrity sha512-uZcDI9sVyCkIQB58IZMSs658dMl337Z0N3XrFPA+iJTih45NfeCWBZPjUhdYit+ss3TXAQHbZKlP7WamNNO2WA== dependencies: "@babel/runtime" "^7.17.2" - "@polkadot/api-augment" "7.8.1" - "@polkadot/api-base" "7.8.1" - "@polkadot/api-derive" "7.8.1" + "@polkadot/api-augment" "7.10.1" + "@polkadot/api-base" "7.10.1" + "@polkadot/api-derive" "7.10.1" "@polkadot/keyring" "^8.4.1" - "@polkadot/rpc-augment" "7.8.1" - "@polkadot/rpc-core" "7.8.1" - "@polkadot/rpc-provider" "7.8.1" - "@polkadot/types" "7.8.1" - "@polkadot/types-augment" "7.8.1" - "@polkadot/types-codec" "7.8.1" - "@polkadot/types-create" "7.8.1" - "@polkadot/types-known" "7.8.1" + "@polkadot/rpc-augment" "7.10.1" + "@polkadot/rpc-core" "7.10.1" + "@polkadot/rpc-provider" "7.10.1" + "@polkadot/types" "7.10.1" + "@polkadot/types-augment" "7.10.1" + "@polkadot/types-codec" "7.10.1" + "@polkadot/types-create" "7.10.1" + "@polkadot/types-known" "7.10.1" "@polkadot/util" "^8.4.1" "@polkadot/util-crypto" "^8.4.1" eventemitter3 "^4.0.7" @@ -164,38 +164,38 @@ "@polkadot/util" "8.4.1" "@substrate/ss58-registry" "^1.14.0" -"@polkadot/rpc-augment@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-7.8.1.tgz#7a4a05849e5277772ff352a166c3da1764a77a0d" - integrity sha512-PNd5+5BRrRSjbaQUcR7KxzPMDENllGVfvxADvw5C3NPg8Hbqy4IS7erbkYni4BG6nPFDumaVX0lOzfn2+LJs1g== +"@polkadot/rpc-augment@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-7.10.1.tgz#0b29386195a1f8523afe47a113f66a25b7f42c61" + integrity sha512-/ECg22GAQSwD+HloiUEIiz/Yt4uw7gHYS5Hb6VjlbO3q4L1pDcT5yFneB0YoVlbjAmriS+j3wRETzohj8QWOUg== dependencies: "@babel/runtime" "^7.17.2" - "@polkadot/rpc-core" "7.8.1" - "@polkadot/types" "7.8.1" - "@polkadot/types-codec" "7.8.1" + "@polkadot/rpc-core" "7.10.1" + "@polkadot/types" "7.10.1" + "@polkadot/types-codec" "7.10.1" "@polkadot/util" "^8.4.1" -"@polkadot/rpc-core@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-7.8.1.tgz#57066867bb28b45ff98e513c1713d562e9ba6876" - integrity sha512-S5GAhX01YAWmW0zglwffDkpnAWejL1nZTHeN9gVyznx9TSh21FAzd6Xo5WCrsZzyxPQ13V7BOptLFpo03ppqcA== +"@polkadot/rpc-core@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-7.10.1.tgz#6cdeb4d9b367c98d6461b1636e842d4e1fa78b38" + integrity sha512-EXtCVXUfdO+/VqZLmaTgvMoEOn6vCCh9wmpkDd5QmQJTAS1Pk/imB6uFHgQGywSVXQxw/rT9g0MVxf3OlnbDNA== dependencies: "@babel/runtime" "^7.17.2" - "@polkadot/rpc-augment" "7.8.1" - "@polkadot/rpc-provider" "7.8.1" - "@polkadot/types" "7.8.1" + "@polkadot/rpc-augment" "7.10.1" + "@polkadot/rpc-provider" "7.10.1" + "@polkadot/types" "7.10.1" "@polkadot/util" "^8.4.1" rxjs "^7.5.4" -"@polkadot/rpc-provider@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-7.8.1.tgz#130457bb5361f44343f4c84284bfc8c068ed5c99" - integrity sha512-+/FfcxhH1Slv5oDQSl+2eaWiWOV8xPWHJADMy5VMJltqWI7J6bb46yjbT05pQCZXv8cGvaY1+qtGe+AZazlv3Q== +"@polkadot/rpc-provider@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-7.10.1.tgz#59e5eb9a424950e1d79a31a14d258518379b8319" + integrity sha512-UMcTC3y3oPkCmROx0SM7aziYw3Fs6MLOlIjxaWc9FQXOwBEva6tjYiFAMl4qmGzyvpoT7Q6/pePnE/pUKEG+Jw== dependencies: "@babel/runtime" "^7.17.2" "@polkadot/keyring" "^8.4.1" - "@polkadot/types" "7.8.1" - "@polkadot/types-support" "7.8.1" + "@polkadot/types" "7.10.1" + "@polkadot/types-support" "7.10.1" "@polkadot/util" "^8.4.1" "@polkadot/util-crypto" "^8.4.1" "@polkadot/x-fetch" "^8.4.1" @@ -205,63 +205,63 @@ mock-socket "^9.1.2" nock "^13.2.4" -"@polkadot/types-augment@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-7.8.1.tgz#f790f3874384e3bd3a4850affb775c6d125f2ff3" - integrity sha512-uKDOlU6arH/Oz/faHq315tCA5vjIJTO/zQt0Iuz9woEbmXd6ga0vkCr3gXWfPvjg+QnMQuRpNG8rxtiX5w0vCw== +"@polkadot/types-augment@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-7.10.1.tgz#5c6ea06c72ee60dfae53b801fbac5813766c12f8" + integrity sha512-HEE9k6ehxFwxHUTDjmfK9kO2fTYeCvK9PBUM4g/yfKJ1Os53tglO27axXT0lLWnkWIEftYznm5fOE/qj8XcPKQ== dependencies: "@babel/runtime" "^7.17.2" - "@polkadot/types" "7.8.1" - "@polkadot/types-codec" "7.8.1" + "@polkadot/types" "7.10.1" + "@polkadot/types-codec" "7.10.1" "@polkadot/util" "^8.4.1" -"@polkadot/types-codec@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-7.8.1.tgz#b42df0baeac7d424c4e5216752f7a630d95381fa" - integrity sha512-4et1ZiXXK/KsveKcXd0p1FwAYq8rwHmf1pyf1tOH9JglA/Ip6mArrIjivnfofxY5WFWgeuAv7b2+Rk5vGq/0Xw== +"@polkadot/types-codec@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-7.10.1.tgz#24c0ac5a765f2cf17449c516520e969ab30449fc" + integrity sha512-S2rCZBKduQYdCSop7FUfnVdGPitgJQkA009migEmrTgu9pJx1iWPUSHl6IiQwRfoybwe/pavZieyNctDSTdM4w== dependencies: "@babel/runtime" "^7.17.2" "@polkadot/util" "^8.4.1" -"@polkadot/types-create@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-7.8.1.tgz#9b68e1f4bb3d71e4ed1eaa03119940e3e3952396" - integrity sha512-TxUFc3/WAzFHT1DIgzIssBKxtbjrSDe3GzHbOlJcIcLI17rLHFCVi53uDYvR9kMxterJ9MFMxXc76iqwnnXCgQ== +"@polkadot/types-create@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-7.10.1.tgz#af2c826d279f592de3a62c4895f81ca31bb62d91" + integrity sha512-60UiS7UBArU9rEWXk9pl4EcA6152mBWyIAChgL/uME3mvpoGoHizzF+/XtzS/bSbbSYsO5I01VipE0dIjzEAoQ== dependencies: "@babel/runtime" "^7.17.2" - "@polkadot/types-codec" "7.8.1" + "@polkadot/types-codec" "7.10.1" "@polkadot/util" "^8.4.1" -"@polkadot/types-known@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-7.8.1.tgz#1ed7ed5f5bdd5eb8816258753c1f0fa881a0c38f" - integrity sha512-qUTZq6B4tm+Gt3G/CvivZVHTD3NueTyNpv9/nEUWwOAmKgrZyJy7uLgGwHoqEjcXn+F86B3raIgp6WP+v8PibQ== +"@polkadot/types-known@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-7.10.1.tgz#6f082e1d0b0c8528b74e57a41e06e82e09499bc0" + integrity sha512-9603BZL4RJud312NVHshv/Sd/CPtjw5xYe+k+4BmOuA3kxg3EPsejhHvT+zkQbcrggMvxIgI751/HZZP0h+Aew== dependencies: "@babel/runtime" "^7.17.2" "@polkadot/networks" "^8.4.1" - "@polkadot/types" "7.8.1" - "@polkadot/types-codec" "7.8.1" - "@polkadot/types-create" "7.8.1" + "@polkadot/types" "7.10.1" + "@polkadot/types-codec" "7.10.1" + "@polkadot/types-create" "7.10.1" "@polkadot/util" "^8.4.1" -"@polkadot/types-support@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-7.8.1.tgz#eb90303af6e8e5d0d2c9d188fcd9350567cb3e76" - integrity sha512-DybBup4JX4778h9sAZkilNrKZYRD0sTZKXbJb66TuL5g65VvC3NFDELpeD8GPCmRptf0GuH2uOx8wH7M9xNYDg== +"@polkadot/types-support@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-7.10.1.tgz#1342d7a1ac2b863f2e481941a7ee740e5a5ffe79" + integrity sha512-mQbAY9TD+2jYMYEAt6VYBGasX9/niIgj+bH0AcIA1AzjNSjHuQ0/agfuRn29LijYpf6bD1Jz2TSjCKi8Tem1lg== dependencies: "@babel/runtime" "^7.17.2" "@polkadot/util" "^8.4.1" -"@polkadot/types@7.8.1": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-7.8.1.tgz#67ccf5f10fde4e47f007391f7c39c942cc12bdd8" - integrity sha512-B+b3q5qprJb6PJGiJ1r6FiXW6LxH2SOFXkTpcFpJeM2wBkJmeQoiEQ7M/r8kkrqtORptfsrxmhbjMr0xvUHZHA== +"@polkadot/types@7.10.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-7.10.1.tgz#c19dce979d68e9f9b32321b44746034e1a35d81f" + integrity sha512-nAe/X61NTMPQTGl2x5mAjnQQN2SPs5ta3g+luLmER1WBwrjC7HixBxMRqVxDEzcjQFU8DsRfh8buR5CIs6uNFQ== dependencies: "@babel/runtime" "^7.17.2" "@polkadot/keyring" "^8.4.1" - "@polkadot/types-augment" "7.8.1" - "@polkadot/types-codec" "7.8.1" - "@polkadot/types-create" "7.8.1" + "@polkadot/types-augment" "7.10.1" + "@polkadot/types-codec" "7.10.1" + "@polkadot/types-create" "7.10.1" "@polkadot/util" "^8.4.1" "@polkadot/util-crypto" "^8.4.1" rxjs "^7.5.4" @@ -419,9 +419,9 @@ integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ== "@substrate/ss58-registry@^1.14.0": - version "1.14.0" - resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.14.0.tgz#0ad216d3e213a79746959c2c371ec1fdebe4de86" - integrity sha512-SRZqDyGcImk1Wr2xZo9xp6BeydX0dJk/QJdKPb18oc+tc3OZ8NofuT587TRJsz6qPMCTyNWUNRrqnApgAB/B3g== + version "1.15.0" + resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.15.0.tgz#211c7c9e5cbcbfb6ee9c300efd719a038af38c36" + integrity sha512-UU5uN8HEp0NM22od6kHWLltX0McQPgPX6O3gj7fSf1mMExsCS5fzW88gv1WaVaT8Q+umvGgnIAF7+Tvp8fqTFw== "@szmarczak/http-timer@^4.0.0": version "4.0.6" @@ -516,9 +516,9 @@ "@types/node" "*" "@types/lodash@^4.14.150": - version "4.14.178" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.178.tgz#341f6d2247db528d4a13ddbb374bcdc80406f4f8" - integrity sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw== + version "4.14.179" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.179.tgz#490ec3288088c91295780237d2497a3aa9dfb5c5" + integrity sha512-uwc1x90yCKqGcIOAT6DwOSuxnrAbpkdPsUOZtwrXb4D/6wZs+6qG7QnIawDuZWg0sWpxl+ltIKCaLoMlna678w== "@types/mime@^1": version "1.3.2" @@ -531,17 +531,17 @@ integrity sha512-QCWHkbMv4Y5U9oW10Uxbr45qMMSzl4OzijsozynUAgx3kEHUdXB00udx2dWDQ7f2TU2a2uuiFaRZjCe3unPpeg== "@types/node-fetch@^2.5.12": - version "2.5.12" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66" - integrity sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw== + version "2.6.1" + resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.1.tgz#8f127c50481db65886800ef496f20bbf15518975" + integrity sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA== dependencies: "@types/node" "*" form-data "^3.0.0" "@types/node@*": - version "17.0.17" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.17.tgz#a8ddf6e0c2341718d74ee3dc413a13a042c45a0c" - integrity sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw== + version "17.0.21" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.21.tgz#864b987c0c68d07b4345845c3e63b75edd143644" + integrity sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ== "@types/node@^14.18.12": version "14.18.12" @@ -1958,16 +1958,16 @@ minimatch@3.0.4: brace-expansion "^1.1.7" minimatch@^3.0.4: - version "3.1.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.1.tgz#879ad447200773912898b46cd516a7abbb5e50b0" - integrity sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A== + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7" mocha@^9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.2.0.tgz#2bfba73d46e392901f877ab9a47b7c9c5d0275cc" - integrity sha512-kNn7E8g2SzVcq0a77dkphPsDSN7P+iYkqE0ZsGCYWRsoiKjOt+NvXfaagik8vuDa6W5Zw3qxe8Jfpt5qKf+6/Q== + version "9.2.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.2.1.tgz#a1abb675aa9a8490798503af57e8782a78f1338e" + integrity sha512-T7uscqjJVS46Pq1XDXyo9Uvey9gd3huT/DD9cYBb4K2Xc/vbKRPUWK067bxDQRK0yIz6Jxk73IrnimvASzBNAQ== dependencies: "@ungap/promise-all-settled" "1.1.2" ansi-colors "4.1.1" @@ -2665,9 +2665,9 @@ typedarray-to-buffer@^3.1.5: is-typedarray "^1.0.0" typescript@^4.5.4: - version "4.5.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" - integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== + version "4.6.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" + integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== universalify@^0.1.0: version "0.1.2"