|
|
@@ -26,7 +26,7 @@
|
|
|
dependencies:
|
|
|
tunnel "0.0.6"
|
|
|
|
|
|
-"@ampproject/remapping@^2.1.0":
|
|
|
+"@ampproject/remapping@^2.1.0", "@ampproject/remapping@^2.2.0":
|
|
|
version "2.2.0"
|
|
|
resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz"
|
|
|
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
|
|
|
@@ -72,11 +72,23 @@
|
|
|
dependencies:
|
|
|
"@babel/highlight" "^7.16.7"
|
|
|
|
|
|
+"@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4":
|
|
|
+ version "7.21.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
|
|
|
+ integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
|
|
|
+ dependencies:
|
|
|
+ "@babel/highlight" "^7.18.6"
|
|
|
+
|
|
|
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.7":
|
|
|
version "7.17.7"
|
|
|
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz"
|
|
|
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
|
|
|
|
|
|
+"@babel/compat-data@^7.21.4":
|
|
|
+ version "7.21.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
|
|
|
+ integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
|
|
|
+
|
|
|
"@babel/[email protected]":
|
|
|
version "7.10.5"
|
|
|
resolved "https://registry.npmjs.org/@babel/core/-/core-7.10.5.tgz"
|
|
|
@@ -142,6 +154,27 @@
|
|
|
json5 "^2.2.1"
|
|
|
semver "^6.3.0"
|
|
|
|
|
|
+"@babel/core@^7.15.4":
|
|
|
+ version "7.21.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659"
|
|
|
+ integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==
|
|
|
+ dependencies:
|
|
|
+ "@ampproject/remapping" "^2.2.0"
|
|
|
+ "@babel/code-frame" "^7.21.4"
|
|
|
+ "@babel/generator" "^7.21.4"
|
|
|
+ "@babel/helper-compilation-targets" "^7.21.4"
|
|
|
+ "@babel/helper-module-transforms" "^7.21.2"
|
|
|
+ "@babel/helpers" "^7.21.0"
|
|
|
+ "@babel/parser" "^7.21.4"
|
|
|
+ "@babel/template" "^7.20.7"
|
|
|
+ "@babel/traverse" "^7.21.4"
|
|
|
+ "@babel/types" "^7.21.4"
|
|
|
+ convert-source-map "^1.7.0"
|
|
|
+ debug "^4.1.0"
|
|
|
+ gensync "^1.0.0-beta.2"
|
|
|
+ json5 "^2.2.2"
|
|
|
+ semver "^6.3.0"
|
|
|
+
|
|
|
"@babel/eslint-parser@^7.15.0":
|
|
|
version "7.17.0"
|
|
|
resolved "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz"
|
|
|
@@ -167,6 +200,16 @@
|
|
|
jsesc "^2.5.1"
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
+"@babel/generator@^7.21.4":
|
|
|
+ version "7.21.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
|
|
|
+ integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.21.4"
|
|
|
+ "@jridgewell/gen-mapping" "^0.3.2"
|
|
|
+ "@jridgewell/trace-mapping" "^0.3.17"
|
|
|
+ jsesc "^2.5.1"
|
|
|
+
|
|
|
"@babel/helper-annotate-as-pure@^7.16.7":
|
|
|
version "7.16.7"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz"
|
|
|
@@ -192,6 +235,17 @@
|
|
|
browserslist "^4.17.5"
|
|
|
semver "^6.3.0"
|
|
|
|
|
|
+"@babel/helper-compilation-targets@^7.21.4":
|
|
|
+ version "7.21.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
|
|
|
+ integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==
|
|
|
+ dependencies:
|
|
|
+ "@babel/compat-data" "^7.21.4"
|
|
|
+ "@babel/helper-validator-option" "^7.21.0"
|
|
|
+ browserslist "^4.21.3"
|
|
|
+ lru-cache "^5.1.1"
|
|
|
+ semver "^6.3.0"
|
|
|
+
|
|
|
"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.17.6", "@babel/helper-create-class-features-plugin@^7.17.9":
|
|
|
version "7.17.9"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz"
|
|
|
@@ -248,6 +302,11 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.16.7"
|
|
|
|
|
|
+"@babel/helper-environment-visitor@^7.18.9":
|
|
|
+ version "7.18.9"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
|
|
+ integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
|
|
+
|
|
|
"@babel/helper-explode-assignable-expression@^7.16.7":
|
|
|
version "7.16.7"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz"
|
|
|
@@ -263,6 +322,14 @@
|
|
|
"@babel/template" "^7.16.7"
|
|
|
"@babel/types" "^7.17.0"
|
|
|
|
|
|
+"@babel/helper-function-name@^7.21.0":
|
|
|
+ version "7.21.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
|
|
|
+ integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
|
|
|
+ dependencies:
|
|
|
+ "@babel/template" "^7.20.7"
|
|
|
+ "@babel/types" "^7.21.0"
|
|
|
+
|
|
|
"@babel/helper-hoist-variables@^7.16.7":
|
|
|
version "7.16.7"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz"
|
|
|
@@ -270,6 +337,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.16.7"
|
|
|
|
|
|
+"@babel/helper-hoist-variables@^7.18.6":
|
|
|
+ version "7.18.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
|
|
+ integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.18.6"
|
|
|
+
|
|
|
"@babel/helper-member-expression-to-functions@^7.16.7", "@babel/helper-member-expression-to-functions@^7.17.7":
|
|
|
version "7.17.7"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz"
|
|
|
@@ -284,6 +358,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.16.7"
|
|
|
|
|
|
+"@babel/helper-module-imports@^7.18.6":
|
|
|
+ version "7.21.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
|
|
|
+ integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.21.4"
|
|
|
+
|
|
|
"@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.7":
|
|
|
version "7.17.7"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz"
|
|
|
@@ -298,6 +379,20 @@
|
|
|
"@babel/traverse" "^7.17.3"
|
|
|
"@babel/types" "^7.17.0"
|
|
|
|
|
|
+"@babel/helper-module-transforms@^7.21.2":
|
|
|
+ version "7.21.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
|
|
|
+ integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-environment-visitor" "^7.18.9"
|
|
|
+ "@babel/helper-module-imports" "^7.18.6"
|
|
|
+ "@babel/helper-simple-access" "^7.20.2"
|
|
|
+ "@babel/helper-split-export-declaration" "^7.18.6"
|
|
|
+ "@babel/helper-validator-identifier" "^7.19.1"
|
|
|
+ "@babel/template" "^7.20.7"
|
|
|
+ "@babel/traverse" "^7.21.2"
|
|
|
+ "@babel/types" "^7.21.2"
|
|
|
+
|
|
|
"@babel/helper-optimise-call-expression@^7.16.7":
|
|
|
version "7.16.7"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz"
|
|
|
@@ -342,6 +437,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.17.0"
|
|
|
|
|
|
+"@babel/helper-simple-access@^7.20.2":
|
|
|
+ version "7.20.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
|
|
|
+ integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.20.2"
|
|
|
+
|
|
|
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
|
|
|
version "7.16.0"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz"
|
|
|
@@ -356,16 +458,38 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.16.7"
|
|
|
|
|
|
+"@babel/helper-split-export-declaration@^7.18.6":
|
|
|
+ version "7.18.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
|
|
|
+ integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.18.6"
|
|
|
+
|
|
|
+"@babel/helper-string-parser@^7.19.4":
|
|
|
+ version "7.19.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
|
|
+ integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
|
|
+
|
|
|
"@babel/helper-validator-identifier@^7.16.7":
|
|
|
version "7.16.7"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz"
|
|
|
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
|
|
|
|
|
+"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
|
|
+ version "7.19.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
|
|
+ integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
|
|
+
|
|
|
"@babel/helper-validator-option@^7.16.7":
|
|
|
version "7.16.7"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz"
|
|
|
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
|
|
|
|
|
|
+"@babel/helper-validator-option@^7.21.0":
|
|
|
+ version "7.21.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
|
+ integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
|
|
|
+
|
|
|
"@babel/helper-wrap-function@^7.16.8":
|
|
|
version "7.16.8"
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz"
|
|
|
@@ -385,6 +509,15 @@
|
|
|
"@babel/traverse" "^7.17.9"
|
|
|
"@babel/types" "^7.17.0"
|
|
|
|
|
|
+"@babel/helpers@^7.21.0":
|
|
|
+ version "7.21.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e"
|
|
|
+ integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/template" "^7.20.7"
|
|
|
+ "@babel/traverse" "^7.21.0"
|
|
|
+ "@babel/types" "^7.21.0"
|
|
|
+
|
|
|
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7":
|
|
|
version "7.17.9"
|
|
|
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz"
|
|
|
@@ -394,6 +527,15 @@
|
|
|
chalk "^2.0.0"
|
|
|
js-tokens "^4.0.0"
|
|
|
|
|
|
+"@babel/highlight@^7.18.6":
|
|
|
+ version "7.18.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
|
|
|
+ integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-validator-identifier" "^7.18.6"
|
|
|
+ chalk "^2.0.0"
|
|
|
+ js-tokens "^4.0.0"
|
|
|
+
|
|
|
"@babel/[email protected]":
|
|
|
version "7.13.0"
|
|
|
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.13.0.tgz"
|
|
|
@@ -404,6 +546,11 @@
|
|
|
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.17.9.tgz"
|
|
|
integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
|
|
|
|
|
|
+"@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
|
|
|
+ version "7.21.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
|
|
+ integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
|
|
+
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
|
|
version "7.16.7"
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz"
|
|
|
@@ -1213,6 +1360,15 @@
|
|
|
"@babel/parser" "^7.16.7"
|
|
|
"@babel/types" "^7.16.7"
|
|
|
|
|
|
+"@babel/template@^7.20.7":
|
|
|
+ version "7.20.7"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
|
|
|
+ integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/code-frame" "^7.18.6"
|
|
|
+ "@babel/parser" "^7.20.7"
|
|
|
+ "@babel/types" "^7.20.7"
|
|
|
+
|
|
|
"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.10.5", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0":
|
|
|
version "7.17.9"
|
|
|
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.9.tgz"
|
|
|
@@ -1229,6 +1385,22 @@
|
|
|
debug "^4.1.0"
|
|
|
globals "^11.1.0"
|
|
|
|
|
|
+"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
|
|
|
+ version "7.21.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
|
|
|
+ integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
|
|
|
+ dependencies:
|
|
|
+ "@babel/code-frame" "^7.21.4"
|
|
|
+ "@babel/generator" "^7.21.4"
|
|
|
+ "@babel/helper-environment-visitor" "^7.18.9"
|
|
|
+ "@babel/helper-function-name" "^7.21.0"
|
|
|
+ "@babel/helper-hoist-variables" "^7.18.6"
|
|
|
+ "@babel/helper-split-export-declaration" "^7.18.6"
|
|
|
+ "@babel/parser" "^7.21.4"
|
|
|
+ "@babel/types" "^7.21.4"
|
|
|
+ debug "^4.1.0"
|
|
|
+ globals "^11.1.0"
|
|
|
+
|
|
|
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.5", "@babel/types@^7.12.11", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.15.4", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
|
|
version "7.17.0"
|
|
|
resolved "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz"
|
|
|
@@ -1237,6 +1409,15 @@
|
|
|
"@babel/helper-validator-identifier" "^7.16.7"
|
|
|
to-fast-properties "^2.0.0"
|
|
|
|
|
|
+"@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4":
|
|
|
+ version "7.21.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
|
|
|
+ integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-string-parser" "^7.19.4"
|
|
|
+ "@babel/helper-validator-identifier" "^7.19.1"
|
|
|
+ to-fast-properties "^2.0.0"
|
|
|
+
|
|
|
"@bcoe/v8-coverage@^0.2.3":
|
|
|
version "0.2.3"
|
|
|
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
|
|
|
@@ -2285,6 +2466,20 @@
|
|
|
"@jridgewell/set-array" "^1.0.0"
|
|
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
|
|
|
|
+"@jridgewell/gen-mapping@^0.3.2":
|
|
|
+ version "0.3.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
|
|
|
+ integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
|
|
|
+ dependencies:
|
|
|
+ "@jridgewell/set-array" "^1.0.1"
|
|
|
+ "@jridgewell/sourcemap-codec" "^1.4.10"
|
|
|
+ "@jridgewell/trace-mapping" "^0.3.9"
|
|
|
+
|
|
|
+"@jridgewell/[email protected]":
|
|
|
+ version "3.1.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
|
|
+ integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
|
|
+
|
|
|
"@jridgewell/resolve-uri@^3.0.3":
|
|
|
version "3.0.6"
|
|
|
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.6.tgz"
|
|
|
@@ -2295,11 +2490,29 @@
|
|
|
resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.0.tgz"
|
|
|
integrity sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==
|
|
|
|
|
|
+"@jridgewell/set-array@^1.0.1":
|
|
|
+ version "1.1.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
|
+ integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
|
|
+
|
|
|
+"@jridgewell/[email protected]":
|
|
|
+ version "1.4.14"
|
|
|
+ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
|
|
+ integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
|
|
+
|
|
|
"@jridgewell/sourcemap-codec@^1.4.10":
|
|
|
version "1.4.11"
|
|
|
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz"
|
|
|
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
|
|
|
|
|
|
+"@jridgewell/trace-mapping@^0.3.17":
|
|
|
+ version "0.3.17"
|
|
|
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
|
|
+ integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
|
|
|
+ dependencies:
|
|
|
+ "@jridgewell/resolve-uri" "3.1.0"
|
|
|
+ "@jridgewell/sourcemap-codec" "1.4.14"
|
|
|
+
|
|
|
"@jridgewell/trace-mapping@^0.3.4", "@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.9":
|
|
|
version "0.3.9"
|
|
|
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz"
|
|
|
@@ -7316,6 +7529,16 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.12.2, browserslist@^4
|
|
|
node-releases "^2.0.3"
|
|
|
picocolors "^1.0.0"
|
|
|
|
|
|
+browserslist@^4.21.3:
|
|
|
+ version "4.21.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.5.tgz#75c5dae60063ee641f977e00edd3cfb2fb7af6a7"
|
|
|
+ integrity sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==
|
|
|
+ dependencies:
|
|
|
+ caniuse-lite "^1.0.30001449"
|
|
|
+ electron-to-chromium "^1.4.284"
|
|
|
+ node-releases "^2.0.8"
|
|
|
+ update-browserslist-db "^1.0.10"
|
|
|
+
|
|
|
[email protected]:
|
|
|
version "2.1.1"
|
|
|
resolved "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz"
|
|
|
@@ -7688,6 +7911,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001332:
|
|
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001464.tgz#888922718df48ce5e33dcfe1a2af7d42676c5eb7"
|
|
|
integrity sha512-oww27MtUmusatpRpCGSOneQk2/l5czXANDSFvsc7VuOQ86s3ANhZetpwXNf1zY/zdfP63Xvjz325DAdAoES13g==
|
|
|
|
|
|
+caniuse-lite@^1.0.30001449:
|
|
|
+ version "1.0.30001474"
|
|
|
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001474.tgz#13b6fe301a831fe666cce8ca4ef89352334133d5"
|
|
|
+ integrity sha512-iaIZ8gVrWfemh5DG3T9/YqarVZoYf0r188IjaGwx68j4Pf0SGY6CQkmJUIE+NZHkkecQGohzXmBGEwWDr9aM3Q==
|
|
|
+
|
|
|
capture-exit@^2.0.0:
|
|
|
version "2.0.0"
|
|
|
resolved "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz"
|
|
|
@@ -10056,6 +10284,11 @@ electron-to-chromium@^1.4.118:
|
|
|
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.127.tgz"
|
|
|
integrity sha512-nhD6S8nKI0O2MueC6blNOEZio+/PWppE/pevnf3LOlQA/fKPCrDp2Ao4wx4LFwmIkJpVdFdn2763YWLy9ENIZg==
|
|
|
|
|
|
+electron-to-chromium@^1.4.284:
|
|
|
+ version "1.4.353"
|
|
|
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.353.tgz#20e9cb4c83a08e35b3314d3fa8988764c105e6b7"
|
|
|
+ integrity sha512-IdJVpMHJoBT/nn0GQ02wPfbhogDVpd1ud95lP//FTf5l35wzxKJwibB4HBdY7Q+xKPA1nkZ0UDLOMyRj5U5IAQ==
|
|
|
+
|
|
|
element-resize-detector@^1.2.2:
|
|
|
version "1.2.4"
|
|
|
resolved "https://registry.npmjs.org/element-resize-detector/-/element-resize-detector-1.2.4.tgz"
|
|
|
@@ -15840,6 +16073,11 @@ json5@^2.1.2, json5@^2.1.3, json5@^2.2.0, json5@^2.2.1:
|
|
|
resolved "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz"
|
|
|
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
|
|
|
|
|
|
+json5@^2.2.2:
|
|
|
+ version "2.2.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
|
|
+ integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
|
|
+
|
|
|
jsonfile@^2.1.0:
|
|
|
version "2.4.0"
|
|
|
resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz"
|
|
|
@@ -18144,6 +18382,11 @@ node-releases@^2.0.3:
|
|
|
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz"
|
|
|
integrity sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==
|
|
|
|
|
|
+node-releases@^2.0.8:
|
|
|
+ version "2.0.10"
|
|
|
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.10.tgz#c311ebae3b6a148c89b1813fd7c4d3c024ef537f"
|
|
|
+ integrity sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==
|
|
|
+
|
|
|
[email protected]:
|
|
|
version "0.0.0"
|
|
|
resolved "https://registry.npmjs.org/noms/-/noms-0.0.0.tgz"
|
|
|
@@ -24655,6 +24898,14 @@ upath@^1.1.1, upath@^1.2.0:
|
|
|
resolved "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz"
|
|
|
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
|
|
|
|
|
|
+update-browserslist-db@^1.0.10:
|
|
|
+ version "1.0.10"
|
|
|
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3"
|
|
|
+ integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==
|
|
|
+ dependencies:
|
|
|
+ escalade "^3.1.1"
|
|
|
+ picocolors "^1.0.0"
|
|
|
+
|
|
|
update-notifier@^5.0.1:
|
|
|
version "5.1.0"
|
|
|
resolved "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz"
|
|
|
@@ -25199,36 +25450,6 @@ webidl-conversions@^4.0.2:
|
|
|
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz"
|
|
|
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
|
|
|
|
|
|
-"webpack-5@npm:webpack@^5.0.0":
|
|
|
- version "5.76.3"
|
|
|
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.3.tgz#dffdc72c8950e5b032fddad9c4452e7787d2f489"
|
|
|
- integrity sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==
|
|
|
- dependencies:
|
|
|
- "@types/eslint-scope" "^3.7.3"
|
|
|
- "@types/estree" "^0.0.51"
|
|
|
- "@webassemblyjs/ast" "1.11.1"
|
|
|
- "@webassemblyjs/wasm-edit" "1.11.1"
|
|
|
- "@webassemblyjs/wasm-parser" "1.11.1"
|
|
|
- acorn "^8.7.1"
|
|
|
- acorn-import-assertions "^1.7.6"
|
|
|
- browserslist "^4.14.5"
|
|
|
- chrome-trace-event "^1.0.2"
|
|
|
- enhanced-resolve "^5.10.0"
|
|
|
- es-module-lexer "^0.9.0"
|
|
|
- eslint-scope "5.1.1"
|
|
|
- events "^3.2.0"
|
|
|
- glob-to-regexp "^0.4.1"
|
|
|
- graceful-fs "^4.2.9"
|
|
|
- json-parse-even-better-errors "^2.3.1"
|
|
|
- loader-runner "^4.2.0"
|
|
|
- mime-types "^2.1.27"
|
|
|
- neo-async "^2.6.2"
|
|
|
- schema-utils "^3.1.0"
|
|
|
- tapable "^2.1.1"
|
|
|
- terser-webpack-plugin "^5.1.3"
|
|
|
- watchpack "^2.4.0"
|
|
|
- webpack-sources "^3.2.3"
|
|
|
-
|
|
|
webpack-cli@^3.3.12:
|
|
|
version "3.3.12"
|
|
|
resolved "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz"
|
|
|
@@ -25428,6 +25649,36 @@ webpack@4, webpack@^4.44.1, webpack@^4.46.0:
|
|
|
watchpack "^1.7.4"
|
|
|
webpack-sources "^1.4.1"
|
|
|
|
|
|
+webpack@^5.77.0:
|
|
|
+ version "5.78.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.78.0.tgz#836452a12416af2a7beae906b31644cb2562f9e6"
|
|
|
+ integrity sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==
|
|
|
+ dependencies:
|
|
|
+ "@types/eslint-scope" "^3.7.3"
|
|
|
+ "@types/estree" "^0.0.51"
|
|
|
+ "@webassemblyjs/ast" "1.11.1"
|
|
|
+ "@webassemblyjs/wasm-edit" "1.11.1"
|
|
|
+ "@webassemblyjs/wasm-parser" "1.11.1"
|
|
|
+ acorn "^8.7.1"
|
|
|
+ acorn-import-assertions "^1.7.6"
|
|
|
+ browserslist "^4.14.5"
|
|
|
+ chrome-trace-event "^1.0.2"
|
|
|
+ enhanced-resolve "^5.10.0"
|
|
|
+ es-module-lexer "^0.9.0"
|
|
|
+ eslint-scope "5.1.1"
|
|
|
+ events "^3.2.0"
|
|
|
+ glob-to-regexp "^0.4.1"
|
|
|
+ graceful-fs "^4.2.9"
|
|
|
+ json-parse-even-better-errors "^2.3.1"
|
|
|
+ loader-runner "^4.2.0"
|
|
|
+ mime-types "^2.1.27"
|
|
|
+ neo-async "^2.6.2"
|
|
|
+ schema-utils "^3.1.0"
|
|
|
+ tapable "^2.1.1"
|
|
|
+ terser-webpack-plugin "^5.1.3"
|
|
|
+ watchpack "^2.4.0"
|
|
|
+ webpack-sources "^3.2.3"
|
|
|
+
|
|
|
webpack@^5.9.0:
|
|
|
version "5.72.0"
|
|
|
resolved "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz"
|