Commit 2849743a4d8b5c3f24b331b278bfffc37ab71c87
1 parent
43721110
chore: update deps
Showing
4 changed files
with
969 additions
and
758 deletions
package.json
... | ... | @@ -40,8 +40,8 @@ |
40 | 40 | "@vueuse/core": "^6.5.3", |
41 | 41 | "@zxcvbn-ts/core": "^1.0.0-beta.0", |
42 | 42 | "ant-design-vue": "2.2.8", |
43 | - "axios": "^0.21.4", | |
44 | - "codemirror": "^5.63.0", | |
43 | + "axios": "^0.22.0", | |
44 | + "codemirror": "^5.63.1", | |
45 | 45 | "cropperjs": "^1.5.12", |
46 | 46 | "crypto-js": "^4.1.1", |
47 | 47 | "echarts": "^5.2.1", |
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | "mockjs": "^1.1.0", |
51 | 51 | "nprogress": "^0.2.0", |
52 | 52 | "path-to-regexp": "^6.2.0", |
53 | - "pinia": "2.0.0-rc.9", | |
53 | + "pinia": "2.0.0-rc.11", | |
54 | 54 | "print-js": "^1.6.0", |
55 | 55 | "qrcode": "^1.4.4", |
56 | 56 | "resize-observer-polyfill": "^1.5.1", |
... | ... | @@ -59,60 +59,60 @@ |
59 | 59 | "tinymce": "^5.9.2", |
60 | 60 | "vditor": "^3.8.7", |
61 | 61 | "vue": "^3.2.19", |
62 | - "vue-i18n": "^9.1.7", | |
62 | + "vue-i18n": "^9.1.8", | |
63 | 63 | "vue-json-pretty": "^2.0.4", |
64 | 64 | "vue-router": "^4.0.11", |
65 | 65 | "vue-types": "^4.1.0", |
66 | 66 | "xlsx": "^0.17.2" |
67 | 67 | }, |
68 | 68 | "devDependencies": { |
69 | - "@commitlint/cli": "^13.1.0", | |
70 | - "@commitlint/config-conventional": "^13.1.0", | |
71 | - "@iconify/json": "^1.1.407", | |
69 | + "@commitlint/cli": "^13.2.0", | |
70 | + "@commitlint/config-conventional": "^13.2.0", | |
71 | + "@iconify/json": "^1.1.410", | |
72 | 72 | "@purge-icons/generated": "^0.7.0", |
73 | - "@types/codemirror": "^5.60.3", | |
73 | + "@types/codemirror": "^5.60.4", | |
74 | 74 | "@types/crypto-js": "^4.0.2", |
75 | 75 | "@types/fs-extra": "^9.0.13", |
76 | - "@types/inquirer": "^8.1.2", | |
76 | + "@types/inquirer": "^8.1.3", | |
77 | 77 | "@types/intro.js": "^3.0.2", |
78 | 78 | "@types/jest": "^27.0.2", |
79 | 79 | "@types/lodash-es": "^4.17.5", |
80 | 80 | "@types/mockjs": "^1.0.4", |
81 | - "@types/node": "^16.10.1", | |
81 | + "@types/node": "^16.10.2", | |
82 | 82 | "@types/nprogress": "^0.2.0", |
83 | 83 | "@types/qrcode": "^1.4.1", |
84 | 84 | "@types/qs": "^6.9.7", |
85 | 85 | "@types/showdown": "^1.9.4", |
86 | 86 | "@types/sortablejs": "^1.10.7", |
87 | - "@typescript-eslint/eslint-plugin": "^4.31.2", | |
88 | - "@typescript-eslint/parser": "^4.31.2", | |
89 | - "@vitejs/plugin-legacy": "^1.5.3", | |
90 | - "@vitejs/plugin-vue": "^1.9.2", | |
91 | - "@vitejs/plugin-vue-jsx": "^1.1.8", | |
87 | + "@typescript-eslint/eslint-plugin": "^4.33.0", | |
88 | + "@typescript-eslint/parser": "^4.33.0", | |
89 | + "@vitejs/plugin-legacy": "^1.6.1", | |
90 | + "@vitejs/plugin-vue": "^1.9.3", | |
91 | + "@vitejs/plugin-vue-jsx": "^1.2.0", | |
92 | 92 | "@vue/compiler-sfc": "3.2.19", |
93 | 93 | "@vue/test-utils": "^2.0.0-rc.15", |
94 | - "autoprefixer": "^10.3.6", | |
94 | + "autoprefixer": "^10.3.7", | |
95 | 95 | "commitizen": "^4.2.4", |
96 | 96 | "conventional-changelog-cli": "^2.1.1", |
97 | 97 | "cross-env": "^7.0.3", |
98 | 98 | "dotenv": "^10.0.0", |
99 | 99 | "eslint": "^7.32.0", |
100 | 100 | "eslint-config-prettier": "^8.3.0", |
101 | - "eslint-define-config": "^1.0.9", | |
102 | - "eslint-plugin-jest": "^24.4.2", | |
101 | + "eslint-define-config": "^1.1.1", | |
102 | + "eslint-plugin-jest": "^24.5.2", | |
103 | 103 | "eslint-plugin-prettier": "^4.0.0", |
104 | - "eslint-plugin-vue": "^7.18.0", | |
105 | - "esno": "^0.10.0", | |
104 | + "eslint-plugin-vue": "^7.19.0", | |
105 | + "esno": "^0.10.1", | |
106 | 106 | "fs-extra": "^10.0.0", |
107 | 107 | "http-server": "^13.0.2", |
108 | 108 | "husky": "^7.0.2", |
109 | 109 | "inquirer": "^8.1.5", |
110 | 110 | "is-ci": "^3.0.0", |
111 | - "jest": "^27.2.2", | |
112 | - "less": "^4.1.1", | |
113 | - "lint-staged": "^11.1.2", | |
111 | + "jest": "^27.2.4", | |
112 | + "less": "^4.1.2", | |
113 | + "lint-staged": "^11.2.0", | |
114 | 114 | "npm-run-all": "^4.1.5", |
115 | - "postcss": "^8.3.8", | |
115 | + "postcss": "^8.3.9", | |
116 | 116 | "prettier": "^2.4.1", |
117 | 117 | "pretty-quick": "^3.1.1", |
118 | 118 | "rimraf": "^3.0.2", |
... | ... | @@ -124,18 +124,18 @@ |
124 | 124 | "ts-jest": "^27.0.5", |
125 | 125 | "ts-node": "^10.2.1", |
126 | 126 | "typescript": "^4.4.3", |
127 | - "vite": "^2.5.10", | |
127 | + "vite": "^2.6.3", | |
128 | 128 | "vite-plugin-compression": "^0.3.5", |
129 | 129 | "vite-plugin-html": "^2.1.1", |
130 | - "vite-plugin-imagemin": "^0.4.5", | |
130 | + "vite-plugin-imagemin": "^0.4.6", | |
131 | 131 | "vite-plugin-mock": "^2.9.6", |
132 | 132 | "vite-plugin-purge-icons": "^0.7.0", |
133 | - "vite-plugin-pwa": "^0.11.2", | |
133 | + "vite-plugin-pwa": "^0.11.3", | |
134 | 134 | "vite-plugin-style-import": "^1.2.1", |
135 | 135 | "vite-plugin-svg-icons": "^1.0.5", |
136 | 136 | "vite-plugin-theme": "^0.8.1", |
137 | 137 | "vite-plugin-vue-setup-extend": "^0.1.0", |
138 | - "vite-plugin-windicss": "^1.4.7", | |
138 | + "vite-plugin-windicss": "^1.4.9", | |
139 | 139 | "vue-eslint-parser": "^7.11.0", |
140 | 140 | "vue-tsc": "^0.3.0" |
141 | 141 | }, | ... | ... |
tests/server/package.json
... | ... | @@ -24,13 +24,13 @@ |
24 | 24 | "@types/koa": "^2.13.4", |
25 | 25 | "@types/koa-bodyparser": "^5.0.2", |
26 | 26 | "@types/koa-router": "^7.4.4", |
27 | - "@types/node": "^16.10.1", | |
27 | + "@types/node": "^16.10.2", | |
28 | 28 | "nodemon": "^2.0.13", |
29 | 29 | "pm2": "^5.1.2", |
30 | 30 | "rimraf": "^3.0.2", |
31 | 31 | "ts-node": "^10.2.1", |
32 | 32 | "tsconfig-paths": "^3.11.0", |
33 | - "tsup": "^5.2.1", | |
33 | + "tsup": "^5.3.0", | |
34 | 34 | "typescript": "^4.4.3" |
35 | 35 | } |
36 | 36 | } | ... | ... |
windi.config.ts
1 | -import colors from 'windicss/colors'; | |
2 | 1 | import { defineConfig } from 'vite-plugin-windicss'; |
3 | 2 | import { primaryColor } from './build/config/themeConfig'; |
4 | 3 | |
... | ... | @@ -11,7 +10,6 @@ export default defineConfig({ |
11 | 10 | '-1': '-1', |
12 | 11 | }, |
13 | 12 | colors: { |
14 | - ...colors, | |
15 | 13 | primary: primaryColor, |
16 | 14 | }, |
17 | 15 | screens: { | ... | ... |
yarn.lock
... | ... | @@ -59,10 +59,10 @@ |
59 | 59 | resolved "https://registry.nlark.com/@babel/compat-data/download/@babel/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
60 | 60 | integrity sha1-Lbr4uFM0eWyvuw9Xk6kKL8AQsXY= |
61 | 61 | |
62 | -"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.14.8", "@babel/core@^7.7.2", "@babel/core@^7.7.5": | |
62 | +"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.15.5", "@babel/core@^7.7.2", "@babel/core@^7.7.5": | |
63 | 63 | version "7.15.5" |
64 | - resolved "https://registry.nlark.com/@babel/core/download/@babel/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" | |
65 | - integrity sha1-+O2aznMHIlRGCfkMm7SRYtw79bk= | |
64 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" | |
65 | + integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== | |
66 | 66 | dependencies: |
67 | 67 | "@babel/code-frame" "^7.14.5" |
68 | 68 | "@babel/generator" "^7.15.4" |
... | ... | @@ -797,10 +797,10 @@ |
797 | 797 | dependencies: |
798 | 798 | "@babel/helper-plugin-utils" "^7.14.5" |
799 | 799 | |
800 | -"@babel/plugin-transform-typescript@^7.14.6": | |
800 | +"@babel/plugin-transform-typescript@^7.15.4": | |
801 | 801 | version "7.15.4" |
802 | - resolved "https://registry.nlark.com/@babel/plugin-transform-typescript/download/@babel/plugin-transform-typescript-7.15.4.tgz?cache=0&sync_timestamp=1630618928216&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-typescript%2Fdownload%2F%40babel%2Fplugin-transform-typescript-7.15.4.tgz#db7a062dcf8be5fc096bc0eeb40a13fbfa1fa251" | |
803 | - integrity sha1-23oGLc+L5fwJa8DutAoT+/ofolE= | |
802 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.4.tgz#db7a062dcf8be5fc096bc0eeb40a13fbfa1fa251" | |
803 | + integrity sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA== | |
804 | 804 | dependencies: |
805 | 805 | "@babel/helper-create-class-features-plugin" "^7.15.4" |
806 | 806 | "@babel/helper-plugin-utils" "^7.14.5" |
... | ... | @@ -918,10 +918,10 @@ |
918 | 918 | dependencies: |
919 | 919 | regenerator-runtime "^0.13.4" |
920 | 920 | |
921 | -"@babel/standalone@^7.14.9": | |
921 | +"@babel/standalone@^7.15.7": | |
922 | 922 | version "7.15.7" |
923 | - resolved "https://registry.nlark.com/@babel/standalone/download/@babel/standalone-7.15.7.tgz#97c04d0dda7c3b2b8d2679957d619ac581471d4d" | |
924 | - integrity sha1-l8BNDdp8OyuNJnmVfWGaxYFHHU0= | |
923 | + resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.15.7.tgz#97c04d0dda7c3b2b8d2679957d619ac581471d4d" | |
924 | + integrity sha512-1dPLi+eQEJE0g1GnUM0Ik2GcS5SMXivoxt6meQxQxGWEd/DCdSBRJClUVlQ25Vbqe49g1HG5Ej0ULhmsqtSMmg== | |
925 | 925 | |
926 | 926 | "@babel/template@^7.0.0", "@babel/template@^7.15.4", "@babel/template@^7.3.3": |
927 | 927 | version "7.15.4" |
... | ... | @@ -960,34 +960,34 @@ |
960 | 960 | resolved "https://registry.npm.taobao.org/@bcoe/v8-coverage/download/@bcoe/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
961 | 961 | integrity sha1-daLotRy3WKdVPWgEpZMteqznXDk= |
962 | 962 | |
963 | -"@commitlint/cli@^13.1.0": | |
964 | - version "13.1.0" | |
965 | - resolved "https://registry.nlark.com/@commitlint/cli/download/@commitlint/cli-13.1.0.tgz?cache=0&sync_timestamp=1627109883242&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40commitlint%2Fcli%2Fdownload%2F%40commitlint%2Fcli-13.1.0.tgz#3608bb24dbef41aaa0729ffe65c7f9b57409626a" | |
966 | - integrity sha1-Ngi7JNvvQaqgcp/+Zcf5tXQJYmo= | |
963 | +"@commitlint/cli@^13.2.0": | |
964 | + version "13.2.0" | |
965 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.2.0.tgz#9e85756b0d0ee06c34b5635d7ef42d7a6c72bd6f" | |
966 | + integrity sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA== | |
967 | 967 | dependencies: |
968 | - "@commitlint/format" "^13.1.0" | |
969 | - "@commitlint/lint" "^13.1.0" | |
970 | - "@commitlint/load" "^13.1.0" | |
971 | - "@commitlint/read" "^13.1.0" | |
972 | - "@commitlint/types" "^13.1.0" | |
968 | + "@commitlint/format" "^13.2.0" | |
969 | + "@commitlint/lint" "^13.2.0" | |
970 | + "@commitlint/load" "^13.2.0" | |
971 | + "@commitlint/read" "^13.2.0" | |
972 | + "@commitlint/types" "^13.2.0" | |
973 | 973 | lodash "^4.17.19" |
974 | 974 | resolve-from "5.0.0" |
975 | 975 | resolve-global "1.0.0" |
976 | 976 | yargs "^17.0.0" |
977 | 977 | |
978 | -"@commitlint/config-conventional@^13.1.0": | |
979 | - version "13.1.0" | |
980 | - resolved "https://registry.nlark.com/@commitlint/config-conventional/download/@commitlint/config-conventional-13.1.0.tgz#f02871d50c73db0a31b777231f49203b964d9d59" | |
981 | - integrity sha1-8Chx1Qxz2woxt3cjH0kgO5ZNnVk= | |
978 | +"@commitlint/config-conventional@^13.2.0": | |
979 | + version "13.2.0" | |
980 | + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz#2ad24fecc56ae9619dbe0934b98a98b18ace0bec" | |
981 | + integrity sha512-7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw== | |
982 | 982 | dependencies: |
983 | 983 | conventional-changelog-conventionalcommits "^4.3.1" |
984 | 984 | |
985 | -"@commitlint/ensure@^13.1.0": | |
986 | - version "13.1.0" | |
987 | - resolved "https://registry.nlark.com/@commitlint/ensure/download/@commitlint/ensure-13.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40commitlint%2Fensure%2Fdownload%2F%40commitlint%2Fensure-13.1.0.tgz#057a325b54f104cbeed2a26bacb5eec29298e7d5" | |
988 | - integrity sha1-BXoyW1TxBMvu0qJrrLXuwpKY59U= | |
985 | +"@commitlint/ensure@^13.2.0": | |
986 | + version "13.2.0" | |
987 | + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-13.2.0.tgz#990c24f753781d1f14c1647c52d34a5730892e3d" | |
988 | + integrity sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q== | |
989 | 989 | dependencies: |
990 | - "@commitlint/types" "^13.1.0" | |
990 | + "@commitlint/types" "^13.2.0" | |
991 | 991 | lodash "^4.17.19" |
992 | 992 | |
993 | 993 | "@commitlint/execute-rule@^13.0.0": |
... | ... | @@ -995,33 +995,38 @@ |
995 | 995 | resolved "https://registry.nlark.com/@commitlint/execute-rule/download/@commitlint/execute-rule-13.0.0.tgz#7823303b82b5d86dac46e67cfa005f4433476981" |
996 | 996 | integrity sha1-eCMwO4K12G2sRuZ8+gBfRDNHaYE= |
997 | 997 | |
998 | -"@commitlint/format@^13.1.0": | |
999 | - version "13.1.0" | |
1000 | - resolved "https://registry.nlark.com/@commitlint/format/download/@commitlint/format-13.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40commitlint%2Fformat%2Fdownload%2F%40commitlint%2Fformat-13.1.0.tgz#915570d958d83bae5fa645de6b1e6c9dd1362ec0" | |
1001 | - integrity sha1-kVVw2VjYO65fpkXeax5sndE2LsA= | |
998 | +"@commitlint/execute-rule@^13.2.0": | |
999 | + version "13.2.0" | |
1000 | + resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-13.2.0.tgz#e112159d6647bc5afe2f77c2080ef0f615fd541f" | |
1001 | + integrity sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g== | |
1002 | + | |
1003 | +"@commitlint/format@^13.2.0": | |
1004 | + version "13.2.0" | |
1005 | + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-13.2.0.tgz#eccfff0a09ced8533afb21b2b3a1e28176b109d5" | |
1006 | + integrity sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ== | |
1002 | 1007 | dependencies: |
1003 | - "@commitlint/types" "^13.1.0" | |
1008 | + "@commitlint/types" "^13.2.0" | |
1004 | 1009 | chalk "^4.0.0" |
1005 | 1010 | |
1006 | -"@commitlint/is-ignored@^13.1.0": | |
1007 | - version "13.1.0" | |
1008 | - resolved "https://registry.nlark.com/@commitlint/is-ignored/download/@commitlint/is-ignored-13.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40commitlint%2Fis-ignored%2Fdownload%2F%40commitlint%2Fis-ignored-13.1.0.tgz#88a5dfbc8f9ea91e860323af6681aa131322b0c4" | |
1009 | - integrity sha1-iKXfvI+eqR6GAyOvZoGqExMisMQ= | |
1011 | +"@commitlint/is-ignored@^13.2.0": | |
1012 | + version "13.2.0" | |
1013 | + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-13.2.0.tgz#532ddfb5d62a489ff4d3ad88bcbee44e8c7d2c8f" | |
1014 | + integrity sha512-onnx4WctHFPPkHGFFAZBIWRSaNwuhixIIfbwPhcZ6IewwQX5n4jpjwM1GokA7vhlOnQ57W7AavbKUGjzIVtnRQ== | |
1010 | 1015 | dependencies: |
1011 | - "@commitlint/types" "^13.1.0" | |
1016 | + "@commitlint/types" "^13.2.0" | |
1012 | 1017 | semver "7.3.5" |
1013 | 1018 | |
1014 | -"@commitlint/lint@^13.1.0": | |
1015 | - version "13.1.0" | |
1016 | - resolved "https://registry.nlark.com/@commitlint/lint/download/@commitlint/lint-13.1.0.tgz?cache=0&sync_timestamp=1627109926134&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40commitlint%2Flint%2Fdownload%2F%40commitlint%2Flint-13.1.0.tgz#ea56ce0970f9b75ffe7bd2c9968f4f1d4461ba3a" | |
1017 | - integrity sha1-6lbOCXD5t1/+e9LJlo9PHURhujo= | |
1019 | +"@commitlint/lint@^13.2.0": | |
1020 | + version "13.2.0" | |
1021 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-13.2.0.tgz#b568c96bd21c8fa8eec359a5e21d22743206761f" | |
1022 | + integrity sha512-5XYkh0e9ehHjA7BxAHFpjPgr1qqbFY8OFG1wpBiAhycbYBtJnQmculA2wcwqTM40YCUBqEvWFdq86jTG8fbkMw== | |
1018 | 1023 | dependencies: |
1019 | - "@commitlint/is-ignored" "^13.1.0" | |
1020 | - "@commitlint/parse" "^13.1.0" | |
1021 | - "@commitlint/rules" "^13.1.0" | |
1022 | - "@commitlint/types" "^13.1.0" | |
1024 | + "@commitlint/is-ignored" "^13.2.0" | |
1025 | + "@commitlint/parse" "^13.2.0" | |
1026 | + "@commitlint/rules" "^13.2.0" | |
1027 | + "@commitlint/types" "^13.2.0" | |
1023 | 1028 | |
1024 | -"@commitlint/load@>6.1.1", "@commitlint/load@^13.1.0": | |
1029 | +"@commitlint/load@>6.1.1": | |
1025 | 1030 | version "13.1.0" |
1026 | 1031 | resolved "https://registry.nlark.com/@commitlint/load/download/@commitlint/load-13.1.0.tgz#d6c9b547551f2216586d6c1964d93f92e7b04277" |
1027 | 1032 | integrity sha1-1sm1R1UfIhZYbWwZZNk/kuewQnc= |
... | ... | @@ -1034,27 +1039,41 @@ |
1034 | 1039 | lodash "^4.17.19" |
1035 | 1040 | resolve-from "^5.0.0" |
1036 | 1041 | |
1037 | -"@commitlint/message@^13.0.0": | |
1038 | - version "13.0.0" | |
1039 | - resolved "https://registry.nlark.com/@commitlint/message/download/@commitlint/message-13.0.0.tgz#4f8d56b59e9cee8b37b8db6b48c26d7faf33762f" | |
1040 | - integrity sha1-T41WtZ6c7os3uNtrSMJtf68zdi8= | |
1042 | +"@commitlint/load@^13.2.0": | |
1043 | + version "13.2.0" | |
1044 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.2.0.tgz#6bd90b803f7fd102766731dad207cca075b67a4a" | |
1045 | + integrity sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg== | |
1046 | + dependencies: | |
1047 | + "@commitlint/execute-rule" "^13.2.0" | |
1048 | + "@commitlint/resolve-extends" "^13.2.0" | |
1049 | + "@commitlint/types" "^13.2.0" | |
1050 | + "@endemolshinegroup/cosmiconfig-typescript-loader" "^3.0.2" | |
1051 | + chalk "^4.0.0" | |
1052 | + cosmiconfig "^7.0.0" | |
1053 | + lodash "^4.17.19" | |
1054 | + resolve-from "^5.0.0" | |
1041 | 1055 | |
1042 | -"@commitlint/parse@^13.1.0": | |
1043 | - version "13.1.0" | |
1044 | - resolved "https://registry.nlark.com/@commitlint/parse/download/@commitlint/parse-13.1.0.tgz?cache=0&sync_timestamp=1627109926373&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40commitlint%2Fparse%2Fdownload%2F%40commitlint%2Fparse-13.1.0.tgz#b88764be36527a468531e1b8dd2d95693ff9ba34" | |
1045 | - integrity sha1-uIdkvjZSekaFMeG43S2VaT/5ujQ= | |
1056 | +"@commitlint/message@^13.2.0": | |
1057 | + version "13.2.0" | |
1058 | + resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-13.2.0.tgz#1a60f578551750a8d6b533be8a40541fc2e928a8" | |
1059 | + integrity sha512-+LlErJj2F2AC86xJb33VJIvSt25xqSF1I0b0GApSgoUtQBeJhx4SxIj1BLvGcLVmbRmbgTzAFq/QylwLId7EhA== | |
1060 | + | |
1061 | +"@commitlint/parse@^13.2.0": | |
1062 | + version "13.2.0" | |
1063 | + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-13.2.0.tgz#48054602bd73dccbffee4f9ba8b2549c857ba0b7" | |
1064 | + integrity sha512-AtfKSQJQADbDhW+kuC5PxOyBANsYCuuJlZRZ2PYslOz2rvWwZ93zt+nKjM4g7C9ETbz0uq4r7/EoOsTJ2nJqfQ== | |
1046 | 1065 | dependencies: |
1047 | - "@commitlint/types" "^13.1.0" | |
1066 | + "@commitlint/types" "^13.2.0" | |
1048 | 1067 | conventional-changelog-angular "^5.0.11" |
1049 | - conventional-commits-parser "^3.0.0" | |
1068 | + conventional-commits-parser "^3.2.2" | |
1050 | 1069 | |
1051 | -"@commitlint/read@^13.1.0": | |
1052 | - version "13.1.0" | |
1053 | - resolved "https://registry.nlark.com/@commitlint/read/download/@commitlint/read-13.1.0.tgz?cache=0&sync_timestamp=1627109951626&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40commitlint%2Fread%2Fdownload%2F%40commitlint%2Fread-13.1.0.tgz#ccb65426b1228b8a598ed36966722d19756eea41" | |
1054 | - integrity sha1-zLZUJrEii4pZjtNpZnItGXVu6kE= | |
1070 | +"@commitlint/read@^13.2.0": | |
1071 | + version "13.2.0" | |
1072 | + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-13.2.0.tgz#2af580322ec6297478aba84fa8ec24fd27c35a54" | |
1073 | + integrity sha512-7db5e1Bn3re6hQN0SqygTMF/QX6/MQauoJn3wJiUHE93lvwO6aFQxT3qAlYeyBPwfWsmDz/uSH454jtrSsv3Uw== | |
1055 | 1074 | dependencies: |
1056 | - "@commitlint/top-level" "^13.0.0" | |
1057 | - "@commitlint/types" "^13.1.0" | |
1075 | + "@commitlint/top-level" "^13.2.0" | |
1076 | + "@commitlint/types" "^13.2.0" | |
1058 | 1077 | fs-extra "^10.0.0" |
1059 | 1078 | git-raw-commits "^2.0.0" |
1060 | 1079 | |
... | ... | @@ -1068,26 +1087,36 @@ |
1068 | 1087 | resolve-from "^5.0.0" |
1069 | 1088 | resolve-global "^1.0.0" |
1070 | 1089 | |
1071 | -"@commitlint/rules@^13.1.0": | |
1072 | - version "13.1.0" | |
1073 | - resolved "https://registry.nlark.com/@commitlint/rules/download/@commitlint/rules-13.1.0.tgz?cache=0&sync_timestamp=1627109934016&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40commitlint%2Frules%2Fdownload%2F%40commitlint%2Frules-13.1.0.tgz#04f5aaf952884364ebf4e899ec440e3985f0e580" | |
1074 | - integrity sha1-BPWq+VKIQ2Tr9OiZ7EQOOYXw5YA= | |
1090 | +"@commitlint/resolve-extends@^13.2.0": | |
1091 | + version "13.2.0" | |
1092 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-13.2.0.tgz#74f48512eb1785abe07336a5208225fdf7fec327" | |
1093 | + integrity sha512-HLCMkqMKtvl1yYLZ1Pm0UpFvd0kYjsm1meLOGZ7VkOd9G/XX+Fr1S2G5AT2zeiDw7WUVYK8lGVMNa319bnV+aw== | |
1075 | 1094 | dependencies: |
1076 | - "@commitlint/ensure" "^13.1.0" | |
1077 | - "@commitlint/message" "^13.0.0" | |
1078 | - "@commitlint/to-lines" "^13.0.0" | |
1079 | - "@commitlint/types" "^13.1.0" | |
1095 | + import-fresh "^3.0.0" | |
1096 | + lodash "^4.17.19" | |
1097 | + resolve-from "^5.0.0" | |
1098 | + resolve-global "^1.0.0" | |
1099 | + | |
1100 | +"@commitlint/rules@^13.2.0": | |
1101 | + version "13.2.0" | |
1102 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-13.2.0.tgz#e272fbd4099c2fe98bca1277d7f8caa3578b8f43" | |
1103 | + integrity sha512-O3A9S7blOzvHfzrJrUQe9JxdtGy154ol/GXHwvd8WfMJ10y5ryBB4b6+0YZ1XhItWzrEASOfOKbD++EdLV90dQ== | |
1104 | + dependencies: | |
1105 | + "@commitlint/ensure" "^13.2.0" | |
1106 | + "@commitlint/message" "^13.2.0" | |
1107 | + "@commitlint/to-lines" "^13.2.0" | |
1108 | + "@commitlint/types" "^13.2.0" | |
1080 | 1109 | execa "^5.0.0" |
1081 | 1110 | |
1082 | -"@commitlint/to-lines@^13.0.0": | |
1083 | - version "13.0.0" | |
1084 | - resolved "https://registry.nlark.com/@commitlint/to-lines/download/@commitlint/to-lines-13.0.0.tgz?cache=0&sync_timestamp=1627109934025&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40commitlint%2Fto-lines%2Fdownload%2F%40commitlint%2Fto-lines-13.0.0.tgz#5937dd287e3a4f984580ea94bdb994132169a780" | |
1085 | - integrity sha1-WTfdKH46T5hFgOqUvbmUEyFpp4A= | |
1111 | +"@commitlint/to-lines@^13.2.0": | |
1112 | + version "13.2.0" | |
1113 | + resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-13.2.0.tgz#e65d16340f353b496e90609b452f23f4b0be0b6a" | |
1114 | + integrity sha512-ZfWZix2y/CzewReCrj5g0nKOEfj5HW9eBMDrqjJJMPApve00CWv0tYrFCGXuGlv244lW4uvWJt6J/0HLRWsfyg== | |
1086 | 1115 | |
1087 | -"@commitlint/top-level@^13.0.0": | |
1088 | - version "13.0.0" | |
1089 | - resolved "https://registry.nlark.com/@commitlint/top-level/download/@commitlint/top-level-13.0.0.tgz?cache=0&sync_timestamp=1627109934010&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40commitlint%2Ftop-level%2Fdownload%2F%40commitlint%2Ftop-level-13.0.0.tgz#f8e1d1425240cd72c600e4da5716418c4ea0bda2" | |
1090 | - integrity sha1-+OHRQlJAzXLGAOTaVxZBjE6gvaI= | |
1116 | +"@commitlint/top-level@^13.2.0": | |
1117 | + version "13.2.0" | |
1118 | + resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-13.2.0.tgz#869814e8ac0fec6a6e1f2e9665a318e4dc979e1e" | |
1119 | + integrity sha512-knBvWYbIq6VV6VPHrVeDsxDiJq4Zq6cv5NIYU3iesKAsmK2KlLfsZPa+Ig96Y4AqAPU3zNJwjHxYkz9qxdBbfA== | |
1091 | 1120 | dependencies: |
1092 | 1121 | find-up "^5.0.0" |
1093 | 1122 | |
... | ... | @@ -1098,6 +1127,13 @@ |
1098 | 1127 | dependencies: |
1099 | 1128 | chalk "^4.0.0" |
1100 | 1129 | |
1130 | +"@commitlint/types@^13.2.0": | |
1131 | + version "13.2.0" | |
1132 | + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-13.2.0.tgz#ed8128f9e41383f8f0ee1b0370c724826821e581" | |
1133 | + integrity sha512-RRVHEqmk1qn/dIaSQhvuca6k/6Z54G+r/KyimZ8gnAFielGiGUpsFRhIY3qhd5rXClVxDaa3nlcyTWckSccotQ== | |
1134 | + dependencies: | |
1135 | + chalk "^4.0.0" | |
1136 | + | |
1101 | 1137 | "@cspotcode/source-map-consumer@0.8.0": |
1102 | 1138 | version "0.8.0" |
1103 | 1139 | resolved "https://registry.nlark.com/@cspotcode/source-map-consumer/download/@cspotcode/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b" |
... | ... | @@ -1134,6 +1170,16 @@ |
1134 | 1170 | resolved "https://registry.nlark.com/@emmetio/scanner/download/@emmetio/scanner-1.0.0.tgz#065b2af6233fe7474d44823e3deb89724af42b5f" |
1135 | 1171 | integrity sha1-Blsq9iM/50dNRII+PeuJckr0K18= |
1136 | 1172 | |
1173 | +"@endemolshinegroup/cosmiconfig-typescript-loader@^3.0.2": | |
1174 | + version "3.0.2" | |
1175 | + resolved "https://registry.yarnpkg.com/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz#eea4635828dde372838b0909693ebd9aafeec22d" | |
1176 | + integrity sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA== | |
1177 | + dependencies: | |
1178 | + lodash.get "^4" | |
1179 | + make-error "^1" | |
1180 | + ts-node "^9" | |
1181 | + tslib "^2" | |
1182 | + | |
1137 | 1183 | "@eslint/eslintrc@^0.4.3": |
1138 | 1184 | version "0.4.3" |
1139 | 1185 | resolved "https://registry.nlark.com/@eslint/eslintrc/download/@eslint/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" |
... | ... | @@ -1182,66 +1228,66 @@ |
1182 | 1228 | dependencies: |
1183 | 1229 | cross-fetch "^3.0.6" |
1184 | 1230 | |
1185 | -"@iconify/json@^1.1.407": | |
1186 | - version "1.1.407" | |
1187 | - resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.407.tgz#55e9f0893bcd97ddb7b65f190afb39cd5f1f43c2" | |
1188 | - integrity sha512-qDPlh+sS+DLUOraBgQtAf1RCSGpOuBTJrF74Ato5mFOemawmbqXpY/c+oPIuQ4MIo/biWZ9dxQK8s/AD+tYiYg== | |
1189 | - | |
1190 | -"@intlify/core-base@9.1.7": | |
1191 | - version "9.1.7" | |
1192 | - resolved "https://registry.nlark.com/@intlify/core-base/download/@intlify/core-base-9.1.7.tgz#a454a492683690bc3d0abab82605ab5a23645bd0" | |
1193 | - integrity sha1-pFSkkmg2kLw9Crq4JgWrWiNkW9A= | |
1194 | - dependencies: | |
1195 | - "@intlify/devtools-if" "9.1.7" | |
1196 | - "@intlify/message-compiler" "9.1.7" | |
1197 | - "@intlify/message-resolver" "9.1.7" | |
1198 | - "@intlify/runtime" "9.1.7" | |
1199 | - "@intlify/shared" "9.1.7" | |
1200 | - "@intlify/vue-devtools" "9.1.7" | |
1201 | - | |
1202 | -"@intlify/devtools-if@9.1.7": | |
1203 | - version "9.1.7" | |
1204 | - resolved "https://registry.nlark.com/@intlify/devtools-if/download/@intlify/devtools-if-9.1.7.tgz#a5df0f33e06c3ead3e53b7f4d4b10a2d52309361" | |
1205 | - integrity sha1-pd8PM+BsPq0+U7f01LEKLVIwk2E= | |
1206 | - dependencies: | |
1207 | - "@intlify/shared" "9.1.7" | |
1208 | - | |
1209 | -"@intlify/message-compiler@9.1.7": | |
1210 | - version "9.1.7" | |
1211 | - resolved "https://registry.nlark.com/@intlify/message-compiler/download/@intlify/message-compiler-9.1.7.tgz#4663fcc2a190f3cc6970e12565c8d6f22beeb719" | |
1212 | - integrity sha1-RmP8wqGQ88xpcOElZcjW8ivutxk= | |
1213 | - dependencies: | |
1214 | - "@intlify/message-resolver" "9.1.7" | |
1215 | - "@intlify/shared" "9.1.7" | |
1231 | +"@iconify/json@^1.1.410": | |
1232 | + version "1.1.410" | |
1233 | + resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.410.tgz#faf91afb5104ed057c120683e2cb363aeef8eef0" | |
1234 | + integrity sha512-CmtyDKL0NJldUjqQFF/WN6EAUQBEUHAInvaN+q5KWcY7YuWD49s+solatnEJH5YWXCzocHHG7glnJribAGm/8A== | |
1235 | + | |
1236 | +"@intlify/core-base@9.1.8": | |
1237 | + version "9.1.8" | |
1238 | + resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.1.8.tgz#7c7f983c5f4e9c0ec88479c0084a267febd0bedf" | |
1239 | + integrity sha512-k+q6nUOD9HPTMr8AKEn4d/EgoNSCMVuc/dG97tFXrifT4+QbxoLNRjXovyC60rb4q+7D/cGF+5R6Tjby4t5gng== | |
1240 | + dependencies: | |
1241 | + "@intlify/devtools-if" "9.1.8" | |
1242 | + "@intlify/message-compiler" "9.1.8" | |
1243 | + "@intlify/message-resolver" "9.1.8" | |
1244 | + "@intlify/runtime" "9.1.8" | |
1245 | + "@intlify/shared" "9.1.8" | |
1246 | + "@intlify/vue-devtools" "9.1.8" | |
1247 | + | |
1248 | +"@intlify/devtools-if@9.1.8": | |
1249 | + version "9.1.8" | |
1250 | + resolved "https://registry.yarnpkg.com/@intlify/devtools-if/-/devtools-if-9.1.8.tgz#26c1443fb03b8e6a05eae66b7a1b56fc9bdef416" | |
1251 | + integrity sha512-17REiNoQ5dWnYECbKgkMHtX8GnNCkMNxfImXrJNnUhSH3GitheNkYn0o14AZmZWk7Fw/1IOdV5v7K0QVnYx5fw== | |
1252 | + dependencies: | |
1253 | + "@intlify/shared" "9.1.8" | |
1254 | + | |
1255 | +"@intlify/message-compiler@9.1.8": | |
1256 | + version "9.1.8" | |
1257 | + resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.1.8.tgz#3eb1d91049447f45617d09949bbf00252ab26dd1" | |
1258 | + integrity sha512-x/vfvHqz2v/ngE0slaD/QnJORHzrlKt6p6TdoY+/1zBQ/TOH+6BlkdtrSIrSfwJfP+3Qe6C8uw6yJknQ6cpabA== | |
1259 | + dependencies: | |
1260 | + "@intlify/message-resolver" "9.1.8" | |
1261 | + "@intlify/shared" "9.1.8" | |
1216 | 1262 | source-map "0.6.1" |
1217 | 1263 | |
1218 | -"@intlify/message-resolver@9.1.7": | |
1219 | - version "9.1.7" | |
1220 | - resolved "https://registry.nlark.com/@intlify/message-resolver/download/@intlify/message-resolver-9.1.7.tgz?cache=0&sync_timestamp=1626452500761&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40intlify%2Fmessage-resolver%2Fdownload%2F%40intlify%2Fmessage-resolver-9.1.7.tgz#a95d13866c8de85784358039c8845668152e4162" | |
1221 | - integrity sha1-qV0ThmyN6FeENYA5yIRWaBUuQWI= | |
1264 | +"@intlify/message-resolver@9.1.8": | |
1265 | + version "9.1.8" | |
1266 | + resolved "https://registry.yarnpkg.com/@intlify/message-resolver/-/message-resolver-9.1.8.tgz#8b9bc79e82348abe434c9277dad45191c5e341d7" | |
1267 | + integrity sha512-4tHBo5U2/oDG85tNv9z8bS/5ThMw+wADPLyBVOLplUqw8Q+N5tkrTL23Pa8hg5Ekd2crvyIxFHFwt1gbT8TT6w== | |
1222 | 1268 | |
1223 | -"@intlify/runtime@9.1.7": | |
1224 | - version "9.1.7" | |
1225 | - resolved "https://registry.nlark.com/@intlify/runtime/download/@intlify/runtime-9.1.7.tgz?cache=0&sync_timestamp=1626452501524&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40intlify%2Fruntime%2Fdownload%2F%40intlify%2Fruntime-9.1.7.tgz#67e0d6b2fd85a5b0b301a151c2f436f93154c3c6" | |
1226 | - integrity sha1-Z+DWsv2FpbCzAaFRwvQ2+TFUw8Y= | |
1269 | +"@intlify/runtime@9.1.8": | |
1270 | + version "9.1.8" | |
1271 | + resolved "https://registry.yarnpkg.com/@intlify/runtime/-/runtime-9.1.8.tgz#976bf5fd69bbf6e7080c2e613dd76bbd1aa34a45" | |
1272 | + integrity sha512-Q9WvSjRFhxxCen5cj3jOZEKAYlXjYZ+wZbTEfBQhDtcBwrS7xd9tyFos4ZRNNvF7G0H0sNDzXmSdZkoCpoU0iA== | |
1227 | 1273 | dependencies: |
1228 | - "@intlify/message-compiler" "9.1.7" | |
1229 | - "@intlify/message-resolver" "9.1.7" | |
1230 | - "@intlify/shared" "9.1.7" | |
1274 | + "@intlify/message-compiler" "9.1.8" | |
1275 | + "@intlify/message-resolver" "9.1.8" | |
1276 | + "@intlify/shared" "9.1.8" | |
1231 | 1277 | |
1232 | -"@intlify/shared@9.1.7": | |
1233 | - version "9.1.7" | |
1234 | - resolved "https://registry.nlark.com/@intlify/shared/download/@intlify/shared-9.1.7.tgz#e7d8bc90cb59dc17dd7b4c85a73db16fcb7891fc" | |
1235 | - integrity sha1-59i8kMtZ3Bfde0yFpz2xb8t4kfw= | |
1278 | +"@intlify/shared@9.1.8": | |
1279 | + version "9.1.8" | |
1280 | + resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.1.8.tgz#b3993dfc788846010dee1e66ca998a8713bcf460" | |
1281 | + integrity sha512-o9nksOx3yIMDNvYzcPv87NR+U62ka775/Ufjl3U2g4NsMORN8+VacbVJ/oAF6CYfzZALpArBBZdk5jafzcLkvw== | |
1236 | 1282 | |
1237 | -"@intlify/vue-devtools@9.1.7": | |
1238 | - version "9.1.7" | |
1239 | - resolved "https://registry.nlark.com/@intlify/vue-devtools/download/@intlify/vue-devtools-9.1.7.tgz#b08d39bb5f21ba9b1954eab9466e9408129425a7" | |
1240 | - integrity sha1-sI05u18hupsZVOq5Rm6UCBKUJac= | |
1283 | +"@intlify/vue-devtools@9.1.8": | |
1284 | + version "9.1.8" | |
1285 | + resolved "https://registry.yarnpkg.com/@intlify/vue-devtools/-/vue-devtools-9.1.8.tgz#07d47a791197e47327afe1966023458121833f57" | |
1286 | + integrity sha512-SypF7tpWFxIQzKrqv6O8JIk5xrU53E0/xNVR5LFCHLIDIKe62uMTrzXvjW5zoYcJjRTZ87BZLXEM1n2CaLSBsg== | |
1241 | 1287 | dependencies: |
1242 | - "@intlify/message-resolver" "9.1.7" | |
1243 | - "@intlify/runtime" "9.1.7" | |
1244 | - "@intlify/shared" "9.1.7" | |
1288 | + "@intlify/message-resolver" "9.1.8" | |
1289 | + "@intlify/runtime" "9.1.8" | |
1290 | + "@intlify/shared" "9.1.8" | |
1245 | 1291 | |
1246 | 1292 | "@istanbuljs/load-nyc-config@^1.0.0": |
1247 | 1293 | version "1.1.0" |
... | ... | @@ -1259,94 +1305,93 @@ |
1259 | 1305 | resolved "https://registry.nlark.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" |
1260 | 1306 | integrity sha1-5F44TkuOwWvOL9kDr3hFD2v37Jg= |
1261 | 1307 | |
1262 | -"@jest/console@^27.2.2": | |
1263 | - version "27.2.2" | |
1264 | - resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.2.2.tgz#a977245155c519ac2ef713ec0e722d13eda893c9" | |
1265 | - integrity sha512-m7tbzPWyvSFfoanTknJoDnaeruDARsUe555tkVjG/qeaRDKwyPqqbgs4yFx583gmoETiAts1deeYozR5sVRhNA== | |
1308 | +"@jest/console@^27.2.4": | |
1309 | + version "27.2.4" | |
1310 | + resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.2.4.tgz#2f1a4bf82b9940065d4818fac271def99ec55e5e" | |
1311 | + integrity sha512-94znCKynPZpDpYHQ6esRJSc11AmONrVkBOBZiD7S+bSubHhrUfbS95EY5HIOxhm4PQO7cnvZkL3oJcY0oMA+Wg== | |
1266 | 1312 | dependencies: |
1267 | - "@jest/types" "^27.1.1" | |
1313 | + "@jest/types" "^27.2.4" | |
1268 | 1314 | "@types/node" "*" |
1269 | 1315 | chalk "^4.0.0" |
1270 | - jest-message-util "^27.2.2" | |
1271 | - jest-util "^27.2.0" | |
1316 | + jest-message-util "^27.2.4" | |
1317 | + jest-util "^27.2.4" | |
1272 | 1318 | slash "^3.0.0" |
1273 | 1319 | |
1274 | -"@jest/core@^27.2.2": | |
1275 | - version "27.2.2" | |
1276 | - resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.2.2.tgz#9eea16101b2f04bf799dcdbdf1792d4ef7553ecf" | |
1277 | - integrity sha512-4b9km/h9pAGdCkwWYtbfoeiOtajOlGmr5rL1Eq6JCAVbOevOqxWHxJ6daWxRJW9eF6keXJoJ1H+uVAVcdZu8Bg== | |
1320 | +"@jest/core@^27.2.4": | |
1321 | + version "27.2.4" | |
1322 | + resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.2.4.tgz#0b932da787d64848eab720dbb88e5b7a3f86e539" | |
1323 | + integrity sha512-UNQLyy+rXoojNm2MGlapgzWhZD1CT1zcHZQYeiD0xE7MtJfC19Q6J5D/Lm2l7i4V97T30usKDoEtjI8vKwWcLg== | |
1278 | 1324 | dependencies: |
1279 | - "@jest/console" "^27.2.2" | |
1280 | - "@jest/reporters" "^27.2.2" | |
1281 | - "@jest/test-result" "^27.2.2" | |
1282 | - "@jest/transform" "^27.2.2" | |
1283 | - "@jest/types" "^27.1.1" | |
1325 | + "@jest/console" "^27.2.4" | |
1326 | + "@jest/reporters" "^27.2.4" | |
1327 | + "@jest/test-result" "^27.2.4" | |
1328 | + "@jest/transform" "^27.2.4" | |
1329 | + "@jest/types" "^27.2.4" | |
1284 | 1330 | "@types/node" "*" |
1285 | 1331 | ansi-escapes "^4.2.1" |
1286 | 1332 | chalk "^4.0.0" |
1287 | 1333 | emittery "^0.8.1" |
1288 | 1334 | exit "^0.1.2" |
1289 | 1335 | graceful-fs "^4.2.4" |
1290 | - jest-changed-files "^27.1.1" | |
1291 | - jest-config "^27.2.2" | |
1292 | - jest-haste-map "^27.2.2" | |
1293 | - jest-message-util "^27.2.2" | |
1336 | + jest-changed-files "^27.2.4" | |
1337 | + jest-config "^27.2.4" | |
1338 | + jest-haste-map "^27.2.4" | |
1339 | + jest-message-util "^27.2.4" | |
1294 | 1340 | jest-regex-util "^27.0.6" |
1295 | - jest-resolve "^27.2.2" | |
1296 | - jest-resolve-dependencies "^27.2.2" | |
1297 | - jest-runner "^27.2.2" | |
1298 | - jest-runtime "^27.2.2" | |
1299 | - jest-snapshot "^27.2.2" | |
1300 | - jest-util "^27.2.0" | |
1301 | - jest-validate "^27.2.2" | |
1302 | - jest-watcher "^27.2.2" | |
1341 | + jest-resolve "^27.2.4" | |
1342 | + jest-resolve-dependencies "^27.2.4" | |
1343 | + jest-runner "^27.2.4" | |
1344 | + jest-runtime "^27.2.4" | |
1345 | + jest-snapshot "^27.2.4" | |
1346 | + jest-util "^27.2.4" | |
1347 | + jest-validate "^27.2.4" | |
1348 | + jest-watcher "^27.2.4" | |
1303 | 1349 | micromatch "^4.0.4" |
1304 | - p-each-series "^2.1.0" | |
1305 | 1350 | rimraf "^3.0.0" |
1306 | 1351 | slash "^3.0.0" |
1307 | 1352 | strip-ansi "^6.0.0" |
1308 | 1353 | |
1309 | -"@jest/environment@^27.2.2": | |
1310 | - version "27.2.2" | |
1311 | - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.2.2.tgz#2e57b9d2cc01028b0e35fae5833c1c63df4c5e41" | |
1312 | - integrity sha512-gO9gVnZfn5ldeOJ5q+35Kru9QWGHEqZCB7W/M+8mD6uCwOGC9HR6mzpLSNRuDsxY/KhaGBYHpgFqtpe4Rl1gDQ== | |
1354 | +"@jest/environment@^27.2.4": | |
1355 | + version "27.2.4" | |
1356 | + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.2.4.tgz#db3e60f7dd30ab950f6ce2d6d7293ed9a6b7cbcd" | |
1357 | + integrity sha512-wkuui5yr3SSQW0XD0Qm3TATUbL/WE3LDEM3ulC+RCQhMf2yxhci8x7svGkZ4ivJ6Pc94oOzpZ6cdHBAMSYd1ew== | |
1313 | 1358 | dependencies: |
1314 | - "@jest/fake-timers" "^27.2.2" | |
1315 | - "@jest/types" "^27.1.1" | |
1359 | + "@jest/fake-timers" "^27.2.4" | |
1360 | + "@jest/types" "^27.2.4" | |
1316 | 1361 | "@types/node" "*" |
1317 | - jest-mock "^27.1.1" | |
1362 | + jest-mock "^27.2.4" | |
1318 | 1363 | |
1319 | -"@jest/fake-timers@^27.2.2": | |
1320 | - version "27.2.2" | |
1321 | - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.2.2.tgz#43e6f191c95ae74e95d0ddba2ecb8470b4a288b7" | |
1322 | - integrity sha512-gDIIqs0yxyjyxEI9HlJ8SEJ4uCc8qr8BupG1Hcx7tvyk/SLocyXE63rFxL+HQ0ZLMvSyEcJUmYnvvHH1osWiGA== | |
1364 | +"@jest/fake-timers@^27.2.4": | |
1365 | + version "27.2.4" | |
1366 | + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.2.4.tgz#00df08bd60332bd59503cb5b6db21e4903785f86" | |
1367 | + integrity sha512-cs/TzvwWUM7kAA6Qm/890SK6JJ2pD5RfDNM3SSEom6BmdyV6OiWP1qf/pqo6ts6xwpcM36oN0wSEzcZWc6/B6w== | |
1323 | 1368 | dependencies: |
1324 | - "@jest/types" "^27.1.1" | |
1325 | - "@sinonjs/fake-timers" "^7.0.2" | |
1369 | + "@jest/types" "^27.2.4" | |
1370 | + "@sinonjs/fake-timers" "^8.0.1" | |
1326 | 1371 | "@types/node" "*" |
1327 | - jest-message-util "^27.2.2" | |
1328 | - jest-mock "^27.1.1" | |
1329 | - jest-util "^27.2.0" | |
1372 | + jest-message-util "^27.2.4" | |
1373 | + jest-mock "^27.2.4" | |
1374 | + jest-util "^27.2.4" | |
1330 | 1375 | |
1331 | -"@jest/globals@^27.2.2": | |
1332 | - version "27.2.2" | |
1333 | - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.2.tgz#df66aaafda5c69b2bb0dae548e3cfb345f549c31" | |
1334 | - integrity sha512-fWa/Luwod1hyehnuep+zCnOTqTVvyc4HLUU/1VpFNOEu0tCWNSODyvKSSOjtb1bGOpCNjgaDcyjzo5f7rl6a7g== | |
1376 | +"@jest/globals@^27.2.4": | |
1377 | + version "27.2.4" | |
1378 | + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.4.tgz#0aeb22b011f8c8c4b8ff3b4dbd1ee0392fe0dd8a" | |
1379 | + integrity sha512-DRsRs5dh0i+fA9mGHylTU19+8fhzNJoEzrgsu+zgJoZth3x8/0juCQ8nVVdW1er4Cqifb/ET7/hACYVPD0dBEA== | |
1335 | 1380 | dependencies: |
1336 | - "@jest/environment" "^27.2.2" | |
1337 | - "@jest/types" "^27.1.1" | |
1338 | - expect "^27.2.2" | |
1381 | + "@jest/environment" "^27.2.4" | |
1382 | + "@jest/types" "^27.2.4" | |
1383 | + expect "^27.2.4" | |
1339 | 1384 | |
1340 | -"@jest/reporters@^27.2.2": | |
1341 | - version "27.2.2" | |
1342 | - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.2.2.tgz#e2d41cd9f8088676b81b9a9908cb1ba67bdbee78" | |
1343 | - integrity sha512-ufwZ8XoLChEfPffDeVGroYbhbcYPom3zKDiv4Flhe97rr/o2IfUXoWkDUDoyJ3/V36RFIMjokSu0IJ/pbFtbHg== | |
1385 | +"@jest/reporters@^27.2.4": | |
1386 | + version "27.2.4" | |
1387 | + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.2.4.tgz#1482ff007f2e919d85c54b1563abb8b2ea2d5198" | |
1388 | + integrity sha512-LHeSdDnDZkDnJ8kvnjcqV8P1Yv/32yL4d4XfR5gBiy3xGO0onwll1QEbvtW96fIwhx2nejug0GTaEdNDoyr3fQ== | |
1344 | 1389 | dependencies: |
1345 | 1390 | "@bcoe/v8-coverage" "^0.2.3" |
1346 | - "@jest/console" "^27.2.2" | |
1347 | - "@jest/test-result" "^27.2.2" | |
1348 | - "@jest/transform" "^27.2.2" | |
1349 | - "@jest/types" "^27.1.1" | |
1391 | + "@jest/console" "^27.2.4" | |
1392 | + "@jest/test-result" "^27.2.4" | |
1393 | + "@jest/transform" "^27.2.4" | |
1394 | + "@jest/types" "^27.2.4" | |
1350 | 1395 | chalk "^4.0.0" |
1351 | 1396 | collect-v8-coverage "^1.0.0" |
1352 | 1397 | exit "^0.1.2" |
... | ... | @@ -1357,15 +1402,15 @@ |
1357 | 1402 | istanbul-lib-report "^3.0.0" |
1358 | 1403 | istanbul-lib-source-maps "^4.0.0" |
1359 | 1404 | istanbul-reports "^3.0.2" |
1360 | - jest-haste-map "^27.2.2" | |
1361 | - jest-resolve "^27.2.2" | |
1362 | - jest-util "^27.2.0" | |
1363 | - jest-worker "^27.2.2" | |
1405 | + jest-haste-map "^27.2.4" | |
1406 | + jest-resolve "^27.2.4" | |
1407 | + jest-util "^27.2.4" | |
1408 | + jest-worker "^27.2.4" | |
1364 | 1409 | slash "^3.0.0" |
1365 | 1410 | source-map "^0.6.0" |
1366 | 1411 | string-length "^4.0.1" |
1367 | 1412 | terminal-link "^2.0.0" |
1368 | - v8-to-istanbul "^8.0.0" | |
1413 | + v8-to-istanbul "^8.1.0" | |
1369 | 1414 | |
1370 | 1415 | "@jest/source-map@^27.0.6": |
1371 | 1416 | version "27.0.6" |
... | ... | @@ -1376,41 +1421,41 @@ |
1376 | 1421 | graceful-fs "^4.2.4" |
1377 | 1422 | source-map "^0.6.0" |
1378 | 1423 | |
1379 | -"@jest/test-result@^27.2.2": | |
1380 | - version "27.2.2" | |
1381 | - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.2.2.tgz#cd4ba1ca9b0521e463bd4b32349ba1842277563b" | |
1382 | - integrity sha512-yENoDEoWlEFI7l5z7UYyJb/y5Q8RqbPd4neAVhKr6l+vVaQOPKf8V/IseSMJI9+urDUIxgssA7RGNyCRhGjZvw== | |
1424 | +"@jest/test-result@^27.2.4": | |
1425 | + version "27.2.4" | |
1426 | + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.2.4.tgz#d1ca8298d168f1b0be834bfb543b1ac0294c05d7" | |
1427 | + integrity sha512-eU+PRo0+lIS01b0dTmMdVZ0TtcRSxEaYquZTRFMQz6CvsehGhx9bRzi9Zdw6VROviJyv7rstU+qAMX5pNBmnfQ== | |
1383 | 1428 | dependencies: |
1384 | - "@jest/console" "^27.2.2" | |
1385 | - "@jest/types" "^27.1.1" | |
1429 | + "@jest/console" "^27.2.4" | |
1430 | + "@jest/types" "^27.2.4" | |
1386 | 1431 | "@types/istanbul-lib-coverage" "^2.0.0" |
1387 | 1432 | collect-v8-coverage "^1.0.0" |
1388 | 1433 | |
1389 | -"@jest/test-sequencer@^27.2.2": | |
1390 | - version "27.2.2" | |
1391 | - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.2.2.tgz#9a6d735317f525741a5913ee3cdefeffc9b0aba6" | |
1392 | - integrity sha512-YnJqwNQP2Zeu0S4TMqkxg6NN7Y1EFq715n/nThNKrvIS9wmRZjDt2XYqsHbuvhAFjshi0iKDQ813NewFITBH+Q== | |
1434 | +"@jest/test-sequencer@^27.2.4": | |
1435 | + version "27.2.4" | |
1436 | + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.2.4.tgz#df66422a3e9e7440ce8b7498e255fa6b52c0bc03" | |
1437 | + integrity sha512-fpk5eknU3/DXE2QCCG1wv/a468+cfPo3Asu6d6yUtM9LOPh709ubZqrhuUOYfM8hXMrIpIdrv1CdCrWWabX0rQ== | |
1393 | 1438 | dependencies: |
1394 | - "@jest/test-result" "^27.2.2" | |
1439 | + "@jest/test-result" "^27.2.4" | |
1395 | 1440 | graceful-fs "^4.2.4" |
1396 | - jest-haste-map "^27.2.2" | |
1397 | - jest-runtime "^27.2.2" | |
1441 | + jest-haste-map "^27.2.4" | |
1442 | + jest-runtime "^27.2.4" | |
1398 | 1443 | |
1399 | -"@jest/transform@^27.2.2": | |
1400 | - version "27.2.2" | |
1401 | - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.2.2.tgz#89b16b4de84354fb48d15712b3ea34cadc1cb600" | |
1402 | - integrity sha512-l4Z/7PpajrOjCiXLWLfMY7fgljY0H8EwW7qdzPXXuv2aQF8kY2+Uyj3O+9Popnaw1V7JCw32L8EeI/thqFDkPA== | |
1444 | +"@jest/transform@^27.2.4": | |
1445 | + version "27.2.4" | |
1446 | + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.2.4.tgz#2fe5b6836895f7a1b8bdec442c51e83943c62733" | |
1447 | + integrity sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA== | |
1403 | 1448 | dependencies: |
1404 | 1449 | "@babel/core" "^7.1.0" |
1405 | - "@jest/types" "^27.1.1" | |
1450 | + "@jest/types" "^27.2.4" | |
1406 | 1451 | babel-plugin-istanbul "^6.0.0" |
1407 | 1452 | chalk "^4.0.0" |
1408 | 1453 | convert-source-map "^1.4.0" |
1409 | 1454 | fast-json-stable-stringify "^2.0.0" |
1410 | 1455 | graceful-fs "^4.2.4" |
1411 | - jest-haste-map "^27.2.2" | |
1456 | + jest-haste-map "^27.2.4" | |
1412 | 1457 | jest-regex-util "^27.0.6" |
1413 | - jest-util "^27.2.0" | |
1458 | + jest-util "^27.2.4" | |
1414 | 1459 | micromatch "^4.0.4" |
1415 | 1460 | pirates "^4.0.1" |
1416 | 1461 | slash "^3.0.0" |
... | ... | @@ -1428,6 +1473,17 @@ |
1428 | 1473 | "@types/yargs" "^16.0.0" |
1429 | 1474 | chalk "^4.0.0" |
1430 | 1475 | |
1476 | +"@jest/types@^27.2.4": | |
1477 | + version "27.2.4" | |
1478 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.4.tgz#2430042a66e00dc5b140c3636f4474d464c21ee8" | |
1479 | + integrity sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA== | |
1480 | + dependencies: | |
1481 | + "@types/istanbul-lib-coverage" "^2.0.0" | |
1482 | + "@types/istanbul-reports" "^3.0.0" | |
1483 | + "@types/node" "*" | |
1484 | + "@types/yargs" "^16.0.0" | |
1485 | + chalk "^4.0.0" | |
1486 | + | |
1431 | 1487 | "@logicflow/core@^0.6.16": |
1432 | 1488 | version "0.6.16" |
1433 | 1489 | resolved "https://registry.nlark.com/@logicflow/core/download/@logicflow/core-0.6.16.tgz#1a64a573b2ee826578bbea12fa330d990dbc1e08" |
... | ... | @@ -1562,10 +1618,10 @@ |
1562 | 1618 | dependencies: |
1563 | 1619 | type-detect "4.0.8" |
1564 | 1620 | |
1565 | -"@sinonjs/fake-timers@^7.0.2": | |
1566 | - version "7.1.2" | |
1567 | - resolved "https://registry.nlark.com/@sinonjs/fake-timers/download/@sinonjs/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5" | |
1568 | - integrity sha1-JSTq5wxJEO3M+ZsvTm78WJSv97U= | |
1621 | +"@sinonjs/fake-timers@^8.0.1": | |
1622 | + version "8.0.1" | |
1623 | + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.0.1.tgz#1c1c9a91419f804e59ae8df316a07dd1c3a76b94" | |
1624 | + integrity sha512-AU7kwFxreVd6OAXcAFlKSmZquiRUU0FvYm44k1Y1QbK7Co4m0aqfGMhjykIeQp/H6rcl+nFmj0zfdUcGVs9Dew== | |
1569 | 1625 | dependencies: |
1570 | 1626 | "@sinonjs/commons" "^1.7.0" |
1571 | 1627 | |
... | ... | @@ -1655,10 +1711,10 @@ |
1655 | 1711 | dependencies: |
1656 | 1712 | "@babel/types" "^7.3.0" |
1657 | 1713 | |
1658 | -"@types/codemirror@^5.60.3": | |
1659 | - version "5.60.3" | |
1660 | - resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.3.tgz#ceb6ffda44db73ae9327d2ce265858ba3f8a7f19" | |
1661 | - integrity sha512-dVX8Vsio70u4la9LGi1jjmaqtcdMMZUYalO5QY5EWy4XKrNjewNm9cy2K5XvP+puzLzum417gmJ9w7F6bVR1XA== | |
1714 | +"@types/codemirror@^5.60.4": | |
1715 | + version "5.60.4" | |
1716 | + resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.4.tgz#aa19477782fb1bd26f8a0e240ca4241f35c4170e" | |
1717 | + integrity sha512-SUQgBj9jZ+xj75zgwfgQZt0CManWBISN/YsE0xRmPwO6uDyLNpXO8bn2m59tpevsFw+eQdmx+qY1WjOrUgMDgw== | |
1662 | 1718 | dependencies: |
1663 | 1719 | "@types/tern" "*" |
1664 | 1720 | |
... | ... | @@ -1754,10 +1810,10 @@ |
1754 | 1810 | dependencies: |
1755 | 1811 | "@types/node" "*" |
1756 | 1812 | |
1757 | -"@types/inquirer@^8.1.2": | |
1758 | - version "8.1.2" | |
1759 | - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.1.2.tgz#48be1d741fa39ade7ce099dbdb8a077eee8f5090" | |
1760 | - integrity sha512-TYNYd9YEb1SdEo71AJ2sSYSS22gYiLV1/UzDjGY51Tx0LuVSbY3ftFR+eOP8qjowFKvDUnC2jmQP3hLulg6y6Q== | |
1813 | +"@types/inquirer@^8.1.3": | |
1814 | + version "8.1.3" | |
1815 | + resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.1.3.tgz#dfda4c97cdbe304e4dceb378a80f79448ea5c8fe" | |
1816 | + integrity sha512-AayK4ZL5ssPzR1OtnOLGAwpT0Dda3Xi/h1G0l1oJDNrowp7T1423q4Zb8/emr7tzRlCy4ssEri0LWVexAqHyKQ== | |
1761 | 1817 | dependencies: |
1762 | 1818 | "@types/through" "*" |
1763 | 1819 | rxjs "^7.2.0" |
... | ... | @@ -1848,10 +1904,10 @@ |
1848 | 1904 | resolved "https://registry.nlark.com/@types/node/download/@types/node-14.17.17.tgz?cache=0&sync_timestamp=1631828244883&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.17.17.tgz#4ec7b71bbcb01a4e55455b60b18b1b6a783fe31d" |
1849 | 1905 | integrity sha1-Tse3G7ywGk5VRVtgsYsbang/4x0= |
1850 | 1906 | |
1851 | -"@types/node@^16.10.1": | |
1852 | - version "16.10.1" | |
1853 | - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.1.tgz#f3647623199ca920960006b3dccf633ea905f243" | |
1854 | - integrity sha512-4/Z9DMPKFexZj/Gn3LylFgamNKHm4K3QDi0gz9B26Uk0c8izYf97B5fxfpspMNkWlFupblKM/nV8+NA9Ffvr+w== | |
1907 | +"@types/node@^16.10.2": | |
1908 | + version "16.10.2" | |
1909 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.2.tgz#5764ca9aa94470adb4e1185fe2e9f19458992b2e" | |
1910 | + integrity sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ== | |
1855 | 1911 | |
1856 | 1912 | "@types/normalize-package-data@^2.4.0": |
1857 | 1913 | version "2.4.1" |
... | ... | @@ -1912,7 +1968,7 @@ |
1912 | 1968 | resolved "https://registry.nlark.com/@types/svgo/download/@types/svgo-1.3.6.tgz#9db00a7ddf9b26ad2feb6b834bef1818677845e1" |
1913 | 1969 | integrity sha1-nbAKfd+bJq0v62uDS+8YGGd4ReE= |
1914 | 1970 | |
1915 | -"@types/svgo@^2.4.0", "@types/svgo@^2.4.2": | |
1971 | +"@types/svgo@^2.4.2": | |
1916 | 1972 | version "2.4.2" |
1917 | 1973 | resolved "https://registry.nlark.com/@types/svgo/download/@types/svgo-2.4.2.tgz#545f1e838a883d5e6006a458e07dddf47ca504ca" |
1918 | 1974 | integrity sha1-VF8eg4qIPV5gBqRY4H3d9HylBMo= |
... | ... | @@ -1965,28 +2021,29 @@ |
1965 | 2021 | dependencies: |
1966 | 2022 | "@types/yargs-parser" "*" |
1967 | 2023 | |
1968 | -"@typescript-eslint/eslint-plugin@^4.31.2": | |
1969 | - version "4.31.2" | |
1970 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.2.tgz#9f41efaee32cdab7ace94b15bd19b756dd099b0a" | |
1971 | - integrity sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA== | |
2024 | +"@typescript-eslint/eslint-plugin@^4.33.0": | |
2025 | + version "4.33.0" | |
2026 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276" | |
2027 | + integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg== | |
1972 | 2028 | dependencies: |
1973 | - "@typescript-eslint/experimental-utils" "4.31.2" | |
1974 | - "@typescript-eslint/scope-manager" "4.31.2" | |
2029 | + "@typescript-eslint/experimental-utils" "4.33.0" | |
2030 | + "@typescript-eslint/scope-manager" "4.33.0" | |
1975 | 2031 | debug "^4.3.1" |
1976 | 2032 | functional-red-black-tree "^1.0.1" |
2033 | + ignore "^5.1.8" | |
1977 | 2034 | regexpp "^3.1.0" |
1978 | 2035 | semver "^7.3.5" |
1979 | 2036 | tsutils "^3.21.0" |
1980 | 2037 | |
1981 | -"@typescript-eslint/experimental-utils@4.31.2": | |
1982 | - version "4.31.2" | |
1983 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.2.tgz#98727a9c1e977dd5d20c8705e69cd3c2a86553fa" | |
1984 | - integrity sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q== | |
2038 | +"@typescript-eslint/experimental-utils@4.33.0": | |
2039 | + version "4.33.0" | |
2040 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd" | |
2041 | + integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q== | |
1985 | 2042 | dependencies: |
1986 | 2043 | "@types/json-schema" "^7.0.7" |
1987 | - "@typescript-eslint/scope-manager" "4.31.2" | |
1988 | - "@typescript-eslint/types" "4.31.2" | |
1989 | - "@typescript-eslint/typescript-estree" "4.31.2" | |
2044 | + "@typescript-eslint/scope-manager" "4.33.0" | |
2045 | + "@typescript-eslint/types" "4.33.0" | |
2046 | + "@typescript-eslint/typescript-estree" "4.33.0" | |
1990 | 2047 | eslint-scope "^5.1.1" |
1991 | 2048 | eslint-utils "^3.0.0" |
1992 | 2049 | |
... | ... | @@ -2002,14 +2059,14 @@ |
2002 | 2059 | eslint-scope "^5.1.1" |
2003 | 2060 | eslint-utils "^3.0.0" |
2004 | 2061 | |
2005 | -"@typescript-eslint/parser@^4.31.2": | |
2006 | - version "4.31.2" | |
2007 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.2.tgz#54aa75986e3302d91eff2bbbaa6ecfa8084e9c34" | |
2008 | - integrity sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw== | |
2062 | +"@typescript-eslint/parser@^4.33.0": | |
2063 | + version "4.33.0" | |
2064 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" | |
2065 | + integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA== | |
2009 | 2066 | dependencies: |
2010 | - "@typescript-eslint/scope-manager" "4.31.2" | |
2011 | - "@typescript-eslint/types" "4.31.2" | |
2012 | - "@typescript-eslint/typescript-estree" "4.31.2" | |
2067 | + "@typescript-eslint/scope-manager" "4.33.0" | |
2068 | + "@typescript-eslint/types" "4.33.0" | |
2069 | + "@typescript-eslint/typescript-estree" "4.33.0" | |
2013 | 2070 | debug "^4.3.1" |
2014 | 2071 | |
2015 | 2072 | "@typescript-eslint/scope-manager@4.31.1": |
... | ... | @@ -2020,23 +2077,23 @@ |
2020 | 2077 | "@typescript-eslint/types" "4.31.1" |
2021 | 2078 | "@typescript-eslint/visitor-keys" "4.31.1" |
2022 | 2079 | |
2023 | -"@typescript-eslint/scope-manager@4.31.2": | |
2024 | - version "4.31.2" | |
2025 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.2.tgz#1d528cb3ed3bcd88019c20a57c18b897b073923a" | |
2026 | - integrity sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w== | |
2080 | +"@typescript-eslint/scope-manager@4.33.0": | |
2081 | + version "4.33.0" | |
2082 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3" | |
2083 | + integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ== | |
2027 | 2084 | dependencies: |
2028 | - "@typescript-eslint/types" "4.31.2" | |
2029 | - "@typescript-eslint/visitor-keys" "4.31.2" | |
2085 | + "@typescript-eslint/types" "4.33.0" | |
2086 | + "@typescript-eslint/visitor-keys" "4.33.0" | |
2030 | 2087 | |
2031 | 2088 | "@typescript-eslint/types@4.31.1": |
2032 | 2089 | version "4.31.1" |
2033 | 2090 | resolved "https://registry.nlark.com/@typescript-eslint/types/download/@typescript-eslint/types-4.31.1.tgz#5f255b695627a13401d2fdba5f7138bc79450d66" |
2034 | 2091 | integrity sha1-XyVbaVYnoTQB0v26X3E4vHlFDWY= |
2035 | 2092 | |
2036 | -"@typescript-eslint/types@4.31.2": | |
2037 | - version "4.31.2" | |
2038 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.2.tgz#2aea7177d6d744521a168ed4668eddbd912dfadf" | |
2039 | - integrity sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w== | |
2093 | +"@typescript-eslint/types@4.33.0": | |
2094 | + version "4.33.0" | |
2095 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" | |
2096 | + integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== | |
2040 | 2097 | |
2041 | 2098 | "@typescript-eslint/typescript-estree@4.31.1": |
2042 | 2099 | version "4.31.1" |
... | ... | @@ -2051,13 +2108,13 @@ |
2051 | 2108 | semver "^7.3.5" |
2052 | 2109 | tsutils "^3.21.0" |
2053 | 2110 | |
2054 | -"@typescript-eslint/typescript-estree@4.31.2": | |
2055 | - version "4.31.2" | |
2056 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.2.tgz#abfd50594d8056b37e7428df3b2d185ef2d0060c" | |
2057 | - integrity sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA== | |
2111 | +"@typescript-eslint/typescript-estree@4.33.0": | |
2112 | + version "4.33.0" | |
2113 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609" | |
2114 | + integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA== | |
2058 | 2115 | dependencies: |
2059 | - "@typescript-eslint/types" "4.31.2" | |
2060 | - "@typescript-eslint/visitor-keys" "4.31.2" | |
2116 | + "@typescript-eslint/types" "4.33.0" | |
2117 | + "@typescript-eslint/visitor-keys" "4.33.0" | |
2061 | 2118 | debug "^4.3.1" |
2062 | 2119 | globby "^11.0.3" |
2063 | 2120 | is-glob "^4.0.1" |
... | ... | @@ -2072,41 +2129,41 @@ |
2072 | 2129 | "@typescript-eslint/types" "4.31.1" |
2073 | 2130 | eslint-visitor-keys "^2.0.0" |
2074 | 2131 | |
2075 | -"@typescript-eslint/visitor-keys@4.31.2": | |
2076 | - version "4.31.2" | |
2077 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.2.tgz#7d5b4a4705db7fe59ecffb273c1d082760f635cc" | |
2078 | - integrity sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug== | |
2132 | +"@typescript-eslint/visitor-keys@4.33.0": | |
2133 | + version "4.33.0" | |
2134 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd" | |
2135 | + integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg== | |
2079 | 2136 | dependencies: |
2080 | - "@typescript-eslint/types" "4.31.2" | |
2137 | + "@typescript-eslint/types" "4.33.0" | |
2081 | 2138 | eslint-visitor-keys "^2.0.0" |
2082 | 2139 | |
2083 | -"@vitejs/plugin-legacy@^1.5.3": | |
2084 | - version "1.5.3" | |
2085 | - resolved "https://registry.nlark.com/@vitejs/plugin-legacy/download/@vitejs/plugin-legacy-1.5.3.tgz#3a2eabef302a6aa4feb2ce3cff6ddf95d573e9e1" | |
2086 | - integrity sha1-Oi6r7zAqaqT+ss48/23fldVz6eE= | |
2140 | +"@vitejs/plugin-legacy@^1.6.1": | |
2141 | + version "1.6.1" | |
2142 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-legacy/-/plugin-legacy-1.6.1.tgz#45f0e006de2d25758151b098b8dcb912c62a95dc" | |
2143 | + integrity sha512-isBi2ti+AlCZUpfA1P6L8gseltBy/qi6Rsi92aDzeL2elpwXgN4Hv/xLS2UUSSj9F0mFmxXCYPWlBPaJnlYamQ== | |
2087 | 2144 | dependencies: |
2088 | - "@babel/standalone" "^7.14.9" | |
2089 | - core-js "^3.16.0" | |
2145 | + "@babel/standalone" "^7.15.7" | |
2146 | + core-js "^3.18.1" | |
2090 | 2147 | magic-string "^0.25.7" |
2091 | 2148 | regenerator-runtime "^0.13.9" |
2092 | - systemjs "^6.10.2" | |
2149 | + systemjs "^6.10.3" | |
2093 | 2150 | |
2094 | -"@vitejs/plugin-vue-jsx@^1.1.8": | |
2095 | - version "1.1.8" | |
2096 | - resolved "https://registry.nlark.com/@vitejs/plugin-vue-jsx/download/@vitejs/plugin-vue-jsx-1.1.8.tgz#c7b9efd94efe8801635f755b6fd0d0a3a70cf596" | |
2097 | - integrity sha1-x7nv2U7+iAFjX3Vbb9DQo6cM9ZY= | |
2151 | +"@vitejs/plugin-vue-jsx@^1.2.0": | |
2152 | + version "1.2.0" | |
2153 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-1.2.0.tgz#a4216bdbb8b12800537d39e3b5711fcf2eb470ef" | |
2154 | + integrity sha512-Y4Er2bn8bHNiUziJizcVT1yQKTq6oOJeBrKkxvjo2yKT/RTSK1ZlkP/qnzchxxuBkx0tYG4Aaxbb9xuVnNNDEA== | |
2098 | 2155 | dependencies: |
2099 | - "@babel/core" "^7.14.8" | |
2156 | + "@babel/core" "^7.15.5" | |
2100 | 2157 | "@babel/plugin-syntax-import-meta" "^7.10.4" |
2101 | - "@babel/plugin-transform-typescript" "^7.14.6" | |
2158 | + "@babel/plugin-transform-typescript" "^7.15.4" | |
2102 | 2159 | "@rollup/pluginutils" "^4.1.1" |
2103 | - "@vue/babel-plugin-jsx" "^1.0.6" | |
2160 | + "@vue/babel-plugin-jsx" "^1.0.7" | |
2104 | 2161 | hash-sum "^2.0.0" |
2105 | 2162 | |
2106 | -"@vitejs/plugin-vue@^1.9.2": | |
2107 | - version "1.9.2" | |
2108 | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.9.2.tgz#7234efb8c3c3d60c7eac350a935074ab1820ae0e" | |
2109 | - integrity sha512-QnUQJvGmY+YT9xTidLcjr6NAjKWNdSuul1M+BZ6uwTQaO5vpAY9USBncXESATk742dYMZGJenegJgeJhG/HMNQ== | |
2163 | +"@vitejs/plugin-vue@^1.9.3": | |
2164 | + version "1.9.3" | |
2165 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.9.3.tgz#93d61893ce6c723d0209af0483ec8b91a2cd811f" | |
2166 | + integrity sha512-yW6H/q+4Mc2PcVjSOelcsMrg/k15DnMUz8jyCFsI04emc3aLwo4AoofUfGnjHUkgirrDxSJLVqQVGhonQ3yykA== | |
2110 | 2167 | |
2111 | 2168 | "@volar/code-gen@^0.27.14": |
2112 | 2169 | version "0.27.14" |
... | ... | @@ -2167,10 +2224,10 @@ |
2167 | 2224 | resolved "https://registry.nlark.com/@vue/babel-helper-vue-transform-on/download/@vue/babel-helper-vue-transform-on-1.0.2.tgz#9b9c691cd06fc855221a2475c3cc831d774bc7dc" |
2168 | 2225 | integrity sha1-m5xpHNBvyFUiGiR1w8yDHXdLx9w= |
2169 | 2226 | |
2170 | -"@vue/babel-plugin-jsx@^1.0.6": | |
2171 | - version "1.0.7" | |
2172 | - resolved "https://registry.nlark.com/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.7.tgz?cache=0&sync_timestamp=1630684863225&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fbabel-plugin-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-jsx-1.0.7.tgz#22d6c84ef8db5ac13db971476a55cc5215902168" | |
2173 | - integrity sha1-ItbITvjbWsE9uXFHalXMUhWQIWg= | |
2227 | +"@vue/babel-plugin-jsx@^1.0.7": | |
2228 | + version "1.1.0" | |
2229 | + resolved "https://registry.yarnpkg.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.0.tgz#eb73871cbe468bc12141441a0052d8948ac4f67d" | |
2230 | + integrity sha512-RGesLuTa+/0dHw7Ai3oQK0PoZbHPgtnjRQMTA/RRarqTWqMcFQ1BWYW47nSCkJAPYfd9hkUC0BWqokiOlJjJyg== | |
2174 | 2231 | dependencies: |
2175 | 2232 | "@babel/helper-module-imports" "^7.0.0" |
2176 | 2233 | "@babel/plugin-syntax-jsx" "^7.0.0" |
... | ... | @@ -2275,11 +2332,16 @@ |
2275 | 2332 | "@vue/compiler-dom" "3.2.19" |
2276 | 2333 | "@vue/shared" "3.2.19" |
2277 | 2334 | |
2278 | -"@vue/devtools-api@^6.0.0-beta.14", "@vue/devtools-api@^6.0.0-beta.15", "@vue/devtools-api@^6.0.0-beta.7": | |
2335 | +"@vue/devtools-api@^6.0.0-beta.14", "@vue/devtools-api@^6.0.0-beta.7": | |
2279 | 2336 | version "6.0.0-beta.15" |
2280 | 2337 | resolved "https://registry.nlark.com/@vue/devtools-api/download/@vue/devtools-api-6.0.0-beta.15.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fdevtools-api%2Fdownload%2F%40vue%2Fdevtools-api-6.0.0-beta.15.tgz#ad7cb384e062f165bcf9c83732125bffbc2ad83d" |
2281 | 2338 | integrity sha1-rXyzhOBi8WW8+cg3MhJb/7wq2D0= |
2282 | 2339 | |
2340 | +"@vue/devtools-api@^6.0.0-beta.18": | |
2341 | + version "6.0.0-beta.19" | |
2342 | + resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.19.tgz#f8e88059daa424515992426a0c7ea5cde07e99bf" | |
2343 | + integrity sha512-ObzQhgkoVeoyKv+e8+tB/jQBL2smtk/NmC9OmFK8UqdDpoOdv/Kf9pyDWL+IFyM7qLD2C75rszJujvGSPSpGlw== | |
2344 | + | |
2283 | 2345 | "@vue/reactivity@3.2.19": |
2284 | 2346 | version "3.2.19" |
2285 | 2347 | resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.19.tgz#fc6e0f0106f295226835cfed5ff5f84d927bea65" |
... | ... | @@ -2371,28 +2433,28 @@ |
2371 | 2433 | dependencies: |
2372 | 2434 | vue-demi "*" |
2373 | 2435 | |
2374 | -"@windicss/config@1.4.7": | |
2375 | - version "1.4.7" | |
2376 | - resolved "https://registry.yarnpkg.com/@windicss/config/-/config-1.4.7.tgz#5562a36b907cc28a1b8ecc7d2ddc534a43e11ae8" | |
2377 | - integrity sha512-giz6b9ce5fiac/JoLQSabcwD4wbkSt07Z0+Y0Ruw5RvJ4oejq7/4qv/cmFtjbf3l+rmxh8U8/1szQMd0Zs2esg== | |
2436 | +"@windicss/config@1.4.9": | |
2437 | + version "1.4.9" | |
2438 | + resolved "https://registry.yarnpkg.com/@windicss/config/-/config-1.4.9.tgz#fe36c540b71129a8a064a758ec45cf2dca1ee7d5" | |
2439 | + integrity sha512-DYgWKuY48Nrhi4xprdKVC2IpcLQ8j3jJ1FYgaoHKvHYZG7Ux4xaPZEYaAWEeEiGKLP7bv9VpBYdjRTKFqOMIsA== | |
2378 | 2440 | dependencies: |
2379 | 2441 | debug "^4.3.2" |
2380 | - jiti "^1.12.3" | |
2381 | - tsup "^5.2.0" | |
2382 | - windicss "^3.1.7" | |
2442 | + jiti "^1.12.5" | |
2443 | + tsup "^5.2.1" | |
2444 | + windicss "^3.1.8" | |
2383 | 2445 | |
2384 | -"@windicss/plugin-utils@1.4.7": | |
2385 | - version "1.4.7" | |
2386 | - resolved "https://registry.yarnpkg.com/@windicss/plugin-utils/-/plugin-utils-1.4.7.tgz#d1b1ba445a85e6847a1385bf9348b4b5b3a00267" | |
2387 | - integrity sha512-YRWQ4NHMS4/YPixoqku1+gRDRZgMHgRbx4Q0r+bLipczbbpNDPWgL4JS8F+xxbQn2wYRh7q+xqA8NIe/7T7vIA== | |
2446 | +"@windicss/plugin-utils@1.4.9": | |
2447 | + version "1.4.9" | |
2448 | + resolved "https://registry.yarnpkg.com/@windicss/plugin-utils/-/plugin-utils-1.4.9.tgz#c31d128b94c25e48298f110da1916f0f0830fa20" | |
2449 | + integrity sha512-Pie0mEH5whtI3zkWKThmgS6dxSAxQL5Be01Er/abLMVQjdoecoQT7ek2qSYOoFTtXGs7gMPUtCV/NdoL2TDgWw== | |
2388 | 2450 | dependencies: |
2389 | 2451 | "@antfu/utils" "^0.3.0" |
2390 | - "@windicss/config" "1.4.7" | |
2452 | + "@windicss/config" "1.4.9" | |
2391 | 2453 | debug "^4.3.2" |
2392 | 2454 | fast-glob "^3.2.7" |
2393 | 2455 | magic-string "^0.25.7" |
2394 | 2456 | micromatch "^4.0.4" |
2395 | - windicss "^3.1.7" | |
2457 | + windicss "^3.1.8" | |
2396 | 2458 | |
2397 | 2459 | "@zxcvbn-ts/core@^1.0.0-beta.0": |
2398 | 2460 | version "1.0.0-beta.0" |
... | ... | @@ -2727,16 +2789,16 @@ atob@^2.1.2: |
2727 | 2789 | resolved "https://registry.nlark.com/atob/download/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" |
2728 | 2790 | integrity sha1-bZUX654DDSQ2ZmZR6GvZ9vE1M8k= |
2729 | 2791 | |
2730 | -autoprefixer@^10.3.6: | |
2731 | - version "10.3.6" | |
2732 | - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.3.6.tgz#537c8a046e32ec46bfe528bcc9e2a5f2d87cd4c4" | |
2733 | - integrity sha512-3bDjTfF0MfZntwVCSd18XAT2Zndufh3Mep+mafbzdIQEeWbncVRUVDjH8/EPANV9Hq40seJ24QcYAyhUsFz7gQ== | |
2792 | +autoprefixer@^10.3.7: | |
2793 | + version "10.3.7" | |
2794 | + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.3.7.tgz#cef2562058406bd378c94aacda36bb46a97b3186" | |
2795 | + integrity sha512-EmGpu0nnQVmMhX8ROoJ7Mx8mKYPlcUHuxkwrRYEYMz85lu7H09v8w6R1P0JPdn/hKU32GjpLBFEOuIlDWCRWvg== | |
2734 | 2796 | dependencies: |
2735 | - browserslist "^4.17.1" | |
2736 | - caniuse-lite "^1.0.30001260" | |
2797 | + browserslist "^4.17.3" | |
2798 | + caniuse-lite "^1.0.30001264" | |
2737 | 2799 | fraction.js "^4.1.1" |
2738 | - nanocolors "^0.2.8" | |
2739 | 2800 | normalize-range "^0.1.2" |
2801 | + picocolors "^0.2.1" | |
2740 | 2802 | postcss-value-parser "^4.1.0" |
2741 | 2803 | |
2742 | 2804 | autoprefixer@^9.8.6: |
... | ... | @@ -2752,20 +2814,27 @@ autoprefixer@^9.8.6: |
2752 | 2814 | postcss "^7.0.32" |
2753 | 2815 | postcss-value-parser "^4.1.0" |
2754 | 2816 | |
2755 | -axios@^0.21.1, axios@^0.21.4: | |
2817 | +axios@^0.21.1: | |
2756 | 2818 | version "0.21.4" |
2757 | 2819 | resolved "https://registry.nlark.com/axios/download/axios-0.21.4.tgz?cache=0&sync_timestamp=1630942656836&other_urls=https%3A%2F%2Fregistry.nlark.com%2Faxios%2Fdownload%2Faxios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575" |
2758 | 2820 | integrity sha1-xnuQ3AVo5cHPKwuFjEO6KOLtpXU= |
2759 | 2821 | dependencies: |
2760 | 2822 | follow-redirects "^1.14.0" |
2761 | 2823 | |
2762 | -babel-jest@^27.2.2: | |
2763 | - version "27.2.2" | |
2764 | - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.2.2.tgz#d7e96f3f6f56be692de948092697e1bfea7f1184" | |
2765 | - integrity sha512-XNFNNfGKnZXzhej7TleVP4s9ktH5JjRW8Rmcbb223JJwKB/gmTyeWN0JfiPtSgnjIjDXtKNoixiy0QUHtv3vFA== | |
2824 | +axios@^0.22.0: | |
2825 | + version "0.22.0" | |
2826 | + resolved "https://registry.yarnpkg.com/axios/-/axios-0.22.0.tgz#bf702c41fb50fbca4539589d839a077117b79b25" | |
2827 | + integrity sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w== | |
2766 | 2828 | dependencies: |
2767 | - "@jest/transform" "^27.2.2" | |
2768 | - "@jest/types" "^27.1.1" | |
2829 | + follow-redirects "^1.14.4" | |
2830 | + | |
2831 | +babel-jest@^27.2.4: | |
2832 | + version "27.2.4" | |
2833 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.2.4.tgz#21ed6729d51bdd75470bbbf3c8b08d86209fb0dc" | |
2834 | + integrity sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg== | |
2835 | + dependencies: | |
2836 | + "@jest/transform" "^27.2.4" | |
2837 | + "@jest/types" "^27.2.4" | |
2769 | 2838 | "@types/babel__core" "^7.1.14" |
2770 | 2839 | babel-plugin-istanbul "^6.0.0" |
2771 | 2840 | babel-preset-jest "^27.2.0" |
... | ... | @@ -3034,16 +3103,16 @@ browserslist@^4.12.0, browserslist@^4.16.6, browserslist@^4.17.0: |
3034 | 3103 | escalade "^3.1.1" |
3035 | 3104 | node-releases "^1.1.75" |
3036 | 3105 | |
3037 | -browserslist@^4.17.1: | |
3038 | - version "4.17.1" | |
3039 | - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.1.tgz#a98d104f54af441290b7d592626dd541fa642eb9" | |
3040 | - integrity sha512-aLD0ZMDSnF4lUt4ZDNgqi5BUn9BZ7YdQdI/cYlILrhdSSZJLU9aNZoD5/NBmM4SK34APB2e83MOsRt1EnkuyaQ== | |
3106 | +browserslist@^4.17.3: | |
3107 | + version "4.17.3" | |
3108 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.3.tgz#2844cd6eebe14d12384b0122d217550160d2d624" | |
3109 | + integrity sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ== | |
3041 | 3110 | dependencies: |
3042 | - caniuse-lite "^1.0.30001259" | |
3043 | - electron-to-chromium "^1.3.846" | |
3111 | + caniuse-lite "^1.0.30001264" | |
3112 | + electron-to-chromium "^1.3.857" | |
3044 | 3113 | escalade "^3.1.1" |
3045 | - nanocolors "^0.1.5" | |
3046 | - node-releases "^1.1.76" | |
3114 | + node-releases "^1.1.77" | |
3115 | + picocolors "^0.2.1" | |
3047 | 3116 | |
3048 | 3117 | bs-logger@0.x: |
3049 | 3118 | version "0.2.6" |
... | ... | @@ -3196,12 +3265,10 @@ caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001254: |
3196 | 3265 | resolved "https://registry.nlark.com/caniuse-lite/download/caniuse-lite-1.0.30001258.tgz#b604eed80cc54a578e4bf5a02ae3ed49f869d252" |
3197 | 3266 | integrity sha1-tgTu2AzFSleOS/WgKuPtSfhp0lI= |
3198 | 3267 | |
3199 | -caniuse-lite@^1.0.30001259, caniuse-lite@^1.0.30001260: | |
3200 | - version "1.0.30001260" | |
3201 | - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001260.tgz#e3be3f34ddad735ca4a2736fa9e768ef34316270" | |
3202 | - integrity sha512-Fhjc/k8725ItmrvW5QomzxLeojewxvqiYCKeFcfFEhut28IVLdpHU19dneOmltZQIE5HNbawj1HYD+1f2bM1Dg== | |
3203 | - dependencies: | |
3204 | - nanocolors "^0.1.0" | |
3268 | +caniuse-lite@^1.0.30001264: | |
3269 | + version "1.0.30001264" | |
3270 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001264.tgz#88f625a60efb6724c7c62ac698bc8dbd9757e55b" | |
3271 | + integrity sha512-Ftfqqfcs/ePiUmyaySsQ4PUsdcYyXG2rfoBVsk3iY1ahHaJEw65vfb7Suzqm+cEkwwPIv/XWkg27iCpRavH4zA== | |
3205 | 3272 | |
3206 | 3273 | capital-case@^1.0.4: |
3207 | 3274 | version "1.0.4" |
... | ... | @@ -3390,10 +3457,10 @@ cli-spinners@^2.5.0: |
3390 | 3457 | resolved "https://registry.nlark.com/cli-spinners/download/cli-spinners-2.6.0.tgz?cache=0&sync_timestamp=1618847030071&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcli-spinners%2Fdownload%2Fcli-spinners-2.6.0.tgz#36c7dc98fb6a9a76bd6238ec3f77e2425627e939" |
3391 | 3458 | integrity sha1-NsfcmPtqmna9YjjsP3fiQlYn6Tk= |
3392 | 3459 | |
3393 | -cli-truncate@^2.1.0: | |
3460 | +cli-truncate@2.1.0, cli-truncate@^2.1.0: | |
3394 | 3461 | version "2.1.0" |
3395 | - resolved "https://registry.nlark.com/cli-truncate/download/cli-truncate-2.1.0.tgz?cache=0&sync_timestamp=1628633155345&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcli-truncate%2Fdownload%2Fcli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" | |
3396 | - integrity sha1-w54ovwXtzeW+O5iZKiLe7Vork8c= | |
3462 | + resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" | |
3463 | + integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== | |
3397 | 3464 | dependencies: |
3398 | 3465 | slice-ansi "^3.0.0" |
3399 | 3466 | string-width "^4.2.0" |
... | ... | @@ -3455,10 +3522,10 @@ co@^4.6.0: |
3455 | 3522 | resolved "https://registry.nlark.com/co/download/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" |
3456 | 3523 | integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= |
3457 | 3524 | |
3458 | -codemirror@^5.63.0: | |
3459 | - version "5.63.0" | |
3460 | - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.63.0.tgz#070a699108badd9c118b7261ac2e9793acdbb149" | |
3461 | - integrity sha512-KlLWRPggDg2rBD1Mx7/EqEhaBdy+ybBCVh/efgjBDsPpMeEu6MbTAJzIT4TuCzvmbTEgvKOGzVT6wdBTNusqrg== | |
3525 | +codemirror@^5.63.1: | |
3526 | + version "5.63.1" | |
3527 | + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.63.1.tgz#b0b9e8444206fd6a43a58a4b31d5740bb891fa57" | |
3528 | + integrity sha512-baivaNZreZOGh1/tYyTvCupC9NeWk7qlZeGUDi4nFKj/J0JU8FYKZND4QqLw70P7HOttlCt4JJAOj9GoIhHEkA== | |
3462 | 3529 | |
3463 | 3530 | codepage@~1.15.0: |
3464 | 3531 | version "1.15.0" |
... | ... | @@ -3519,7 +3586,7 @@ combined-stream@^1.0.8: |
3519 | 3586 | dependencies: |
3520 | 3587 | delayed-stream "~1.0.0" |
3521 | 3588 | |
3522 | -commander@*: | |
3589 | +commander@*, commander@^8.2.0: | |
3523 | 3590 | version "8.2.0" |
3524 | 3591 | resolved "https://registry.nlark.com/commander/download/commander-8.2.0.tgz#37fe2bde301d87d47a53adeff8b5915db1381ca8" |
3525 | 3592 | integrity sha1-N/4r3jAdh9R6U63v+LWRXbE4HKg= |
... | ... | @@ -3794,10 +3861,10 @@ conventional-commits-filter@^2.0.7: |
3794 | 3861 | lodash.ismatch "^4.4.0" |
3795 | 3862 | modify-values "^1.0.0" |
3796 | 3863 | |
3797 | -conventional-commits-parser@^3.0.0, conventional-commits-parser@^3.2.0: | |
3864 | +conventional-commits-parser@^3.2.0, conventional-commits-parser@^3.2.2: | |
3798 | 3865 | version "3.2.2" |
3799 | - resolved "https://registry.nlark.com/conventional-commits-parser/download/conventional-commits-parser-3.2.2.tgz#190fb9900c6e02be0c0bca9b03d57e24982639fd" | |
3800 | - integrity sha1-GQ+5kAxuAr4MC8qbA9V+JJgmOf0= | |
3866 | + resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.2.2.tgz#190fb9900c6e02be0c0bca9b03d57e24982639fd" | |
3867 | + integrity sha512-Jr9KAKgqAkwXMRHjxDwO/zOCDKod1XdAESHAGuJX38iZ7ZzVti/tvVoysO0suMsdAObp9NQ2rHSsSbnAqZ5f5g== | |
3801 | 3868 | dependencies: |
3802 | 3869 | JSONStream "^1.0.4" |
3803 | 3870 | is-text-path "^1.0.1" |
... | ... | @@ -3833,11 +3900,16 @@ core-js-compat@^3.14.0, core-js-compat@^3.16.0: |
3833 | 3900 | browserslist "^4.17.0" |
3834 | 3901 | semver "7.0.0" |
3835 | 3902 | |
3836 | -core-js@^3.15.1, core-js@^3.16.0: | |
3903 | +core-js@^3.15.1: | |
3837 | 3904 | version "3.17.3" |
3838 | 3905 | resolved "https://registry.nlark.com/core-js/download/core-js-3.17.3.tgz?cache=0&sync_timestamp=1631176914291&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcore-js%2Fdownload%2Fcore-js-3.17.3.tgz#8e8bd20e91df9951e903cabe91f9af4a0895bc1e" |
3839 | 3906 | integrity sha1-jovSDpHfmVHpA8q+kfmvSgiVvB4= |
3840 | 3907 | |
3908 | +core-js@^3.18.1: | |
3909 | + version "3.18.1" | |
3910 | + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.18.1.tgz#289d4be2ce0085d40fc1244c0b1a54c00454622f" | |
3911 | + integrity sha512-vJlUi/7YdlCZeL6fXvWNaLUPh/id12WXj3MbkMw5uOyF0PfWPBNOCNbs53YqgrvtujLNlt9JQpruyIKkUZ+PKA== | |
3912 | + | |
3841 | 3913 | core-util-is@~1.0.0: |
3842 | 3914 | version "1.0.3" |
3843 | 3915 | resolved "https://registry.nlark.com/core-util-is/download/core-util-is-1.0.3.tgz?cache=0&sync_timestamp=1630420570787&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcore-util-is%2Fdownload%2Fcore-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" |
... | ... | @@ -3856,7 +3928,7 @@ corser@^2.0.1: |
3856 | 3928 | resolved "https://registry.nlark.com/corser/download/corser-2.0.1.tgz#8eda252ecaab5840dcd975ceb90d9370c819ff87" |
3857 | 3929 | integrity sha1-jtolLsqrWEDc2XXOuQ2TcMgZ/4c= |
3858 | 3930 | |
3859 | -cosmiconfig@^7.0.0: | |
3931 | +cosmiconfig@^7.0.0, cosmiconfig@^7.0.1: | |
3860 | 3932 | version "7.0.1" |
3861 | 3933 | resolved "https://registry.nlark.com/cosmiconfig/download/cosmiconfig-7.0.1.tgz?cache=0&sync_timestamp=1629585969900&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcosmiconfig%2Fdownload%2Fcosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" |
3862 | 3934 | integrity sha1-cU11ZSLKzoZ4Z8y0R0xdAbuuXW0= |
... | ... | @@ -4429,10 +4501,10 @@ electron-to-chromium@^1.3.830: |
4429 | 4501 | resolved "https://registry.nlark.com/electron-to-chromium/download/electron-to-chromium-1.3.843.tgz?cache=0&sync_timestamp=1631916194181&other_urls=https%3A%2F%2Fregistry.nlark.com%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.843.tgz#671489bd2f59fd49b76adddc1aa02c88cd38a5c0" |
4430 | 4502 | integrity sha1-ZxSJvS9Z/Um3at3cGqAsiM04pcA= |
4431 | 4503 | |
4432 | -electron-to-chromium@^1.3.846: | |
4433 | - version "1.3.849" | |
4434 | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.849.tgz#45a65a392565abc5b864624b9753393336426f4b" | |
4435 | - integrity sha512-RweyW60HPOqIcxoKTGr38Yvtf2aliSUqX8dB3e9geJ0Bno0YLjcOX5F7/DPVloBkJWaPZ7xOM1A0Yme2T1A34w== | |
4504 | +electron-to-chromium@^1.3.857: | |
4505 | + version "1.3.859" | |
4506 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.859.tgz#4e0abc918e1c22b306ba13b4c3649f78295f5937" | |
4507 | + integrity sha512-gXRXKNWedfdiKIzwr0Mg/VGCvxXzy+4SuK9hp1BDvfbCwx0O5Ot+2f4CoqQkqEJ3Zj/eAV/GoAFgBVFgkBLXuQ== | |
4436 | 4508 | |
4437 | 4509 | emittery@^0.8.1: |
4438 | 4510 | version "0.8.1" |
... | ... | @@ -4548,60 +4620,115 @@ esbuild-android-arm64@0.13.2: |
4548 | 4620 | resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.13.2.tgz#7f00f620d1fc3fb2d6b5b8a6a80b1bdd15d4e6c6" |
4549 | 4621 | integrity sha512-Eh2paXUWYqf5JgikdkC0LnhtjSC8tGAz/L2kJRlMC0o3DzOBIxcmT2fdzBerdhW4roY0bOExfcO6deI1qsxI/A== |
4550 | 4622 | |
4623 | +esbuild-android-arm64@0.13.4: | |
4624 | + version "0.13.4" | |
4625 | + resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.13.4.tgz#5178a20d2b7aba741a31c19609f9e67b346996b9" | |
4626 | + integrity sha512-elDJt+jNyoHFId0/dKsuVYUPke3EcquIyUwzJCH17a3ERglN3A9aMBI5zbz+xNZ+FbaDNdpn0RaJHCFLbZX+fA== | |
4627 | + | |
4551 | 4628 | esbuild-darwin-64@0.13.2: |
4552 | 4629 | version "0.13.2" |
4553 | 4630 | resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.13.2.tgz#e844c7ea708ca791d172300009db27ae4229390d" |
4554 | 4631 | integrity sha512-jqp6uXHIIAWZ8kxRqFjxyMmIE1cuSbINellwwigOgk44eLg74ls82oqjY72MbDAowPivQkOU/fF7tsyaGQf5Zg== |
4555 | 4632 | |
4633 | +esbuild-darwin-64@0.13.4: | |
4634 | + version "0.13.4" | |
4635 | + resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.13.4.tgz#7a3e66c8e1271b650541b25eed65c84f3564a69d" | |
4636 | + integrity sha512-zJQGyHRAdZUXlRzbN7W+7ykmEiGC+bq3Gc4GxKYjjWTgDRSEly98ym+vRNkDjXwXYD3gGzSwvH35+MiHAtWvLA== | |
4637 | + | |
4556 | 4638 | esbuild-darwin-arm64@0.13.2: |
4557 | 4639 | version "0.13.2" |
4558 | 4640 | resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.2.tgz#2bc42bc24a3a9779fe5569d5f2ab4c39bd3483b7" |
4559 | 4641 | integrity sha512-bD4oAyPZdzOWEA/JoX0sAitOhjJRwhomhWMeyRyowtlVQhQleG2ijRUKTvkq4CAvSobrW5EnZxjvHNKJ5L7zJg== |
4560 | 4642 | |
4643 | +esbuild-darwin-arm64@0.13.4: | |
4644 | + version "0.13.4" | |
4645 | + resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.4.tgz#793feca6032b2a57ef291eb9b2d33768d60a49d6" | |
4646 | + integrity sha512-r8oYvAtqSGq8HNTZCAx4TdLE7jZiGhX9ooGi5AQAey37MA6XNaP8ZNlw9OCpcgpx3ryU2WctXwIqPzkHO7a8dg== | |
4647 | + | |
4561 | 4648 | esbuild-freebsd-64@0.13.2: |
4562 | 4649 | version "0.13.2" |
4563 | 4650 | resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.2.tgz#f2f20c45cd3998bbb8dff1f249cb38aa459c73ad" |
4564 | 4651 | integrity sha512-fFJ0yc3lZyfwca+F5OPN/s+izozWryUQpN8aUMIdUkOa7UKX0h3xXrKnkDgdOo8vy3d1A6zHH0/4f2VJfEzLCg== |
4565 | 4652 | |
4653 | +esbuild-freebsd-64@0.13.4: | |
4654 | + version "0.13.4" | |
4655 | + resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.4.tgz#294aec3c2cf4b41fb6900212fc9c33dd8fbbb4a2" | |
4656 | + integrity sha512-u9DRGkn09EN8+lCh6z7FKle7awi17PJRBuAKdRNgSo5ZrH/3m+mYaJK2PR2URHMpAfXiwJX341z231tSdVe3Yw== | |
4657 | + | |
4566 | 4658 | esbuild-freebsd-arm64@0.13.2: |
4567 | 4659 | version "0.13.2" |
4568 | 4660 | resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.2.tgz#ae364988459110f51e9f37773dfb7cc10931c971" |
4569 | 4661 | integrity sha512-DWBZauEfjmqdfWxIacI+KBEim3ulOjtvK+WVm1bX67XlfyUVIkD915OIfT2EBhQUWmv+Z0tZZwskSMNj5DKojw== |
4570 | 4662 | |
4663 | +esbuild-freebsd-arm64@0.13.4: | |
4664 | + version "0.13.4" | |
4665 | + resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.4.tgz#09fe66c751c12f9b976976b1d83f3de594cb2787" | |
4666 | + integrity sha512-q3B2k68Uf6gfjATjcK16DqxvjqRQkHL8aPoOfj4op+lSqegdXvBacB1d8jw8PxbWJ8JHpdTLdAVUYU80kotQXA== | |
4667 | + | |
4571 | 4668 | esbuild-linux-32@0.13.2: |
4572 | 4669 | version "0.13.2" |
4573 | 4670 | resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.13.2.tgz#e95aa1f16037ca7e7313fd1a0dca296719b39b1b" |
4574 | 4671 | integrity sha512-Gt2rNqqRCRh1QQC2d83KP0iWIXWQYpns7l2+41a1n0PQxXkQ5AarpjjL9mUzdXtcZauNXbUvWwBKAuBTCW+XQg== |
4575 | 4672 | |
4673 | +esbuild-linux-32@0.13.4: | |
4674 | + version "0.13.4" | |
4675 | + resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.13.4.tgz#a9f0793d7bcc9cef4f4ffa4398c525877fba5839" | |
4676 | + integrity sha512-UUYJPHSiKAO8KoN3Ls/iZtgDLZvK5HarES96aolDPWZnq9FLx4dIHM/x2z4Rxv9IYqQ/DxlPoE2Co1UPBIYYeA== | |
4677 | + | |
4576 | 4678 | esbuild-linux-64@0.13.2: |
4577 | 4679 | version "0.13.2" |
4578 | 4680 | resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.13.2.tgz#4b4b314daff70f94411487801641687f771a7528" |
4579 | 4681 | integrity sha512-yT0D5Xly8oGHuqq975k1XUyULHzk3fN/ZlTY+awlU+nCFsYPZ43NE5msGpxlNQu8i6KOXQEke5GXN3y5d+Zd4g== |
4580 | 4682 | |
4683 | +esbuild-linux-64@0.13.4: | |
4684 | + version "0.13.4" | |
4685 | + resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.13.4.tgz#c0d0b4c9d62e3bbf8bdf2cece37403aa6d60fc2e" | |
4686 | + integrity sha512-+RnohAKiiUW4UHLGRkNR1AnENW1gCuDWuygEtd4jxTNPIoeC7lbXGor7rtgjj9AdUzFgOEvAXyNNX01kJ8NueQ== | |
4687 | + | |
4581 | 4688 | esbuild-linux-arm64@0.13.2: |
4582 | 4689 | version "0.13.2" |
4583 | 4690 | resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.2.tgz#170ba8807c1a5e44e98cbe66d333a355ed26933a" |
4584 | 4691 | integrity sha512-qwXL+3NDCWiC8RMKBBETpuOWdC+pUAUS+pwg9jJmapYblLdVKkyRtwF/ogj06TdYs6riSSNikW8HK/Xs0HHbbQ== |
4585 | 4692 | |
4693 | +esbuild-linux-arm64@0.13.4: | |
4694 | + version "0.13.4" | |
4695 | + resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.4.tgz#1292d97bfa64a08d12728f8a7837bf92776c779b" | |
4696 | + integrity sha512-+A188cAdd6QuSRxMIwRrWLjgphQA0LDAQ/ECVlrPVJwnx+1i64NjDZivoqPYLOTkSPIKntiWwMhhf0U5/RrPHQ== | |
4697 | + | |
4586 | 4698 | esbuild-linux-arm@0.13.2: |
4587 | 4699 | version "0.13.2" |
4588 | 4700 | resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.13.2.tgz#50731067c280dc77a60526e99a23260a38b41868" |
4589 | 4701 | integrity sha512-KXeyotqj9jbvCjbSpwnxDE8E8jKoBgrgbJpOvvY5Zz7Pp2fAwu/94vWQtE/jPEJndY4C4MSs+ryJLFWzmLOa4w== |
4590 | 4702 | |
4703 | +esbuild-linux-arm@0.13.4: | |
4704 | + version "0.13.4" | |
4705 | + resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.13.4.tgz#186cd9b8885ac132b9953a4a0afe668168debd10" | |
4706 | + integrity sha512-BH5gKve4jglS7UPSsfwHSX79I5agC/lm4eKoRUEyo8lwQs89frQSRp2Xup+6SFQnxt3md5EsKcd2Dbkqeb3gPA== | |
4707 | + | |
4591 | 4708 | esbuild-linux-mips64le@0.13.2: |
4592 | 4709 | version "0.13.2" |
4593 | 4710 | resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.2.tgz#030945ccde601f2ce1b70f3aa22240128047be05" |
4594 | 4711 | integrity sha512-sx8eheRX2XC2ppNAsbQm8/VUcU8XPYGpJK0BEyRefqHONz6u5Ib2guUdOz2Wh4YlbA7oOd482lHjprXSTwUcrQ== |
4595 | 4712 | |
4713 | +esbuild-linux-mips64le@0.13.4: | |
4714 | + version "0.13.4" | |
4715 | + resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.4.tgz#42049bf72bc586817b4a51cc9e32148d13e5e807" | |
4716 | + integrity sha512-0xkwtPaUkG5xMTFGaQPe1AadSe5QAiQuD4Gix1O9k5Xo/U8xGIkw9UFUTvfEUeu71vFb6ZgsIacfP1NLoFjWNw== | |
4717 | + | |
4596 | 4718 | esbuild-linux-ppc64le@0.13.2: |
4597 | 4719 | version "0.13.2" |
4598 | 4720 | resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.2.tgz#1a028df8caa5e0423d93217b9b4515d879007d07" |
4599 | 4721 | integrity sha512-y8iZ3qy2TIAKKsZ6xSopCztHOtGW9oiYDl22vQ0UIoVWjnfRKrbSzX7Y2F94y32hSvRWle6OhAIC+UpS5nQmIA== |
4600 | 4722 | |
4601 | -esbuild-node-loader@^0.4.0: | |
4602 | - version "0.4.0" | |
4603 | - resolved "https://registry.yarnpkg.com/esbuild-node-loader/-/esbuild-node-loader-0.4.0.tgz#a953216ae4f3d1da0e1b35ce21399baef4c734eb" | |
4604 | - integrity sha512-VWDbFuvjRAeh7xEgI0eLWUyaFXRn6pRBoNkx6OjKmFvWJIVJoGrbt8GsgaKysi8lkxUoqXqgpfjumAa6EQON5Q== | |
4723 | +esbuild-linux-ppc64le@0.13.4: | |
4724 | + version "0.13.4" | |
4725 | + resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.4.tgz#adf1ce2ef2302757c4383887da6ac4dd25be9d4f" | |
4726 | + integrity sha512-E1+oJPP7A+j23GPo3CEpBhGwG1bni4B8IbTA3/3rvzjURwUMZdcN3Fhrz24rnjzdLSHmULtOE4VsbT42h1Om4Q== | |
4727 | + | |
4728 | +esbuild-node-loader@^0.4.2: | |
4729 | + version "0.4.2" | |
4730 | + resolved "https://registry.yarnpkg.com/esbuild-node-loader/-/esbuild-node-loader-0.4.2.tgz#ee8f3c0da187f593e0166ffaa0a1f2e1edf0fcd3" | |
4731 | + integrity sha512-3SieWnHgnhMKwn+qG2AjQq3Yf9RrgHeKGxGLauaLKfBTCpbm4nJbUt4CV3waHcRizILzlpZbESLkY9rnFHr6/w== | |
4605 | 4732 | dependencies: |
4606 | 4733 | esbuild "^0.13.2" |
4607 | 4734 | |
... | ... | @@ -4610,6 +4737,11 @@ esbuild-openbsd-64@0.13.2: |
4610 | 4737 | resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.2.tgz#13bbcfc37806b68116e5669e03782e501c5c0720" |
4611 | 4738 | integrity sha512-g6AYrjBeV9OK624bw0KQ1TjHJQSW+X1Yicyd1NvDWqSFpMqKAjw7EUX4tA87mOFqv8BflPGr4f43ySgNvSVzIw== |
4612 | 4739 | |
4740 | +esbuild-openbsd-64@0.13.4: | |
4741 | + version "0.13.4" | |
4742 | + resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.4.tgz#1c8122101898c52a20c8786935cf3eb7a19b83b4" | |
4743 | + integrity sha512-xEkI1o5HYxDzbv9jSox0EsDxpwraG09SRiKKv0W8pH6O3bt+zPSlnoK7+I7Q69tkvONkpIq5n2o+c55uq0X7cw== | |
4744 | + | |
4613 | 4745 | esbuild-plugin-alias@^0.1.2: |
4614 | 4746 | version "0.1.2" |
4615 | 4747 | resolved "https://registry.npm.taobao.org/esbuild-plugin-alias/download/esbuild-plugin-alias-0.1.2.tgz#1232fbde807c0c8ad44c44ec859819eb492e12a8" |
... | ... | @@ -4627,21 +4759,41 @@ esbuild-sunos-64@0.13.2: |
4627 | 4759 | resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.13.2.tgz#e23cfc6222527940ca6da0a592be0de05ab6e1ad" |
4628 | 4760 | integrity sha512-hIXvFIyrqwFd6v62XSra0ctCUXDS9Tu5D6QYbvnbhEoBmvD/TmEJRYRH48/+xmRifKJLzu6aegcrjAsDmaww7g== |
4629 | 4761 | |
4762 | +esbuild-sunos-64@0.13.4: | |
4763 | + version "0.13.4" | |
4764 | + resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.13.4.tgz#4ec95faa14a60f295fe485bebffefff408739337" | |
4765 | + integrity sha512-bjXUMcODMnB6hQicLBBmmnBl7OMDyVpFahKvHGXJfDChIi5udiIRKCmFUFIRn+AUAKVlfrofRKdyPC7kBsbvGQ== | |
4766 | + | |
4630 | 4767 | esbuild-windows-32@0.13.2: |
4631 | 4768 | version "0.13.2" |
4632 | 4769 | resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.13.2.tgz#d45f1480c6ee933065a8e9cb9849ef0d70aeb7e7" |
4633 | 4770 | integrity sha512-Y767LG0NFkw0sPoDVOTKC5gaj4vURjjWfSCCDV5awpXXxBKOF2zsIp3aia4KvVoivoSSeRPk3emDd0OPHuPrKg== |
4634 | 4771 | |
4772 | +esbuild-windows-32@0.13.4: | |
4773 | + version "0.13.4" | |
4774 | + resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.13.4.tgz#3182c380487b797b04d0ec2c80c2945666869080" | |
4775 | + integrity sha512-z4CH07pfyVY0XF98TCsGmLxKCl0kyvshKDbdpTekW9f2d+dJqn5mmoUyWhpSVJ0SfYWJg86FoD9nMbbaMVyGdg== | |
4776 | + | |
4635 | 4777 | esbuild-windows-64@0.13.2: |
4636 | 4778 | version "0.13.2" |
4637 | 4779 | resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.13.2.tgz#c2e78f863e3f071f3e114afd9cd84222926cf2b3" |
4638 | 4780 | integrity sha512-01b59kVJUMasctn6lzswC0drchr7zO75QtF22o5w0nlOw0Zorw0loY/8i5choFuWc30gXJId9qBSc1zPvt7uEw== |
4639 | 4781 | |
4782 | +esbuild-windows-64@0.13.4: | |
4783 | + version "0.13.4" | |
4784 | + resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.13.4.tgz#b9e995f92d81f433a04f33611e603e82f9232e69" | |
4785 | + integrity sha512-uVL11vORRPjocGLYam67rwFLd0LvkrHEs+JG+1oJN4UD9MQmNGZPa4gBHo6hDpF+kqRJ9kXgQSeDqUyRy0tj/Q== | |
4786 | + | |
4640 | 4787 | esbuild-windows-arm64@0.13.2: |
4641 | 4788 | version "0.13.2" |
4642 | 4789 | resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.2.tgz#15dc550c07c0ec078ca704e1d31cf84e6d4ad8ed" |
4643 | 4790 | integrity sha512-HxyY604ytmh8NkPYyS1TdIB/bFS7DWd1hP90e8Ovo/elEdN5I13h0tyIatDYZkXKS0Ztk+9T/3h6K0fI1a/4tQ== |
4644 | 4791 | |
4792 | +esbuild-windows-arm64@0.13.4: | |
4793 | + version "0.13.4" | |
4794 | + resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.4.tgz#fb239532f07b764d158f4cc787178ef4c6fadb5c" | |
4795 | + integrity sha512-vA6GLvptgftRcDcWngD5cMlL4f4LbL8JjU2UMT9yJ0MT5ra6hdZNFWnOeOoEtY4GtJ6OjZ0i+81sTqhAB0fMkg== | |
4796 | + | |
4645 | 4797 | esbuild@0.11.3: |
4646 | 4798 | version "0.11.3" |
4647 | 4799 | resolved "https://registry.nlark.com/esbuild/download/esbuild-0.11.3.tgz#b57165b907be4ffba651f6450538ce8d8c1d5eb0" |
... | ... | @@ -4652,11 +4804,6 @@ esbuild@^0.11.23: |
4652 | 4804 | resolved "https://registry.nlark.com/esbuild/download/esbuild-0.11.23.tgz#c42534f632e165120671d64db67883634333b4b8" |
4653 | 4805 | integrity sha1-xCU09jLhZRIGcdZNtniDY0MztLg= |
4654 | 4806 | |
4655 | -esbuild@^0.12.17, esbuild@^0.12.22: | |
4656 | - version "0.12.28" | |
4657 | - resolved "https://registry.nlark.com/esbuild/download/esbuild-0.12.28.tgz#84da0d2a0d0dee181281545271e0d65cf6fab1ef" | |
4658 | - integrity sha1-hNoNKg0N7hgSgVRSceDWXPb6se8= | |
4659 | - | |
4660 | 4807 | esbuild@^0.12.28: |
4661 | 4808 | version "0.12.29" |
4662 | 4809 | resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.29.tgz#be602db7c4dc78944a9dbde0d1ea19d36c1f882d" |
... | ... | @@ -4684,6 +4831,28 @@ esbuild@^0.13.2: |
4684 | 4831 | esbuild-windows-64 "0.13.2" |
4685 | 4832 | esbuild-windows-arm64 "0.13.2" |
4686 | 4833 | |
4834 | +esbuild@^0.13.3: | |
4835 | + version "0.13.4" | |
4836 | + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.13.4.tgz#ce2deb56c4fb360938311cbfc67f8e467bb6841b" | |
4837 | + integrity sha512-wMA5eUwpavTBiNl+It6j8OQuKVh69l6z4DKDLzoTIqC+gChnPpcmqdA8WNHptUHRnfyML+mKEQPlW7Mybj8gHg== | |
4838 | + optionalDependencies: | |
4839 | + esbuild-android-arm64 "0.13.4" | |
4840 | + esbuild-darwin-64 "0.13.4" | |
4841 | + esbuild-darwin-arm64 "0.13.4" | |
4842 | + esbuild-freebsd-64 "0.13.4" | |
4843 | + esbuild-freebsd-arm64 "0.13.4" | |
4844 | + esbuild-linux-32 "0.13.4" | |
4845 | + esbuild-linux-64 "0.13.4" | |
4846 | + esbuild-linux-arm "0.13.4" | |
4847 | + esbuild-linux-arm64 "0.13.4" | |
4848 | + esbuild-linux-mips64le "0.13.4" | |
4849 | + esbuild-linux-ppc64le "0.13.4" | |
4850 | + esbuild-openbsd-64 "0.13.4" | |
4851 | + esbuild-sunos-64 "0.13.4" | |
4852 | + esbuild-windows-32 "0.13.4" | |
4853 | + esbuild-windows-64 "0.13.4" | |
4854 | + esbuild-windows-arm64 "0.13.4" | |
4855 | + | |
4687 | 4856 | escalade@^3.1.1: |
4688 | 4857 | version "3.1.1" |
4689 | 4858 | resolved "https://registry.nlark.com/escalade/download/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" |
... | ... | @@ -4726,15 +4895,15 @@ eslint-config-prettier@^8.3.0: |
4726 | 4895 | resolved "https://registry.nlark.com/eslint-config-prettier/download/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" |
4727 | 4896 | integrity sha1-90cbILb+ipqSVMxoRFQgKIai3Xo= |
4728 | 4897 | |
4729 | -eslint-define-config@^1.0.9: | |
4730 | - version "1.0.9" | |
4731 | - resolved "https://registry.nlark.com/eslint-define-config/download/eslint-define-config-1.0.9.tgz#72e5e2410c576667a6ba1b5bff9801eeda476256" | |
4732 | - integrity sha1-cuXiQQxXZmemuhtb/5gB7tpHYlY= | |
4898 | +eslint-define-config@^1.1.1: | |
4899 | + version "1.1.1" | |
4900 | + resolved "https://registry.yarnpkg.com/eslint-define-config/-/eslint-define-config-1.1.1.tgz#1d50f855f2998523ab708b44a626ee9902b05ea0" | |
4901 | + integrity sha512-ZfQUX9WGjwgtrZ6vdYb9a18FMsvf01fyq+SwGOptIhe57lA6NXDeinD2iGHsPGfihKZvqQsdV6NduJ8QobXMiA== | |
4733 | 4902 | |
4734 | -eslint-plugin-jest@^24.4.2: | |
4735 | - version "24.4.2" | |
4736 | - resolved "https://registry.nlark.com/eslint-plugin-jest/download/eslint-plugin-jest-24.4.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-plugin-jest%2Fdownload%2Feslint-plugin-jest-24.4.2.tgz#9e8cf05ee6a0e3025e6149df2f36950abfa8d5bf" | |
4737 | - integrity sha1-nozwXuag4wJeYUnfLzaVCr+o1b8= | |
4903 | +eslint-plugin-jest@^24.5.2: | |
4904 | + version "24.5.2" | |
4905 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.5.2.tgz#f71f98f27fd18b50f55246ca090f36d1730e36a6" | |
4906 | + integrity sha512-lrI3sGAyZi513RRmP08sIW241Ti/zMnn/6wbE4ZBhb3M2pJ9ztaZMnSKSKKBUfotVdwqU8W1KtD8ao2/FR8DIg== | |
4738 | 4907 | dependencies: |
4739 | 4908 | "@typescript-eslint/experimental-utils" "^4.0.1" |
4740 | 4909 | |
... | ... | @@ -4745,10 +4914,10 @@ eslint-plugin-prettier@^4.0.0: |
4745 | 4914 | dependencies: |
4746 | 4915 | prettier-linter-helpers "^1.0.0" |
4747 | 4916 | |
4748 | -eslint-plugin-vue@^7.18.0: | |
4749 | - version "7.18.0" | |
4750 | - resolved "https://registry.nlark.com/eslint-plugin-vue/download/eslint-plugin-vue-7.18.0.tgz#02a452142330c7f27c242db21a1b9e25238540f6" | |
4751 | - integrity sha1-AqRSFCMwx/J8JC2yGhueJSOFQPY= | |
4917 | +eslint-plugin-vue@^7.19.0: | |
4918 | + version "7.19.0" | |
4919 | + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.19.0.tgz#4981f31c5df40fc1b2710d4fcb3e5e75fc644a48" | |
4920 | + integrity sha512-pqsJY1q0cjdQerWSlGHo+NfnWZ8Xuc5tetddljJJ7726auWsnHty7F5qgj/EcjkPgyj8s5Lw4YGuhsFHkzIrkQ== | |
4752 | 4921 | dependencies: |
4753 | 4922 | eslint-utils "^2.1.0" |
4754 | 4923 | natural-compare "^1.4.0" |
... | ... | @@ -4833,14 +5002,14 @@ eslint@^7.32.0: |
4833 | 5002 | text-table "^0.2.0" |
4834 | 5003 | v8-compile-cache "^2.0.3" |
4835 | 5004 | |
4836 | -esno@^0.10.0: | |
4837 | - version "0.10.0" | |
4838 | - resolved "https://registry.yarnpkg.com/esno/-/esno-0.10.0.tgz#ce5a7efd0ace9698f352702ecc275433ccdd0d1d" | |
4839 | - integrity sha512-M+kWH0nXxN9G+Kj32VGhMKULrMqOXCrFCLOVgjeLv9tibfYWQXKqI7oZ5T5sqXumZ4CUeOJqs/wve4q/bmJftg== | |
5005 | +esno@^0.10.1: | |
5006 | + version "0.10.1" | |
5007 | + resolved "https://registry.yarnpkg.com/esno/-/esno-0.10.1.tgz#28f9adb30fdcc5960475d034a4f22311d334d6cd" | |
5008 | + integrity sha512-wsXUWZxI0O59bvOjggWOGDd6VSwPxG+37Np8aUI1LwORIONN3L2nOOJHT7jZ3xAGkfq/J3YcnZsx+Mmw6BQFmQ== | |
4840 | 5009 | dependencies: |
4841 | 5010 | cross-spawn "^7.0.3" |
4842 | - esbuild "^0.13.2" | |
4843 | - esbuild-node-loader "^0.4.0" | |
5011 | + esbuild "^0.13.3" | |
5012 | + esbuild-node-loader "^0.4.2" | |
4844 | 5013 | esbuild-register "^3.0.0" |
4845 | 5014 | |
4846 | 5015 | espree@^6.2.1: |
... | ... | @@ -4967,7 +5136,7 @@ execa@^4.0.0: |
4967 | 5136 | signal-exit "^3.0.2" |
4968 | 5137 | strip-final-newline "^2.0.0" |
4969 | 5138 | |
4970 | -execa@^5.0.0: | |
5139 | +execa@^5.0.0, execa@^5.1.1: | |
4971 | 5140 | version "5.1.1" |
4972 | 5141 | resolved "https://registry.nlark.com/execa/download/execa-5.1.1.tgz?cache=0&sync_timestamp=1622825396605&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fexeca%2Fdownload%2Fexeca-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" |
4973 | 5142 | integrity sha1-+ArZy/Qpj3vR1MlVXCHpN0HEEd0= |
... | ... | @@ -5026,16 +5195,16 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: |
5026 | 5195 | dependencies: |
5027 | 5196 | homedir-polyfill "^1.0.1" |
5028 | 5197 | |
5029 | -expect@^27.2.2: | |
5030 | - version "27.2.2" | |
5031 | - resolved "https://registry.yarnpkg.com/expect/-/expect-27.2.2.tgz#65c414697415c0867ef588813e9c729ebab8a9a9" | |
5032 | - integrity sha512-sjHBeEk47/eshN9oLbvPJZMgHQihOXXQzSMPCJ4MqKShbU9HOVFSNHEEU4dp4ujzxFSiNvPFzB2AMOFmkizhvA== | |
5198 | +expect@^27.2.4: | |
5199 | + version "27.2.4" | |
5200 | + resolved "https://registry.yarnpkg.com/expect/-/expect-27.2.4.tgz#4debf546050bcdad8914a8c95fec7662e02bf67c" | |
5201 | + integrity sha512-gOtuonQ8TCnbNNCSw2fhVzRf8EFYDII4nB5NmG4IEV0rbUnW1I5zXvoTntU4iicB/Uh0oZr20NGlOLdJiwsOZA== | |
5033 | 5202 | dependencies: |
5034 | - "@jest/types" "^27.1.1" | |
5203 | + "@jest/types" "^27.2.4" | |
5035 | 5204 | ansi-styles "^5.0.0" |
5036 | 5205 | jest-get-type "^27.0.6" |
5037 | - jest-matcher-utils "^27.2.2" | |
5038 | - jest-message-util "^27.2.2" | |
5206 | + jest-matcher-utils "^27.2.4" | |
5207 | + jest-message-util "^27.2.4" | |
5039 | 5208 | jest-regex-util "^27.0.6" |
5040 | 5209 | |
5041 | 5210 | ext-list@^2.0.0: |
... | ... | @@ -5361,10 +5530,10 @@ flatted@^3.1.0: |
5361 | 5530 | resolved "https://registry.nlark.com/flatted/download/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" |
5362 | 5531 | integrity sha1-ZL/tXLaP48p4s+shStl7Y77c5WE= |
5363 | 5532 | |
5364 | -follow-redirects@^1.0.0, follow-redirects@^1.14.0: | |
5533 | +follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.4: | |
5365 | 5534 | version "1.14.4" |
5366 | - resolved "https://registry.nlark.com/follow-redirects/download/follow-redirects-1.14.4.tgz?cache=0&sync_timestamp=1631622129411&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffollow-redirects%2Fdownload%2Ffollow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379" | |
5367 | - integrity sha1-g4/fSKi73XnlLuUfsclOPtmLk3k= | |
5535 | + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379" | |
5536 | + integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g== | |
5368 | 5537 | |
5369 | 5538 | for-in@^1.0.2: |
5370 | 5539 | version "1.0.2" |
... | ... | @@ -6791,84 +6960,84 @@ jake@^10.6.1: |
6791 | 6960 | filelist "^1.0.1" |
6792 | 6961 | minimatch "^3.0.4" |
6793 | 6962 | |
6794 | -jest-changed-files@^27.1.1: | |
6795 | - version "27.1.1" | |
6796 | - resolved "https://registry.nlark.com/jest-changed-files/download/jest-changed-files-27.1.1.tgz?cache=0&sync_timestamp=1631095953071&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fjest-changed-files%2Fdownload%2Fjest-changed-files-27.1.1.tgz#9b3f67a34cc58e3e811e2e1e21529837653e4200" | |
6797 | - integrity sha1-mz9no0zFjj6BHi4eIVKYN2U+QgA= | |
6963 | +jest-changed-files@^27.2.4: | |
6964 | + version "27.2.4" | |
6965 | + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.2.4.tgz#d7de46e90e5a599c47e260760f5ab53516e835e6" | |
6966 | + integrity sha512-eeO1C1u4ex7pdTroYXezr+rbr957myyVoKGjcY4R1TJi3A+9v+4fu1Iv9J4eLq1bgFyT3O3iRWU9lZsEE7J72Q== | |
6798 | 6967 | dependencies: |
6799 | - "@jest/types" "^27.1.1" | |
6968 | + "@jest/types" "^27.2.4" | |
6800 | 6969 | execa "^5.0.0" |
6801 | 6970 | throat "^6.0.1" |
6802 | 6971 | |
6803 | -jest-circus@^27.2.2: | |
6804 | - version "27.2.2" | |
6805 | - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.2.2.tgz#a3647082f3eba1226f7664a36a2b7ebf45ceaf7b" | |
6806 | - integrity sha512-8txlqs0EDrvPasCgwfLMkG0l3F4FxqQa6lxOsvYfOl04eSJjRw3F4gk9shakuC00nMD+VT+SMtFYXxe64f0VZw== | |
6972 | +jest-circus@^27.2.4: | |
6973 | + version "27.2.4" | |
6974 | + resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.2.4.tgz#3bd898a29dcaf6a506f3f1b780dff5f67ca83c23" | |
6975 | + integrity sha512-TtheheTElrGjlsY9VxkzUU1qwIx05ItIusMVKnvNkMt4o/PeegLRcjq3Db2Jz0GGdBalJdbzLZBgeulZAJxJWA== | |
6807 | 6976 | dependencies: |
6808 | - "@jest/environment" "^27.2.2" | |
6809 | - "@jest/test-result" "^27.2.2" | |
6810 | - "@jest/types" "^27.1.1" | |
6977 | + "@jest/environment" "^27.2.4" | |
6978 | + "@jest/test-result" "^27.2.4" | |
6979 | + "@jest/types" "^27.2.4" | |
6811 | 6980 | "@types/node" "*" |
6812 | 6981 | chalk "^4.0.0" |
6813 | 6982 | co "^4.6.0" |
6814 | 6983 | dedent "^0.7.0" |
6815 | - expect "^27.2.2" | |
6984 | + expect "^27.2.4" | |
6816 | 6985 | is-generator-fn "^2.0.0" |
6817 | - jest-each "^27.2.2" | |
6818 | - jest-matcher-utils "^27.2.2" | |
6819 | - jest-message-util "^27.2.2" | |
6820 | - jest-runtime "^27.2.2" | |
6821 | - jest-snapshot "^27.2.2" | |
6822 | - jest-util "^27.2.0" | |
6823 | - pretty-format "^27.2.2" | |
6986 | + jest-each "^27.2.4" | |
6987 | + jest-matcher-utils "^27.2.4" | |
6988 | + jest-message-util "^27.2.4" | |
6989 | + jest-runtime "^27.2.4" | |
6990 | + jest-snapshot "^27.2.4" | |
6991 | + jest-util "^27.2.4" | |
6992 | + pretty-format "^27.2.4" | |
6824 | 6993 | slash "^3.0.0" |
6825 | 6994 | stack-utils "^2.0.3" |
6826 | 6995 | throat "^6.0.1" |
6827 | 6996 | |
6828 | -jest-cli@^27.2.2: | |
6829 | - version "27.2.2" | |
6830 | - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.2.2.tgz#0973a717c109f23de642b63486f3cb71c5a971be" | |
6831 | - integrity sha512-jbEythw22LR/IHYgNrjWdO74wO9wyujCxTMjbky0GLav4rC4y6qDQr4TqQ2JPP51eDYJ2awVn83advEVSs5Brg== | |
6997 | +jest-cli@^27.2.4: | |
6998 | + version "27.2.4" | |
6999 | + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.2.4.tgz#acda7f367aa6e674723fc1a7334e0ae1799448d2" | |
7000 | + integrity sha512-4kpQQkg74HYLaXo3nzwtg4PYxSLgL7puz1LXHj5Tu85KmlIpxQFjRkXlx4V47CYFFIDoyl3rHA/cXOxUWyMpNg== | |
6832 | 7001 | dependencies: |
6833 | - "@jest/core" "^27.2.2" | |
6834 | - "@jest/test-result" "^27.2.2" | |
6835 | - "@jest/types" "^27.1.1" | |
7002 | + "@jest/core" "^27.2.4" | |
7003 | + "@jest/test-result" "^27.2.4" | |
7004 | + "@jest/types" "^27.2.4" | |
6836 | 7005 | chalk "^4.0.0" |
6837 | 7006 | exit "^0.1.2" |
6838 | 7007 | graceful-fs "^4.2.4" |
6839 | 7008 | import-local "^3.0.2" |
6840 | - jest-config "^27.2.2" | |
6841 | - jest-util "^27.2.0" | |
6842 | - jest-validate "^27.2.2" | |
7009 | + jest-config "^27.2.4" | |
7010 | + jest-util "^27.2.4" | |
7011 | + jest-validate "^27.2.4" | |
6843 | 7012 | prompts "^2.0.1" |
6844 | - yargs "^16.0.3" | |
7013 | + yargs "^16.2.0" | |
6845 | 7014 | |
6846 | -jest-config@^27.2.2: | |
6847 | - version "27.2.2" | |
6848 | - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.2.2.tgz#970d8466c60ac106ac9d7d0b8dcf3ff150fa713a" | |
6849 | - integrity sha512-2nhms3lp52ZpU0636bB6zIFHjDVtYxzFQIOHZjBFUeXcb6b41sEkWojbHaJ4FEIO44UbccTLa7tvNpiFCgPE7w== | |
7015 | +jest-config@^27.2.4: | |
7016 | + version "27.2.4" | |
7017 | + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.2.4.tgz#0204969f5ae2e5190d47be2c14c04d631b7836e2" | |
7018 | + integrity sha512-tWy0UxhdzqiKyp4l5Vq4HxLyD+gH5td+GCF3c22/DJ0bYAOsMo+qi2XtbJI6oYMH5JOJQs9nLW/r34nvFCehjA== | |
6850 | 7019 | dependencies: |
6851 | 7020 | "@babel/core" "^7.1.0" |
6852 | - "@jest/test-sequencer" "^27.2.2" | |
6853 | - "@jest/types" "^27.1.1" | |
6854 | - babel-jest "^27.2.2" | |
7021 | + "@jest/test-sequencer" "^27.2.4" | |
7022 | + "@jest/types" "^27.2.4" | |
7023 | + babel-jest "^27.2.4" | |
6855 | 7024 | chalk "^4.0.0" |
6856 | 7025 | deepmerge "^4.2.2" |
6857 | 7026 | glob "^7.1.1" |
6858 | 7027 | graceful-fs "^4.2.4" |
6859 | 7028 | is-ci "^3.0.0" |
6860 | - jest-circus "^27.2.2" | |
6861 | - jest-environment-jsdom "^27.2.2" | |
6862 | - jest-environment-node "^27.2.2" | |
7029 | + jest-circus "^27.2.4" | |
7030 | + jest-environment-jsdom "^27.2.4" | |
7031 | + jest-environment-node "^27.2.4" | |
6863 | 7032 | jest-get-type "^27.0.6" |
6864 | - jest-jasmine2 "^27.2.2" | |
7033 | + jest-jasmine2 "^27.2.4" | |
6865 | 7034 | jest-regex-util "^27.0.6" |
6866 | - jest-resolve "^27.2.2" | |
6867 | - jest-runner "^27.2.2" | |
6868 | - jest-util "^27.2.0" | |
6869 | - jest-validate "^27.2.2" | |
7035 | + jest-resolve "^27.2.4" | |
7036 | + jest-runner "^27.2.4" | |
7037 | + jest-util "^27.2.4" | |
7038 | + jest-validate "^27.2.4" | |
6870 | 7039 | micromatch "^4.0.4" |
6871 | - pretty-format "^27.2.2" | |
7040 | + pretty-format "^27.2.4" | |
6872 | 7041 | |
6873 | 7042 | jest-diff@^27.0.0: |
6874 | 7043 | version "27.2.0" |
... | ... | @@ -6880,15 +7049,15 @@ jest-diff@^27.0.0: |
6880 | 7049 | jest-get-type "^27.0.6" |
6881 | 7050 | pretty-format "^27.2.0" |
6882 | 7051 | |
6883 | -jest-diff@^27.2.2: | |
6884 | - version "27.2.2" | |
6885 | - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.2.2.tgz#3992fe5f55f209676c5d3fd956e3f3d4145f76b8" | |
6886 | - integrity sha512-o3LaDbQDSaMJif4yztJAULI4xVatxbBasbKLbEw3K8CiRdDdbxMrLArS9EKDHQFYh6Tgfrm1PC2mIYR1xhu0hQ== | |
7052 | +jest-diff@^27.2.4: | |
7053 | + version "27.2.4" | |
7054 | + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.2.4.tgz#171c51d3d2c105c457100fee6e7bf7cee51c8d8c" | |
7055 | + integrity sha512-bLAVlDSCR3gqUPGv+4nzVpEXGsHh98HjUL7Vb2hVyyuBDoQmja8eJb0imUABsuxBeUVmf47taJSAd9nDrwWKEg== | |
6887 | 7056 | dependencies: |
6888 | 7057 | chalk "^4.0.0" |
6889 | 7058 | diff-sequences "^27.0.6" |
6890 | 7059 | jest-get-type "^27.0.6" |
6891 | - pretty-format "^27.2.2" | |
7060 | + pretty-format "^27.2.4" | |
6892 | 7061 | |
6893 | 7062 | jest-docblock@^27.0.6: |
6894 | 7063 | version "27.0.6" |
... | ... | @@ -6897,53 +7066,53 @@ jest-docblock@^27.0.6: |
6897 | 7066 | dependencies: |
6898 | 7067 | detect-newline "^3.0.0" |
6899 | 7068 | |
6900 | -jest-each@^27.2.2: | |
6901 | - version "27.2.2" | |
6902 | - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.2.2.tgz#62da8dd68b9fc61ab6e9e344692eeb1251f8c91d" | |
6903 | - integrity sha512-ZCDhkvwHeXHsxoFxvW43fabL18iLiVDxaipG5XWG7dSd+XWXXpzMQvBWYT9Wvzhg5x4hvrLQ24LtiOKw3I09xA== | |
7069 | +jest-each@^27.2.4: | |
7070 | + version "27.2.4" | |
7071 | + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.2.4.tgz#b4f280aafd63129ba82e345f0e74c5a10200aeef" | |
7072 | + integrity sha512-w9XVc+0EDBUTJS4xBNJ7N2JCcWItFd006lFjz77OarAQcQ10eFDBMrfDv2GBJMKlXe9aq0HrIIF51AXcZrRJyg== | |
6904 | 7073 | dependencies: |
6905 | - "@jest/types" "^27.1.1" | |
7074 | + "@jest/types" "^27.2.4" | |
6906 | 7075 | chalk "^4.0.0" |
6907 | 7076 | jest-get-type "^27.0.6" |
6908 | - jest-util "^27.2.0" | |
6909 | - pretty-format "^27.2.2" | |
7077 | + jest-util "^27.2.4" | |
7078 | + pretty-format "^27.2.4" | |
6910 | 7079 | |
6911 | -jest-environment-jsdom@^27.2.2: | |
6912 | - version "27.2.2" | |
6913 | - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.2.2.tgz#fb3075b4be6289961dcc4942e98f1862b3a8c4cb" | |
6914 | - integrity sha512-mzCLEdnpGWDJmNB6WIPLlZM+hpXdeiya9TryiByqcUdpliNV1O+LGC2SewzjmB4IblabGfvr3KcPN0Nme2wnDw== | |
7080 | +jest-environment-jsdom@^27.2.4: | |
7081 | + version "27.2.4" | |
7082 | + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.2.4.tgz#39ae80bbb8675306bfaf0440be1e5f877554539a" | |
7083 | + integrity sha512-X70pTXFSypD7AIzKT1mLnDi5hP9w9mdTRcOGOmoDoBrNyNEg4rYm6d4LQWFLc9ps1VnMuDOkFSG0wjSNYGjkng== | |
6915 | 7084 | dependencies: |
6916 | - "@jest/environment" "^27.2.2" | |
6917 | - "@jest/fake-timers" "^27.2.2" | |
6918 | - "@jest/types" "^27.1.1" | |
7085 | + "@jest/environment" "^27.2.4" | |
7086 | + "@jest/fake-timers" "^27.2.4" | |
7087 | + "@jest/types" "^27.2.4" | |
6919 | 7088 | "@types/node" "*" |
6920 | - jest-mock "^27.1.1" | |
6921 | - jest-util "^27.2.0" | |
7089 | + jest-mock "^27.2.4" | |
7090 | + jest-util "^27.2.4" | |
6922 | 7091 | jsdom "^16.6.0" |
6923 | 7092 | |
6924 | -jest-environment-node@^27.2.2: | |
6925 | - version "27.2.2" | |
6926 | - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.2.2.tgz#60ba7d7fee956f68964d47a785d0195ce125aaa3" | |
6927 | - integrity sha512-XgUscWs6H6UNqC96/QJjmUGZzzpql/JyprLSXVu7wkgM8tjbJdEkSqwrVAvJPm1yu526ImrmsIoh2BTHxkwL/g== | |
7093 | +jest-environment-node@^27.2.4: | |
7094 | + version "27.2.4" | |
7095 | + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.2.4.tgz#b79f98cb36e0c9111aac859c9c99f04eb2f74ff6" | |
7096 | + integrity sha512-ZbVbFSnbzTvhLOIkqh5lcLuGCCFvtG4xTXIRPK99rV2KzQT3kNg16KZwfTnLNlIiWCE8do960eToeDfcqmpSAw== | |
6928 | 7097 | dependencies: |
6929 | - "@jest/environment" "^27.2.2" | |
6930 | - "@jest/fake-timers" "^27.2.2" | |
6931 | - "@jest/types" "^27.1.1" | |
7098 | + "@jest/environment" "^27.2.4" | |
7099 | + "@jest/fake-timers" "^27.2.4" | |
7100 | + "@jest/types" "^27.2.4" | |
6932 | 7101 | "@types/node" "*" |
6933 | - jest-mock "^27.1.1" | |
6934 | - jest-util "^27.2.0" | |
7102 | + jest-mock "^27.2.4" | |
7103 | + jest-util "^27.2.4" | |
6935 | 7104 | |
6936 | 7105 | jest-get-type@^27.0.6: |
6937 | 7106 | version "27.0.6" |
6938 | 7107 | resolved "https://registry.nlark.com/jest-get-type/download/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe" |
6939 | 7108 | integrity sha1-DrXH91WFQnnOm2ip8aQSL2kEfP4= |
6940 | 7109 | |
6941 | -jest-haste-map@^27.2.2: | |
6942 | - version "27.2.2" | |
6943 | - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.2.2.tgz#81ccb57b1e1cd513aaaadf5016aad5dab0ede552" | |
6944 | - integrity sha512-kaKiq+GbAvk6/sq++Ymor4Vzk6+lr0vbKs2HDVPdkKsHX2lIJRyvhypZG/QsNfQnROKWIZSpUpGuv2HySSosvA== | |
7110 | +jest-haste-map@^27.2.4: | |
7111 | + version "27.2.4" | |
7112 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.2.4.tgz#f8974807bedf07348ca9fd24e5861ab7c8e61aba" | |
7113 | + integrity sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA== | |
6945 | 7114 | dependencies: |
6946 | - "@jest/types" "^27.1.1" | |
7115 | + "@jest/types" "^27.2.4" | |
6947 | 7116 | "@types/graceful-fs" "^4.1.2" |
6948 | 7117 | "@types/node" "*" |
6949 | 7118 | anymatch "^3.0.3" |
... | ... | @@ -6951,76 +7120,76 @@ jest-haste-map@^27.2.2: |
6951 | 7120 | graceful-fs "^4.2.4" |
6952 | 7121 | jest-regex-util "^27.0.6" |
6953 | 7122 | jest-serializer "^27.0.6" |
6954 | - jest-util "^27.2.0" | |
6955 | - jest-worker "^27.2.2" | |
7123 | + jest-util "^27.2.4" | |
7124 | + jest-worker "^27.2.4" | |
6956 | 7125 | micromatch "^4.0.4" |
6957 | 7126 | walker "^1.0.7" |
6958 | 7127 | optionalDependencies: |
6959 | 7128 | fsevents "^2.3.2" |
6960 | 7129 | |
6961 | -jest-jasmine2@^27.2.2: | |
6962 | - version "27.2.2" | |
6963 | - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.2.2.tgz#bf87c8820a192c86b65a7c4c1a54caae52124f04" | |
6964 | - integrity sha512-SczhZNfmZID9HbJ1GHhO4EzeL/PMRGeAUw23ddPUdd6kFijEZpT2yOxyNCBUKAsVQ/14OB60kjgnbuFOboZUNg== | |
7130 | +jest-jasmine2@^27.2.4: | |
7131 | + version "27.2.4" | |
7132 | + resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.2.4.tgz#4a1608133dbdb4d68b5929bfd785503ed9c9ba51" | |
7133 | + integrity sha512-fcffjO/xLWLVnW2ct3No4EksxM5RyPwHDYu9QU+90cC+/eSMLkFAxS55vkqsxexOO5zSsZ3foVpMQcg/amSeIQ== | |
6965 | 7134 | dependencies: |
6966 | 7135 | "@babel/traverse" "^7.1.0" |
6967 | - "@jest/environment" "^27.2.2" | |
7136 | + "@jest/environment" "^27.2.4" | |
6968 | 7137 | "@jest/source-map" "^27.0.6" |
6969 | - "@jest/test-result" "^27.2.2" | |
6970 | - "@jest/types" "^27.1.1" | |
7138 | + "@jest/test-result" "^27.2.4" | |
7139 | + "@jest/types" "^27.2.4" | |
6971 | 7140 | "@types/node" "*" |
6972 | 7141 | chalk "^4.0.0" |
6973 | 7142 | co "^4.6.0" |
6974 | - expect "^27.2.2" | |
7143 | + expect "^27.2.4" | |
6975 | 7144 | is-generator-fn "^2.0.0" |
6976 | - jest-each "^27.2.2" | |
6977 | - jest-matcher-utils "^27.2.2" | |
6978 | - jest-message-util "^27.2.2" | |
6979 | - jest-runtime "^27.2.2" | |
6980 | - jest-snapshot "^27.2.2" | |
6981 | - jest-util "^27.2.0" | |
6982 | - pretty-format "^27.2.2" | |
7145 | + jest-each "^27.2.4" | |
7146 | + jest-matcher-utils "^27.2.4" | |
7147 | + jest-message-util "^27.2.4" | |
7148 | + jest-runtime "^27.2.4" | |
7149 | + jest-snapshot "^27.2.4" | |
7150 | + jest-util "^27.2.4" | |
7151 | + pretty-format "^27.2.4" | |
6983 | 7152 | throat "^6.0.1" |
6984 | 7153 | |
6985 | -jest-leak-detector@^27.2.2: | |
6986 | - version "27.2.2" | |
6987 | - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.2.2.tgz#5af54273efcf5114ad406f4448860c2396319e12" | |
6988 | - integrity sha512-fQIYKkhXUs/4EpE4wO1AVsv7aNH3o0km1BGq3vxvSfYdwG9GLMf+b0z/ghLmBYNxb+tVpm/zv2caoKm3GfTazg== | |
7154 | +jest-leak-detector@^27.2.4: | |
7155 | + version "27.2.4" | |
7156 | + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.2.4.tgz#9bb7eab26a73bb280e9298be8d80f389288ec8f1" | |
7157 | + integrity sha512-SrcHWbe0EHg/bw2uBjVoHacTo5xosl068x2Q0aWsjr2yYuW2XwqrSkZV4lurUop0jhv1709ymG4or+8E4sH27Q== | |
6989 | 7158 | dependencies: |
6990 | 7159 | jest-get-type "^27.0.6" |
6991 | - pretty-format "^27.2.2" | |
7160 | + pretty-format "^27.2.4" | |
6992 | 7161 | |
6993 | -jest-matcher-utils@^27.2.2: | |
6994 | - version "27.2.2" | |
6995 | - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.2.2.tgz#a6c0a10dce6bfe8250bbed3e2f1b206568d73bde" | |
6996 | - integrity sha512-xN3wT4p2i9DGB6zmL3XxYp5lJmq9Q6ff8XKlMtVVBS2SAshmgsPBALJFQ8dWRd2G/xf5q/N0SD0Mipt8QBA26A== | |
7162 | +jest-matcher-utils@^27.2.4: | |
7163 | + version "27.2.4" | |
7164 | + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.2.4.tgz#008fff018151415ad1b6cfc083fd70fe1e012525" | |
7165 | + integrity sha512-nQeLfFAIPPkyhkDfifAPfP/U5wm1x0fLtAzqXZSSKckXDNuk2aaOfQiDYv1Mgf5GY6yOsxfUnvNm3dDjXM+BXw== | |
6997 | 7166 | dependencies: |
6998 | 7167 | chalk "^4.0.0" |
6999 | - jest-diff "^27.2.2" | |
7168 | + jest-diff "^27.2.4" | |
7000 | 7169 | jest-get-type "^27.0.6" |
7001 | - pretty-format "^27.2.2" | |
7170 | + pretty-format "^27.2.4" | |
7002 | 7171 | |
7003 | -jest-message-util@^27.2.2: | |
7004 | - version "27.2.2" | |
7005 | - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.2.2.tgz#cdbb1b82dfe5f601ae35f5c6a28bf7823e6bcf99" | |
7006 | - integrity sha512-/iS5/m2FSF7Nn6APFoxFymJpyhB/gPf0CJa7uFSkbYaWvrADUfQ9NTsuyjpszKErOS2/huFs44ysWhlQTKvL8Q== | |
7172 | +jest-message-util@^27.2.4: | |
7173 | + version "27.2.4" | |
7174 | + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.2.4.tgz#667e8c0f2b973156d1bac7398a7f677705cafaca" | |
7175 | + integrity sha512-wbKT/BNGnBVB9nzi+IoaLkXt6fbSvqUxx+IYY66YFh96J3goY33BAaNG3uPqaw/Sh/FR9YpXGVDfd5DJdbh4nA== | |
7007 | 7176 | dependencies: |
7008 | 7177 | "@babel/code-frame" "^7.12.13" |
7009 | - "@jest/types" "^27.1.1" | |
7178 | + "@jest/types" "^27.2.4" | |
7010 | 7179 | "@types/stack-utils" "^2.0.0" |
7011 | 7180 | chalk "^4.0.0" |
7012 | 7181 | graceful-fs "^4.2.4" |
7013 | 7182 | micromatch "^4.0.4" |
7014 | - pretty-format "^27.2.2" | |
7183 | + pretty-format "^27.2.4" | |
7015 | 7184 | slash "^3.0.0" |
7016 | 7185 | stack-utils "^2.0.3" |
7017 | 7186 | |
7018 | -jest-mock@^27.1.1: | |
7019 | - version "27.1.1" | |
7020 | - resolved "https://registry.nlark.com/jest-mock/download/jest-mock-27.1.1.tgz?cache=0&sync_timestamp=1631096011697&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fjest-mock%2Fdownload%2Fjest-mock-27.1.1.tgz#c7a2e81301fdcf3dab114931d23d89ec9d0c3a82" | |
7021 | - integrity sha1-x6LoEwH9zz2rEUkx0j2J7J0MOoI= | |
7187 | +jest-mock@^27.2.4: | |
7188 | + version "27.2.4" | |
7189 | + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.2.4.tgz#c8f0ef33f73d8ff53e3f60b16d59f1128f4072ae" | |
7190 | + integrity sha512-iVRU905rutaAoUcrt5Tm1JoHHWi24YabqEGXjPJI4tAyA6wZ7mzDi3GrZ+M7ebgWBqUkZE93GAx1STk7yCMIQA== | |
7022 | 7191 | dependencies: |
7023 | - "@jest/types" "^27.1.1" | |
7192 | + "@jest/types" "^27.2.4" | |
7024 | 7193 | "@types/node" "*" |
7025 | 7194 | |
7026 | 7195 | jest-pnp-resolver@^1.2.2: |
... | ... | @@ -7033,72 +7202,72 @@ jest-regex-util@^27.0.6: |
7033 | 7202 | resolved "https://registry.nlark.com/jest-regex-util/download/jest-regex-util-27.0.6.tgz?cache=0&sync_timestamp=1624900201901&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fjest-regex-util%2Fdownload%2Fjest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5" |
7034 | 7203 | integrity sha1-AuESCCk1rpSc5dE7JnXbPYyH2cU= |
7035 | 7204 | |
7036 | -jest-resolve-dependencies@^27.2.2: | |
7037 | - version "27.2.2" | |
7038 | - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.2.2.tgz#7467c67cb8b5630ec28e2f0c72a0b62e56668083" | |
7039 | - integrity sha512-nvJS+DyY51HHdZnMIwXg7fimQ5ylFx4+quQXspQXde2rXYy+4v75UYoX/J65Ln8mKCNc6YF8HEhfGaRBOrxxHg== | |
7205 | +jest-resolve-dependencies@^27.2.4: | |
7206 | + version "27.2.4" | |
7207 | + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.2.4.tgz#20c41cc02b66aa45169b282356ec73b133013089" | |
7208 | + integrity sha512-i5s7Uh9B3Q6uwxLpMhNKlgBf6pcemvWaORxsW1zNF/YCY3jd5EftvnGBI+fxVwJ1CBxkVfxqCvm1lpZkbaoGmg== | |
7040 | 7209 | dependencies: |
7041 | - "@jest/types" "^27.1.1" | |
7210 | + "@jest/types" "^27.2.4" | |
7042 | 7211 | jest-regex-util "^27.0.6" |
7043 | - jest-snapshot "^27.2.2" | |
7212 | + jest-snapshot "^27.2.4" | |
7044 | 7213 | |
7045 | -jest-resolve@^27.2.2: | |
7046 | - version "27.2.2" | |
7047 | - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.2.2.tgz#1bad93dbc6c20edb874e6720e82e4e48900b120b" | |
7048 | - integrity sha512-tfbHcBs/hJTb3fPQ/3hLWR+TsLNTzzK98TU+zIAsrL9nNzWfWROwopUOmiSUqmHMZW5t9au/433kSF2/Af+tTw== | |
7214 | +jest-resolve@^27.2.4: | |
7215 | + version "27.2.4" | |
7216 | + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.2.4.tgz#d3b999f073ff84a8ae109ce99ff7f3223048701a" | |
7217 | + integrity sha512-IsAO/3+3BZnKjI2I4f3835TBK/90dxR7Otgufn3mnrDFTByOSXclDi3G2XJsawGV4/18IMLARJ+V7Wm7t+J89Q== | |
7049 | 7218 | dependencies: |
7050 | - "@jest/types" "^27.1.1" | |
7219 | + "@jest/types" "^27.2.4" | |
7051 | 7220 | chalk "^4.0.0" |
7052 | 7221 | escalade "^3.1.1" |
7053 | 7222 | graceful-fs "^4.2.4" |
7054 | - jest-haste-map "^27.2.2" | |
7223 | + jest-haste-map "^27.2.4" | |
7055 | 7224 | jest-pnp-resolver "^1.2.2" |
7056 | - jest-util "^27.2.0" | |
7057 | - jest-validate "^27.2.2" | |
7225 | + jest-util "^27.2.4" | |
7226 | + jest-validate "^27.2.4" | |
7058 | 7227 | resolve "^1.20.0" |
7059 | 7228 | slash "^3.0.0" |
7060 | 7229 | |
7061 | -jest-runner@^27.2.2: | |
7062 | - version "27.2.2" | |
7063 | - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.2.2.tgz#e719a8ce2a16575677105f692fdff7cd00602325" | |
7064 | - integrity sha512-+bUFwBq+yTnvsOFuxetoQtkuOnqdAk2YuIGjlLmc7xLAXn/V1vjhXrLencgij0BUTTUvG9Aul3+5XDss4Wa8Eg== | |
7230 | +jest-runner@^27.2.4: | |
7231 | + version "27.2.4" | |
7232 | + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.2.4.tgz#d816f4cb4af04f3cba703afcf5a35a335b77cad4" | |
7233 | + integrity sha512-hIo5PPuNUyVDidZS8EetntuuJbQ+4IHWxmHgYZz9FIDbG2wcZjrP6b52uMDjAEQiHAn8yn8ynNe+TL8UuGFYKg== | |
7065 | 7234 | dependencies: |
7066 | - "@jest/console" "^27.2.2" | |
7067 | - "@jest/environment" "^27.2.2" | |
7068 | - "@jest/test-result" "^27.2.2" | |
7069 | - "@jest/transform" "^27.2.2" | |
7070 | - "@jest/types" "^27.1.1" | |
7235 | + "@jest/console" "^27.2.4" | |
7236 | + "@jest/environment" "^27.2.4" | |
7237 | + "@jest/test-result" "^27.2.4" | |
7238 | + "@jest/transform" "^27.2.4" | |
7239 | + "@jest/types" "^27.2.4" | |
7071 | 7240 | "@types/node" "*" |
7072 | 7241 | chalk "^4.0.0" |
7073 | 7242 | emittery "^0.8.1" |
7074 | 7243 | exit "^0.1.2" |
7075 | 7244 | graceful-fs "^4.2.4" |
7076 | 7245 | jest-docblock "^27.0.6" |
7077 | - jest-environment-jsdom "^27.2.2" | |
7078 | - jest-environment-node "^27.2.2" | |
7079 | - jest-haste-map "^27.2.2" | |
7080 | - jest-leak-detector "^27.2.2" | |
7081 | - jest-message-util "^27.2.2" | |
7082 | - jest-resolve "^27.2.2" | |
7083 | - jest-runtime "^27.2.2" | |
7084 | - jest-util "^27.2.0" | |
7085 | - jest-worker "^27.2.2" | |
7246 | + jest-environment-jsdom "^27.2.4" | |
7247 | + jest-environment-node "^27.2.4" | |
7248 | + jest-haste-map "^27.2.4" | |
7249 | + jest-leak-detector "^27.2.4" | |
7250 | + jest-message-util "^27.2.4" | |
7251 | + jest-resolve "^27.2.4" | |
7252 | + jest-runtime "^27.2.4" | |
7253 | + jest-util "^27.2.4" | |
7254 | + jest-worker "^27.2.4" | |
7086 | 7255 | source-map-support "^0.5.6" |
7087 | 7256 | throat "^6.0.1" |
7088 | 7257 | |
7089 | -jest-runtime@^27.2.2: | |
7090 | - version "27.2.2" | |
7091 | - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.2.2.tgz#cc29d3adde948d531657a67d33c9f8d9bb58a6fc" | |
7092 | - integrity sha512-PtTHCK5jT+KrIpKpjJsltu/dK5uGhBtTNLOk1Z+ZD2Jrxam2qQsOqDFYLszcK0jc2TLTNsrVpclqSftn7y3aXA== | |
7258 | +jest-runtime@^27.2.4: | |
7259 | + version "27.2.4" | |
7260 | + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.2.4.tgz#170044041e5d30625ab8d753516bbe503f213a5c" | |
7261 | + integrity sha512-ICKzzYdjIi70P17MZsLLIgIQFCQmIjMFf+xYww3aUySiUA/QBPUTdUqo5B2eg4HOn9/KkUsV0z6GVgaqAPBJvg== | |
7093 | 7262 | dependencies: |
7094 | - "@jest/console" "^27.2.2" | |
7095 | - "@jest/environment" "^27.2.2" | |
7096 | - "@jest/fake-timers" "^27.2.2" | |
7097 | - "@jest/globals" "^27.2.2" | |
7263 | + "@jest/console" "^27.2.4" | |
7264 | + "@jest/environment" "^27.2.4" | |
7265 | + "@jest/fake-timers" "^27.2.4" | |
7266 | + "@jest/globals" "^27.2.4" | |
7098 | 7267 | "@jest/source-map" "^27.0.6" |
7099 | - "@jest/test-result" "^27.2.2" | |
7100 | - "@jest/transform" "^27.2.2" | |
7101 | - "@jest/types" "^27.1.1" | |
7268 | + "@jest/test-result" "^27.2.4" | |
7269 | + "@jest/transform" "^27.2.4" | |
7270 | + "@jest/types" "^27.2.4" | |
7102 | 7271 | "@types/yargs" "^16.0.0" |
7103 | 7272 | chalk "^4.0.0" |
7104 | 7273 | cjs-module-lexer "^1.0.0" |
... | ... | @@ -7107,17 +7276,17 @@ jest-runtime@^27.2.2: |
7107 | 7276 | exit "^0.1.2" |
7108 | 7277 | glob "^7.1.3" |
7109 | 7278 | graceful-fs "^4.2.4" |
7110 | - jest-haste-map "^27.2.2" | |
7111 | - jest-message-util "^27.2.2" | |
7112 | - jest-mock "^27.1.1" | |
7279 | + jest-haste-map "^27.2.4" | |
7280 | + jest-message-util "^27.2.4" | |
7281 | + jest-mock "^27.2.4" | |
7113 | 7282 | jest-regex-util "^27.0.6" |
7114 | - jest-resolve "^27.2.2" | |
7115 | - jest-snapshot "^27.2.2" | |
7116 | - jest-util "^27.2.0" | |
7117 | - jest-validate "^27.2.2" | |
7283 | + jest-resolve "^27.2.4" | |
7284 | + jest-snapshot "^27.2.4" | |
7285 | + jest-util "^27.2.4" | |
7286 | + jest-validate "^27.2.4" | |
7118 | 7287 | slash "^3.0.0" |
7119 | 7288 | strip-bom "^4.0.0" |
7120 | - yargs "^16.0.3" | |
7289 | + yargs "^16.2.0" | |
7121 | 7290 | |
7122 | 7291 | jest-serializer@^27.0.6: |
7123 | 7292 | version "27.0.6" |
... | ... | @@ -7127,10 +7296,10 @@ jest-serializer@^27.0.6: |
7127 | 7296 | "@types/node" "*" |
7128 | 7297 | graceful-fs "^4.2.4" |
7129 | 7298 | |
7130 | -jest-snapshot@^27.2.2: | |
7131 | - version "27.2.2" | |
7132 | - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.2.2.tgz#898f0eedde658e723461d3cdcaedb404e716fa01" | |
7133 | - integrity sha512-7ODSvULMiiOVuuLvLZpDlpqqTqX9hDfdmijho5auVu9qRYREolvrvgH4kSNOKfcqV3EZOTuLKNdqsz1PM20PQA== | |
7299 | +jest-snapshot@^27.2.4: | |
7300 | + version "27.2.4" | |
7301 | + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.2.4.tgz#277b2269437e3ffcb91d95a73b24becf33c5a871" | |
7302 | + integrity sha512-5DFxK31rYS8X8C6WXsFx8XxrxW3PGa6+9IrUcZdTLg1aEyXDGIeiBh4jbwvh655bg/9vTETbEj/njfZicHTZZw== | |
7134 | 7303 | dependencies: |
7135 | 7304 | "@babel/core" "^7.7.2" |
7136 | 7305 | "@babel/generator" "^7.7.2" |
... | ... | @@ -7138,26 +7307,26 @@ jest-snapshot@^27.2.2: |
7138 | 7307 | "@babel/plugin-syntax-typescript" "^7.7.2" |
7139 | 7308 | "@babel/traverse" "^7.7.2" |
7140 | 7309 | "@babel/types" "^7.0.0" |
7141 | - "@jest/transform" "^27.2.2" | |
7142 | - "@jest/types" "^27.1.1" | |
7310 | + "@jest/transform" "^27.2.4" | |
7311 | + "@jest/types" "^27.2.4" | |
7143 | 7312 | "@types/babel__traverse" "^7.0.4" |
7144 | 7313 | "@types/prettier" "^2.1.5" |
7145 | 7314 | babel-preset-current-node-syntax "^1.0.0" |
7146 | 7315 | chalk "^4.0.0" |
7147 | - expect "^27.2.2" | |
7316 | + expect "^27.2.4" | |
7148 | 7317 | graceful-fs "^4.2.4" |
7149 | - jest-diff "^27.2.2" | |
7318 | + jest-diff "^27.2.4" | |
7150 | 7319 | jest-get-type "^27.0.6" |
7151 | - jest-haste-map "^27.2.2" | |
7152 | - jest-matcher-utils "^27.2.2" | |
7153 | - jest-message-util "^27.2.2" | |
7154 | - jest-resolve "^27.2.2" | |
7155 | - jest-util "^27.2.0" | |
7320 | + jest-haste-map "^27.2.4" | |
7321 | + jest-matcher-utils "^27.2.4" | |
7322 | + jest-message-util "^27.2.4" | |
7323 | + jest-resolve "^27.2.4" | |
7324 | + jest-util "^27.2.4" | |
7156 | 7325 | natural-compare "^1.4.0" |
7157 | - pretty-format "^27.2.2" | |
7326 | + pretty-format "^27.2.4" | |
7158 | 7327 | semver "^7.3.2" |
7159 | 7328 | |
7160 | -jest-util@^27.0.0, jest-util@^27.2.0: | |
7329 | +jest-util@^27.0.0: | |
7161 | 7330 | version "27.2.0" |
7162 | 7331 | resolved "https://registry.nlark.com/jest-util/download/jest-util-27.2.0.tgz?cache=0&sync_timestamp=1631520472737&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fjest-util%2Fdownload%2Fjest-util-27.2.0.tgz#bfccb85cfafae752257319e825a5b8d4ada470dc" |
7163 | 7332 | integrity sha1-v8y4XPr651IlcxnoJaW41K2kcNw= |
... | ... | @@ -7169,29 +7338,41 @@ jest-util@^27.0.0, jest-util@^27.2.0: |
7169 | 7338 | is-ci "^3.0.0" |
7170 | 7339 | picomatch "^2.2.3" |
7171 | 7340 | |
7172 | -jest-validate@^27.2.2: | |
7173 | - version "27.2.2" | |
7174 | - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.2.2.tgz#e672118f1d9aa57b25b4c7998edc101dabd7020b" | |
7175 | - integrity sha512-01mwTAs2kgDuX98Ua3Xhdhp5lXsLU4eyg6k56adTtrXnU/GbLd9uAsh5nc4MWVtUXMeNmHUyEiD4ibLqE8MuNw== | |
7341 | +jest-util@^27.2.4: | |
7342 | + version "27.2.4" | |
7343 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.2.4.tgz#3d7ce081b2e7f4cfe0156452ac01f3cb456cc656" | |
7344 | + integrity sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg== | |
7176 | 7345 | dependencies: |
7177 | - "@jest/types" "^27.1.1" | |
7346 | + "@jest/types" "^27.2.4" | |
7347 | + "@types/node" "*" | |
7348 | + chalk "^4.0.0" | |
7349 | + graceful-fs "^4.2.4" | |
7350 | + is-ci "^3.0.0" | |
7351 | + picomatch "^2.2.3" | |
7352 | + | |
7353 | +jest-validate@^27.2.4: | |
7354 | + version "27.2.4" | |
7355 | + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.2.4.tgz#b66d462b2fb93d7e16a47d1aa8763d5600bf2cfa" | |
7356 | + integrity sha512-VMtbxbkd7LHnIH7PChdDtrluCFRJ4b1YV2YJzNwwsASMWftq/HgqiqjvptBOWyWOtevgO3f14wPxkPcLlVBRog== | |
7357 | + dependencies: | |
7358 | + "@jest/types" "^27.2.4" | |
7178 | 7359 | camelcase "^6.2.0" |
7179 | 7360 | chalk "^4.0.0" |
7180 | 7361 | jest-get-type "^27.0.6" |
7181 | 7362 | leven "^3.1.0" |
7182 | - pretty-format "^27.2.2" | |
7363 | + pretty-format "^27.2.4" | |
7183 | 7364 | |
7184 | -jest-watcher@^27.2.2: | |
7185 | - version "27.2.2" | |
7186 | - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.2.2.tgz#8b00253d7e880c6637b402228a76f2fe5ea08132" | |
7187 | - integrity sha512-7HJwZq06BCfM99RacCVzXO90B20/dNJvq+Ouiu/VrFdFRCpbnnqlQUEk4KAhBSllgDrTPgKu422SCF5KKBHDRA== | |
7365 | +jest-watcher@^27.2.4: | |
7366 | + version "27.2.4" | |
7367 | + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.2.4.tgz#b1d5c39ab94f59f4f35f66cc96f7761a10e0cfc4" | |
7368 | + integrity sha512-LXC/0+dKxhK7cfF7reflRYlzDIaQE+fL4ynhKhzg8IMILNMuI4xcjXXfUJady7OR4/TZeMg7X8eHx8uan9vqaQ== | |
7188 | 7369 | dependencies: |
7189 | - "@jest/test-result" "^27.2.2" | |
7190 | - "@jest/types" "^27.1.1" | |
7370 | + "@jest/test-result" "^27.2.4" | |
7371 | + "@jest/types" "^27.2.4" | |
7191 | 7372 | "@types/node" "*" |
7192 | 7373 | ansi-escapes "^4.2.1" |
7193 | 7374 | chalk "^4.0.0" |
7194 | - jest-util "^27.2.0" | |
7375 | + jest-util "^27.2.4" | |
7195 | 7376 | string-length "^4.0.1" |
7196 | 7377 | |
7197 | 7378 | jest-worker@^26.2.1: |
... | ... | @@ -7203,28 +7384,28 @@ jest-worker@^26.2.1: |
7203 | 7384 | merge-stream "^2.0.0" |
7204 | 7385 | supports-color "^7.0.0" |
7205 | 7386 | |
7206 | -jest-worker@^27.2.2: | |
7207 | - version "27.2.2" | |
7208 | - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.2.2.tgz#636deeae8068abbf2b34b4eb9505f8d4e5bd625c" | |
7209 | - integrity sha512-aG1xq9KgWB2CPC8YdMIlI8uZgga2LFNcGbHJxO8ctfXAydSaThR4EewKQGg3tBOC+kS3vhPGgymsBdi9VINjPw== | |
7387 | +jest-worker@^27.2.4: | |
7388 | + version "27.2.4" | |
7389 | + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.2.4.tgz#881455df75e22e7726a53f43703ab74d6b36f82d" | |
7390 | + integrity sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g== | |
7210 | 7391 | dependencies: |
7211 | 7392 | "@types/node" "*" |
7212 | 7393 | merge-stream "^2.0.0" |
7213 | 7394 | supports-color "^8.0.0" |
7214 | 7395 | |
7215 | -jest@^27.2.2: | |
7216 | - version "27.2.2" | |
7217 | - resolved "https://registry.yarnpkg.com/jest/-/jest-27.2.2.tgz#445a4c16aa4c4ae6e512d62fb6f8b2624cbd6c26" | |
7218 | - integrity sha512-XAB/9akDTe3/V0wPNKWfP9Y/NT1QPiCqyRBYGbC66EA9EvgAzdaFEqhFGLaDJ5UP2yIyXUMtju9a9IMrlYbZTQ== | |
7396 | +jest@^27.2.4: | |
7397 | + version "27.2.4" | |
7398 | + resolved "https://registry.yarnpkg.com/jest/-/jest-27.2.4.tgz#70e27bef873138afc123aa4769f7124c50ad3efb" | |
7399 | + integrity sha512-h4uqb1EQLfPulWyUFFWv9e9Nn8sCqsJ/j3wk/KCY0p4s4s0ICCfP3iMf6hRf5hEhsDyvyrCgKiZXma63gMz16A== | |
7219 | 7400 | dependencies: |
7220 | - "@jest/core" "^27.2.2" | |
7401 | + "@jest/core" "^27.2.4" | |
7221 | 7402 | import-local "^3.0.2" |
7222 | - jest-cli "^27.2.2" | |
7403 | + jest-cli "^27.2.4" | |
7223 | 7404 | |
7224 | -jiti@^1.12.3: | |
7225 | - version "1.12.3" | |
7226 | - resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.12.3.tgz#fe6f9cb066aa2c37981231dffb1d3f04ab4ebdb2" | |
7227 | - integrity sha512-p88jl9WzvZYekMS5ZOB61bJ1SPV69o7nEpAU+mFpGzXErqLEg3WvNz3jeXylAiSfLZzvqZssrAu08N3AuvaqwQ== | |
7405 | +jiti@^1.12.5: | |
7406 | + version "1.12.6" | |
7407 | + resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.12.6.tgz#8884d53a10bd571e0e85787994d97cfcc48ac6f9" | |
7408 | + integrity sha512-drQ/qnYriF9KiU47sRF0rTvfQmJo4JEmFMhCk2SJIsUj+hGnQaxkwaKfyvK9KenX20JNTQmVfJOz7VWe0cSntw== | |
7228 | 7409 | |
7229 | 7410 | joycon@^3.0.1: |
7230 | 7411 | version "3.0.1" |
... | ... | @@ -7450,14 +7631,14 @@ known-css-properties@^0.21.0: |
7450 | 7631 | resolved "https://registry.nlark.com/known-css-properties/download/known-css-properties-0.21.0.tgz?cache=0&sync_timestamp=1625523221317&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fknown-css-properties%2Fdownload%2Fknown-css-properties-0.21.0.tgz#15fbd0bbb83447f3ce09d8af247ed47c68ede80d" |
7451 | 7632 | integrity sha1-FfvQu7g0R/POCdivJH7UfGjt6A0= |
7452 | 7633 | |
7453 | -less@^4.1.1: | |
7454 | - version "4.1.1" | |
7455 | - resolved "https://registry.npm.taobao.org/less/download/less-4.1.1.tgz#15bf253a9939791dc690888c3ff424f3e6c7edba" | |
7456 | - integrity sha1-Fb8lOpk5eR3GkIiMP/Qk8+bH7bo= | |
7634 | +less@^4.1.2: | |
7635 | + version "4.1.2" | |
7636 | + resolved "https://registry.yarnpkg.com/less/-/less-4.1.2.tgz#6099ee584999750c2624b65f80145f8674e4b4b0" | |
7637 | + integrity sha512-EoQp/Et7OSOVu0aJknJOtlXZsnr8XE8KwuzTHOLeVSEx8pVWUICc8Q0VYRHgzyjX78nMEyC/oztWFbgyhtNfDA== | |
7457 | 7638 | dependencies: |
7458 | 7639 | copy-anything "^2.0.1" |
7459 | 7640 | parse-node-version "^1.0.1" |
7460 | - tslib "^1.10.0" | |
7641 | + tslib "^2.3.0" | |
7461 | 7642 | optionalDependencies: |
7462 | 7643 | errno "^0.1.1" |
7463 | 7644 | graceful-fs "^4.1.2" |
... | ... | @@ -7498,30 +7679,30 @@ lines-and-columns@^1.1.6: |
7498 | 7679 | resolved "https://registry.nlark.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" |
7499 | 7680 | integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= |
7500 | 7681 | |
7501 | -lint-staged@^11.1.2: | |
7502 | - version "11.1.2" | |
7503 | - resolved "https://registry.nlark.com/lint-staged/download/lint-staged-11.1.2.tgz?cache=0&sync_timestamp=1628226857399&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flint-staged%2Fdownload%2Flint-staged-11.1.2.tgz#4dd78782ae43ee6ebf2969cad9af67a46b33cd90" | |
7504 | - integrity sha1-TdeHgq5D7m6/KWnK2a9npGszzZA= | |
7682 | +lint-staged@^11.2.0: | |
7683 | + version "11.2.0" | |
7684 | + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.0.tgz#6b9774a74b3eb4bef5c59fb6475bff84d6853008" | |
7685 | + integrity sha512-0KIcRuO4HQS2Su7qWtjrfTXgSklvyIb9Fk9qVWRZkGHa5S81Vj6WBbs+ogQBvHUwLJYq1eQ4R+H82GSak4OM7w== | |
7505 | 7686 | dependencies: |
7506 | - chalk "^4.1.1" | |
7507 | - cli-truncate "^2.1.0" | |
7508 | - commander "^7.2.0" | |
7509 | - cosmiconfig "^7.0.0" | |
7510 | - debug "^4.3.1" | |
7687 | + cli-truncate "2.1.0" | |
7688 | + colorette "^1.4.0" | |
7689 | + commander "^8.2.0" | |
7690 | + cosmiconfig "^7.0.1" | |
7691 | + debug "^4.3.2" | |
7511 | 7692 | enquirer "^2.3.6" |
7512 | - execa "^5.0.0" | |
7513 | - listr2 "^3.8.2" | |
7514 | - log-symbols "^4.1.0" | |
7693 | + execa "^5.1.1" | |
7694 | + listr2 "^3.12.2" | |
7515 | 7695 | micromatch "^4.0.4" |
7516 | 7696 | normalize-path "^3.0.0" |
7517 | 7697 | please-upgrade-node "^3.2.0" |
7518 | 7698 | string-argv "0.3.1" |
7519 | - stringify-object "^3.3.0" | |
7699 | + stringify-object "3.3.0" | |
7700 | + supports-color "8.1.1" | |
7520 | 7701 | |
7521 | -listr2@^3.8.2: | |
7522 | - version "3.12.1" | |
7523 | - resolved "https://registry.nlark.com/listr2/download/listr2-3.12.1.tgz#75e515b86c66b60baf253542cc0dced6b60fedaf" | |
7524 | - integrity sha1-deUVuGxmtguvJTVCzA3O1rYP7a8= | |
7702 | +listr2@^3.12.2: | |
7703 | + version "3.12.2" | |
7704 | + resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.12.2.tgz#2d55cc627111603ad4768a9e87c9c7bb9b49997e" | |
7705 | + integrity sha512-64xC2CJ/As/xgVI3wbhlPWVPx0wfTqbUAkpb7bjDi0thSWMqrf07UFhrfsGoo8YSXmF049Rp9C0cjLC8rZxK9A== | |
7525 | 7706 | dependencies: |
7526 | 7707 | cli-truncate "^2.1.0" |
7527 | 7708 | colorette "^1.4.0" |
... | ... | @@ -7611,6 +7792,11 @@ lodash.debounce@^4.0.8: |
7611 | 7792 | resolved "https://registry.nlark.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz?cache=0&sync_timestamp=1618847031591&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flodash.debounce%2Fdownload%2Flodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" |
7612 | 7793 | integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= |
7613 | 7794 | |
7795 | +lodash.get@^4: | |
7796 | + version "4.4.2" | |
7797 | + resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" | |
7798 | + integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= | |
7799 | + | |
7614 | 7800 | lodash.ismatch@^4.4.0: |
7615 | 7801 | version "4.4.0" |
7616 | 7802 | resolved "https://registry.nlark.com/lodash.ismatch/download/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37" |
... | ... | @@ -7775,10 +7961,10 @@ make-dir@^3.0.0: |
7775 | 7961 | dependencies: |
7776 | 7962 | semver "^6.0.0" |
7777 | 7963 | |
7778 | -make-error@1.x, make-error@^1.1.1: | |
7964 | +make-error@1.x, make-error@^1, make-error@^1.1.1: | |
7779 | 7965 | version "1.3.6" |
7780 | - resolved "https://registry.nlark.com/make-error/download/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" | |
7781 | - integrity sha1-LrLjfqm2fEiR9oShOUeZr0hM96I= | |
7966 | + resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" | |
7967 | + integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== | |
7782 | 7968 | |
7783 | 7969 | makeerror@1.0.x: |
7784 | 7970 | version "1.0.11" |
... | ... | @@ -8126,12 +8312,12 @@ mz@^2.7.0: |
8126 | 8312 | object-assign "^4.0.1" |
8127 | 8313 | thenify-all "^1.0.0" |
8128 | 8314 | |
8129 | -nanocolors@^0.1.0, nanocolors@^0.1.12, nanocolors@^0.1.5: | |
8315 | +nanocolors@^0.1.12: | |
8130 | 8316 | version "0.1.12" |
8131 | 8317 | resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.12.tgz#8577482c58cbd7b5bb1681db4cf48f11a87fd5f6" |
8132 | 8318 | integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ== |
8133 | 8319 | |
8134 | -nanocolors@^0.2.2, nanocolors@^0.2.8: | |
8320 | +nanocolors@^0.2.2: | |
8135 | 8321 | version "0.2.10" |
8136 | 8322 | resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.10.tgz#a712df4d3c1bf12d9b4fb8b5aa61b5ba31337503" |
8137 | 8323 | integrity sha512-i+EDWGsJClQwR/bhLIG/CObZZwaYaS5qt+yjxZbfV+77QiNHNzE9nj4d9Ut1TGZ0R0eSwPcQWzReASzXuw/7oA== |
... | ... | @@ -8141,6 +8327,11 @@ nanoid@^3.1.22, nanoid@^3.1.23, nanoid@^3.1.25: |
8141 | 8327 | resolved "https://registry.nlark.com/nanoid/download/nanoid-3.1.25.tgz?cache=0&sync_timestamp=1628771925127&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnanoid%2Fdownload%2Fnanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152" |
8142 | 8328 | integrity sha1-CcoydHwOVD8OGBS303k0d/nI4VI= |
8143 | 8329 | |
8330 | +nanoid@^3.1.28: | |
8331 | + version "3.1.28" | |
8332 | + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.28.tgz#3c01bac14cb6c5680569014cc65a2f26424c6bd4" | |
8333 | + integrity sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw== | |
8334 | + | |
8144 | 8335 | nanomatch@^1.2.1: |
8145 | 8336 | version "1.2.13" |
8146 | 8337 | resolved "https://registry.nlark.com/nanomatch/download/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" |
... | ... | @@ -8215,10 +8406,10 @@ node-releases@^1.1.75: |
8215 | 8406 | resolved "https://registry.nlark.com/node-releases/download/node-releases-1.1.75.tgz?cache=0&sync_timestamp=1629280398871&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.75.tgz#6dd8c876b9897a1b8e5a02de26afa79bb54ebbfe" |
8216 | 8407 | integrity sha1-bdjIdrmJehuOWgLeJq+nm7VOu/4= |
8217 | 8408 | |
8218 | -node-releases@^1.1.76: | |
8219 | - version "1.1.76" | |
8220 | - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.76.tgz#df245b062b0cafbd5282ab6792f7dccc2d97f36e" | |
8221 | - integrity sha512-9/IECtNr8dXNmPWmFXepT0/7o5eolGesHUa3mtr0KlgnCvnZxwh2qensKL42JJY2vQKC3nIBXetFAqR+PW1CmA== | |
8409 | +node-releases@^1.1.77: | |
8410 | + version "1.1.77" | |
8411 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e" | |
8412 | + integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ== | |
8222 | 8413 | |
8223 | 8414 | normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0: |
8224 | 8415 | version "2.5.0" |
... | ... | @@ -8494,11 +8685,6 @@ p-cancelable@^0.4.0: |
8494 | 8685 | resolved "https://registry.nlark.com/p-cancelable/download/p-cancelable-0.4.1.tgz?cache=0&sync_timestamp=1622467988667&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fp-cancelable%2Fdownload%2Fp-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0" |
8495 | 8686 | integrity sha1-NfNj1n1SCByNlYXje8zrfgu8sqA= |
8496 | 8687 | |
8497 | -p-each-series@^2.1.0: | |
8498 | - version "2.2.0" | |
8499 | - resolved "https://registry.nlark.com/p-each-series/download/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a" | |
8500 | - integrity sha1-EFqwNXznKyAqiouUkzZyZXteKpo= | |
8501 | - | |
8502 | 8688 | p-event@^1.0.0: |
8503 | 8689 | version "1.3.0" |
8504 | 8690 | resolved "https://registry.npm.taobao.org/p-event/download/p-event-1.3.0.tgz#8e6b4f4f65c72bc5b6fe28b75eda874f96a4a085" |
... | ... | @@ -8781,6 +8967,11 @@ pend@~1.2.0: |
8781 | 8967 | resolved "https://registry.npm.taobao.org/pend/download/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" |
8782 | 8968 | integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= |
8783 | 8969 | |
8970 | +picocolors@^0.2.1: | |
8971 | + version "0.2.1" | |
8972 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" | |
8973 | + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== | |
8974 | + | |
8784 | 8975 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3: |
8785 | 8976 | version "2.3.0" |
8786 | 8977 | resolved "https://registry.nlark.com/picomatch/download/picomatch-2.3.0.tgz?cache=0&sync_timestamp=1621648246651&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpicomatch%2Fdownload%2Fpicomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" |
... | ... | @@ -8806,12 +8997,12 @@ pify@^4.0.1: |
8806 | 8997 | resolved "https://registry.npm.taobao.org/pify/download/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" |
8807 | 8998 | integrity sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE= |
8808 | 8999 | |
8809 | -pinia@2.0.0-rc.9: | |
8810 | - version "2.0.0-rc.9" | |
8811 | - resolved "https://registry.nlark.com/pinia/download/pinia-2.0.0-rc.9.tgz#ea0812ea28f8197f14767e9b731ae10d3a523803" | |
8812 | - integrity sha1-6ggS6ij4GX8Udn6bcxrhDTpSOAM= | |
9000 | +pinia@2.0.0-rc.11: | |
9001 | + version "2.0.0-rc.11" | |
9002 | + resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.0-rc.11.tgz#bd65bc62bcf69995f8f37c2a439be3fb15b31847" | |
9003 | + integrity sha512-JJinfdMn52Id5/+rOJXP4zRszuiOlunEoVt8gYMneAZ8IyXKPvw9/Cu+HztB+53dHyNM7GdjX+uhjKBNs31tvQ== | |
8813 | 9004 | dependencies: |
8814 | - "@vue/devtools-api" "^6.0.0-beta.15" | |
9005 | + "@vue/devtools-api" "^6.0.0-beta.18" | |
8815 | 9006 | vue-demi "*" |
8816 | 9007 | |
8817 | 9008 | pinkie-promise@^2.0.0: |
... | ... | @@ -9043,6 +9234,15 @@ postcss@^8.3.8: |
9043 | 9234 | nanoid "^3.1.25" |
9044 | 9235 | source-map-js "^0.6.2" |
9045 | 9236 | |
9237 | +postcss@^8.3.9: | |
9238 | + version "8.3.9" | |
9239 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.9.tgz#98754caa06c4ee9eb59cc48bd073bb6bd3437c31" | |
9240 | + integrity sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw== | |
9241 | + dependencies: | |
9242 | + nanoid "^3.1.28" | |
9243 | + picocolors "^0.2.1" | |
9244 | + source-map-js "^0.6.2" | |
9245 | + | |
9046 | 9246 | posthtml-parser@^0.2.0, posthtml-parser@^0.2.1: |
9047 | 9247 | version "0.2.1" |
9048 | 9248 | resolved "https://registry.nlark.com/posthtml-parser/download/posthtml-parser-0.2.1.tgz#35d530de386740c2ba24ff2eb2faf39ccdf271dd" |
... | ... | @@ -9133,12 +9333,12 @@ pretty-format@^27.0.0, pretty-format@^27.2.0: |
9133 | 9333 | ansi-styles "^5.0.0" |
9134 | 9334 | react-is "^17.0.1" |
9135 | 9335 | |
9136 | -pretty-format@^27.2.2: | |
9137 | - version "27.2.2" | |
9138 | - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.2.tgz#c080f1ab7ac64302e4d438f208596fc649dbeeb3" | |
9139 | - integrity sha512-+DdLh+rtaElc2SQOE/YPH8k2g3Rf2OXWEpy06p8Szs3hdVSYD87QOOlYRHWAeb/59XTmeVmRKvDD0svHqf6ycA== | |
9336 | +pretty-format@^27.2.4: | |
9337 | + version "27.2.4" | |
9338 | + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.4.tgz#08ea39c5eab41b082852d7093059a091f6ddc748" | |
9339 | + integrity sha512-NUjw22WJHldzxyps2YjLZkUj6q1HvjqFezkB9Y2cklN8NtVZN/kZEXGZdFw4uny3oENzV5EEMESrkI0YDUH8vg== | |
9140 | 9340 | dependencies: |
9141 | - "@jest/types" "^27.1.1" | |
9341 | + "@jest/types" "^27.2.4" | |
9142 | 9342 | ansi-regex "^5.0.1" |
9143 | 9343 | ansi-styles "^5.0.0" |
9144 | 9344 | react-is "^17.0.1" |
... | ... | @@ -9759,7 +9959,7 @@ rollup-plugin-visualizer@^5.5.2: |
9759 | 9959 | source-map "^0.7.3" |
9760 | 9960 | yargs "^16.2.0" |
9761 | 9961 | |
9762 | -rollup@^2.38.5, rollup@^2.43.1, rollup@^2.56.1, rollup@^2.56.3: | |
9962 | +rollup@^2.43.1, rollup@^2.56.1, rollup@^2.56.3, rollup@^2.57.0, rollup@^2.58.0: | |
9763 | 9963 | version "2.56.3" |
9764 | 9964 | resolved "https://registry.nlark.com/rollup/download/rollup-2.56.3.tgz#b63edadd9851b0d618a6d0e6af8201955a77aeff" |
9765 | 9965 | integrity sha1-tj7a3ZhRsNYYptDmr4IBlVp3rv8= |
... | ... | @@ -10078,10 +10278,10 @@ source-map-resolve@^0.5.0: |
10078 | 10278 | source-map-url "^0.4.0" |
10079 | 10279 | urix "^0.1.0" |
10080 | 10280 | |
10081 | -source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.20: | |
10281 | +source-map-support@^0.5.17, source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.20: | |
10082 | 10282 | version "0.5.20" |
10083 | - resolved "https://registry.nlark.com/source-map-support/download/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9" | |
10084 | - integrity sha1-EhZgifj15ejFaSazd2Mzkt0stsk= | |
10283 | + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9" | |
10284 | + integrity sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw== | |
10085 | 10285 | dependencies: |
10086 | 10286 | buffer-from "^1.0.0" |
10087 | 10287 | source-map "^0.6.0" |
... | ... | @@ -10304,10 +10504,10 @@ string_decoder@~1.1.1: |
10304 | 10504 | dependencies: |
10305 | 10505 | safe-buffer "~5.1.0" |
10306 | 10506 | |
10307 | -stringify-object@^3.3.0: | |
10507 | +stringify-object@3.3.0, stringify-object@^3.3.0: | |
10308 | 10508 | version "3.3.0" |
10309 | - resolved "https://registry.nlark.com/stringify-object/download/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629" | |
10310 | - integrity sha1-cDBlrvyhkwDTzoivT1s5VtdVZik= | |
10509 | + resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629" | |
10510 | + integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== | |
10311 | 10511 | dependencies: |
10312 | 10512 | get-own-enumerable-property-symbols "^3.0.0" |
10313 | 10513 | is-obj "^1.0.1" |
... | ... | @@ -10520,6 +10720,13 @@ sugarss@^2.0.0: |
10520 | 10720 | dependencies: |
10521 | 10721 | postcss "^7.0.2" |
10522 | 10722 | |
10723 | +supports-color@8.1.1, supports-color@^8.0.0: | |
10724 | + version "8.1.1" | |
10725 | + resolved "https://registry.nlark.com/supports-color/download/supports-color-8.1.1.tgz?cache=0&sync_timestamp=1626703342506&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsupports-color%2Fdownload%2Fsupports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" | |
10726 | + integrity sha1-zW/BfihQDP9WwbhsCn/UpUpzAFw= | |
10727 | + dependencies: | |
10728 | + has-flag "^4.0.0" | |
10729 | + | |
10523 | 10730 | supports-color@^2.0.0: |
10524 | 10731 | version "2.0.0" |
10525 | 10732 | resolved "https://registry.nlark.com/supports-color/download/supports-color-2.0.0.tgz?cache=0&sync_timestamp=1626703342506&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsupports-color%2Fdownload%2Fsupports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" |
... | ... | @@ -10553,13 +10760,6 @@ supports-color@^7.0.0, supports-color@^7.1.0: |
10553 | 10760 | dependencies: |
10554 | 10761 | has-flag "^4.0.0" |
10555 | 10762 | |
10556 | -supports-color@^8.0.0: | |
10557 | - version "8.1.1" | |
10558 | - resolved "https://registry.nlark.com/supports-color/download/supports-color-8.1.1.tgz?cache=0&sync_timestamp=1626703342506&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsupports-color%2Fdownload%2Fsupports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" | |
10559 | - integrity sha1-zW/BfihQDP9WwbhsCn/UpUpzAFw= | |
10560 | - dependencies: | |
10561 | - has-flag "^4.0.0" | |
10562 | - | |
10563 | 10763 | supports-hyperlinks@^2.0.0: |
10564 | 10764 | version "2.2.0" |
10565 | 10765 | resolved "https://registry.nlark.com/supports-hyperlinks/download/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb" |
... | ... | @@ -10623,10 +10823,10 @@ symbol-tree@^3.2.4: |
10623 | 10823 | resolved "https://registry.npm.taobao.org/symbol-tree/download/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" |
10624 | 10824 | integrity sha1-QwY30ki6d+B4iDlR+5qg7tfGP6I= |
10625 | 10825 | |
10626 | -systemjs@^6.10.2: | |
10826 | +systemjs@^6.10.3: | |
10627 | 10827 | version "6.10.3" |
10628 | - resolved "https://registry.nlark.com/systemjs/download/systemjs-6.10.3.tgz?cache=0&sync_timestamp=1629217120054&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsystemjs%2Fdownload%2Fsystemjs-6.10.3.tgz#7e783fccb58232f1d9eb05c7e1a661268945cade" | |
10629 | - integrity sha1-fng/zLWCMvHZ6wXH4aZhJolFyt4= | |
10828 | + resolved "https://registry.yarnpkg.com/systemjs/-/systemjs-6.10.3.tgz#7e783fccb58232f1d9eb05c7e1a661268945cade" | |
10829 | + integrity sha512-mXwfLJdaADqWg1J5+Z0bGQEdcXSe+ePPTfzffMB29aVls5cXveRl0vneSV/19t3SfuUBsAraLP8W/g5u9cmYXA== | |
10630 | 10830 | |
10631 | 10831 | table@^6.0.9, table@^6.6.0: |
10632 | 10832 | version "6.7.1" |
... | ... | @@ -10939,30 +11139,42 @@ ts-node@^10.2.1: |
10939 | 11139 | make-error "^1.1.1" |
10940 | 11140 | yn "3.1.1" |
10941 | 11141 | |
11142 | +ts-node@^9: | |
11143 | + version "9.1.1" | |
11144 | + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d" | |
11145 | + integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== | |
11146 | + dependencies: | |
11147 | + arg "^4.1.0" | |
11148 | + create-require "^1.1.0" | |
11149 | + diff "^4.0.1" | |
11150 | + make-error "^1.1.1" | |
11151 | + source-map-support "^0.5.17" | |
11152 | + yn "3.1.1" | |
11153 | + | |
10942 | 11154 | tslib@2.3.0: |
10943 | 11155 | version "2.3.0" |
10944 | 11156 | resolved "https://registry.nlark.com/tslib/download/tslib-2.3.0.tgz?cache=0&sync_timestamp=1628722556410&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftslib%2Fdownload%2Ftslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" |
10945 | 11157 | integrity sha1-gDuM2rPhK6WBpMpByIObuw2ssJ4= |
10946 | 11158 | |
10947 | -tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0: | |
11159 | +tslib@^1.8.1, tslib@^1.9.0: | |
10948 | 11160 | version "1.14.1" |
10949 | 11161 | resolved "https://registry.nlark.com/tslib/download/tslib-1.14.1.tgz?cache=0&sync_timestamp=1628722556410&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftslib%2Fdownload%2Ftslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" |
10950 | 11162 | integrity sha1-zy04vcNKE0vK8QkcQfZhni9nLQA= |
10951 | 11163 | |
10952 | -tslib@^2.0.3: | |
11164 | +tslib@^2, tslib@^2.0.3, tslib@^2.3.0: | |
10953 | 11165 | version "2.3.1" |
10954 | - resolved "https://registry.nlark.com/tslib/download/tslib-2.3.1.tgz?cache=0&sync_timestamp=1628722556410&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftslib%2Fdownload%2Ftslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" | |
10955 | - integrity sha1-6KM1rdXOrlGqJh0ypJAVjvBC7wE= | |
11166 | + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" | |
11167 | + integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== | |
10956 | 11168 | |
10957 | 11169 | tslib@~2.1.0: |
10958 | 11170 | version "2.1.0" |
10959 | 11171 | resolved "https://registry.nlark.com/tslib/download/tslib-2.1.0.tgz?cache=0&sync_timestamp=1628722556410&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftslib%2Fdownload%2Ftslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" |
10960 | 11172 | integrity sha1-2mCGDxwuyqVwOrfTm8Bba/mIuXo= |
10961 | 11173 | |
10962 | -tsup@^5.2.0: | |
10963 | - version "5.2.1" | |
10964 | - resolved "https://registry.yarnpkg.com/tsup/-/tsup-5.2.1.tgz#4ad4debd1d7852e8c4bb40075ebd2ee85efe7715" | |
10965 | - integrity sha512-eQmRfKoHIiTFg38Dh2MARCx3J0+P+wbwB5iSHcXTwsnVR9csGLpln5qqBjdgyAGV1VTbOmyU37veCi2eA+wuqA== | |
11174 | +tsup@^5.2.1: | |
11175 | + version "5.3.0" | |
11176 | + resolved "https://registry.yarnpkg.com/tsup/-/tsup-5.3.0.tgz#a62bf44922a2234a6c0b7499cf4237ca12eeb9de" | |
11177 | + integrity sha512-/LZTuAj1Lhh7iXBhtWTWjPodtmOkg6HnhdWo+sl4JftJTAJqnxnHerOiFYjPeA5RIhcaFc2w2Sho1rGLJ7rLhw== | |
10966 | 11178 | dependencies: |
10967 | 11179 | cac "^6.7.2" |
10968 | 11180 | chalk "^4.1.0" |
... | ... | @@ -11267,10 +11479,10 @@ v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0: |
11267 | 11479 | resolved "https://registry.nlark.com/v8-compile-cache/download/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" |
11268 | 11480 | integrity sha1-LeGWGMZtwkfc+2+ZM4A12CRaLO4= |
11269 | 11481 | |
11270 | -v8-to-istanbul@^8.0.0: | |
11271 | - version "8.0.0" | |
11272 | - resolved "https://registry.nlark.com/v8-to-istanbul/download/v8-to-istanbul-8.0.0.tgz#4229f2a99e367f3f018fa1d5c2b8ec684667c69c" | |
11273 | - integrity sha1-QinyqZ42fz8Bj6HVwrjsaEZnxpw= | |
11482 | +v8-to-istanbul@^8.1.0: | |
11483 | + version "8.1.0" | |
11484 | + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz#0aeb763894f1a0a1676adf8a8b7612a38902446c" | |
11485 | + integrity sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA== | |
11274 | 11486 | dependencies: |
11275 | 11487 | "@types/istanbul-lib-coverage" "^2.0.1" |
11276 | 11488 | convert-source-map "^1.6.0" |
... | ... | @@ -11335,10 +11547,10 @@ vite-plugin-html@^2.1.1: |
11335 | 11547 | fs-extra "^10.0.0" |
11336 | 11548 | html-minifier-terser "^5.1.1" |
11337 | 11549 | |
11338 | -vite-plugin-imagemin@^0.4.5: | |
11339 | - version "0.4.5" | |
11340 | - resolved "https://registry.nlark.com/vite-plugin-imagemin/download/vite-plugin-imagemin-0.4.5.tgz#34d19340932905f6c9527f07969fbd4c8d38859a" | |
11341 | - integrity sha1-NNGTQJMpBfbJUn8Hlp+9TI04hZo= | |
11550 | +vite-plugin-imagemin@^0.4.6: | |
11551 | + version "0.4.6" | |
11552 | + resolved "https://registry.yarnpkg.com/vite-plugin-imagemin/-/vite-plugin-imagemin-0.4.6.tgz#f551dacb0529ca327a80d2f5830b5cc0ccb5677a" | |
11553 | + integrity sha512-4dE7E77MM2ywFW5KOM6PTwgFZCh+OqlBufhpH07k81a4Ao2/Orvrido7JhLE3TWbWY2K1ZkiZ1E4buIPWtHQRA== | |
11342 | 11554 | dependencies: |
11343 | 11555 | "@types/imagemin" "^7.0.1" |
11344 | 11556 | "@types/imagemin-gifsicle" "^7.0.1" |
... | ... | @@ -11347,10 +11559,10 @@ vite-plugin-imagemin@^0.4.5: |
11347 | 11559 | "@types/imagemin-optipng" "^5.2.1" |
11348 | 11560 | "@types/imagemin-svgo" "^9.0.1" |
11349 | 11561 | "@types/imagemin-webp" "^5.1.2" |
11350 | - "@types/svgo" "^2.4.0" | |
11562 | + "@types/svgo" "^2.4.2" | |
11351 | 11563 | chalk "^4.1.2" |
11352 | 11564 | debug "^4.3.2" |
11353 | - esbuild "^0.12.22" | |
11565 | + esbuild "^0.13.2" | |
11354 | 11566 | fs-extra "^10.0.0" |
11355 | 11567 | imagemin "^7.0.1" |
11356 | 11568 | imagemin-gifsicle "^7.0.0" |
... | ... | @@ -11385,17 +11597,18 @@ vite-plugin-purge-icons@^0.7.0: |
11385 | 11597 | "@purge-icons/generated" "^0.7.0" |
11386 | 11598 | rollup-plugin-purge-icons "^0.7.0" |
11387 | 11599 | |
11388 | -vite-plugin-pwa@^0.11.2: | |
11389 | - version "0.11.2" | |
11390 | - resolved "https://registry.nlark.com/vite-plugin-pwa/download/vite-plugin-pwa-0.11.2.tgz?cache=0&sync_timestamp=1629823131783&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvite-plugin-pwa%2Fdownload%2Fvite-plugin-pwa-0.11.2.tgz#21998b6b00b156c8f395700549a34fb9304db6cb" | |
11391 | - integrity sha1-IZmLawCxVsjzlXAFSaNPuTBNtss= | |
11600 | +vite-plugin-pwa@^0.11.3: | |
11601 | + version "0.11.3" | |
11602 | + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.11.3.tgz#274c6472dfd94860639b8b65359bbe5fb9c2a3e6" | |
11603 | + integrity sha512-KAuv7aAX1VTkaR7DakpmUG7LypNXlf+M/x4y2xYrYgQHoqk2Y2mKKR0dAG5cGBekqcev56QsABusTBScPm50mw== | |
11392 | 11604 | dependencies: |
11605 | + chalk "^4.1.2" | |
11393 | 11606 | debug "^4.3.2" |
11394 | 11607 | fast-glob "^3.2.7" |
11395 | 11608 | pretty-bytes "^5.6.0" |
11396 | - rollup "^2.56.1" | |
11397 | - workbox-build "^6.2.2" | |
11398 | - workbox-window "^6.2.2" | |
11609 | + rollup "^2.58.0" | |
11610 | + workbox-build "^6.3.0" | |
11611 | + workbox-window "^6.3.0" | |
11399 | 11612 | |
11400 | 11613 | vite-plugin-style-import@^1.2.1: |
11401 | 11614 | version "1.2.1" |
... | ... | @@ -11443,25 +11656,25 @@ vite-plugin-vue-setup-extend@^0.1.0: |
11443 | 11656 | "@vue/compiler-sfc" "^3.2.6" |
11444 | 11657 | magic-string "^0.25.7" |
11445 | 11658 | |
11446 | -vite-plugin-windicss@^1.4.7: | |
11447 | - version "1.4.7" | |
11448 | - resolved "https://registry.yarnpkg.com/vite-plugin-windicss/-/vite-plugin-windicss-1.4.7.tgz#505ff1deb4209b95681c0d6eff59775e600e0f2b" | |
11449 | - integrity sha512-m0z1CPrHKE4xrSb84f3iZICBFSznZvhvTHTv6PB3Bd0E56eDSbWNhBuV1m7Gg71wRpBeQv6oLt+tuOEZQ/+RVw== | |
11659 | +vite-plugin-windicss@^1.4.9: | |
11660 | + version "1.4.9" | |
11661 | + resolved "https://registry.yarnpkg.com/vite-plugin-windicss/-/vite-plugin-windicss-1.4.9.tgz#7f97a6157790d614d4cc518e86cfd62abc189285" | |
11662 | + integrity sha512-4DxBnsQ8dvhhtR5aUgpTApxN7Auh11/9xOIW7Qdu+OuTY6tyU1NqZntVQpwArf4gNsJssgUBBCfFx1zei+rYnQ== | |
11450 | 11663 | dependencies: |
11451 | - "@windicss/plugin-utils" "1.4.7" | |
11664 | + "@windicss/plugin-utils" "1.4.9" | |
11452 | 11665 | chalk "^4.1.2" |
11453 | 11666 | debug "^4.3.2" |
11454 | - windicss "^3.1.7" | |
11667 | + windicss "^3.1.8" | |
11455 | 11668 | |
11456 | -vite@^2.5.10: | |
11457 | - version "2.5.10" | |
11458 | - resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.10.tgz#c598e3b5a7e1956ffc52eb3b3420d177fc2ed2a5" | |
11459 | - integrity sha512-0ObiHTi5AHyXdJcvZ67HMsDgVpjT5RehvVKv6+Q0jFZ7zDI28PF5zK9mYz2avxdA+4iJMdwCz6wnGNnn4WX5Gg== | |
11669 | +vite@^2.6.3: | |
11670 | + version "2.6.3" | |
11671 | + resolved "https://registry.yarnpkg.com/vite/-/vite-2.6.3.tgz#5bbc1d3fcff6bfee9c5e3c0d0a689b18e5974b38" | |
11672 | + integrity sha512-mLiN4WR8zpmn04khhBf7YvC3FHrGhZt9S6xm53uDWgtYcUVNtV5LXHLI2Sc4SpL8jd/dsSIHzRxj7JTIu+MTDQ== | |
11460 | 11673 | dependencies: |
11461 | - esbuild "^0.12.17" | |
11462 | - postcss "^8.3.6" | |
11674 | + esbuild "^0.13.2" | |
11675 | + postcss "^8.3.8" | |
11463 | 11676 | resolve "^1.20.0" |
11464 | - rollup "^2.38.5" | |
11677 | + rollup "^2.57.0" | |
11465 | 11678 | optionalDependencies: |
11466 | 11679 | fsevents "~2.3.2" |
11467 | 11680 | |
... | ... | @@ -11617,14 +11830,14 @@ vue-eslint-parser@^7.10.0, vue-eslint-parser@^7.11.0: |
11617 | 11830 | lodash "^4.17.21" |
11618 | 11831 | semver "^6.3.0" |
11619 | 11832 | |
11620 | -vue-i18n@^9.1.7: | |
11621 | - version "9.1.7" | |
11622 | - resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.1.7.tgz#6f28dd2135197066508e2e65ab204a019750d773" | |
11623 | - integrity sha512-ujuuDanoHqtEd4GejWrbG/fXE9nrP51ElsEGxp0WBHfv+/ki0/wyUqkO+4fLikki2obGtXdviTPH0VNpas5K6g== | |
11833 | +vue-i18n@^9.1.8: | |
11834 | + version "9.1.8" | |
11835 | + resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.1.8.tgz#9bd6c9e1e9bd038690d1d477d242a6f226543318" | |
11836 | + integrity sha512-Gmjkt/4ZQtKyCLTjJNGVp+w/dhMpuwuPtgW/Xm9DY0ppSwHRgqMRR6GspnCIYWBxQjzsTT8tIWLPc3SUfKifLA== | |
11624 | 11837 | dependencies: |
11625 | - "@intlify/core-base" "9.1.7" | |
11626 | - "@intlify/shared" "9.1.7" | |
11627 | - "@intlify/vue-devtools" "9.1.7" | |
11838 | + "@intlify/core-base" "9.1.8" | |
11839 | + "@intlify/shared" "9.1.8" | |
11840 | + "@intlify/vue-devtools" "9.1.8" | |
11628 | 11841 | "@vue/devtools-api" "^6.0.0-beta.7" |
11629 | 11842 | |
11630 | 11843 | vue-json-pretty@^2.0.4: |
... | ... | @@ -11781,10 +11994,10 @@ which@^2.0.1: |
11781 | 11994 | dependencies: |
11782 | 11995 | isexe "^2.0.0" |
11783 | 11996 | |
11784 | -windicss@^3.1.7: | |
11785 | - version "3.1.7" | |
11786 | - resolved "https://registry.nlark.com/windicss/download/windicss-3.1.7.tgz#8a3b8a07ed97c2c1354a6e31820d8059da35f724" | |
11787 | - integrity sha1-ijuKB+2XwsE1Sm4xgg2AWdo19yQ= | |
11997 | +windicss@^3.1.8: | |
11998 | + version "3.1.9" | |
11999 | + resolved "https://registry.yarnpkg.com/windicss/-/windicss-3.1.9.tgz#e43d924168422efa743c8223607c3af47d2d0291" | |
12000 | + integrity sha512-5YoKvXeCQXIdwc91BoOgpKbIImr2JS8I14rPMa/5dKDDPA4ot3NgICWKELkml39R/8rn4Q0BVUUTqN+w+hjDSA== | |
11788 | 12001 | |
11789 | 12002 | with@^7.0.0: |
11790 | 12003 | version "7.0.2" |
... | ... | @@ -11834,10 +12047,10 @@ workbox-broadcast-update@6.3.0: |
11834 | 12047 | dependencies: |
11835 | 12048 | workbox-core "6.3.0" |
11836 | 12049 | |
11837 | -workbox-build@^6.2.2: | |
12050 | +workbox-build@^6.3.0: | |
11838 | 12051 | version "6.3.0" |
11839 | - resolved "https://registry.nlark.com/workbox-build/download/workbox-build-6.3.0.tgz?cache=0&sync_timestamp=1631207967940&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fworkbox-build%2Fdownload%2Fworkbox-build-6.3.0.tgz#124f456f1952942bcfd984f168d1fb0bc68d7105" | |
11840 | - integrity sha1-Ek9FbxlSlCvP2YTxaNH7C8aNcQU= | |
12052 | + resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-6.3.0.tgz#124f456f1952942bcfd984f168d1fb0bc68d7105" | |
12053 | + integrity sha512-Th93AaC+88ZvJje0acTjCCCvU3tGenxJht5xUALXHW+Mzk3I5SMzTFwKn5F3e1iZ+M7U2jjfpMXe/sJ4UMx46A== | |
11841 | 12054 | dependencies: |
11842 | 12055 | "@apideck/better-ajv-errors" "^0.2.4" |
11843 | 12056 | "@babel/core" "^7.11.1" |
... | ... | @@ -11970,10 +12183,10 @@ workbox-sw@6.3.0: |
11970 | 12183 | resolved "https://registry.nlark.com/workbox-sw/download/workbox-sw-6.3.0.tgz?cache=0&sync_timestamp=1631207963160&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fworkbox-sw%2Fdownload%2Fworkbox-sw-6.3.0.tgz#8b805a3ac5339e8df0e6ba36c491d9cd01aa9f3f" |
11971 | 12184 | integrity sha1-i4BaOsUzno3w5ro2xJHZzQGqnz8= |
11972 | 12185 | |
11973 | -workbox-window@6.3.0, workbox-window@^6.2.2: | |
12186 | +workbox-window@6.3.0, workbox-window@^6.3.0: | |
11974 | 12187 | version "6.3.0" |
11975 | - resolved "https://registry.nlark.com/workbox-window/download/workbox-window-6.3.0.tgz#f669a0715363c35e519d1b6d919e04da7ce369ea" | |
11976 | - integrity sha1-9mmgcVNjw15RnRttkZ4E2nzjaeo= | |
12188 | + resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.3.0.tgz#f669a0715363c35e519d1b6d919e04da7ce369ea" | |
12189 | + integrity sha512-CFP84assX9srH/TOx4OD8z4EBPO/Cq4WKdV2YLcJIFJmVTS/cB63XKeidKl2KJk8qOOLVIKnaO7BLmb0MxGFtA== | |
11977 | 12190 | dependencies: |
11978 | 12191 | "@types/trusted-types" "^2.0.2" |
11979 | 12192 | workbox-core "6.3.0" |
... | ... | @@ -12140,7 +12353,7 @@ yargs@^14.2: |
12140 | 12353 | y18n "^4.0.0" |
12141 | 12354 | yargs-parser "^15.0.1" |
12142 | 12355 | |
12143 | -yargs@^16.0.3, yargs@^16.2.0: | |
12356 | +yargs@^16.2.0: | |
12144 | 12357 | version "16.2.0" |
12145 | 12358 | resolved "https://registry.nlark.com/yargs/download/yargs-16.2.0.tgz?cache=0&sync_timestamp=1628889096518&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fyargs%2Fdownload%2Fyargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" |
12146 | 12359 | integrity sha1-HIK/D2tqZur85+8w43b0mhJHf2Y= | ... | ... |