Vant Weapp
@@ -8,7 +8,7 @@
### 介绍
-Vant 是**有赞前端团队**开源的移动端组件库,于 2016 年开源,已持续维护 4 年时间。Vant 对内承载了有赞所有核心业务,对外服务十多万开发者,是业界主流的移动端组件库之一。
+Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源,已持续维护 4 年时间。Vant 对内承载了有赞所有核心业务,对外服务十多万开发者,是业界主流的移动端组件库之一。
目前 Vant 官方提供了 [Vue 版本](https://vant-contrib.gitee.io/vant)和[微信小程序版本](http://vant-contrib.gitee.io/vant-weapp),并由社区团队维护 [React 版本](https://github.com/mxdi9i7/vant-react)。
diff --git a/package.json b/package.json
index e8f0998d..a8ee5db8 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
"prepare": "husky install",
"release": "sh build/release.sh",
- "release:site": "vant-cli build-site && gh-pages -d site --add",
+ "release:site": "vant-cli build-site && gh-pages -d site-dist --add",
"build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
"build:changelog": "vant-cli changelog",
"upload:weapp": "node build/upload.js"
@@ -39,7 +39,7 @@
},
"homepage": "https://github.com/youzan/vant-weapp#readme",
"devDependencies": {
- "@vant/cli": "^4.0.0-beta.5",
+ "@vant/cli": "^4.0.0-beta.7",
"@vant/icons": "^1.7.1",
"gulp": "^4.0.2",
"gulp-insert": "^0.5.0",
diff --git a/yarn.lock b/yarn.lock
index dac6a6f0..927f3ad6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2,24 +2,24 @@
# yarn lockfile v1
-"@algolia/autocomplete-core@^1.0.0-alpha.35":
- version "1.0.0-alpha.45"
- resolved "https://registry.npm.taobao.org/@algolia/autocomplete-core/download/@algolia/autocomplete-core-1.0.0-alpha.45.tgz#424f8e2cfca6c4c3682fa02ce7d122ae2eb0f0d1"
- integrity sha1-Qk+OLPymxMNoL6As59Eiri6w8NE=
+"@algolia/autocomplete-core@1.2.2":
+ version "1.2.2"
+ resolved "https://registry.nlark.com/@algolia/autocomplete-core/download/@algolia/autocomplete-core-1.2.2.tgz#c121e70c78fd0175c989a219918124ad7758e48b"
+ integrity sha1-wSHnDHj9AXXJiaIZkYEkrXdY5Is=
dependencies:
- "@algolia/autocomplete-shared" "1.0.0-alpha.45"
+ "@algolia/autocomplete-shared" "1.2.2"
-"@algolia/autocomplete-preset-algolia@^1.0.0-alpha.35":
- version "1.0.0-alpha.45"
- resolved "https://registry.npm.taobao.org/@algolia/autocomplete-preset-algolia/download/@algolia/autocomplete-preset-algolia-1.0.0-alpha.45.tgz#da23c1cc799893a58b23726508080a9a3f845b0e"
- integrity sha1-2iPBzHmYk6WLI3JlCAgKmj+EWw4=
+"@algolia/autocomplete-preset-algolia@1.2.2":
+ version "1.2.2"
+ resolved "https://registry.nlark.com/@algolia/autocomplete-preset-algolia/download/@algolia/autocomplete-preset-algolia-1.2.2.tgz#da734ef9e42a5f64cdad2dfc81c4e9fbf805d976"
+ integrity sha1-2nNO+eQqX2TNrS38gcTp+/gF2XY=
dependencies:
- "@algolia/autocomplete-shared" "1.0.0-alpha.45"
+ "@algolia/autocomplete-shared" "1.2.2"
-"@algolia/autocomplete-shared@1.0.0-alpha.45":
- version "1.0.0-alpha.45"
- resolved "https://registry.npm.taobao.org/@algolia/autocomplete-shared/download/@algolia/autocomplete-shared-1.0.0-alpha.45.tgz#3540dbc31f3e6f0e976409d568939783d18b948e"
- integrity sha1-NUDbwx8+bw6XZAnVaJOXg9GLlI4=
+"@algolia/autocomplete-shared@1.2.2":
+ version "1.2.2"
+ resolved "https://registry.nlark.com/@algolia/autocomplete-shared/download/@algolia/autocomplete-shared-1.2.2.tgz#ff25dc308f2a296b2b9b325f1e3b57498eea3e0c"
+ integrity sha1-/yXcMI8qKWsrmzJfHjtXSY7qPgw=
"@algolia/cache-browser-local-storage@4.8.6":
version "4.8.6"
@@ -166,7 +166,7 @@
semver "^5.4.1"
source-map "^0.5.0"
-"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.14.8", "@babel/core@^7.15.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
+"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.14.8", "@babel/core@^7.15.5", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
version "7.15.5"
resolved "https://registry.npmjs.org/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
@@ -1141,10 +1141,10 @@
core-js-compat "^3.6.2"
semver "^5.5.0"
-"@babel/preset-env@^7.15.0":
+"@babel/preset-env@^7.15.6":
version "7.15.6"
- resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659"
- integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==
+ resolved "https://registry.nlark.com/@babel/preset-env/download/@babel/preset-env-7.15.6.tgz?cache=0&sync_timestamp=1631216658989&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659"
+ integrity sha1-DziY251j0yDyGxc4DYRid53ldlk=
dependencies:
"@babel/compat-data" "^7.15.0"
"@babel/helper-compilation-targets" "^7.15.4"
@@ -1291,27 +1291,27 @@
resolved "https://registry.npm.taobao.org/@bcoe/v8-coverage/download/@bcoe/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha1-daLotRy3WKdVPWgEpZMteqznXDk=
-"@docsearch/css@3.0.0-alpha.33":
- version "3.0.0-alpha.33"
- resolved "https://registry.npm.taobao.org/@docsearch/css/download/@docsearch/css-3.0.0-alpha.33.tgz#36c8d61ec001d678b501adf49117413dd9c41fa3"
- integrity sha1-NsjWHsAB1ni1Aa30kRdBPdnEH6M=
+"@docsearch/css@3.0.0-alpha.40":
+ version "3.0.0-alpha.40"
+ resolved "https://registry.nlark.com/@docsearch/css/download/@docsearch/css-3.0.0-alpha.40.tgz#c37bd7b03f4c30a6ea7a19b87fe71880d2e8b22a"
+ integrity sha1-w3vXsD9MMKbqehm4f+cYgNLosio=
-"@docsearch/js@3.0.0-alpha.33":
- version "3.0.0-alpha.33"
- resolved "https://registry.npm.taobao.org/@docsearch/js/download/@docsearch/js-3.0.0-alpha.33.tgz#a836ea49d5120fd1858cf529f48fddfb0f3b0d31"
- integrity sha1-qDbqSdUSD9GFjPUp9I/d+w87DTE=
+"@docsearch/js@3.0.0-alpha.40":
+ version "3.0.0-alpha.40"
+ resolved "https://registry.nlark.com/@docsearch/js/download/@docsearch/js-3.0.0-alpha.40.tgz?cache=0&sync_timestamp=1631274448632&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40docsearch%2Fjs%2Fdownload%2F%40docsearch%2Fjs-3.0.0-alpha.40.tgz#28b48fd23053222e6097ddfa3b515ae388634717"
+ integrity sha1-KLSP0jBTIi5gl936O1Fa44hjRxc=
dependencies:
- "@docsearch/react" "3.0.0-alpha.33"
+ "@docsearch/react" "3.0.0-alpha.40"
preact "^10.0.0"
-"@docsearch/react@3.0.0-alpha.33":
- version "3.0.0-alpha.33"
- resolved "https://registry.npm.taobao.org/@docsearch/react/download/@docsearch/react-3.0.0-alpha.33.tgz#2f8b5d90990b54b59db1a90e405d8008178e972a"
- integrity sha1-L4tdkJkLVLWdsakOQF2ACBeOlyo=
+"@docsearch/react@3.0.0-alpha.40":
+ version "3.0.0-alpha.40"
+ resolved "https://registry.nlark.com/@docsearch/react/download/@docsearch/react-3.0.0-alpha.40.tgz#d912b4bb7281cb0faf65590c9cf022aa2a13d823"
+ integrity sha1-2RK0u3KByw+vZVkMnPAiqioT2CM=
dependencies:
- "@algolia/autocomplete-core" "^1.0.0-alpha.35"
- "@algolia/autocomplete-preset-algolia" "^1.0.0-alpha.35"
- "@docsearch/css" "3.0.0-alpha.33"
+ "@algolia/autocomplete-core" "1.2.2"
+ "@algolia/autocomplete-preset-algolia" "1.2.2"
+ "@docsearch/css" "3.0.0-alpha.40"
algoliasearch "^4.0.0"
"@eslint/eslintrc@^0.4.3":
@@ -1364,94 +1364,94 @@
resolved "https://registry.npm.taobao.org/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz?cache=0&sync_timestamp=1613227144228&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40istanbuljs%2Fschema%2Fdownload%2F%40istanbuljs%2Fschema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
integrity sha1-5F44TkuOwWvOL9kDr3hFD2v37Jg=
-"@jest/console@^27.2.0":
- version "27.2.0"
- resolved "https://registry.npmjs.org/@jest/console/-/console-27.2.0.tgz#57f702837ec52899be58c3794dce5941c77a8b63"
- integrity sha512-35z+RqsK2CCgNxn+lWyK8X4KkaDtfL4BggT7oeZ0JffIiAiEYFYPo5B67V50ZubqDS1ehBrdCR2jduFnIrZOYw==
+"@jest/console@^27.2.3":
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/@jest/console/download/@jest/console-27.2.3.tgz?cache=0&sync_timestamp=1632823922789&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40jest%2Fconsole%2Fdownload%2F%40jest%2Fconsole-27.2.3.tgz#c87fe48397dc7511089be71da93fb41869b75b7e"
+ integrity sha1-yH/kg5fcdREIm+cdqT+0GGm3W34=
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.2.3"
"@types/node" "*"
chalk "^4.0.0"
- jest-message-util "^27.2.0"
- jest-util "^27.2.0"
+ jest-message-util "^27.2.3"
+ jest-util "^27.2.3"
slash "^3.0.0"
-"@jest/core@^27.2.1":
- version "27.2.1"
- resolved "https://registry.npmjs.org/@jest/core/-/core-27.2.1.tgz#93dc50e2aaba2c944e5765cf658dcd98d804c970"
- integrity sha512-XcGt9UgPyzylThvezwUIMCNVp8xxN78Ic3WwhJZehZt4n2hPHR6Bd85A1nKFZBeqW58Vd+Cx/LaN6YL4n58KlA==
+"@jest/core@^27.2.3":
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/@jest/core/download/@jest/core-27.2.3.tgz?cache=0&sync_timestamp=1632823916014&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40jest%2Fcore%2Fdownload%2F%40jest%2Fcore-27.2.3.tgz#b21a3ffb69bef017c4562d27689bb798c0194501"
+ integrity sha1-sho/+2m+8BfEVi0naJu3mMAZRQE=
dependencies:
- "@jest/console" "^27.2.0"
- "@jest/reporters" "^27.2.1"
- "@jest/test-result" "^27.2.0"
- "@jest/transform" "^27.2.1"
- "@jest/types" "^27.1.1"
+ "@jest/console" "^27.2.3"
+ "@jest/reporters" "^27.2.3"
+ "@jest/test-result" "^27.2.3"
+ "@jest/transform" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/node" "*"
ansi-escapes "^4.2.1"
chalk "^4.0.0"
emittery "^0.8.1"
exit "^0.1.2"
graceful-fs "^4.2.4"
- jest-changed-files "^27.1.1"
- jest-config "^27.2.1"
- jest-haste-map "^27.2.0"
- jest-message-util "^27.2.0"
+ jest-changed-files "^27.2.3"
+ jest-config "^27.2.3"
+ jest-haste-map "^27.2.3"
+ jest-message-util "^27.2.3"
jest-regex-util "^27.0.6"
- jest-resolve "^27.2.0"
- jest-resolve-dependencies "^27.2.1"
- jest-runner "^27.2.1"
- jest-runtime "^27.2.1"
- jest-snapshot "^27.2.1"
- jest-util "^27.2.0"
- jest-validate "^27.2.0"
- jest-watcher "^27.2.0"
+ jest-resolve "^27.2.3"
+ jest-resolve-dependencies "^27.2.3"
+ jest-runner "^27.2.3"
+ jest-runtime "^27.2.3"
+ jest-snapshot "^27.2.3"
+ jest-util "^27.2.3"
+ jest-validate "^27.2.3"
+ jest-watcher "^27.2.3"
micromatch "^4.0.4"
p-each-series "^2.1.0"
rimraf "^3.0.0"
slash "^3.0.0"
strip-ansi "^6.0.0"
-"@jest/environment@^27.2.0":
- version "27.2.0"
- resolved "https://registry.npmjs.org/@jest/environment/-/environment-27.2.0.tgz#48d1dbfa65f8e4a5a5c6cbeb9c59d1a5c2776f6b"
- integrity sha512-iPWmQI0wRIYSZX3wKu4FXHK4eIqkfq6n1DCDJS+v3uby7SOXrHvX4eiTBuEdSvtDRMTIH2kjrSkjHf/F9JIYyQ==
+"@jest/environment@^27.2.3":
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/@jest/environment/download/@jest/environment-27.2.3.tgz#3ae328d778a67e027bad27541d1c09ed94312609"
+ integrity sha1-OuMo13imfgJ7rSdUHRwJ7ZQxJgk=
dependencies:
- "@jest/fake-timers" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/fake-timers" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/node" "*"
- jest-mock "^27.1.1"
+ jest-mock "^27.2.3"
-"@jest/fake-timers@^27.2.0":
- version "27.2.0"
- resolved "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.2.0.tgz#560841bc21ae7fbeff0cbff8de8f5cf43ad3561d"
- integrity sha512-gSu3YHvQOoVaTWYGgHFB7IYFtcF2HBzX4l7s47VcjvkUgL4/FBnE20x7TNLa3W6ABERtGd5gStSwsA8bcn+c4w==
+"@jest/fake-timers@^27.2.3":
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/@jest/fake-timers/download/@jest/fake-timers-27.2.3.tgz?cache=0&sync_timestamp=1632823916638&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40jest%2Ffake-timers%2Fdownload%2F%40jest%2Ffake-timers-27.2.3.tgz#21cdef9cb9edd30c80026a0176eba58f5fbcaa67"
+ integrity sha1-Ic3vnLnt0wyAAmoBduulj1+8qmc=
dependencies:
- "@jest/types" "^27.1.1"
- "@sinonjs/fake-timers" "^7.0.2"
+ "@jest/types" "^27.2.3"
+ "@sinonjs/fake-timers" "^8.0.1"
"@types/node" "*"
- jest-message-util "^27.2.0"
- jest-mock "^27.1.1"
- jest-util "^27.2.0"
+ jest-message-util "^27.2.3"
+ jest-mock "^27.2.3"
+ jest-util "^27.2.3"
-"@jest/globals@^27.2.1":
- version "27.2.1"
- resolved "https://registry.npmjs.org/@jest/globals/-/globals-27.2.1.tgz#6842c70b6713fbe2fcaf89eac20d77eeeb0e282c"
- integrity sha512-4P46Zr4cckSitsWtOMRvgMMn7mOKbBsQdYxHeGSIG3kpI4gNR2vk51balPulZHnBQCQb/XBptprtoSv1REfaew==
+"@jest/globals@^27.2.3":
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/@jest/globals/download/@jest/globals-27.2.3.tgz?cache=0&sync_timestamp=1632823907628&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40jest%2Fglobals%2Fdownload%2F%40jest%2Fglobals-27.2.3.tgz#6b8d652083d78709b243d9571457058f1c6c5fea"
+ integrity sha1-a41lIIPXhwmyQ9lXFFcFjxxsX+o=
dependencies:
- "@jest/environment" "^27.2.0"
- "@jest/types" "^27.1.1"
- expect "^27.2.1"
+ "@jest/environment" "^27.2.3"
+ "@jest/types" "^27.2.3"
+ expect "^27.2.3"
-"@jest/reporters@^27.2.1":
- version "27.2.1"
- resolved "https://registry.npmjs.org/@jest/reporters/-/reporters-27.2.1.tgz#2e43361b962e26975d40eafd7b4f14c70b4fe9a0"
- integrity sha512-ILqR+bIIBlhaHjDtQR/0Z20YkKAQVM+NVRuJLaWFCoRx/rKQQSxG01ZLiLV0MsA6wkBHf6J9fzFuXp0k5l7epw==
+"@jest/reporters@^27.2.3":
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/@jest/reporters/download/@jest/reporters-27.2.3.tgz?cache=0&sync_timestamp=1632823916038&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40jest%2Freporters%2Fdownload%2F%40jest%2Freporters-27.2.3.tgz#47c27be7c3e2069042b6fba12c1f8f62f91302db"
+ integrity sha1-R8J758PiBpBCtvuhLB+PYvkTAts=
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
- "@jest/console" "^27.2.0"
- "@jest/test-result" "^27.2.0"
- "@jest/transform" "^27.2.1"
- "@jest/types" "^27.1.1"
+ "@jest/console" "^27.2.3"
+ "@jest/test-result" "^27.2.3"
+ "@jest/transform" "^27.2.3"
+ "@jest/types" "^27.2.3"
chalk "^4.0.0"
collect-v8-coverage "^1.0.0"
exit "^0.1.2"
@@ -1462,15 +1462,15 @@
istanbul-lib-report "^3.0.0"
istanbul-lib-source-maps "^4.0.0"
istanbul-reports "^3.0.2"
- jest-haste-map "^27.2.0"
- jest-resolve "^27.2.0"
- jest-util "^27.2.0"
- jest-worker "^27.2.0"
+ jest-haste-map "^27.2.3"
+ jest-resolve "^27.2.3"
+ jest-util "^27.2.3"
+ jest-worker "^27.2.3"
slash "^3.0.0"
source-map "^0.6.0"
string-length "^4.0.1"
terminal-link "^2.0.0"
- v8-to-istanbul "^8.0.0"
+ v8-to-istanbul "^8.1.0"
"@jest/source-map@^27.0.6":
version "27.0.6"
@@ -1481,25 +1481,25 @@
graceful-fs "^4.2.4"
source-map "^0.6.0"
-"@jest/test-result@^27.2.0":
- version "27.2.0"
- resolved "https://registry.npmjs.org/@jest/test-result/-/test-result-27.2.0.tgz#377b46a41a6415dd4839fd0bed67b89fecea6b20"
- integrity sha512-JPPqn8h0RGr4HyeY1Km+FivDIjTFzDROU46iAvzVjD42ooGwYoqYO/MQTilhfajdz6jpVnnphFrKZI5OYrBONA==
+"@jest/test-result@^27.2.3":
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/@jest/test-result/download/@jest/test-result-27.2.3.tgz?cache=0&sync_timestamp=1632823958476&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40jest%2Ftest-result%2Fdownload%2F%40jest%2Ftest-result-27.2.3.tgz#7d8f790186c7ec7600edc1d8781656268f038255"
+ integrity sha1-fY95AYbH7HYA7cHYeBZWJo8DglU=
dependencies:
- "@jest/console" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/console" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/istanbul-lib-coverage" "^2.0.0"
collect-v8-coverage "^1.0.0"
-"@jest/test-sequencer@^27.2.1":
- version "27.2.1"
- resolved "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.2.1.tgz#1682cd3a16198fa358ff9565b0d2792919f36562"
- integrity sha512-fWcEgWQXgvU4DFY5YHfQsGwqfJWyuCUzdOzLZTYtyLB3WK1mFPQGYAszM7mCEZjyVon5XRuCa+2/+hif/uMucQ==
+"@jest/test-sequencer@^27.2.3":
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/@jest/test-sequencer/download/@jest/test-sequencer-27.2.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40jest%2Ftest-sequencer%2Fdownload%2F%40jest%2Ftest-sequencer-27.2.3.tgz#a9e376b91a64c6f5ab37f05e9d304340609125d7"
+ integrity sha1-qeN2uRpkxvWrN/BenTBDQGCRJdc=
dependencies:
- "@jest/test-result" "^27.2.0"
+ "@jest/test-result" "^27.2.3"
graceful-fs "^4.2.4"
- jest-haste-map "^27.2.0"
- jest-runtime "^27.2.1"
+ jest-haste-map "^27.2.3"
+ jest-runtime "^27.2.3"
"@jest/transform@^27.2.1":
version "27.2.1"
@@ -1522,6 +1522,27 @@
source-map "^0.6.1"
write-file-atomic "^3.0.0"
+"@jest/transform@^27.2.3":
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/@jest/transform/download/@jest/transform-27.2.3.tgz#1df37dbfe5bc29c00f227acae11348437a76b77e"
+ integrity sha1-HfN9v+W8KcAPInrK4RNIQ3p2t34=
+ dependencies:
+ "@babel/core" "^7.1.0"
+ "@jest/types" "^27.2.3"
+ babel-plugin-istanbul "^6.0.0"
+ chalk "^4.0.0"
+ convert-source-map "^1.4.0"
+ fast-json-stable-stringify "^2.0.0"
+ graceful-fs "^4.2.4"
+ jest-haste-map "^27.2.3"
+ jest-regex-util "^27.0.6"
+ jest-util "^27.2.3"
+ micromatch "^4.0.4"
+ pirates "^4.0.1"
+ slash "^3.0.0"
+ source-map "^0.6.1"
+ write-file-atomic "^3.0.0"
+
"@jest/types@^27.1.1":
version "27.1.1"
resolved "https://registry.npmjs.org/@jest/types/-/types-27.1.1.tgz#77a3fc014f906c65752d12123a0134359707c0ad"
@@ -1533,6 +1554,17 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
+"@jest/types@^27.2.3":
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/@jest/types/download/@jest/types-27.2.3.tgz?cache=0&sync_timestamp=1632823922440&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40jest%2Ftypes%2Fdownload%2F%40jest%2Ftypes-27.2.3.tgz#e0242545f442242c2538656d947a147443eee8f2"
+ integrity sha1-4CQlRfRCJCwlOGVtlHoUdEPu6PI=
+ dependencies:
+ "@types/istanbul-lib-coverage" "^2.0.0"
+ "@types/istanbul-reports" "^3.0.0"
+ "@types/node" "*"
+ "@types/yargs" "^16.0.0"
+ chalk "^4.0.0"
+
"@jimp/bmp@^0.9.8":
version "0.9.8"
resolved "https://registry.npm.taobao.org/@jimp/bmp/download/@jimp/bmp-0.9.8.tgz#5933ab8fb359889bec380b0f7802163374933624"
@@ -2017,10 +2049,10 @@
dependencies:
type-detect "4.0.8"
-"@sinonjs/fake-timers@^7.0.2":
- version "7.1.2"
- resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
- integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
+"@sinonjs/fake-timers@^8.0.1":
+ version "8.0.1"
+ resolved "https://registry.npmmirror.com/@sinonjs/fake-timers/download/@sinonjs/fake-timers-8.0.1.tgz?cache=0&sync_timestamp=1632752443985&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40sinonjs%2Ffake-timers%2Fdownload%2F%40sinonjs%2Ffake-timers-8.0.1.tgz#1c1c9a91419f804e59ae8df316a07dd1c3a76b94"
+ integrity sha1-HByakUGfgE5Zro3zFqB90cOna5Q=
dependencies:
"@sinonjs/commons" "^1.7.0"
@@ -2310,29 +2342,29 @@
"@typescript-eslint/types" "4.29.3"
eslint-visitor-keys "^2.0.0"
-"@vant/cli@^4.0.0-beta.5":
- version "4.0.0-beta.5"
- resolved "https://registry.npmjs.org/@vant/cli/-/cli-4.0.0-beta.5.tgz#2fa981bf07ba6b25e8c36bf9ccd2b06c6a37d37c"
- integrity sha512-RUSi1esG60KejzlrZ2sLQABvxKID8rXIkyDeai7/BZ6R6xU+/u68cyYcfoA6rejyBfZskXPRdaXqm/PBZV8Eag==
+"@vant/cli@^4.0.0-beta.7":
+ version "4.0.0-beta.7"
+ resolved "https://registry.npmmirror.com/@vant/cli/download/@vant/cli-4.0.0-beta.7.tgz?cache=0&sync_timestamp=1632830516573&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vant%2Fcli%2Fdownload%2F%40vant%2Fcli-4.0.0-beta.7.tgz#6809a53e8b68b9cc4044b33f497a7ba5441865cf"
+ integrity sha1-aAmlPotoucxARLM/SXp7pUQYZc8=
dependencies:
- "@babel/core" "^7.15.0"
- "@babel/preset-env" "^7.15.0"
+ "@babel/core" "^7.15.5"
+ "@babel/preset-env" "^7.15.6"
"@babel/preset-typescript" "^7.15.0"
- "@docsearch/css" "3.0.0-alpha.33"
- "@docsearch/js" "3.0.0-alpha.33"
+ "@docsearch/css" "3.0.0-alpha.40"
+ "@docsearch/js" "3.0.0-alpha.40"
"@types/jest" "^27.0.1"
"@vant/eslint-config" "^3.3.2"
"@vant/markdown-vetur" "^2.2.0"
"@vant/stylelint-config" "^1.4.2"
"@vant/touch-emulator" "^1.3.2"
- "@vitejs/plugin-vue" "^1.6.0"
- "@vitejs/plugin-vue-jsx" "^1.1.7"
- "@vue/babel-plugin-jsx" "^1.0.6"
+ "@vitejs/plugin-vue" "^1.9.0"
+ "@vitejs/plugin-vue-jsx" "^1.1.8"
+ "@vue/babel-plugin-jsx" "^1.0.7"
"@vue/test-utils" "2.0.0-rc.6"
- autoprefixer "^10.3.1"
- babel-jest "^27.0.6"
+ autoprefixer "^10.3.4"
+ babel-jest "^27.2.1"
clean-css "^5.1.5"
- commander "^8.1.0"
+ commander "^8.2.0"
consola "^2.15.3"
conventional-changelog "^3.1.24"
eslint "^7.32.0"
@@ -2340,26 +2372,27 @@
gh-pages "^3.2.3"
hash-sum "^2.0.0"
highlight.js "^11.2.0"
- husky "^7.0.1"
- jest "^27.0.6"
+ husky "^7.0.2"
+ jest "^27.2.1"
jest-canvas-mock "^2.3.1"
jest-serializer-html "^7.1.0"
less "^4.1.1"
lint-staged "^11.1.2"
lodash "^4.17.21"
- markdown-it-anchor "^8.3.0"
+ markdown-it "^12.2.0"
+ markdown-it-anchor "^8.3.1"
ora "^5.4.1"
postcss "^8.3.6"
postcss-load-config "^3.1.0"
- prettier "^2.3.2"
+ prettier "^2.4.1"
release-it "^14.11.5"
stylelint "^13.13.1"
transliteration "^2.2.0"
ts-jest "^27.0.5"
- typescript "^4.3.5"
- vite "^2.5.3"
+ typescript "^4.4.3"
+ vite "^2.5.10"
vite-plugin-html "^2.1.0"
- vite-plugin-md "^0.11.0"
+ vite-plugin-md "^0.11.1"
vue-router "^4.0.0"
vue3-jest "^27.0.0-alpha.2"
@@ -2402,10 +2435,10 @@
resolved "https://registry.npmjs.org/@vant/touch-emulator/-/touch-emulator-1.3.2.tgz#9392c3971dd7247c2cf8e5d5aabc951e33cd5e6f"
integrity sha512-Om6e8kCAnmk/q8byngKreff7Hyn6XxwOGr8yedP3y3LEVoE+iyj8/+Mn+AYvGEQ00GK0MlgAfyaV4emXAYj1Hw==
-"@vitejs/plugin-vue-jsx@^1.1.7":
+"@vitejs/plugin-vue-jsx@^1.1.8":
version "1.1.8"
- resolved "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-1.1.8.tgz#c7b9efd94efe8801635f755b6fd0d0a3a70cf596"
- integrity sha512-2ah1PuLf2fFdfJO91VLOPNHlNkhpOEgOY0/yNjJwhGNdWec5f2D4hrGdf4vUFIFcNw6D6SXEUhE4Fva5+TmKLA==
+ resolved "https://registry.nlark.com/@vitejs/plugin-vue-jsx/download/@vitejs/plugin-vue-jsx-1.1.8.tgz?cache=0&sync_timestamp=1631016429294&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vitejs%2Fplugin-vue-jsx%2Fdownload%2F%40vitejs%2Fplugin-vue-jsx-1.1.8.tgz#c7b9efd94efe8801635f755b6fd0d0a3a70cf596"
+ integrity sha1-x7nv2U7+iAFjX3Vbb9DQo6cM9ZY=
dependencies:
"@babel/core" "^7.14.8"
"@babel/plugin-syntax-import-meta" "^7.10.4"
@@ -2414,10 +2447,10 @@
"@vue/babel-plugin-jsx" "^1.0.6"
hash-sum "^2.0.0"
-"@vitejs/plugin-vue@^1.6.0":
- version "1.9.0"
- resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.9.0.tgz#ae458a2eaac1d06efac8d71a4427d5d742466d72"
- integrity sha512-TQB87f8baZsTZO/g7Az/dTCwV8eDxwkrP8hMl8HpwLJz/NKvmXtBqa7bYg8GKWNwqjy+pBRLdgiML+BI3HphOw==
+"@vitejs/plugin-vue@^1.9.0":
+ version "1.9.2"
+ resolved "https://registry.npmmirror.com/@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.9.2.tgz#7234efb8c3c3d60c7eac350a935074ab1820ae0e"
+ integrity sha1-cjTvuMPD1gx+rDUKk1B0qxggrg4=
"@vue/babel-helper-vue-transform-on@^1.0.2":
version "1.0.2"
@@ -2439,6 +2472,21 @@
html-tags "^3.1.0"
svg-tags "^1.0.0"
+"@vue/babel-plugin-jsx@^1.0.7":
+ version "1.0.7"
+ resolved "https://registry.nlark.com/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.7.tgz?cache=0&sync_timestamp=1630684770160&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fbabel-plugin-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-jsx-1.0.7.tgz#22d6c84ef8db5ac13db971476a55cc5215902168"
+ integrity sha1-ItbITvjbWsE9uXFHalXMUhWQIWg=
+ dependencies:
+ "@babel/helper-module-imports" "^7.0.0"
+ "@babel/plugin-syntax-jsx" "^7.0.0"
+ "@babel/template" "^7.0.0"
+ "@babel/traverse" "^7.0.0"
+ "@babel/types" "^7.0.0"
+ "@vue/babel-helper-vue-transform-on" "^1.0.2"
+ camelcase "^6.0.0"
+ html-tags "^3.1.0"
+ svg-tags "^1.0.0"
+
"@vue/compiler-core@3.2.1":
version "3.2.1"
resolved "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.1.tgz#8e13232f7aef8e308fb2d4a10571a5640257064b"
@@ -2738,6 +2786,11 @@ ansi-regex@^5.0.0:
resolved "https://registry.npm.taobao.org/ansi-regex/download/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
integrity sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=
+ansi-regex@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.nlark.com/ansi-regex/download/ansi-regex-5.0.1.tgz?cache=0&sync_timestamp=1631634988487&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fansi-regex%2Fdownload%2Fansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
+ integrity sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=
+
ansi-styles@^2.2.1:
version "2.2.1"
resolved "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-2.2.1.tgz?cache=0&sync_timestamp=1601839122515&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-styles%2Fdownload%2Fansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -3020,7 +3073,7 @@ atomically@^1.7.0:
resolved "https://registry.yarnpkg.com/atomically/-/atomically-1.7.0.tgz#c07a0458432ea6dbc9a3506fffa424b48bccaafe"
integrity sha512-Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w==
-autoprefixer@^10.3.1, autoprefixer@^10.3.2:
+autoprefixer@^10.3.2:
version "10.3.5"
resolved "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.3.5.tgz#762e6c13e30c5a0e650bf81d9ffd5713f1c8f344"
integrity sha512-2H5kQSsyoOMdIehTzIt/sC9ZDIgWqlkG/dbevm9B9xQZ1TDPBHpNUDW5ENqqQQzuaBWEo75JkV0LJe+o5Lnr5g==
@@ -3032,6 +3085,18 @@ autoprefixer@^10.3.1, autoprefixer@^10.3.2:
normalize-range "^0.1.2"
postcss-value-parser "^4.1.0"
+autoprefixer@^10.3.4:
+ version "10.3.6"
+ resolved "https://registry.npmmirror.com/autoprefixer/download/autoprefixer-10.3.6.tgz?cache=0&sync_timestamp=1632643102590&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fautoprefixer%2Fdownload%2Fautoprefixer-10.3.6.tgz#537c8a046e32ec46bfe528bcc9e2a5f2d87cd4c4"
+ integrity sha1-U3yKBG4y7Ea/5Si8yeKl8th81MQ=
+ dependencies:
+ browserslist "^4.17.1"
+ caniuse-lite "^1.0.30001260"
+ fraction.js "^4.1.1"
+ nanocolors "^0.2.8"
+ normalize-range "^0.1.2"
+ postcss-value-parser "^4.1.0"
+
autoprefixer@^9.8.6:
version "9.8.6"
resolved "https://registry.npm.taobao.org/autoprefixer/download/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
@@ -3260,7 +3325,7 @@ babel-helpers@^6.24.1:
babel-runtime "^6.22.0"
babel-template "^6.24.1"
-babel-jest@^27.0.6, babel-jest@^27.2.1:
+babel-jest@^27.2.1:
version "27.2.1"
resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-27.2.1.tgz#48edfa5cf8d59ab293da94321a369ccc7b67a4b1"
integrity sha512-kkaekSJHew1zfDW3cA2QiSBPg4uiLpiW0OwJKqFv0r2/mFgym/IBn7hxPntL6FvS66G/ROh+lz4pRiCJAH1/UQ==
@@ -3274,6 +3339,20 @@ babel-jest@^27.0.6, babel-jest@^27.2.1:
graceful-fs "^4.2.4"
slash "^3.0.0"
+babel-jest@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/babel-jest/download/babel-jest-27.2.3.tgz?cache=0&sync_timestamp=1632824034974&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fbabel-jest%2Fdownload%2Fbabel-jest-27.2.3.tgz#f48599a507cd33c10f58058149eb3079198d0ed7"
+ integrity sha1-9IWZpQfNM8EPWAWBSesweRmNDtc=
+ dependencies:
+ "@jest/transform" "^27.2.3"
+ "@jest/types" "^27.2.3"
+ "@types/babel__core" "^7.1.14"
+ babel-plugin-istanbul "^6.0.0"
+ babel-preset-jest "^27.2.0"
+ chalk "^4.0.0"
+ graceful-fs "^4.2.4"
+ slash "^3.0.0"
+
babel-messages@^6.23.0:
version "6.23.0"
resolved "https://registry.npm.taobao.org/babel-messages/download/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
@@ -4177,6 +4256,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001259:
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001259.tgz#ae21691d3da9c4be6144403ac40f71d9f6efd790"
integrity sha512-V7mQTFhjITxuk9zBpI6nYsiTXhcPe05l+364nZjK7MFK/E7ibvYBSAXr4YcA6oPR8j3ZLM/LN+lUqUVAQEUZFg==
+caniuse-lite@^1.0.30001260:
+ version "1.0.30001261"
+ resolved "https://registry.npmmirror.com/caniuse-lite/download/caniuse-lite-1.0.30001261.tgz#96d89813c076ea061209a4e040d8dcf0c66a1d01"
+ integrity sha1-ltiYE8B26gYSCaTgQNjc8MZqHQE=
+
caseless@~0.12.0:
version "0.12.0"
resolved "https://registry.npm.taobao.org/caseless/download/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -4506,10 +4590,10 @@ commander@^7.2.0:
resolved "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
-commander@^8.1.0:
+commander@^8.2.0:
version "8.2.0"
- resolved "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz#37fe2bde301d87d47a53adeff8b5915db1381ca8"
- integrity sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==
+ resolved "https://registry.nlark.com/commander/download/commander-8.2.0.tgz#37fe2bde301d87d47a53adeff8b5915db1381ca8"
+ integrity sha1-N/4r3jAdh9R6U63v+LWRXbE4HKg=
commander@~2.11.0:
version "2.11.0"
@@ -5829,16 +5913,16 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
dependencies:
homedir-polyfill "^1.0.1"
-expect@^27.2.1:
- version "27.2.1"
- resolved "https://registry.npmjs.org/expect/-/expect-27.2.1.tgz#5f882b308716618613f0106a488b46c303908157"
- integrity sha512-ekOA2mBtT2phxcoPVHCXIzbJxCvRXhx2fr7m28IgGdZxUOh8UvxvoRz1FcPlfgZMpE92biHB6woIcAKXqR28hA==
+expect@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/expect/download/expect-27.2.3.tgz?cache=0&sync_timestamp=1632823914916&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fexpect%2Fdownload%2Fexpect-27.2.3.tgz#9ce766b50c6a5f22edd07ca5510845ac8bcb0b10"
+ integrity sha1-nOdmtQxqXyLt0HylUQhFrIvLCxA=
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.2.3"
ansi-styles "^5.0.0"
jest-get-type "^27.0.6"
- jest-matcher-utils "^27.2.0"
- jest-message-util "^27.2.0"
+ jest-matcher-utils "^27.2.3"
+ jest-message-util "^27.2.3"
jest-regex-util "^27.0.6"
ext@^1.1.2:
@@ -6998,10 +7082,10 @@ human-signals@^2.1.0:
resolved "https://registry.npm.taobao.org/human-signals/download/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha1-3JH8ukLk0G5Kuu0zs+ejwC9RTqA=
-husky@^7.0.1:
+husky@^7.0.2:
version "7.0.2"
- resolved "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz#21900da0f30199acca43a46c043c4ad84ae88dff"
- integrity sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==
+ resolved "https://registry.nlark.com/husky/download/husky-7.0.2.tgz?cache=0&sync_timestamp=1629854696569&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhusky%2Fdownload%2Fhusky-7.0.2.tgz#21900da0f30199acca43a46c043c4ad84ae88dff"
+ integrity sha1-IZANoPMBmazKQ6RsBDxK2Erojf8=
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
version "0.4.24"
@@ -7683,86 +7767,86 @@ jest-canvas-mock@^2.3.1:
cssfontparser "^1.2.1"
moo-color "^1.0.2"
-jest-changed-files@^27.1.1:
- version "27.1.1"
- resolved "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.1.1.tgz#9b3f67a34cc58e3e811e2e1e21529837653e4200"
- integrity sha512-5TV9+fYlC2A6hu3qtoyGHprBwCAn0AuGA77bZdUgYvVlRMjHXo063VcWTEAyx6XAZ85DYHqp0+aHKbPlfRDRvA==
+jest-changed-files@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-changed-files/download/jest-changed-files-27.2.3.tgz?cache=0&sync_timestamp=1632823960549&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-changed-files%2Fdownload%2Fjest-changed-files-27.2.3.tgz#83c42171d87c26d5a72e8464412cc4e239c01dda"
+ integrity sha1-g8Qhcdh8JtWnLoRkQSzE4jnAHdo=
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.2.3"
execa "^5.0.0"
throat "^6.0.1"
-jest-circus@^27.2.1:
- version "27.2.1"
- resolved "https://registry.npmjs.org/jest-circus/-/jest-circus-27.2.1.tgz#c5166052b328c0df932cdaf89f5982085e7b4812"
- integrity sha512-9q/8X8DgJmW8IqXsJNnS2E28iarx990hf6D+frS3P0lB+avhFDD33alLwZzKgm45u0wvEi6iFh43WjNbp5fhjw==
+jest-circus@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-circus/download/jest-circus-27.2.3.tgz?cache=0&sync_timestamp=1632823921732&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-circus%2Fdownload%2Fjest-circus-27.2.3.tgz#e46ed567b316323f0b7c12dc72cd12fe46656356"
+ integrity sha1-5G7VZ7MWMj8LfBLccs0S/kZlY1Y=
dependencies:
- "@jest/environment" "^27.2.0"
- "@jest/test-result" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/environment" "^27.2.3"
+ "@jest/test-result" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/node" "*"
chalk "^4.0.0"
co "^4.6.0"
dedent "^0.7.0"
- expect "^27.2.1"
+ expect "^27.2.3"
is-generator-fn "^2.0.0"
- jest-each "^27.2.0"
- jest-matcher-utils "^27.2.0"
- jest-message-util "^27.2.0"
- jest-runtime "^27.2.1"
- jest-snapshot "^27.2.1"
- jest-util "^27.2.0"
- pretty-format "^27.2.0"
+ jest-each "^27.2.3"
+ jest-matcher-utils "^27.2.3"
+ jest-message-util "^27.2.3"
+ jest-runtime "^27.2.3"
+ jest-snapshot "^27.2.3"
+ jest-util "^27.2.3"
+ pretty-format "^27.2.3"
slash "^3.0.0"
stack-utils "^2.0.3"
throat "^6.0.1"
-jest-cli@^27.2.1:
- version "27.2.1"
- resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-27.2.1.tgz#031e887245945864cc6ed8605c939f1937858c09"
- integrity sha512-IfxuGkBZS/ogY7yFvvD1dFidzQRXlSBHtUZQ3UTIHydzNMF4/ZRTdGFso6HkbCkemwLh4hnNybONexEqWmYwjw==
+jest-cli@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-cli/download/jest-cli-27.2.3.tgz?cache=0&sync_timestamp=1632823952855&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-cli%2Fdownload%2Fjest-cli-27.2.3.tgz#68add5b1626bd5502df6c7a4a4d574ebf797221a"
+ integrity sha1-aK3VsWJr1VAt9sekpNV06/eXIho=
dependencies:
- "@jest/core" "^27.2.1"
- "@jest/test-result" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/core" "^27.2.3"
+ "@jest/test-result" "^27.2.3"
+ "@jest/types" "^27.2.3"
chalk "^4.0.0"
exit "^0.1.2"
graceful-fs "^4.2.4"
import-local "^3.0.2"
- jest-config "^27.2.1"
- jest-util "^27.2.0"
- jest-validate "^27.2.0"
+ jest-config "^27.2.3"
+ jest-util "^27.2.3"
+ jest-validate "^27.2.3"
prompts "^2.0.1"
yargs "^16.0.3"
-jest-config@^27.2.1:
- version "27.2.1"
- resolved "https://registry.npmjs.org/jest-config/-/jest-config-27.2.1.tgz#2e727e023fc4b77a9f067a40c5448a939aa8386b"
- integrity sha512-BAOemP8udmFw9nkgaLAac7vXORdvrt4yrJWoh7uYb0nPZeSsu0kGwJU18SwtY4paq9fed5OgAssC3A+Bf4WMQA==
+jest-config@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-config/download/jest-config-27.2.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-config%2Fdownload%2Fjest-config-27.2.3.tgz#64606cd1f194fb9527cbbc3e4ff23b324653b992"
+ integrity sha1-ZGBs0fGU+5Uny7w+T/I7MkZTuZI=
dependencies:
"@babel/core" "^7.1.0"
- "@jest/test-sequencer" "^27.2.1"
- "@jest/types" "^27.1.1"
- babel-jest "^27.2.1"
+ "@jest/test-sequencer" "^27.2.3"
+ "@jest/types" "^27.2.3"
+ babel-jest "^27.2.3"
chalk "^4.0.0"
deepmerge "^4.2.2"
glob "^7.1.1"
graceful-fs "^4.2.4"
is-ci "^3.0.0"
- jest-circus "^27.2.1"
- jest-environment-jsdom "^27.2.0"
- jest-environment-node "^27.2.0"
+ jest-circus "^27.2.3"
+ jest-environment-jsdom "^27.2.3"
+ jest-environment-node "^27.2.3"
jest-get-type "^27.0.6"
- jest-jasmine2 "^27.2.1"
+ jest-jasmine2 "^27.2.3"
jest-regex-util "^27.0.6"
- jest-resolve "^27.2.0"
- jest-runner "^27.2.1"
- jest-util "^27.2.0"
- jest-validate "^27.2.0"
+ jest-resolve "^27.2.3"
+ jest-runner "^27.2.3"
+ jest-util "^27.2.3"
+ jest-validate "^27.2.3"
micromatch "^4.0.4"
- pretty-format "^27.2.0"
+ pretty-format "^27.2.3"
-jest-diff@^27.0.0, jest-diff@^27.2.0:
+jest-diff@^27.0.0:
version "27.2.0"
resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-27.2.0.tgz#bda761c360f751bab1e7a2fe2fc2b0a35ce8518c"
integrity sha512-QSO9WC6btFYWtRJ3Hac0sRrkspf7B01mGrrQEiCW6TobtViJ9RWL0EmOs/WnBsZDsI/Y2IoSHZA2x6offu0sYw==
@@ -7772,6 +7856,16 @@ jest-diff@^27.0.0, jest-diff@^27.2.0:
jest-get-type "^27.0.6"
pretty-format "^27.2.0"
+jest-diff@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-diff/download/jest-diff-27.2.3.tgz?cache=0&sync_timestamp=1632823936329&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-diff%2Fdownload%2Fjest-diff-27.2.3.tgz#4298ecc53f7476571d0625e8fda3ade13607a864"
+ integrity sha1-QpjsxT90dlcdBiXo/aOt4TYHqGQ=
+ dependencies:
+ chalk "^4.0.0"
+ diff-sequences "^27.0.6"
+ jest-get-type "^27.0.6"
+ pretty-format "^27.2.3"
+
jest-docblock@^27.0.6:
version "27.0.6"
resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.0.6.tgz#cc78266acf7fe693ca462cbbda0ea4e639e4e5f3"
@@ -7779,41 +7873,41 @@ jest-docblock@^27.0.6:
dependencies:
detect-newline "^3.0.0"
-jest-each@^27.2.0:
- version "27.2.0"
- resolved "https://registry.npmjs.org/jest-each/-/jest-each-27.2.0.tgz#4c531c7223de289429fc7b2473a86e653c86d61f"
- integrity sha512-biDmmUQjg+HZOB7MfY2RHSFL3j418nMoC3TK3pGAj880fQQSxvQe1y2Wy23JJJNUlk6YXiGU0yWy86Le1HBPmA==
+jest-each@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-each/download/jest-each-27.2.3.tgz?cache=0&sync_timestamp=1632823928060&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-each%2Fdownload%2Fjest-each-27.2.3.tgz#7eaf7c7b362019f23c5a7998b57d82e78e6f6672"
+ integrity sha1-fq98ezYgGfI8WnmYtX2C545vZnI=
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.2.3"
chalk "^4.0.0"
jest-get-type "^27.0.6"
- jest-util "^27.2.0"
- pretty-format "^27.2.0"
+ jest-util "^27.2.3"
+ pretty-format "^27.2.3"
-jest-environment-jsdom@^27.2.0:
- version "27.2.0"
- resolved "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.2.0.tgz#c654dfae50ca2272c2a2e2bb95ff0af298283a3c"
- integrity sha512-wNQJi6Rd/AkUWqTc4gWhuTIFPo7tlMK0RPZXeM6AqRHZA3D3vwvTa9ktAktyVyWYmUoXdYstOfyYMG3w4jt7eA==
+jest-environment-jsdom@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-environment-jsdom/download/jest-environment-jsdom-27.2.3.tgz?cache=0&sync_timestamp=1632823922110&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-environment-jsdom%2Fdownload%2Fjest-environment-jsdom-27.2.3.tgz#36ad673f93f1948dd5daa6dcb1c9b1ad09d60165"
+ integrity sha1-Nq1nP5PxlI3V2qbcscmxrQnWAWU=
dependencies:
- "@jest/environment" "^27.2.0"
- "@jest/fake-timers" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/environment" "^27.2.3"
+ "@jest/fake-timers" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/node" "*"
- jest-mock "^27.1.1"
- jest-util "^27.2.0"
+ jest-mock "^27.2.3"
+ jest-util "^27.2.3"
jsdom "^16.6.0"
-jest-environment-node@^27.2.0:
- version "27.2.0"
- resolved "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.2.0.tgz#73ef2151cb62206669becb94cd84f33276252de5"
- integrity sha512-WbW+vdM4u88iy6Q3ftUEQOSgMPtSgjm3qixYYK2AKEuqmFO2zmACTw1vFUB0qI/QN88X6hA6ZkVKIdIWWzz+yg==
+jest-environment-node@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-environment-node/download/jest-environment-node-27.2.3.tgz?cache=0&sync_timestamp=1632823926705&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-environment-node%2Fdownload%2Fjest-environment-node-27.2.3.tgz#651b15f52310b12660a5fd53812b8b2e696ee9b9"
+ integrity sha1-ZRsV9SMQsSZgpf1TgSuLLmlu6bk=
dependencies:
- "@jest/environment" "^27.2.0"
- "@jest/fake-timers" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/environment" "^27.2.3"
+ "@jest/fake-timers" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/node" "*"
- jest-mock "^27.1.1"
- jest-util "^27.2.0"
+ jest-mock "^27.2.3"
+ jest-util "^27.2.3"
jest-get-type@^27.0.6:
version "27.0.6"
@@ -7840,69 +7934,89 @@ jest-haste-map@^27.2.0:
optionalDependencies:
fsevents "^2.3.2"
-jest-jasmine2@^27.2.1:
- version "27.2.1"
- resolved "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.2.1.tgz#30ee71f38670a621ecf3b6dcb89875933f780de6"
- integrity sha512-3vytj3+S49+XYsxGJyjlchDo4xblYzjDY4XK7pV2IAdspbMFOpmeNMOeDonYuvlbUtcV8yrFLA6XtliXapDmMA==
+jest-haste-map@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-haste-map/download/jest-haste-map-27.2.3.tgz?cache=0&sync_timestamp=1632823961531&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-haste-map%2Fdownload%2Fjest-haste-map-27.2.3.tgz#cec807c59c312872f0ea4cc1b6b5ca7b46131705"
+ integrity sha1-zsgHxZwxKHLw6kzBtrXKe0YTFwU=
+ dependencies:
+ "@jest/types" "^27.2.3"
+ "@types/graceful-fs" "^4.1.2"
+ "@types/node" "*"
+ anymatch "^3.0.3"
+ fb-watchman "^2.0.0"
+ graceful-fs "^4.2.4"
+ jest-regex-util "^27.0.6"
+ jest-serializer "^27.0.6"
+ jest-util "^27.2.3"
+ jest-worker "^27.2.3"
+ micromatch "^4.0.4"
+ walker "^1.0.7"
+ optionalDependencies:
+ fsevents "^2.3.2"
+
+jest-jasmine2@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-jasmine2/download/jest-jasmine2-27.2.3.tgz?cache=0&sync_timestamp=1632823926216&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-jasmine2%2Fdownload%2Fjest-jasmine2-27.2.3.tgz#19fe549b7e86128cd7d0d1668ebf4377dd3981f9"
+ integrity sha1-Gf5Um36GEozX0NFmjr9Dd905gfk=
dependencies:
"@babel/traverse" "^7.1.0"
- "@jest/environment" "^27.2.0"
+ "@jest/environment" "^27.2.3"
"@jest/source-map" "^27.0.6"
- "@jest/test-result" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/test-result" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/node" "*"
chalk "^4.0.0"
co "^4.6.0"
- expect "^27.2.1"
+ expect "^27.2.3"
is-generator-fn "^2.0.0"
- jest-each "^27.2.0"
- jest-matcher-utils "^27.2.0"
- jest-message-util "^27.2.0"
- jest-runtime "^27.2.1"
- jest-snapshot "^27.2.1"
- jest-util "^27.2.0"
- pretty-format "^27.2.0"
+ jest-each "^27.2.3"
+ jest-matcher-utils "^27.2.3"
+ jest-message-util "^27.2.3"
+ jest-runtime "^27.2.3"
+ jest-snapshot "^27.2.3"
+ jest-util "^27.2.3"
+ pretty-format "^27.2.3"
throat "^6.0.1"
-jest-leak-detector@^27.2.0:
- version "27.2.0"
- resolved "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.2.0.tgz#9a7ca2dad1a21c4e49ad2a8ad7f1214ffdb86a28"
- integrity sha512-e91BIEmbZw5+MHkB4Hnrq7S86coTxUMCkz4n7DLmQYvl9pEKmRx9H/JFH87bBqbIU5B2Ju1soKxRWX6/eGFGpA==
+jest-leak-detector@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-leak-detector/download/jest-leak-detector-27.2.3.tgz?cache=0&sync_timestamp=1632823924517&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-leak-detector%2Fdownload%2Fjest-leak-detector-27.2.3.tgz#6c60a795fe9b07442c604140373571559d4d467d"
+ integrity sha1-bGCnlf6bB0QsYEFANzVxVZ1NRn0=
dependencies:
jest-get-type "^27.0.6"
- pretty-format "^27.2.0"
+ pretty-format "^27.2.3"
-jest-matcher-utils@^27.2.0:
- version "27.2.0"
- resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.2.0.tgz#b4d224ab88655d5fab64b96b989ac349e2f5da43"
- integrity sha512-F+LG3iTwJ0gPjxBX6HCyrARFXq6jjiqhwBQeskkJQgSLeF1j6ui1RTV08SR7O51XTUhtc8zqpDj8iCG4RGmdKw==
+jest-matcher-utils@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-matcher-utils/download/jest-matcher-utils-27.2.3.tgz?cache=0&sync_timestamp=1632823924150&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-matcher-utils%2Fdownload%2Fjest-matcher-utils-27.2.3.tgz#db7f992f3921f5004f4de36aafa0c03f2565122a"
+ integrity sha1-23+ZLzkh9QBPTeNqr6DAPyVlEio=
dependencies:
chalk "^4.0.0"
- jest-diff "^27.2.0"
+ jest-diff "^27.2.3"
jest-get-type "^27.0.6"
- pretty-format "^27.2.0"
+ pretty-format "^27.2.3"
-jest-message-util@^27.2.0:
- version "27.2.0"
- resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.2.0.tgz#2f65c71df55267208686b1d7514e18106c91ceaf"
- integrity sha512-y+sfT/94CiP8rKXgwCOzO1mUazIEdEhrLjuiu+RKmCP+8O/TJTSne9dqQRbFIHBtlR2+q7cddJlWGir8UATu5w==
+jest-message-util@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-message-util/download/jest-message-util-27.2.3.tgz#cd1091a3f0f3ff919756b15cfccc0ba43eeeeff0"
+ integrity sha1-zRCRo/Dz/5GXVrFc/MwLpD7u7/A=
dependencies:
"@babel/code-frame" "^7.12.13"
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.2.3"
"@types/stack-utils" "^2.0.0"
chalk "^4.0.0"
graceful-fs "^4.2.4"
micromatch "^4.0.4"
- pretty-format "^27.2.0"
+ pretty-format "^27.2.3"
slash "^3.0.0"
stack-utils "^2.0.3"
-jest-mock@^27.1.1:
- version "27.1.1"
- resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-27.1.1.tgz#c7a2e81301fdcf3dab114931d23d89ec9d0c3a82"
- integrity sha512-SClsFKuYBf+6SSi8jtAYOuPw8DDMsTElUWEae3zq7vDhH01ayVSIHUSIa8UgbDOUalCFp6gNsaikN0rbxN4dbw==
+jest-mock@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-mock/download/jest-mock-27.2.3.tgz?cache=0&sync_timestamp=1632823895450&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-mock%2Fdownload%2Fjest-mock-27.2.3.tgz#f532d2c8c158e8b899f2a0a5bd3077af37619c29"
+ integrity sha1-9TLSyMFY6LiZ8qClvTB3rzdhnCk=
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.2.3"
"@types/node" "*"
jest-pnp-resolver@^1.2.2:
@@ -7915,72 +8029,72 @@ jest-regex-util@^27.0.6:
resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5"
integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==
-jest-resolve-dependencies@^27.2.1:
- version "27.2.1"
- resolved "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.2.1.tgz#239be969ece749d4dc2e1efcf3d2b86c99525c2e"
- integrity sha512-9bKEwmz4YshGPjGZAVZOVw6jt7pq2/FjWJmyhnWhvDuiRCHVZBcJhycinX+e/EJ7jafsq26bTpzBIQas3xql1g==
+jest-resolve-dependencies@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-resolve-dependencies/download/jest-resolve-dependencies-27.2.3.tgz?cache=0&sync_timestamp=1632823933295&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-resolve-dependencies%2Fdownload%2Fjest-resolve-dependencies-27.2.3.tgz#fcb620684108fe7a099185052434d26f17de98e6"
+ integrity sha1-/LYgaEEI/noJkYUFJDTSbxfemOY=
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.2.3"
jest-regex-util "^27.0.6"
- jest-snapshot "^27.2.1"
+ jest-snapshot "^27.2.3"
-jest-resolve@^27.2.0:
- version "27.2.0"
- resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.2.0.tgz#f5d053693ab3806ec2f778e6df8b0aa4cfaef95f"
- integrity sha512-v09p9Ib/VtpHM6Cz+i9lEAv1Z/M5NVxsyghRHRMEUOqwPQs3zwTdwp1xS3O/k5LocjKiGS0OTaJoBSpjbM2Jlw==
+jest-resolve@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-resolve/download/jest-resolve-27.2.3.tgz?cache=0&sync_timestamp=1632823923669&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-resolve%2Fdownload%2Fjest-resolve-27.2.3.tgz#868911cf705c537f433befcfc65e6ddc70c9d7f9"
+ integrity sha1-hokRz3BcU39DO+/Pxl5t3HDJ1/k=
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.2.3"
chalk "^4.0.0"
escalade "^3.1.1"
graceful-fs "^4.2.4"
- jest-haste-map "^27.2.0"
+ jest-haste-map "^27.2.3"
jest-pnp-resolver "^1.2.2"
- jest-util "^27.2.0"
- jest-validate "^27.2.0"
+ jest-util "^27.2.3"
+ jest-validate "^27.2.3"
resolve "^1.20.0"
slash "^3.0.0"
-jest-runner@^27.2.1:
- version "27.2.1"
- resolved "https://registry.npmjs.org/jest-runner/-/jest-runner-27.2.1.tgz#3443b1fc08b8a50f305dfc2d41dd2badf335843b"
- integrity sha512-USHitkUUzcB3Y5mRdzlp+KHgRRR2VsXDq5OeATuDmq1qXfT/RwwnQykUhn+KVx3FotxK3pID74UY7o6HYIR8vA==
+jest-runner@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-runner/download/jest-runner-27.2.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-runner%2Fdownload%2Fjest-runner-27.2.3.tgz#22f6ef7bd4140fec74cec18eef29c24d07cb6ad5"
+ integrity sha1-Ivbve9QUD+x0zsGO7ynCTQfLatU=
dependencies:
- "@jest/console" "^27.2.0"
- "@jest/environment" "^27.2.0"
- "@jest/test-result" "^27.2.0"
- "@jest/transform" "^27.2.1"
- "@jest/types" "^27.1.1"
+ "@jest/console" "^27.2.3"
+ "@jest/environment" "^27.2.3"
+ "@jest/test-result" "^27.2.3"
+ "@jest/transform" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/node" "*"
chalk "^4.0.0"
emittery "^0.8.1"
exit "^0.1.2"
graceful-fs "^4.2.4"
jest-docblock "^27.0.6"
- jest-environment-jsdom "^27.2.0"
- jest-environment-node "^27.2.0"
- jest-haste-map "^27.2.0"
- jest-leak-detector "^27.2.0"
- jest-message-util "^27.2.0"
- jest-resolve "^27.2.0"
- jest-runtime "^27.2.1"
- jest-util "^27.2.0"
- jest-worker "^27.2.0"
+ jest-environment-jsdom "^27.2.3"
+ jest-environment-node "^27.2.3"
+ jest-haste-map "^27.2.3"
+ jest-leak-detector "^27.2.3"
+ jest-message-util "^27.2.3"
+ jest-resolve "^27.2.3"
+ jest-runtime "^27.2.3"
+ jest-util "^27.2.3"
+ jest-worker "^27.2.3"
source-map-support "^0.5.6"
throat "^6.0.1"
-jest-runtime@^27.2.1:
- version "27.2.1"
- resolved "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.2.1.tgz#db506f679356f5b94b7be20e770f2541b7c2b339"
- integrity sha512-QJNnwL4iteDE/Jq4TfQK7AjhPoUZflBKTtUIkRnFYFkTAZTP/o8k7ekaROiVjmo+NYop5+DQPqX6pz4vWbZSOQ==
+jest-runtime@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-runtime/download/jest-runtime-27.2.3.tgz?cache=0&sync_timestamp=1632823918419&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-runtime%2Fdownload%2Fjest-runtime-27.2.3.tgz#e6fc25bbbc63b19fae50c3994060efb1b2922b7e"
+ integrity sha1-5vwlu7xjsZ+uUMOZQGDvsbKSK34=
dependencies:
- "@jest/console" "^27.2.0"
- "@jest/environment" "^27.2.0"
- "@jest/fake-timers" "^27.2.0"
- "@jest/globals" "^27.2.1"
+ "@jest/console" "^27.2.3"
+ "@jest/environment" "^27.2.3"
+ "@jest/fake-timers" "^27.2.3"
+ "@jest/globals" "^27.2.3"
"@jest/source-map" "^27.0.6"
- "@jest/test-result" "^27.2.0"
- "@jest/transform" "^27.2.1"
- "@jest/types" "^27.1.1"
+ "@jest/test-result" "^27.2.3"
+ "@jest/transform" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
cjs-module-lexer "^1.0.0"
@@ -7989,14 +8103,14 @@ jest-runtime@^27.2.1:
exit "^0.1.2"
glob "^7.1.3"
graceful-fs "^4.2.4"
- jest-haste-map "^27.2.0"
- jest-message-util "^27.2.0"
- jest-mock "^27.1.1"
+ jest-haste-map "^27.2.3"
+ jest-message-util "^27.2.3"
+ jest-mock "^27.2.3"
jest-regex-util "^27.0.6"
- jest-resolve "^27.2.0"
- jest-snapshot "^27.2.1"
- jest-util "^27.2.0"
- jest-validate "^27.2.0"
+ jest-resolve "^27.2.3"
+ jest-snapshot "^27.2.3"
+ jest-util "^27.2.3"
+ jest-validate "^27.2.3"
slash "^3.0.0"
strip-bom "^4.0.0"
yargs "^16.0.3"
@@ -8016,10 +8130,10 @@ jest-serializer@^27.0.6:
"@types/node" "*"
graceful-fs "^4.2.4"
-jest-snapshot@^27.2.1:
- version "27.2.1"
- resolved "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.2.1.tgz#385accf3bb71ac84e9a6bda4fc9bb458d53abb35"
- integrity sha512-8CTg2YrgZuQbPHW7G0YvLTj4yTRXLmSeEO+ka3eC5lbu5dsTRyoDNS1L7x7EFUTyYQhFH9HQG1/TNlbUgR9Lug==
+jest-snapshot@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-snapshot/download/jest-snapshot-27.2.3.tgz?cache=0&sync_timestamp=1632823909435&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-snapshot%2Fdownload%2Fjest-snapshot-27.2.3.tgz#e3f39e1708a4d93dfa1297e73b5d2feec44f6d0c"
+ integrity sha1-4/OeFwik2T36EpfnO10v7sRPbQw=
dependencies:
"@babel/core" "^7.7.2"
"@babel/generator" "^7.7.2"
@@ -8027,23 +8141,23 @@ jest-snapshot@^27.2.1:
"@babel/plugin-syntax-typescript" "^7.7.2"
"@babel/traverse" "^7.7.2"
"@babel/types" "^7.0.0"
- "@jest/transform" "^27.2.1"
- "@jest/types" "^27.1.1"
+ "@jest/transform" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/babel__traverse" "^7.0.4"
"@types/prettier" "^2.1.5"
babel-preset-current-node-syntax "^1.0.0"
chalk "^4.0.0"
- expect "^27.2.1"
+ expect "^27.2.3"
graceful-fs "^4.2.4"
- jest-diff "^27.2.0"
+ jest-diff "^27.2.3"
jest-get-type "^27.0.6"
- jest-haste-map "^27.2.0"
- jest-matcher-utils "^27.2.0"
- jest-message-util "^27.2.0"
- jest-resolve "^27.2.0"
- jest-util "^27.2.0"
+ jest-haste-map "^27.2.3"
+ jest-matcher-utils "^27.2.3"
+ jest-message-util "^27.2.3"
+ jest-resolve "^27.2.3"
+ jest-util "^27.2.3"
natural-compare "^1.4.0"
- pretty-format "^27.2.0"
+ pretty-format "^27.2.3"
semver "^7.3.2"
jest-util@^27.0.0, jest-util@^27.2.0:
@@ -8058,29 +8172,41 @@ jest-util@^27.0.0, jest-util@^27.2.0:
is-ci "^3.0.0"
picomatch "^2.2.3"
-jest-validate@^27.2.0:
- version "27.2.0"
- resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-27.2.0.tgz#b7535f12d95dd3b4382831f4047384ca098642ab"
- integrity sha512-uIEZGkFKk3+4liA81Xu0maG5aGDyPLdp+4ed244c+Ql0k3aLWQYcMbaMLXOIFcb83LPHzYzqQ8hwNnIxTqfAGQ==
+jest-util@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-util/download/jest-util-27.2.3.tgz?cache=0&sync_timestamp=1632823991892&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-util%2Fdownload%2Fjest-util-27.2.3.tgz#f766354b7c489c1f9ea88cd1d96d044fbd2b5d4d"
+ integrity sha1-92Y1S3xInB+eqIzR2W0ET70rXU0=
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.2.3"
+ "@types/node" "*"
+ chalk "^4.0.0"
+ graceful-fs "^4.2.4"
+ is-ci "^3.0.0"
+ picomatch "^2.2.3"
+
+jest-validate@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-validate/download/jest-validate-27.2.3.tgz#4fcc49e581f13fbe260a77e711a80f0256138a7a"
+ integrity sha1-T8xJ5YHxP74mCnfnEagPAlYTino=
+ dependencies:
+ "@jest/types" "^27.2.3"
camelcase "^6.2.0"
chalk "^4.0.0"
jest-get-type "^27.0.6"
leven "^3.1.0"
- pretty-format "^27.2.0"
+ pretty-format "^27.2.3"
-jest-watcher@^27.2.0:
- version "27.2.0"
- resolved "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.2.0.tgz#dc2eef4c13c6d41cebf3f1fc5f900a54b51c2ea0"
- integrity sha512-SjRWhnr+qO8aBsrcnYIyF+qRxNZk6MZH8TIDgvi+VlsyrvOyqg0d+Rm/v9KHiTtC9mGGeFi9BFqgavyWib6xLg==
+jest-watcher@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-watcher/download/jest-watcher-27.2.3.tgz#2989228bdd05138094f7ec19a23cbb2665f2efb7"
+ integrity sha1-KYkii90FE4CU9+wZojy7JmXy77c=
dependencies:
- "@jest/test-result" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/test-result" "^27.2.3"
+ "@jest/types" "^27.2.3"
"@types/node" "*"
ansi-escapes "^4.2.1"
chalk "^4.0.0"
- jest-util "^27.2.0"
+ jest-util "^27.2.3"
string-length "^4.0.1"
jest-worker@^27.2.0:
@@ -8092,14 +8218,23 @@ jest-worker@^27.2.0:
merge-stream "^2.0.0"
supports-color "^8.0.0"
-jest@^27.0.6:
- version "27.2.1"
- resolved "https://registry.npmjs.org/jest/-/jest-27.2.1.tgz#9263102056fe152fd2478d181cf9bbbd2a6a8da4"
- integrity sha512-0MyvNS7J1HbkeotYaqKNGioN+p1/AAPtI1Z8iwMtCBE+PwBT+M4l25D9Pve8/KdhktYLgZaGyyj9CoDytD+R2Q==
+jest-worker@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest-worker/download/jest-worker-27.2.3.tgz?cache=0&sync_timestamp=1632823925673&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-worker%2Fdownload%2Fjest-worker-27.2.3.tgz#396e83d04ca575230a9bcb255c2b66aec07cb931"
+ integrity sha1-OW6D0EyldSMKm8slXCtmrsB8uTE=
dependencies:
- "@jest/core" "^27.2.1"
+ "@types/node" "*"
+ merge-stream "^2.0.0"
+ supports-color "^8.0.0"
+
+jest@^27.2.1:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/jest/download/jest-27.2.3.tgz#9c2af9ce874a3eb202f83d92fbc1cc61ccc73248"
+ integrity sha1-nCr5zodKPrIC+D2S+8HMYczHMkg=
+ dependencies:
+ "@jest/core" "^27.2.3"
import-local "^3.0.2"
- jest-cli "^27.2.1"
+ jest-cli "^27.2.3"
jimp@^0.9.3:
version "0.9.8"
@@ -8728,10 +8863,10 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"
-markdown-it-anchor@^8.3.0:
+markdown-it-anchor@^8.3.1:
version "8.3.1"
- resolved "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.3.1.tgz#b48a2097c89f82e1625db772b8a6a03e9e637cdc"
- integrity sha512-i12nPHfLM5uKQXVkzyJt5tZ7DetcYqZoCeiUc9OPqhAhqAR6SOswqMgzqEvDyT5BK6DOc8MmV78VjzCsYM5J5g==
+ resolved "https://registry.nlark.com/markdown-it-anchor/download/markdown-it-anchor-8.3.1.tgz?cache=0&sync_timestamp=1631929302771&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmarkdown-it-anchor%2Fdownload%2Fmarkdown-it-anchor-8.3.1.tgz#b48a2097c89f82e1625db772b8a6a03e9e637cdc"
+ integrity sha1-tIogl8ifguFiXbdyuKagPp5jfNw=
markdown-it@^12.2.0:
version "12.2.0"
@@ -9102,6 +9237,11 @@ nanocolors@^0.1.5:
resolved "https://registry.npmjs.org/nanocolors/-/nanocolors-0.1.6.tgz#bc2350d3edfdbfadd7ac018c855ae7c13905a6ad"
integrity sha512-2pvTw6vYRaBLGir2xR7MxaJtyWkrn+C53EpW8yPotG+pdAwBvt0Xwk4VJ6VHLY0aLthVZPvDfm9TdZvrvAm5UQ==
+nanocolors@^0.2.8:
+ version "0.2.11"
+ resolved "https://registry.npmmirror.com/nanocolors/download/nanocolors-0.2.11.tgz?cache=0&sync_timestamp=1632771658570&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fnanocolors%2Fdownload%2Fnanocolors-0.2.11.tgz#f2573e6872f1b70067423fc68bbc9d0de2f3bbee"
+ integrity sha1-8lc+aHLxtwBnQj/Gi7ydDeLzu+4=
+
nanoid@^3.1.25:
version "3.1.25"
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
@@ -10217,10 +10357,10 @@ prepend-http@^2.0.0:
resolved "https://registry.npm.taobao.org/prepend-http/download/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
-prettier@^2.3.2:
+prettier@^2.4.1:
version "2.4.1"
- resolved "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
- integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
+ resolved "https://registry.nlark.com/prettier/download/prettier-2.4.1.tgz?cache=0&sync_timestamp=1631777138030&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fprettier%2Fdownload%2Fprettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
+ integrity sha1-Zx4RyJwUpM/Ids5WQQbEpnJsn1w=
pretty-format@^27.0.0, pretty-format@^27.2.0:
version "27.2.0"
@@ -10232,6 +10372,16 @@ pretty-format@^27.0.0, pretty-format@^27.2.0:
ansi-styles "^5.0.0"
react-is "^17.0.1"
+pretty-format@^27.2.3:
+ version "27.2.3"
+ resolved "https://registry.npmmirror.com/pretty-format/download/pretty-format-27.2.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpretty-format%2Fdownload%2Fpretty-format-27.2.3.tgz#c76710de6ebd8b1b412a5668bacf4a6c2f21a029"
+ integrity sha1-x2cQ3m69ixtBKlZous9KbC8hoCk=
+ dependencies:
+ "@jest/types" "^27.2.3"
+ ansi-regex "^5.0.1"
+ ansi-styles "^5.0.0"
+ react-is "^17.0.1"
+
pretty-hrtime@^1.0.0:
version "1.0.3"
resolved "https://registry.npm.taobao.org/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
@@ -12059,10 +12209,10 @@ typedarray@^0.0.6:
resolved "https://registry.npm.taobao.org/typedarray/download/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
-typescript@^4.3.5:
+typescript@^4.4.3:
version "4.4.3"
- resolved "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
- integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
+ resolved "https://registry.npmmirror.com/typescript/download/typescript-4.4.3.tgz?cache=0&sync_timestamp=1632813532420&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftypescript%2Fdownload%2Ftypescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
+ integrity sha1-vcVAfKorEJ79T4L+EwZW+XeikyQ=
uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"
@@ -12311,10 +12461,10 @@ v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
-v8-to-istanbul@^8.0.0:
- version "8.0.0"
- resolved "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.0.0.tgz#4229f2a99e367f3f018fa1d5c2b8ec684667c69c"
- integrity sha512-LkmXi8UUNxnCC+JlH7/fsfsKr5AU110l+SYGJimWNkWhxbN5EyeOtm1MJ0hhvqMMOhGwBj1Fp70Yv9i+hX0QAg==
+v8-to-istanbul@^8.1.0:
+ version "8.1.0"
+ resolved "https://registry.npmmirror.com/v8-to-istanbul/download/v8-to-istanbul-8.1.0.tgz#0aeb763894f1a0a1676adf8a8b7612a38902446c"
+ integrity sha1-Cut2OJTxoKFnat+Ki3YSo4kCRGw=
dependencies:
"@types/istanbul-lib-coverage" "^2.0.1"
convert-source-map "^1.6.0"
@@ -12440,19 +12590,19 @@ vite-plugin-html@^2.1.0:
fs-extra "^10.0.0"
html-minifier-terser "^5.1.1"
-vite-plugin-md@^0.11.0:
+vite-plugin-md@^0.11.1:
version "0.11.1"
- resolved "https://registry.npmjs.org/vite-plugin-md/-/vite-plugin-md-0.11.1.tgz#bc40455eb56767395e9ccf46ef4a50e8c0d2b748"
- integrity sha512-nS+VmwFpUv+RiUcHntMPGXb8QxdJupW7q4AtqWpdpkAmTgI/HRilLRFtBIPxt4d+ZVtuMFrG3l1TG/hTUgghUg==
+ resolved "https://registry.nlark.com/vite-plugin-md/download/vite-plugin-md-0.11.1.tgz#bc40455eb56767395e9ccf46ef4a50e8c0d2b748"
+ integrity sha1-vEBFXrVnZzlenM9G70pQ6MDSt0g=
dependencies:
"@rollup/pluginutils" "^4.1.1"
gray-matter "^4.0.3"
markdown-it "^12.2.0"
-vite@^2.5.3:
+vite@^2.5.10:
version "2.5.10"
- resolved "https://registry.npmjs.org/vite/-/vite-2.5.10.tgz#c598e3b5a7e1956ffc52eb3b3420d177fc2ed2a5"
- integrity sha512-0ObiHTi5AHyXdJcvZ67HMsDgVpjT5RehvVKv6+Q0jFZ7zDI28PF5zK9mYz2avxdA+4iJMdwCz6wnGNnn4WX5Gg==
+ resolved "https://registry.npmmirror.com/vite/download/vite-2.5.10.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvite%2Fdownload%2Fvite-2.5.10.tgz#c598e3b5a7e1956ffc52eb3b3420d177fc2ed2a5"
+ integrity sha1-xZjjtafhlW/8Uus7NCDRd/wu0qU=
dependencies:
esbuild "^0.12.17"
postcss "^8.3.6"