Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed May 8, 2022
1 parent f9c6119 commit c792de5
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 92 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,22 @@
"bluebird": "^3.7.2",
"cache-path": "^2.0.34",
"cjk-conv": "^1.2.139",
"cli-progress": "^3.10.0",
"cli-progress": "^3.11.0",
"crlf-normalize": "^1.0.7",
"cross-fetch": "^3.1.5",
"debug-color2": "^1.2.7",
"dot-properties-loader": "^1.0.5",
"dot-properties2": "^1.0.4",
"enquirer": "^2.3.6",
"escape-string-regexp": "<5 >=4.0.0",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"jszip": "^3.9.1",
"jszip-fixed-date": "^1.0.3",
"lazy-url": "^1.0.20",
"lazy-url": "^2.0.2",
"lodash": "^4.17.21",
"markdown-it": "^12.3.2",
"markdown-it": "^13.0.1",
"micromatch": "^4.0.5",
"moment": "^2.29.2",
"moment": "^2.29.3",
"novel-segment": "^2.7.93",
"novel-segment-cli": "^1.1.111",
"progress-estimator": "^0.3.0",
Expand All @@ -113,20 +113,20 @@
"semver": "^7.3.7",
"sort-object-keys2": "^2.0.3",
"ts-type": "^2.1.6",
"tslib": "^2.3.1",
"tslib": "^2.4.0",
"upath2": "^3.1.12",
"xmlbuilder2": "^3.0.2",
"yargs": "^17.4.1"
},
"devDependencies": {
"@bluelovers/tsconfig": "^1.0.29",
"@jest/types": "^27.5.1",
"@bluelovers/tsconfig": "^1.0.30",
"@jest/types": "^28.1.0",
"@types/bluebird": "^3.5.36",
"@types/cli-progress": "^3.9.2",
"@types/conventional-changelog": "^3.1.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/jest": "^27.5.0",
"@types/lodash": "^4.14.182",
"@types/markdown-it": "^12.2.3",
"@types/micromatch": "^4.0.2",
"@types/node": "*",
Expand Down
170 changes: 88 additions & 82 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
string-natural-compare "^3.0.1"
tslib "^2.3.1"

"@bluelovers/tsconfig@^1.0.29":
version "1.0.29"
resolved "https://registry.npmjs.org/@bluelovers/tsconfig/-/tsconfig-1.0.29.tgz#61006ffa8e21971ec01e2819aea92cb7a75c8fdf"
integrity sha512-ijWtShbDy6Ac2deYoh3NyPvjrFioBZr4CEUs/CY7uKcRXysCqh5gbpZV9VYROdc35lPOcp+J9mspikkbyVmF0Q==
"@bluelovers/tsconfig@^1.0.30":
version "1.0.30"
resolved "https://registry.npmjs.org/@bluelovers/tsconfig/-/tsconfig-1.0.30.tgz#a1ec24a2fc885656270a5d1060caf473d4b4aaa8"
integrity sha512-q+CdA9WcRIfWSwfnyULeTWvAwG7velfOq1pklfo5sL3j/tCjAvJitmo7SG06t8l1/Z8j3S+s4ant8R3WF9GLZA==
dependencies:
tslib "^2.3.1"

Expand Down Expand Up @@ -116,15 +116,23 @@
resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==

"@jest/types@^27.5.1":
version "27.5.1"
resolved "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80"
integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==
"@jest/schemas@^28.0.2":
version "28.0.2"
resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-28.0.2.tgz#08c30df6a8d07eafea0aef9fb222c5e26d72e613"
integrity sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA==
dependencies:
"@sinclair/typebox" "^0.23.3"

"@jest/types@^28.1.0":
version "28.1.0"
resolved "https://registry.npmjs.org/@jest/types/-/types-28.1.0.tgz#508327a89976cbf9bd3e1cc74641a29fd7dfd519"
integrity sha512-xmEggMPr317MIOjjDoZ4ejCSr9Lpbt/u34+dvc99t7DS8YirW5rwZEhzKPC2BMUFkUhI48qs6qLUSGw5FuL0GA==
dependencies:
"@jest/schemas" "^28.0.2"
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^3.0.0"
"@types/node" "*"
"@types/yargs" "^16.0.0"
"@types/yargs" "^17.0.8"
chalk "^4.0.0"

"@lazy-cjk/japanese@^1.2.24", "@lazy-cjk/japanese@^1.2.27":
Expand Down Expand Up @@ -663,6 +671,11 @@
lodash "^4.17.21"
tslib "^2.3.1"

"@sinclair/typebox@^0.23.3":
version "0.23.5"
resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d"
integrity sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg==

"@sindresorhus/is@^0.14.0":
version "0.14.0"
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
Expand Down Expand Up @@ -791,10 +804,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^27.4.1":
version "27.4.1"
resolved "https://registry.npmjs.org/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
"@types/jest@^27.5.0":
version "27.5.0"
resolved "https://registry.npmjs.org/@types/jest/-/jest-27.5.0.tgz#e04ed1824ca6b1dd0438997ba60f99a7405d4c7b"
integrity sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==
dependencies:
jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0"
Expand All @@ -811,15 +824,15 @@
resolved "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.2.tgz#fd2cd2edbaa7eaac7e7f3c1748b52a19143846c9"
integrity sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==

"@types/lodash@^4.14.181":
version "4.14.181"
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.181.tgz#d1d3740c379fda17ab175165ba04e2d03389385d"
integrity sha512-n3tyKthHJbkiWhDZs3DkhkCzt2MexYHXlX0td5iMplyfwketaOeKboEVBqzceH7juqvEg3q5oUoBFxSLu7zFag==
"@types/lodash@^4.14.182":
version "4.14.182"
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz#05301a4d5e62963227eaafe0ce04dd77c54ea5c2"
integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==

"@types/luxon@*":
version "2.3.1"
resolved "https://registry.npmjs.org/@types/luxon/-/luxon-2.3.1.tgz#e34763178b46232e4c5f079f1706e18692415519"
integrity sha512-nAPUltOT28fal2eDZz8yyzNhBjHw1NEymFBP7Q9iCShqpflWPybxHbD7pw/46jQmT+HXOy1QN5hNTms8MOTlOQ==
version "2.3.2"
resolved "https://registry.npmjs.org/@types/luxon/-/luxon-2.3.2.tgz#8a3f2cdd4858ce698b56cd8597d9243b8e9d3c65"
integrity sha512-WOehptuhKIXukSUUkRgGbj2c997Uv/iUgYgII8U7XLJqq9W2oF0kQ6frEznRQbdurioz+L/cdaIm4GutTQfgmA==

"@types/markdown-it@^12.2.3":
version "12.2.3"
Expand Down Expand Up @@ -855,9 +868,9 @@
form-data "^3.0.0"

"@types/node@*":
version "17.0.24"
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.24.tgz#20ba1bf69c1b4ab405c7a01e950c4f446b05029f"
integrity sha512-aveCYRQbgTH9Pssp1voEP7HiuWlD2jW2BO56w+bVrJn04i61yh6mRfoKO6hEYQD9vF+W8Chkwc6j1M36uPkx4g==
version "17.0.31"
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.31.tgz#a5bb84ecfa27eec5e1c802c6bbf8139bdb163a5d"
integrity sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==

"@types/normalize-package-data@*", "@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand All @@ -874,14 +887,7 @@
resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==

"@types/yargs@^16.0.0":
version "16.0.4"
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977"
integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==
dependencies:
"@types/yargs-parser" "*"

"@types/yargs@^17.0.10":
"@types/yargs@^17.0.10", "@types/yargs@^17.0.8":
version "17.0.10"
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz#591522fce85d8739bca7b8bb90d048e4478d186a"
integrity sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==
Expand Down Expand Up @@ -1328,12 +1334,12 @@ cli-cursor@^2.0.0:
dependencies:
restore-cursor "^2.0.0"

cli-progress@^3.10.0:
version "3.10.0"
resolved "https://registry.npmjs.org/cli-progress/-/cli-progress-3.10.0.tgz#63fd9d6343c598c93542fdfa3563a8b59887d78a"
integrity sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==
cli-progress@^3.11.0:
version "3.11.0"
resolved "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.0.tgz#03651defd06182a5396ddc2a41da17c2f257ecdf"
integrity sha512-ug+V4/Qy3+0jX9XkWPV/AwHD98RxKXqDpL37vJBOxQhD90qQ3rDqDKoFpef9se91iTUuOXKlyg2HUyHBo5lHsQ==
dependencies:
string-width "^4.2.0"
string-width "^4.2.3"

cli-spinners@^1.3.1:
version "1.3.1"
Expand Down Expand Up @@ -1746,10 +1752,10 @@ enquirer@^2.3.6:
dependencies:
ansi-colors "^4.1.1"

entities@~2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
entities@~3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4"
integrity sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==

env-bool@^1.0.3:
version "1.0.3"
Expand All @@ -1771,7 +1777,7 @@ err-errors@^1.0.6:
err-stack-reduce "^1.0.8"
tslib "^2.3.1"

err-indent@^1.0.4:
err-indent@^1.0.6:
version "1.0.6"
resolved "https://registry.npmjs.org/err-indent/-/err-indent-1.0.6.tgz#1a16a95a213dff258292188fa8a0e3515f4d7b36"
integrity sha512-khZ6ck+/VruXyQSDAn9qtDaRAWEvJHCSPlmzjs0rxq7zj1+FyRZOklyRYcn9PU6Rg2Y9apTOZPDcM818KeQFvA==
Expand Down Expand Up @@ -1948,10 +1954,10 @@ form-data@^3.0.0:
combined-stream "^1.0.8"
mime-types "^2.1.12"

fs-extra@^10, fs-extra@^10.0.0, fs-extra@^10.0.1:
version "10.0.1"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8"
integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==
fs-extra@^10, fs-extra@^10.0.0, fs-extra@^10.0.1, fs-extra@^10.1.0:
version "10.1.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
Expand Down Expand Up @@ -2343,9 +2349,9 @@ is-ci@^2.0.0:
ci-info "^2.0.0"

is-core-module@^2.5.0, is-core-module@^2.8.1:
version "2.8.1"
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
version "2.9.0"
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
dependencies:
has "^1.0.3"

Expand Down Expand Up @@ -2581,18 +2587,18 @@ lazy-cacache@^2.0.4:
ssri "^8"
upath2 "^3"

lazy-url@^1.0.20:
version "1.0.20"
resolved "https://registry.npmjs.org/lazy-url/-/lazy-url-1.0.20.tgz#5722f57b575bdc7fd499fb7dc25219e1bb86734c"
integrity sha512-aEcy3v3bkq7PHEgAWq3LHys++iQnnoDPvXb0NSffkqa4mytzQ04YcPgu8kZGyfT1Mc6JTNvjwHpqn1pQNqaNkQ==
lazy-url@^2.0.2:
version "2.0.2"
resolved "https://registry.npmjs.org/lazy-url/-/lazy-url-2.0.2.tgz#ce0201f55e3dff6d1302d1f7302994d6b21a815d"
integrity sha512-gh9cR6w6KwdmIoWPz+E2mDyXVy3il0Sa0L5ab3z2bcwYcabl0S6PpFumFO0bpO/xKxL1fQGE1Db8uUXi/0p7NA==
dependencies:
err-code "^3.0.1"
err-indent "^1.0.4"
replace-url-protocol "^1.0.5"
err-indent "^1.0.6"
replace-url-protocol "^1.0.8"
symbol.inspect "^1.0.1"
ts-type-predicates "^1.0.5"
tslib "^2.3.1"
url-parse "^1.5.3"
ts-type-predicates "^1.0.6"
tslib "^2.4.0"
url-parse "^1.5.10"

lie@~3.3.0:
version "3.3.0"
Expand All @@ -2606,10 +2612,10 @@ lines-and-columns@^1.1.6:
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==

linkify-it@^3.0.1:
version "3.0.3"
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e"
integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==
linkify-it@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz#01f1d5e508190d06669982ba31a7d9f56a5751ec"
integrity sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==
dependencies:
uc.micro "^1.0.1"

Expand Down Expand Up @@ -2736,14 +2742,14 @@ map-obj@^4.0.0:
resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==

markdown-it@^12.3.2:
version "12.3.2"
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
markdown-it@^13.0.1:
version "13.0.1"
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz#c6ecc431cacf1a5da531423fc6a42807814af430"
integrity sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==
dependencies:
argparse "^2.0.1"
entities "~2.1.0"
linkify-it "^3.0.1"
entities "~3.0.1"
linkify-it "^4.0.1"
mdurl "^1.0.1"
uc.micro "^1.0.5"

Expand Down Expand Up @@ -2876,10 +2882,10 @@ modify-values@^1.0.0:
resolved "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==

moment@^2.29.2:
version "2.29.2"
resolved "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4"
integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==
moment@^2.29.3:
version "2.29.3"
resolved "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz#edd47411c322413999f7a5940d526de183c031f3"
integrity sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==

[email protected]:
version "2.1.2"
Expand Down Expand Up @@ -3560,12 +3566,12 @@ regjsparser@^0.7.0:
dependencies:
jsesc "~0.5.0"

replace-url-protocol@^1.0.5:
version "1.0.5"
resolved "https://registry.npmjs.org/replace-url-protocol/-/replace-url-protocol-1.0.5.tgz#b07dbe61d575f139dcc3f1213fbd68ca640b547f"
integrity sha512-cuwsNN7LNexOTCy1kx+SOk2toahldZfhW8Z0fSbBG0YgABigaaPXdb6MVZi+dm0k4WAcZKeHw5+XQ4UN6OQxwQ==
replace-url-protocol@^1.0.8:
version "1.0.8"
resolved "https://registry.npmjs.org/replace-url-protocol/-/replace-url-protocol-1.0.8.tgz#fc94850f290532a93058825bb0c60a278f592157"
integrity sha512-pixF5uucZTGdTXf62VchFbH8SASEWkJLlN73Eyr4KAkQ7EGYnMd6ttYNUbgtjYBcm5fCr/hbUdqRAjlvMRCHoQ==
dependencies:
tslib "^2.3.1"
tslib "^2.4.0"

require-directory@^2.1.1:
version "2.1.1"
Expand Down Expand Up @@ -4002,7 +4008,7 @@ [email protected], ts-enum-util@^4.0.2:
resolved "https://registry.npmjs.org/ts-enum-util/-/ts-enum-util-4.0.2.tgz#2587a6fa8e8629f3715009e5090d52df9456f7e2"
integrity sha512-BB5qjvHYgYgOB/CaoA1Cy/B2QNnZ+nVBrJ15VV/AXGWx+AO83k5wgeLOJvkSLoKKavvH/M8Wj4ZbgROjsuYwzw==

ts-type-predicates@^1.0.5:
ts-type-predicates@^1.0.6:
version "1.0.6"
resolved "https://registry.npmjs.org/ts-type-predicates/-/ts-type-predicates-1.0.6.tgz#377075bbdb474924bbad34553bb780285f04502b"
integrity sha512-lQreEUEb0xnvySvFtfowVRrnzlkpZPJ2myZyBn1wo+X7cfggxjyRZnZBF5GaF04Wb2oZdxa96QkYgC4VuZwYrQ==
Expand All @@ -4023,10 +4029,10 @@ ts-type@^2.1.2, ts-type@^2.1.4, ts-type@^2.1.6:
tslib "^2.3.1"
typedarray-dts "^1.0.0"

tslib@^2.3.0, tslib@^2.3.1:
version "2.3.1"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0:
version "2.4.0"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

type-detect@^4.0.0:
version "4.0.8"
Expand Down Expand Up @@ -4174,7 +4180,7 @@ url-parse-lax@^3.0.0:
dependencies:
prepend-http "^2.0.0"

url-parse@^1.5.3:
url-parse@^1.5.10:
version "1.5.10"
resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
Expand Down

0 comments on commit c792de5

Please sign in to comment.