|
939 | 939 | "@types/minimatch" "*"
|
940 | 940 | "@types/node" "*"
|
941 | 941 |
|
| 942 | +"@types/html-minifier-terser@^5.0.0": |
| 943 | + version "5.0.0" |
| 944 | + resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.0.0.tgz#7532440c138605ced1b555935c3115ddd20e8bef" |
| 945 | + integrity sha512-q95SP4FdkmF0CwO0F2q0H6ZgudsApaY/yCtAQNRn1gduef5fGpyEphzy0YCq/N0UFvDSnLg5V8jFK/YGXlDiCw== |
| 946 | + |
942 | 947 | "@types/minimatch@*":
|
943 | 948 | version "3.0.3"
|
944 | 949 | resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
|
|
959 | 964 | resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.4.tgz#b4ffc7dc97b498c969b360a41eee247f82616370"
|
960 | 965 | integrity sha512-78AdXtlhpCHT0K3EytMpn4JNxaf5tbqbLcbIRoQIHzpTIyjpxLQKRoxU55ujBXAtg3Nl2h/XWvfDa9dsMOd0pQ==
|
961 | 966 |
|
| 967 | +"@types/tapable@^1.0.5": |
| 968 | + version "1.0.5" |
| 969 | + resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02" |
| 970 | + integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ== |
| 971 | + |
962 | 972 | "@types/uglify-js@*":
|
963 | 973 | version "3.0.4"
|
964 | 974 | resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.0.4.tgz#96beae23df6f561862a830b4288a49e86baac082"
|
|
987 | 997 | "@types/webpack-sources" "*"
|
988 | 998 | source-map "^0.6.0"
|
989 | 999 |
|
| 1000 | +"@types/webpack@^4.41.8": |
| 1001 | + version "4.41.10" |
| 1002 | + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.10.tgz#2e1f6b3508a249854efe3dcc7690905ac5ee10be" |
| 1003 | + integrity sha512-vIy0qaq8AjOjZLuFPqpo7nAJzcoVXMdw3mvpNN07Uvdy0p1IpJeLNBe3obdRP7FX2jIusDE7z1pZa0A6qYUgnA== |
| 1004 | + dependencies: |
| 1005 | + "@types/anymatch" "*" |
| 1006 | + "@types/node" "*" |
| 1007 | + "@types/tapable" "*" |
| 1008 | + "@types/uglify-js" "*" |
| 1009 | + "@types/webpack-sources" "*" |
| 1010 | + source-map "^0.6.0" |
| 1011 | + |
990 | 1012 | "@webassemblyjs/[email protected]":
|
991 | 1013 | version "1.9.0"
|
992 | 1014 | resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
|
@@ -3144,10 +3166,10 @@ eslint-module-utils@^2.4.1:
|
3144 | 3166 | debug "^2.6.9"
|
3145 | 3167 | pkg-dir "^2.0.0"
|
3146 | 3168 |
|
3147 |
| -eslint-plugin-import@^2.20.1: |
3148 |
| - version "2.20.1" |
3149 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3" |
3150 |
| - integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw== |
| 3169 | +eslint-plugin-import@^2.20.2: |
| 3170 | + version "2.20.2" |
| 3171 | + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d" |
| 3172 | + integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg== |
3151 | 3173 | dependencies:
|
3152 | 3174 | array-includes "^3.0.3"
|
3153 | 3175 | array.prototype.flat "^1.2.1"
|
@@ -3502,6 +3524,11 @@ fast-levenshtein@~2.0.6:
|
3502 | 3524 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
|
3503 | 3525 | integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
|
3504 | 3526 |
|
| 3527 | +fast-safe-stringify@^2.0.7: |
| 3528 | + version "2.0.7" |
| 3529 | + resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz#124aa885899261f68aedb42a7c080de9da608743" |
| 3530 | + integrity sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA== |
| 3531 | + |
3505 | 3532 | faye-websocket@^0.10.0:
|
3506 | 3533 | version "0.10.0"
|
3507 | 3534 | resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4"
|
@@ -4211,11 +4238,14 @@ html-minifier@^4.0.0:
|
4211 | 4238 | relateurl "^0.2.7"
|
4212 | 4239 | uglify-js "^3.5.1"
|
4213 | 4240 |
|
4214 |
| -html-webpack-plugin@^4.0.2: |
4215 |
| - version "4.0.2" |
4216 |
| - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.0.2.tgz#c96a48d0ee53d33dcc909d6b65ad28f3d627efd4" |
4217 |
| - integrity sha512-dCyjg2dEBf0Azni2byDcwfk5l5XKNEnA3OU4cejovqkKGc4ZixC6Aw6+U2sAG/ellHIjoiQhyU4oKMO6fQFaYA== |
| 4241 | +html-webpack-plugin@^4.0.3: |
| 4242 | + version "4.0.3" |
| 4243 | + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.0.3.tgz#70659c8836210249cb6fa9dd6706a957547666d5" |
| 4244 | + integrity sha512-XCm5MGK6Yv/ey30fbhqjKIGm1r6G1HxmNorJ/xUdL/Zj3mOLtb9ZHEEIw0e4h3VzgyUrp8szCJh3VN9z1LNx7A== |
4218 | 4245 | dependencies:
|
| 4246 | + "@types/html-minifier-terser" "^5.0.0" |
| 4247 | + "@types/tapable" "^1.0.5" |
| 4248 | + "@types/webpack" "^4.41.8" |
4219 | 4249 | html-minifier-terser "^5.0.1"
|
4220 | 4250 | loader-utils "^1.2.3"
|
4221 | 4251 | lodash "^4.17.15"
|
@@ -5724,36 +5754,36 @@ number-is-nan@^1.0.0:
|
5724 | 5754 | resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
|
5725 | 5755 | integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
|
5726 | 5756 |
|
5727 |
| -oas-kit-common@^1.0.7: |
5728 |
| - version "1.0.7" |
5729 |
| - resolved "https://registry.yarnpkg.com/oas-kit-common/-/oas-kit-common-1.0.7.tgz#de67dc19a572d82bd5f9ba2e1f606ad02d1fb30e" |
5730 |
| - integrity sha512-8+P8gBjN9bGfa5HPgyefO78o394PUwHoQjuD4hM0Bpl56BkcxoyW4MpWMPM6ATm+yIIz4qT1igmuVukUtjP/pQ== |
| 5757 | +oas-kit-common@^1.0.7, oas-kit-common@^1.0.8: |
| 5758 | + version "1.0.8" |
| 5759 | + resolved "https://registry.yarnpkg.com/oas-kit-common/-/oas-kit-common-1.0.8.tgz#6d8cacf6e9097967a4c7ea8bcbcbd77018e1f535" |
| 5760 | + integrity sha512-pJTS2+T0oGIwgjGpw7sIRU8RQMcUoKCDWFLdBqKB2BNmGpbBMH2sdqAaOXUg8OzonZHU0L7vfJu1mJFEiYDWOQ== |
5731 | 5761 | dependencies:
|
5732 |
| - safe-json-stringify "^1.2.0" |
| 5762 | + fast-safe-stringify "^2.0.7" |
5733 | 5763 |
|
5734 | 5764 | oas-linter@^3.1.0:
|
5735 |
| - version "3.1.0" |
5736 |
| - resolved "https://registry.yarnpkg.com/oas-linter/-/oas-linter-3.1.0.tgz#3b9d6fdb8a3c50350d40e2090a36a64640940b8c" |
5737 |
| - integrity sha512-Q2GD5QSmx1zFvW8RpDVIdRbR86mgpjTvO7b5XNnCSGkx96Hs7MdA/pWGctSZKNcxlbDy0c4eNSKC1dFbKGEjbg== |
| 5765 | + version "3.1.1" |
| 5766 | + resolved "https://registry.yarnpkg.com/oas-linter/-/oas-linter-3.1.1.tgz#66422732ebb90f03f0863c76604fe967367419c0" |
| 5767 | + integrity sha512-bV20TrXYG0QUYL78LGByfyeJAkxIhZBkCXotH2SnnBGYvWvtxpp2DzvBvKIPbeAVItQL6WoxNzGGFecU/A6HRg== |
5738 | 5768 | dependencies:
|
5739 | 5769 | should "^13.2.1"
|
5740 | 5770 | yaml "^1.8.3"
|
5741 | 5771 |
|
5742 | 5772 | oas-resolver@^2.3.0:
|
5743 |
| - version "2.3.0" |
5744 |
| - resolved "https://registry.yarnpkg.com/oas-resolver/-/oas-resolver-2.3.0.tgz#38826301debb42082087fd458fb5c61b37608233" |
5745 |
| - integrity sha512-JCPGqXKXfqA2sTTAX5YGksQYxXlr5tJRci6lWlkxvCw9x16bnZ2bZhyK7XaTuKcwGi27ZJzu9E1c9uLVG3XoPw== |
| 5773 | + version "2.3.2" |
| 5774 | + resolved "https://registry.yarnpkg.com/oas-resolver/-/oas-resolver-2.3.2.tgz#990a722ddcafe9b0b85893362963b829190b236f" |
| 5775 | + integrity sha512-toGCUv8wyZZmUAAsw4jn+511xNpUFW2ZLp4sAZ7xpERIeosrbxBxtkVxot9kXvdUHtPjRafi5+bkJ56TwQeYSQ== |
5746 | 5776 | dependencies:
|
5747 | 5777 | node-fetch-h2 "^2.3.0"
|
5748 |
| - oas-kit-common "^1.0.7" |
5749 |
| - reftools "^1.1.0" |
| 5778 | + oas-kit-common "^1.0.8" |
| 5779 | + reftools "^1.1.1" |
5750 | 5780 | yaml "^1.8.3"
|
5751 |
| - yargs "^12.0.5" |
| 5781 | + yargs "^15.3.1" |
5752 | 5782 |
|
5753 | 5783 | oas-schema-walker@^1.1.3:
|
5754 |
| - version "1.1.3" |
5755 |
| - resolved "https://registry.yarnpkg.com/oas-schema-walker/-/oas-schema-walker-1.1.3.tgz#2f6bdc79a7ae6e2331b051996075830e4c8cba86" |
5756 |
| - integrity sha512-spY1UVlewUhQs3v0ATsGySRCwVs4Uzutm9KvbwxkaitfisdJy9p51vLjaDGDV0g1xMcZIUH5f704/CwMPSZxHA== |
| 5784 | + version "1.1.4" |
| 5785 | + resolved "https://registry.yarnpkg.com/oas-schema-walker/-/oas-schema-walker-1.1.4.tgz#4b9d090c3622039741334d3e138510ff38197618" |
| 5786 | + integrity sha512-foVDDS0RJYMfhQEDh/WdBuCzydTcsCnGo9EeD8SpWq1uW10JXiz+8SfYVDA7LO87kjmlnTRZle/2gr5qxabaEA== |
5757 | 5787 |
|
5758 | 5788 | oas-validator@^3.4.0:
|
5759 | 5789 | version "3.4.0"
|
@@ -6638,10 +6668,10 @@ readdirp@^2.0.0, readdirp@^2.2.1:
|
6638 | 6668 | micromatch "^3.1.10"
|
6639 | 6669 | readable-stream "^2.0.2"
|
6640 | 6670 |
|
6641 |
| -reftools@^1.1.0: |
6642 |
| - version "1.1.0" |
6643 |
| - resolved "https://registry.yarnpkg.com/reftools/-/reftools-1.1.0.tgz#a7c0f91350df30a95f74d3c4bf23830028696386" |
6644 |
| - integrity sha512-j3tFfOg3Zf0w/TT5bA6G/URUqAmsDhDJkBQ1cQX94Tfg/I4XO3j0p4Zf+2KQU90Ks6LHrQen5+gbe4POQu+jdQ== |
| 6671 | +reftools@^1.1.0, reftools@^1.1.1: |
| 6672 | + version "1.1.1" |
| 6673 | + resolved "https://registry.yarnpkg.com/reftools/-/reftools-1.1.1.tgz#09cff48f62c09cae40bd1fe9683f5412d2a4656d" |
| 6674 | + integrity sha512-7ySkzK7YpUeJP16rzJqEXTZ7IrAq/AL/p+wWejD9wdKQOe+mYYVAOB3w5ZTs2eoHfmAidwr/6PcC+q+LzPF/DQ== |
6645 | 6675 |
|
6646 | 6676 | regenerate-unicode-properties@^8.1.0:
|
6647 | 6677 | version "8.1.0"
|
@@ -6947,11 +6977,6 @@ [email protected], safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, s
|
6947 | 6977 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
6948 | 6978 | integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
6949 | 6979 |
|
6950 |
| -safe-json-stringify@^1.2.0: |
6951 |
| - version "1.2.0" |
6952 |
| - resolved "https://registry.yarnpkg.com/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz#356e44bc98f1f93ce45df14bcd7c01cda86e0afd" |
6953 |
| - integrity sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg== |
6954 |
| - |
6955 | 6980 | safe-regex@^1.1.0:
|
6956 | 6981 | version "1.1.0"
|
6957 | 6982 | resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
|
@@ -8430,6 +8455,14 @@ yargs-parser@^16.1.0:
|
8430 | 8455 | camelcase "^5.0.0"
|
8431 | 8456 | decamelize "^1.2.0"
|
8432 | 8457 |
|
| 8458 | +yargs-parser@^18.1.1: |
| 8459 | + version "18.1.2" |
| 8460 | + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.2.tgz#2f482bea2136dbde0861683abea7756d30b504f1" |
| 8461 | + integrity sha512-hlIPNR3IzC1YuL1c2UwwDKpXlNFBqD1Fswwh1khz5+d8Cq/8yc/Mn0i+rQXduu8hcrFKvO7Eryk+09NecTQAAQ== |
| 8462 | + dependencies: |
| 8463 | + camelcase "^5.0.0" |
| 8464 | + decamelize "^1.2.0" |
| 8465 | + |
8433 | 8466 |
|
8434 | 8467 | version "12.0.5"
|
8435 | 8468 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
|
@@ -8482,6 +8515,23 @@ yargs@^15.1.0:
|
8482 | 8515 | y18n "^4.0.0"
|
8483 | 8516 | yargs-parser "^16.1.0"
|
8484 | 8517 |
|
| 8518 | +yargs@^15.3.1: |
| 8519 | + version "15.3.1" |
| 8520 | + resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b" |
| 8521 | + integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA== |
| 8522 | + dependencies: |
| 8523 | + cliui "^6.0.0" |
| 8524 | + decamelize "^1.2.0" |
| 8525 | + find-up "^4.1.0" |
| 8526 | + get-caller-file "^2.0.1" |
| 8527 | + require-directory "^2.1.1" |
| 8528 | + require-main-filename "^2.0.0" |
| 8529 | + set-blocking "^2.0.0" |
| 8530 | + string-width "^4.2.0" |
| 8531 | + which-module "^2.0.0" |
| 8532 | + y18n "^4.0.0" |
| 8533 | + yargs-parser "^18.1.1" |
| 8534 | + |
8485 | 8535 | zip-stream@^2.0.1:
|
8486 | 8536 | version "2.0.1"
|
8487 | 8537 | resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-2.0.1.tgz#48a062488afe91dda42f823700fae589753ccd34"
|
|
0 commit comments