Commit d1f59b493d5aad46539dc3f53087afe5d0aa186f

Authored by vben
1 parent edc30965

chore: update deps

package.json
@@ -34,14 +34,14 @@ @@ -34,14 +34,14 @@
34 "gen:icon": "esno ./build/generate/icon/index.ts" 34 "gen:icon": "esno ./build/generate/icon/index.ts"
35 }, 35 },
36 "dependencies": { 36 "dependencies": {
37 - "@iconify/iconify": "^2.0.3",  
38 - "@logicflow/core": "^0.6.12",  
39 - "@logicflow/extension": "^0.6.12", 37 + "@iconify/iconify": "^2.0.4",
  38 + "@logicflow/core": "^0.6.13",
  39 + "@logicflow/extension": "^0.6.13",
40 "@vueuse/core": "^6.0.0", 40 "@vueuse/core": "^6.0.0",
41 "@zxcvbn-ts/core": "^1.0.0-beta.0", 41 "@zxcvbn-ts/core": "^1.0.0-beta.0",
42 "ant-design-vue": "2.2.6", 42 "ant-design-vue": "2.2.6",
43 "axios": "^0.21.1", 43 "axios": "^0.21.1",
44 - "codemirror": "^5.62.2", 44 + "codemirror": "^5.62.3",
45 "cropperjs": "^1.5.12", 45 "cropperjs": "^1.5.12",
46 "crypto-js": "^4.1.1", 46 "crypto-js": "^4.1.1",
47 "echarts": "^5.1.2", 47 "echarts": "^5.1.2",
@@ -50,24 +50,24 @@ @@ -50,24 +50,24 @@
50 "mockjs": "^1.1.0", 50 "mockjs": "^1.1.0",
51 "nprogress": "^0.2.0", 51 "nprogress": "^0.2.0",
52 "path-to-regexp": "^6.2.0", 52 "path-to-regexp": "^6.2.0",
53 - "pinia": "2.0.0-rc.4", 53 + "pinia": "2.0.0-rc.6",
54 "print-js": "^1.6.0", 54 "print-js": "^1.6.0",
55 "qrcode": "^1.4.4", 55 "qrcode": "^1.4.4",
56 "resize-observer-polyfill": "^1.5.1", 56 "resize-observer-polyfill": "^1.5.1",
57 "sortablejs": "^1.14.0", 57 "sortablejs": "^1.14.0",
58 "tinymce": "^5.8.2", 58 "tinymce": "^5.8.2",
59 "vditor": "^3.8.6", 59 "vditor": "^3.8.6",
60 - "vue": "3.2.3", 60 + "vue": "3.2.4",
61 "vue-i18n": "9.1.7", 61 "vue-i18n": "9.1.7",
62 "vue-json-pretty": "1.8.1", 62 "vue-json-pretty": "1.8.1",
63 "vue-router": "^4.0.11", 63 "vue-router": "^4.0.11",
64 "vue-types": "^4.0.3", 64 "vue-types": "^4.0.3",
65 - "xlsx": "^0.17.0" 65 + "xlsx": "^0.17.1"
66 }, 66 },
67 "devDependencies": { 67 "devDependencies": {
68 "@commitlint/cli": "^13.1.0", 68 "@commitlint/cli": "^13.1.0",
69 "@commitlint/config-conventional": "^13.1.0", 69 "@commitlint/config-conventional": "^13.1.0",
70 - "@iconify/json": "^1.1.388", 70 + "@iconify/json": "^1.1.390",
71 "@purge-icons/generated": "^0.7.0", 71 "@purge-icons/generated": "^0.7.0",
72 "@types/codemirror": "^5.60.2", 72 "@types/codemirror": "^5.60.2",
73 "@types/crypto-js": "^4.0.2", 73 "@types/crypto-js": "^4.0.2",
@@ -77,7 +77,7 @@ @@ -77,7 +77,7 @@
77 "@types/jest": "^27.0.1", 77 "@types/jest": "^27.0.1",
78 "@types/lodash-es": "^4.17.4", 78 "@types/lodash-es": "^4.17.4",
79 "@types/mockjs": "^1.0.4", 79 "@types/mockjs": "^1.0.4",
80 - "@types/node": "^16.6.1", 80 + "@types/node": "^16.6.2",
81 "@types/nprogress": "^0.2.0", 81 "@types/nprogress": "^0.2.0",
82 "@types/qrcode": "^1.4.1", 82 "@types/qrcode": "^1.4.1",
83 "@types/qs": "^6.9.7", 83 "@types/qs": "^6.9.7",
@@ -87,7 +87,7 @@ @@ -87,7 +87,7 @@
87 "@vitejs/plugin-legacy": "^1.5.1", 87 "@vitejs/plugin-legacy": "^1.5.1",
88 "@vitejs/plugin-vue": "^1.4.0", 88 "@vitejs/plugin-vue": "^1.4.0",
89 "@vitejs/plugin-vue-jsx": "^1.1.7", 89 "@vitejs/plugin-vue-jsx": "^1.1.7",
90 - "@vue/compiler-sfc": "3.2.3", 90 + "@vue/compiler-sfc": "3.2.4",
91 "@vue/test-utils": "^2.0.0-rc.12", 91 "@vue/test-utils": "^2.0.0-rc.12",
92 "autoprefixer": "^10.3.1", 92 "autoprefixer": "^10.3.1",
93 "commitizen": "^4.2.4", 93 "commitizen": "^4.2.4",
@@ -120,7 +120,7 @@ @@ -120,7 +120,7 @@
120 "stylelint-config-standard": "^22.0.0", 120 "stylelint-config-standard": "^22.0.0",
121 "stylelint-order": "^4.1.0", 121 "stylelint-order": "^4.1.0",
122 "ts-jest": "^27.0.5", 122 "ts-jest": "^27.0.5",
123 - "ts-node": "^10.2.0", 123 + "ts-node": "^10.2.1",
124 "typescript": "4.3.5", 124 "typescript": "4.3.5",
125 "vite": "2.5.0", 125 "vite": "2.5.0",
126 "vite-plugin-compression": "^0.3.3", 126 "vite-plugin-compression": "^0.3.3",
@@ -128,7 +128,7 @@ @@ -128,7 +128,7 @@
128 "vite-plugin-imagemin": "^0.4.3", 128 "vite-plugin-imagemin": "^0.4.3",
129 "vite-plugin-mock": "^2.9.4", 129 "vite-plugin-mock": "^2.9.4",
130 "vite-plugin-purge-icons": "^0.7.0", 130 "vite-plugin-purge-icons": "^0.7.0",
131 - "vite-plugin-pwa": "^0.10.0", 131 + "vite-plugin-pwa": "^0.11.0",
132 "vite-plugin-style-import": "^1.1.1", 132 "vite-plugin-style-import": "^1.1.1",
133 "vite-plugin-svg-icons": "^1.0.4", 133 "vite-plugin-svg-icons": "^1.0.4",
134 "vite-plugin-theme": "^0.8.1", 134 "vite-plugin-theme": "^0.8.1",
tests/server/package.json
@@ -24,11 +24,11 @@ @@ -24,11 +24,11 @@
24 "@types/koa": "^2.13.4", 24 "@types/koa": "^2.13.4",
25 "@types/koa-bodyparser": "^5.0.2", 25 "@types/koa-bodyparser": "^5.0.2",
26 "@types/koa-router": "^7.4.4", 26 "@types/koa-router": "^7.4.4",
27 - "@types/node": "^16.6.1", 27 + "@types/node": "^16.6.2",
28 "nodemon": "^2.0.12", 28 "nodemon": "^2.0.12",
29 - "pm2": "^5.1.0", 29 + "pm2": "^5.1.1",
30 "rimraf": "^3.0.2", 30 "rimraf": "^3.0.2",
31 - "ts-node": "^10.2.0", 31 + "ts-node": "^10.2.1",
32 "tsconfig-paths": "^3.10.1", 32 "tsconfig-paths": "^3.10.1",
33 "tsup": "^4.14.0", 33 "tsup": "^4.14.0",
34 "typescript": "^4.3.5" 34 "typescript": "^4.3.5"
yarn.lock
@@ -31,6 +31,15 @@ @@ -31,6 +31,15 @@
31 dependencies: 31 dependencies:
32 "@types/throttle-debounce" "^2.1.0" 32 "@types/throttle-debounce" "^2.1.0"
33 33
  34 +"@apideck/better-ajv-errors@^0.2.4":
  35 + version "0.2.5"
  36 + resolved "https://registry.yarnpkg.com/@apideck/better-ajv-errors/-/better-ajv-errors-0.2.5.tgz#b9c0092b7f7f23c356a0a31600334f7b8958458b"
  37 + integrity sha512-Pm1fAqCT8OEfBVLddU3fWZ/URWpGGhkvlsBIgn9Y2jJlcNumo0gNzPsQswDJTiA8HcKpCjOhWQOgkA9kXR4Ghg==
  38 + dependencies:
  39 + json-schema "^0.3.0"
  40 + jsonpointer "^4.1.0"
  41 + leven "^3.1.0"
  42 +
34 "@babel/code-frame@7.12.11": 43 "@babel/code-frame@7.12.11":
35 version "7.12.11" 44 version "7.12.11"
36 resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" 45 resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
@@ -1268,44 +1277,6 @@ @@ -1268,44 +1277,6 @@
1268 minimatch "^3.0.4" 1277 minimatch "^3.0.4"
1269 strip-json-comments "^3.1.1" 1278 strip-json-comments "^3.1.1"
1270 1279
1271 -"@hapi/address@^2.1.2":  
1272 - version "2.1.4"  
1273 - resolved "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"  
1274 - integrity sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==  
1275 -  
1276 -"@hapi/formula@^1.2.0":  
1277 - version "1.2.0"  
1278 - resolved "https://registry.npmjs.org/@hapi/formula/-/formula-1.2.0.tgz#994649c7fea1a90b91a0a1e6d983523f680e10cd"  
1279 - integrity sha512-UFbtbGPjstz0eWHb+ga/GM3Z9EzqKXFWIbSOFURU0A/Gku0Bky4bCk9/h//K2Xr3IrCfjFNhMm4jyZ5dbCewGA==  
1280 -  
1281 -"@hapi/hoek@^8.2.4", "@hapi/hoek@^8.3.0":  
1282 - version "8.5.1"  
1283 - resolved "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06"  
1284 - integrity sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==  
1285 -  
1286 -"@hapi/joi@^16.1.8":  
1287 - version "16.1.8"  
1288 - resolved "https://registry.npmjs.org/@hapi/joi/-/joi-16.1.8.tgz#84c1f126269489871ad4e2decc786e0adef06839"  
1289 - integrity sha512-wAsVvTPe+FwSrsAurNt5vkg3zo+TblvC5Bb1zMVK6SJzZqw9UrJnexxR+76cpePmtUZKHAPxcQ2Bf7oVHyahhg==  
1290 - dependencies:  
1291 - "@hapi/address" "^2.1.2"  
1292 - "@hapi/formula" "^1.2.0"  
1293 - "@hapi/hoek" "^8.2.4"  
1294 - "@hapi/pinpoint" "^1.0.2"  
1295 - "@hapi/topo" "^3.1.3"  
1296 -  
1297 -"@hapi/pinpoint@^1.0.2":  
1298 - version "1.0.2"  
1299 - resolved "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-1.0.2.tgz#025b7a36dbbf4d35bf1acd071c26b20ef41e0d13"  
1300 - integrity sha512-dtXC/WkZBfC5vxscazuiJ6iq4j9oNx1SHknmIr8hofarpKUZKmlUVYVIhNVzIEgK5Wrc4GMHL5lZtt1uS2flmQ==  
1301 -  
1302 -"@hapi/topo@^3.1.3":  
1303 - version "3.1.6"  
1304 - resolved "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz#68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29"  
1305 - integrity sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==  
1306 - dependencies:  
1307 - "@hapi/hoek" "^8.3.0"  
1308 -  
1309 "@humanwhocodes/config-array@^0.5.0": 1280 "@humanwhocodes/config-array@^0.5.0":
1310 version "0.5.0" 1281 version "0.5.0"
1311 resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" 1282 resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
@@ -1334,17 +1305,17 @@ @@ -1334,17 +1305,17 @@
1334 dependencies: 1305 dependencies:
1335 cross-fetch "^3.0.6" 1306 cross-fetch "^3.0.6"
1336 1307
1337 -"@iconify/iconify@^2.0.3":  
1338 - version "2.0.3"  
1339 - resolved "https://registry.yarnpkg.com/@iconify/iconify/-/iconify-2.0.3.tgz#1ae5bc81c2615b4d24ae495e6bdd6b5109f6e1dc"  
1340 - integrity sha512-Ctjre38vIf0PjjU2joj+DheSDFajdLiZ7gNdttjsXPqB9yYrmqOIDe1ce8L8v0qO86kM05hF9lUMriQTlgiSPA== 1308 +"@iconify/iconify@^2.0.4":
  1309 + version "2.0.4"
  1310 + resolved "https://registry.yarnpkg.com/@iconify/iconify/-/iconify-2.0.4.tgz#72bff5fe1e7c71a2ac6bd7a2f74f933b3920526c"
  1311 + integrity sha512-ejk4gWp9STQcivh1h5VKyuLpOOWefrC9WcHUW5YQBXqsT0NBpfqei8X4rCXasnNlbJSiK8IvIJZTfKtQ/56JIw==
1341 dependencies: 1312 dependencies:
1342 cross-fetch "^3.0.6" 1313 cross-fetch "^3.0.6"
1343 1314
1344 -"@iconify/json@^1.1.388":  
1345 - version "1.1.388"  
1346 - resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.388.tgz#d78c2d6d7ab19862da15a2f01c3c150f0a6b4a87"  
1347 - integrity sha512-7luJVTDc2cJelhnCDU30N6kJNN6W8oNn4IDsXwPxZfeck4JCCX/fvWjQz+DwXHqv/2PcV2hHpgKa/lmVtIbLMg== 1315 +"@iconify/json@^1.1.390":
  1316 + version "1.1.390"
  1317 + resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.390.tgz#9319f5358830f5547ed7455bcd1ae5569ebdd1cd"
  1318 + integrity sha512-2iLsQLORrET0xc9ldYEZF32WtxokHstQwWzFxhVJtbYrDydbtdqI2veoj3J+gWOscbGGev7FoQRqZ+VjGEYzCg==
1348 1319
1349 "@intlify/core-base@9.1.7": 1320 "@intlify/core-base@9.1.7":
1350 version "9.1.7" 1321 version "9.1.7"
@@ -1598,21 +1569,21 @@ @@ -1598,21 +1569,21 @@
1598 "@types/yargs" "^16.0.0" 1569 "@types/yargs" "^16.0.0"
1599 chalk "^4.0.0" 1570 chalk "^4.0.0"
1600 1571
1601 -"@logicflow/core@^0.6.12":  
1602 - version "0.6.12"  
1603 - resolved "https://registry.yarnpkg.com/@logicflow/core/-/core-0.6.12.tgz#df65a7a20120d9cbd10e2f04261cf1e7159cc2fc"  
1604 - integrity sha512-M1M7Oc2kQz6m+T/IJhR7CxptZPWFkcYPNfTXF+lsvhN7GGvpTJSBOtybkdjh4odwUWbdVkocmb2tj4kC/ni3Hg== 1572 +"@logicflow/core@^0.6.13":
  1573 + version "0.6.13"
  1574 + resolved "https://registry.yarnpkg.com/@logicflow/core/-/core-0.6.13.tgz#18595f549d98ba75a12c41480bb2335894b35387"
  1575 + integrity sha512-N8nn/Q2duQWaCIMUPtSYOWw8lDPDTE1cnB4WBTbj6POLeKKg0nNV2FwlxlEOF0OkefGg4cIii7WZcNW5Pr635w==
1605 dependencies: 1576 dependencies:
1606 "@types/mousetrap" "^1.6.4" 1577 "@types/mousetrap" "^1.6.4"
1607 mousetrap "^1.6.5" 1578 mousetrap "^1.6.5"
1608 preact "^10.4.8" 1579 preact "^10.4.8"
1609 1580
1610 -"@logicflow/extension@^0.6.12":  
1611 - version "0.6.12"  
1612 - resolved "https://registry.yarnpkg.com/@logicflow/extension/-/extension-0.6.12.tgz#2de4e16a2d6b1b5bb9de6dd6b45ee73347d0ce34"  
1613 - integrity sha512-zTvTHyfHkTzARDcjLYKuug6bbbMZ5shIy8ftkenidw/HltF97DS+7oyvhUnDtt7jqC+JLde/3W14wTXbth6WjA== 1581 +"@logicflow/extension@^0.6.13":
  1582 + version "0.6.13"
  1583 + resolved "https://registry.yarnpkg.com/@logicflow/extension/-/extension-0.6.13.tgz#0fb7470741c605603f673ccbb4c5daef379233c8"
  1584 + integrity sha512-H6VgtOnlCiG1ZTntWvhVI/OKqtp0hpnFBtosRgSq0cMJYfkLMs9FvSkYVW74u0g5RGGsWzcZSWVMZR4nc51H0A==
1614 dependencies: 1585 dependencies:
1615 - "@logicflow/core" "^0.6.12" 1586 + "@logicflow/core" "^0.6.13"
1616 ids "^1.0.0" 1587 ids "^1.0.0"
1617 preact "^10.4.8" 1588 preact "^10.4.8"
1618 1589
@@ -2020,10 +1991,10 @@ @@ -2020,10 +1991,10 @@
2020 resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d" 1991 resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d"
2021 integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw== 1992 integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw==
2022 1993
2023 -"@types/node@^16.6.1":  
2024 - version "16.6.1"  
2025 - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.6.1.tgz#aee62c7b966f55fc66c7b6dfa1d58db2a616da61"  
2026 - integrity sha512-Sr7BhXEAer9xyGuCN3Ek9eg9xPviCF2gfu9kTfuU2HkTVAMYSDeX40fvpmo72n5nansg3nsBjuQBrsS28r+NUw== 1994 +"@types/node@^16.6.2":
  1995 + version "16.6.2"
  1996 + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.6.2.tgz#331b7b9f8621c638284787c5559423822fdffc50"
  1997 + integrity sha512-LSw8TZt12ZudbpHc6EkIyDM3nHVWKYrAvGy6EAJfNfjusbwnThqjqxUKKRwuV3iWYeW/LYMzNgaq3MaLffQ2xA==
2027 1998
2028 "@types/normalize-package-data@^2.4.0": 1999 "@types/normalize-package-data@^2.4.0":
2029 version "2.4.0" 2000 version "2.4.0"
@@ -2108,6 +2079,11 @@ @@ -2108,6 +2079,11 @@
2108 resolved "https://registry.npmjs.org/@types/tinycolor2/-/tinycolor2-1.4.2.tgz#721ca5c5d1a2988b4a886e35c2ffc5735b6afbdf" 2079 resolved "https://registry.npmjs.org/@types/tinycolor2/-/tinycolor2-1.4.2.tgz#721ca5c5d1a2988b4a886e35c2ffc5735b6afbdf"
2109 integrity sha512-PeHg/AtdW6aaIO2a+98Xj7rWY4KC1E6yOy7AFknJQ7VXUGNrMlyxDFxJo7HqLtjQms/ZhhQX52mLVW/EX3JGOw== 2080 integrity sha512-PeHg/AtdW6aaIO2a+98Xj7rWY4KC1E6yOy7AFknJQ7VXUGNrMlyxDFxJo7HqLtjQms/ZhhQX52mLVW/EX3JGOw==
2110 2081
  2082 +"@types/trusted-types@^2.0.2":
  2083 + version "2.0.2"
  2084 + resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
  2085 + integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==
  2086 +
2111 "@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2": 2087 "@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
2112 version "2.0.3" 2088 version "2.0.3"
2113 resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" 2089 resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
@@ -2352,14 +2328,14 @@ @@ -2352,14 +2328,14 @@
2352 estree-walker "^2.0.1" 2328 estree-walker "^2.0.1"
2353 source-map "^0.6.1" 2329 source-map "^0.6.1"
2354 2330
2355 -"@vue/compiler-core@3.2.3":  
2356 - version "3.2.3"  
2357 - resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.3.tgz#96aa6692ad3819127f9f6256757f67f1c400ceb4"  
2358 - integrity sha512-qQpACs40hClYqghS209OBh6NDArKPrS5emWMOH/hzDy0KtOV7Kfyy2ILWRfamIsygq8mg+xHcqtVXOjr21WvQw== 2331 +"@vue/compiler-core@3.2.4":
  2332 + version "3.2.4"
  2333 + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.4.tgz#a98d295771998c1e8dccc4ee3d52feb14b02aea9"
  2334 + integrity sha512-c8NuQq7mUXXxA4iqD5VUKpyVeklK53+DMbojYMyZ0VPPrb0BUWrZWFiqSDT+MFDv0f6Hv3QuLiHWb1BWMXBbrw==
2359 dependencies: 2335 dependencies:
2360 "@babel/parser" "^7.12.0" 2336 "@babel/parser" "^7.12.0"
2361 "@babel/types" "^7.12.0" 2337 "@babel/types" "^7.12.0"
2362 - "@vue/shared" "3.2.3" 2338 + "@vue/shared" "3.2.4"
2363 estree-walker "^2.0.1" 2339 estree-walker "^2.0.1"
2364 source-map "^0.6.1" 2340 source-map "^0.6.1"
2365 2341
@@ -2371,26 +2347,26 @@ @@ -2371,26 +2347,26 @@
2371 "@vue/compiler-core" "3.2.2" 2347 "@vue/compiler-core" "3.2.2"
2372 "@vue/shared" "3.2.2" 2348 "@vue/shared" "3.2.2"
2373 2349
2374 -"@vue/compiler-dom@3.2.3":  
2375 - version "3.2.3"  
2376 - resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.3.tgz#2576959b979dd8a765171943cfa5409437eb1e80"  
2377 - integrity sha512-hEKd+h9eIT+et/l0Nmiup5CWFHC4KuhUcrdAIPLcv1uskVQA3gSDAAx9UGB/G9cRB2gmBpFONHEi8zKrlnsaWQ== 2350 +"@vue/compiler-dom@3.2.4":
  2351 + version "3.2.4"
  2352 + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.4.tgz#3a43de243eba127abbe57e796a0b969d2df78c08"
  2353 + integrity sha512-uj1nwO4794fw2YsYas5QT+FU/YGrXbS0Qk+1c7Kp1kV7idhZIghWLTjyvYibpGoseFbYLPd+sW2/noJG5H04EQ==
2378 dependencies: 2354 dependencies:
2379 - "@vue/compiler-core" "3.2.3"  
2380 - "@vue/shared" "3.2.3" 2355 + "@vue/compiler-core" "3.2.4"
  2356 + "@vue/shared" "3.2.4"
2381 2357
2382 -"@vue/compiler-sfc@3.2.3":  
2383 - version "3.2.3"  
2384 - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.3.tgz#49195959e168cd7fbecb6c46badb5756b8edaf10"  
2385 - integrity sha512-TlaDOChFUzt3lqqaFNRD2XI0lrRWYA0/jTgWKUrCLVEPZ0tNP8Vyjmml3+1QlAo4pyjaOjYacq0OS4eCGVFJ3w== 2358 +"@vue/compiler-sfc@3.2.4":
  2359 + version "3.2.4"
  2360 + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.4.tgz#9807868cc950291f163c3930a81bb16e870df097"
  2361 + integrity sha512-GM+ouDdDzhqgkLmBH4bgq4kiZxJQArSppJiZHWHIx9XRaefHLmc1LBNPmN8ivm4SVfi2i7M2t9k8ZnjsScgzPQ==
2386 dependencies: 2362 dependencies:
2387 "@babel/parser" "^7.13.9" 2363 "@babel/parser" "^7.13.9"
2388 "@babel/types" "^7.13.0" 2364 "@babel/types" "^7.13.0"
2389 "@types/estree" "^0.0.48" 2365 "@types/estree" "^0.0.48"
2390 - "@vue/compiler-core" "3.2.3"  
2391 - "@vue/compiler-dom" "3.2.3"  
2392 - "@vue/compiler-ssr" "3.2.3"  
2393 - "@vue/shared" "3.2.3" 2366 + "@vue/compiler-core" "3.2.4"
  2367 + "@vue/compiler-dom" "3.2.4"
  2368 + "@vue/compiler-ssr" "3.2.4"
  2369 + "@vue/shared" "3.2.4"
2394 consolidate "^0.16.0" 2370 consolidate "^0.16.0"
2395 estree-walker "^2.0.1" 2371 estree-walker "^2.0.1"
2396 hash-sum "^2.0.0" 2372 hash-sum "^2.0.0"
@@ -2433,13 +2409,13 @@ @@ -2433,13 +2409,13 @@
2433 "@vue/compiler-dom" "3.2.2" 2409 "@vue/compiler-dom" "3.2.2"
2434 "@vue/shared" "3.2.2" 2410 "@vue/shared" "3.2.2"
2435 2411
2436 -"@vue/compiler-ssr@3.2.3":  
2437 - version "3.2.3"  
2438 - resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.3.tgz#75518e43e52c3d50db2e06cbdf37b981d3b4e711"  
2439 - integrity sha512-VMYXYBXPohxlPvg42tT8Gcc58Wo1fPP4IE+aLgpmnNmMFuTsGEKOBK4mZqtNpv9dxgF6ooro9gQlA6BfOy3lGg== 2412 +"@vue/compiler-ssr@3.2.4":
  2413 + version "3.2.4"
  2414 + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.4.tgz#be51f219c2042b3e530373e60bc126ada6bb1cc0"
  2415 + integrity sha512-bKZuXu9/4XwsFHFWIKQK+5kN7mxIIWmMmT2L4VVek7cvY/vm3p4WTsXYDGZJy0htOTXvM2ifr6sflg012T0hsw==
2440 dependencies: 2416 dependencies:
2441 - "@vue/compiler-dom" "3.2.3"  
2442 - "@vue/shared" "3.2.3" 2417 + "@vue/compiler-dom" "3.2.4"
  2418 + "@vue/shared" "3.2.4"
2443 2419
2444 "@vue/devtools-api@^6.0.0-beta.14", "@vue/devtools-api@^6.0.0-beta.7": 2420 "@vue/devtools-api@^6.0.0-beta.14", "@vue/devtools-api@^6.0.0-beta.7":
2445 version "6.0.0-beta.14" 2421 version "6.0.0-beta.14"
@@ -2451,12 +2427,12 @@ @@ -2451,12 +2427,12 @@
2451 resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.15.tgz#ad7cb384e062f165bcf9c83732125bffbc2ad83d" 2427 resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.15.tgz#ad7cb384e062f165bcf9c83732125bffbc2ad83d"
2452 integrity sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA== 2428 integrity sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA==
2453 2429
2454 -"@vue/reactivity@3.2.3":  
2455 - version "3.2.3"  
2456 - resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.3.tgz#df466543542a2ae20553dea1efd57bec1da634f3"  
2457 - integrity sha512-HGmciaVNb3VKn4f4wCswFWLXBcopKQbO1oEs+WunBtt5tym0SS2wFNEGvWfW0dzzlXRbM507ys09m68L+JTa/Q== 2430 +"@vue/reactivity@3.2.4":
  2431 + version "3.2.4"
  2432 + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.4.tgz#a020ad7e50f674219a07764b105b5922e61597ea"
  2433 + integrity sha512-ljWTR0hr8Tn09hM2tlmWxZzCBPlgGLnq/k8K8X6EcJhtV+C8OzFySnbWqMWataojbrQOocThwsC8awKthSl2uQ==
2458 dependencies: 2434 dependencies:
2459 - "@vue/shared" "3.2.3" 2435 + "@vue/shared" "3.2.4"
2460 2436
2461 "@vue/reactivity@^3.2.2": 2437 "@vue/reactivity@^3.2.2":
2462 version "3.2.2" 2438 version "3.2.2"
@@ -2465,21 +2441,21 @@ @@ -2465,21 +2441,21 @@
2465 dependencies: 2441 dependencies:
2466 "@vue/shared" "3.2.2" 2442 "@vue/shared" "3.2.2"
2467 2443
2468 -"@vue/runtime-core@3.2.3":  
2469 - version "3.2.3"  
2470 - resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.3.tgz#6f34ec620d6d75c255a1e75e64a4b6f90a4a2039"  
2471 - integrity sha512-yn6FL2fCKi5dauJYm8u6iiGs7VoXoIWdr+icIFtEW4eObUKOzDwYpBaqCf8orhI1LEnyZO7rLplbfoJJColBwg== 2444 +"@vue/runtime-core@3.2.4":
  2445 + version "3.2.4"
  2446 + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.4.tgz#da5dde3dc1e48df99dd31ea9a972f5c02acdc3f5"
  2447 + integrity sha512-W6PtEOs8P8jKYPo3JwaMAozZQivxInUleGfNwI2pK1t8ZLZIxn4kAf7p4VF4jJdQB8SZBzpfWdLUc06j7IOmpQ==
2472 dependencies: 2448 dependencies:
2473 - "@vue/reactivity" "3.2.3"  
2474 - "@vue/shared" "3.2.3" 2449 + "@vue/reactivity" "3.2.4"
  2450 + "@vue/shared" "3.2.4"
2475 2451
2476 -"@vue/runtime-dom@3.2.3":  
2477 - version "3.2.3"  
2478 - resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.3.tgz#4f0930681efd9d11d99a593221bcae9423f69fcb"  
2479 - integrity sha512-YpulzSn0ydzgbfE1i9O1MJAspUHTA9q6AmqRrDLIR5AP9jmoGA//TmnB90IhA7OOGpuSVm4f1VUZ+gm/URPPgA== 2452 +"@vue/runtime-dom@3.2.4":
  2453 + version "3.2.4"
  2454 + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.4.tgz#1025595f2ae99a12fe0e1e6bce8df6761efec24b"
  2455 + integrity sha512-HcVtLyn2SGwsf6BFPwkvDPDOhOqkOKcfHDpBp5R1coX+qMsOFrY8lJnGXIY+JnxqFjND00E9+u+lq5cs/W7ooA==
2480 dependencies: 2456 dependencies:
2481 - "@vue/runtime-core" "3.2.3"  
2482 - "@vue/shared" "3.2.3" 2457 + "@vue/runtime-core" "3.2.4"
  2458 + "@vue/shared" "3.2.4"
2483 csstype "^2.6.8" 2459 csstype "^2.6.8"
2484 2460
2485 "@vue/shared@3.2.2", "@vue/shared@^3.2.2": 2461 "@vue/shared@3.2.2", "@vue/shared@^3.2.2":
@@ -2487,10 +2463,10 @@ @@ -2487,10 +2463,10 @@
2487 resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.2.tgz#6104185ebd57af5a14ac51c1f491b2205fc24054" 2463 resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.2.tgz#6104185ebd57af5a14ac51c1f491b2205fc24054"
2488 integrity sha512-dvYb318tk9uOzHtSaT3WII/HscQSIRzoCZ5GyxEb3JlkEXASpAUAQwKnvSe2CudnF8XHFRTB7VITWSnWNLZUtA== 2464 integrity sha512-dvYb318tk9uOzHtSaT3WII/HscQSIRzoCZ5GyxEb3JlkEXASpAUAQwKnvSe2CudnF8XHFRTB7VITWSnWNLZUtA==
2489 2465
2490 -"@vue/shared@3.2.3":  
2491 - version "3.2.3"  
2492 - resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.3.tgz#89e338a5524450c876d3512b4cc6ba80a4205e2c"  
2493 - integrity sha512-1f8kyoabSgoga0E89itGIoaCo2Ayr6i6jQq/kHhhYrrBxoK7LNNwuWQghW0k/bapimyIzQiN891XzquYP78aqg== 2466 +"@vue/shared@3.2.4":
  2467 + version "3.2.4"
  2468 + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.4.tgz#ba2a09527afff27b28d08f921b4a597e9504ca7a"
  2469 + integrity sha512-j2j1MRmjalVKr3YBTxl/BClSIc8UQ8NnPpLYclxerK65JIowI4O7n8O8lElveEtEoHxy1d7BelPUDI0Q4bumqg==
2494 2470
2495 "@vue/test-utils@^2.0.0-rc.12": 2471 "@vue/test-utils@^2.0.0-rc.12":
2496 version "2.0.0-rc.12" 2472 version "2.0.0-rc.12"
@@ -2638,6 +2614,16 @@ ajv@^8.0.1: @@ -2638,6 +2614,16 @@ ajv@^8.0.1:
2638 require-from-string "^2.0.2" 2614 require-from-string "^2.0.2"
2639 uri-js "^4.2.2" 2615 uri-js "^4.2.2"
2640 2616
  2617 +ajv@^8.6.0:
  2618 + version "8.6.2"
  2619 + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571"
  2620 + integrity sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==
  2621 + dependencies:
  2622 + fast-deep-equal "^3.1.1"
  2623 + json-schema-traverse "^1.0.0"
  2624 + require-from-string "^2.0.2"
  2625 + uri-js "^4.2.2"
  2626 +
2641 ansi-colors@^4.1.1: 2627 ansi-colors@^4.1.1:
2642 version "4.1.1" 2628 version "4.1.1"
2643 resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" 2629 resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
@@ -3578,18 +3564,15 @@ co@^4.6.0: @@ -3578,18 +3564,15 @@ co@^4.6.0:
3578 resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" 3564 resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
3579 integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= 3565 integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
3580 3566
3581 -codemirror@^5.62.2:  
3582 - version "5.62.2"  
3583 - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.62.2.tgz#bce6d19c9829e6e788f83886d48ecf5c1e106e65"  
3584 - integrity sha512-tVFMUa4J3Q8JUd1KL9yQzQB0/BJt7ZYZujZmTPgo/54Lpuq3ez4C8x/ATUY/wv7b7X3AUq8o3Xd+2C5ZrCGWHw== 3567 +codemirror@^5.62.3:
  3568 + version "5.62.3"
  3569 + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.62.3.tgz#5cfdee6931c8b2d1b39ae773aaaaec2cc6b5558e"
  3570 + integrity sha512-zZAyOfN8TU67ngqrxhOgtkSAGV9jSpN1snbl8elPtnh9Z5A11daR405+dhLzLnuXrwX0WCShWlybxPN3QC/9Pg==
3585 3571
3586 -codepage@~1.14.0:  
3587 - version "1.14.0"  
3588 - resolved "https://registry.npmjs.org/codepage/-/codepage-1.14.0.tgz#8cbe25481323559d7d307571b0fff91e7a1d2f99"  
3589 - integrity sha1-jL4lSBMjVZ19MHVxsP/5HnodL5k=  
3590 - dependencies:  
3591 - commander "~2.14.1"  
3592 - exit-on-epipe "~1.0.1" 3572 +codepage@~1.15.0:
  3573 + version "1.15.0"
  3574 + resolved "https://registry.yarnpkg.com/codepage/-/codepage-1.15.0.tgz#2e00519024b39424ec66eeb3ec07227e692618ab"
  3575 + integrity sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==
3593 3576
3594 collect-v8-coverage@^1.0.0: 3577 collect-v8-coverage@^1.0.0:
3595 version "1.0.1" 3578 version "1.0.1"
@@ -3660,11 +3643,6 @@ commander@^4.1.1: @@ -3660,11 +3643,6 @@ commander@^4.1.1:
3660 resolved "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" 3643 resolved "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
3661 integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== 3644 integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
3662 3645
3663 -commander@~2.14.1:  
3664 - version "2.14.1"  
3665 - resolved "https://registry.npmjs.org/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa"  
3666 - integrity sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw==  
3667 -  
3668 commander@~2.17.1: 3646 commander@~2.17.1:
3669 version "2.17.1" 3647 version "2.17.1"
3670 resolved "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" 3648 resolved "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
@@ -6086,6 +6064,11 @@ icss-utils@^5.0.0: @@ -6086,6 +6064,11 @@ icss-utils@^5.0.0:
6086 resolved "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" 6064 resolved "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae"
6087 integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== 6065 integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
6088 6066
  6067 +idb@^6.0.0:
  6068 + version "6.1.2"
  6069 + resolved "https://registry.yarnpkg.com/idb/-/idb-6.1.2.tgz#82ef5c951b8e1f47875d36ccafa4bedafc62f2f1"
  6070 + integrity sha512-1DNDVu3yDhAZkFDlJf0t7r+GLZ248F5pTAtA7V0oVG3yjmV125qZOx3g0XpAEkGZVYQiFDAsSOnGet2bhugc3w==
  6071 +
6089 ids@^1.0.0: 6072 ids@^1.0.0:
6090 version "1.0.0" 6073 version "1.0.0"
6091 resolved "https://registry.npmjs.org/ids/-/ids-1.0.0.tgz#df67f2d37b81d7c2effc87e03d17ebff95a58c05" 6074 resolved "https://registry.npmjs.org/ids/-/ids-1.0.0.tgz#df67f2d37b81d7c2effc87e03d17ebff95a58c05"
@@ -7310,6 +7293,11 @@ json-schema-traverse@^1.0.0: @@ -7310,6 +7293,11 @@ json-schema-traverse@^1.0.0:
7310 resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" 7293 resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
7311 integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== 7294 integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
7312 7295
  7296 +json-schema@^0.3.0:
  7297 + version "0.3.0"
  7298 + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.3.0.tgz#90a9c5054bd065422c00241851ce8d59475b701b"
  7299 + integrity sha512-TYfxx36xfl52Rf1LU9HyWSLGPdYLL+SQ8/E/0yVyKG8wCCDaSrhPap0vEdlsZWRaS6tnKKLPGiEJGiREVC8kxQ==
  7300 +
7313 json-stable-stringify-without-jsonify@^1.0.1: 7301 json-stable-stringify-without-jsonify@^1.0.1:
7314 version "1.0.1" 7302 version "1.0.1"
7315 resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" 7303 resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
@@ -7365,6 +7353,11 @@ jsonparse@^1.2.0: @@ -7365,6 +7353,11 @@ jsonparse@^1.2.0:
7365 resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" 7353 resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
7366 integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= 7354 integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
7367 7355
  7356 +jsonpointer@^4.1.0:
  7357 + version "4.1.0"
  7358 + resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.1.0.tgz#501fb89986a2389765ba09e6053299ceb4f2c2cc"
  7359 + integrity sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg==
  7360 +
7368 jstransformer@1.0.0: 7361 jstransformer@1.0.0:
7369 version "1.0.0" 7362 version "1.0.0"
7370 resolved "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz#ed8bf0921e2f3f1ed4d5c1a44f68709ed24722c3" 7363 resolved "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz#ed8bf0921e2f3f1ed4d5c1a44f68709ed24722c3"
@@ -8746,13 +8739,13 @@ pify@^4.0.1: @@ -8746,13 +8739,13 @@ pify@^4.0.1:
8746 resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" 8739 resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
8747 integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== 8740 integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
8748 8741
8749 -pinia@2.0.0-rc.4:  
8750 - version "2.0.0-rc.4"  
8751 - resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.0-rc.4.tgz#43fca89aeb8d397ca9900f001c2125c4d6765dd6"  
8752 - integrity sha512-I43V1TIFyDWT4UTi1CPLQXQZYXGQHQMKpDPI+oxC2fv0c+ej0fQBoKCn4WbfRWB+Vf5chhWM97GFLI+OWmUQEQ== 8742 +pinia@2.0.0-rc.6:
  8743 + version "2.0.0-rc.6"
  8744 + resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.0-rc.6.tgz#f83b7f2a62710715487574d6f442aa879961122b"
  8745 + integrity sha512-IqArmLmWJB5wZzELZfFF42bMaulo6cjMvL1wgUjWfmzaGCt1HYOAXN86s6HrdAueeEWj9Ov6lNNOHB1DFQxthw==
8753 dependencies: 8746 dependencies:
8754 "@vue/devtools-api" "^6.0.0-beta.15" 8747 "@vue/devtools-api" "^6.0.0-beta.15"
8755 - vue-demi latest 8748 + vue-demi "*"
8756 8749
8757 pinkie-promise@^2.0.0: 8750 pinkie-promise@^2.0.0:
8758 version "2.0.1" 8751 version "2.0.1"
@@ -9682,7 +9675,7 @@ rollup-plugin-visualizer@5.5.2: @@ -9682,7 +9675,7 @@ rollup-plugin-visualizer@5.5.2:
9682 source-map "^0.7.3" 9675 source-map "^0.7.3"
9683 yargs "^16.2.0" 9676 yargs "^16.2.0"
9684 9677
9685 -rollup@^2.38.5, rollup@^2.43.1, rollup@^2.55.1, rollup@^2.56.2: 9678 +rollup@^2.38.5, rollup@^2.43.1, rollup@^2.56.1, rollup@^2.56.2:
9686 version "2.56.2" 9679 version "2.56.2"
9687 resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.2.tgz#a045ff3f6af53ee009b5f5016ca3da0329e5470f" 9680 resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.2.tgz#a045ff3f6af53ee009b5f5016ca3da0329e5470f"
9688 integrity sha512-s8H00ZsRi29M2/lGdm1u8DJpJ9ML8SUOpVVBd33XNeEeL3NVaTiUcSBHzBdF3eAyR0l7VSpsuoVUGrRHq7aPwQ== 9681 integrity sha512-s8H00ZsRi29M2/lGdm1u8DJpJ9ML8SUOpVVBd33XNeEeL3NVaTiUcSBHzBdF3eAyR0l7VSpsuoVUGrRHq7aPwQ==
@@ -10797,10 +10790,10 @@ ts-jest@^27.0.5: @@ -10797,10 +10790,10 @@ ts-jest@^27.0.5:
10797 semver "7.x" 10790 semver "7.x"
10798 yargs-parser "20.x" 10791 yargs-parser "20.x"
10799 10792
10800 -ts-node@^10.2.0:  
10801 - version "10.2.0"  
10802 - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.0.tgz#f1e88249a00e26aa95e9a93c50f70241a8a1c4bb"  
10803 - integrity sha512-FstYHtQz6isj8rBtYMN4bZdnXN1vq4HCbqn9vdNQcInRqtB86PePJQIxE6es0PhxKWhj2PHuwbG40H+bxkZPmg== 10793 +ts-node@^10.2.1:
  10794 + version "10.2.1"
  10795 + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.1.tgz#4cc93bea0a7aba2179497e65bb08ddfc198b3ab5"
  10796 + integrity sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==
10804 dependencies: 10797 dependencies:
10805 "@cspotcode/source-map-support" "0.6.1" 10798 "@cspotcode/source-map-support" "0.6.1"
10806 "@tsconfig/node10" "^1.0.7" 10799 "@tsconfig/node10" "^1.0.7"
@@ -11239,17 +11232,17 @@ vite-plugin-purge-icons@^0.7.0: @@ -11239,17 +11232,17 @@ vite-plugin-purge-icons@^0.7.0:
11239 "@purge-icons/generated" "^0.7.0" 11232 "@purge-icons/generated" "^0.7.0"
11240 rollup-plugin-purge-icons "^0.7.0" 11233 rollup-plugin-purge-icons "^0.7.0"
11241 11234
11242 -vite-plugin-pwa@^0.10.0:  
11243 - version "0.10.0"  
11244 - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.10.0.tgz#56ea6c19b696c8901736aac97f9f316d3090a7c3"  
11245 - integrity sha512-QTI2OshRFR46JFS3KLVXXdIyhy+eO5pO3ezbeIXRAMNlUPJuB/r5sXhpRUGRZIkbrIq+UwSULNsCaNo8Ux5ZqA== 11235 +vite-plugin-pwa@^0.11.0:
  11236 + version "0.11.0"
  11237 + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.11.0.tgz#2c63dab1865e925ac162f5c0651095faaab3a836"
  11238 + integrity sha512-5YX0ThJnNwA6vXj8d6G/iGMC8Owd/Hf6XM5aQZdb4DfM8DmVPpWqAAl5iT+d9XG4ee1zo4nH3bVO9VDYDZLxDw==
11246 dependencies: 11239 dependencies:
11247 debug "^4.3.2" 11240 debug "^4.3.2"
11248 fast-glob "^3.2.7" 11241 fast-glob "^3.2.7"
11249 pretty-bytes "^5.6.0" 11242 pretty-bytes "^5.6.0"
11250 - rollup "^2.55.1"  
11251 - workbox-build "^6.1.5"  
11252 - workbox-window "^6.1.5" 11243 + rollup "^2.56.1"
  11244 + workbox-build "^6.2.2"
  11245 + workbox-window "^6.2.2"
11253 11246
11254 vite-plugin-style-import@^1.1.1: 11247 vite-plugin-style-import@^1.1.1:
11255 version "1.1.1" 11248 version "1.1.1"
@@ -11450,11 +11443,6 @@ vue-demi@*: @@ -11450,11 +11443,6 @@ vue-demi@*:
11450 resolved "https://registry.npmjs.org/vue-demi/-/vue-demi-0.9.1.tgz#25d6e1ebd4d4010757ff3571e2bf6a1d7bf3de82" 11443 resolved "https://registry.npmjs.org/vue-demi/-/vue-demi-0.9.1.tgz#25d6e1ebd4d4010757ff3571e2bf6a1d7bf3de82"
11451 integrity sha512-7s1lufRD2l369eFWPjgLvhqCRk0XzGWJsQc7K4q+0mZtixyGIvsK1Cg88P4NcaRIEiBuuN4q1NN4SZKFKwQswA== 11444 integrity sha512-7s1lufRD2l369eFWPjgLvhqCRk0XzGWJsQc7K4q+0mZtixyGIvsK1Cg88P4NcaRIEiBuuN4q1NN4SZKFKwQswA==
11452 11445
11453 -vue-demi@latest:  
11454 - version "0.11.2"  
11455 - resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.11.2.tgz#faa06da53887c493a695b997f4fcb4784a667990"  
11456 - integrity sha512-J+X8Au6BhQdcej6LY4O986634hZLu55L0ewU2j8my7WIKlu8cK0dqmdUxqVHHMd/cMrKKZ9SywB/id6aLhwCtA==  
11457 -  
11458 vue-eslint-parser@^7.10.0: 11446 vue-eslint-parser@^7.10.0:
11459 version "7.10.0" 11447 version "7.10.0"
11460 resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.10.0.tgz#ea4e4b10fd10aa35c8a79ac783488d8abcd29be8" 11448 resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.10.0.tgz#ea4e4b10fd10aa35c8a79ac783488d8abcd29be8"
@@ -11511,14 +11499,14 @@ vue-types@^4.0.3: @@ -11511,14 +11499,14 @@ vue-types@^4.0.3:
11511 dependencies: 11499 dependencies:
11512 is-plain-object "5.0.0" 11500 is-plain-object "5.0.0"
11513 11501
11514 -vue@3.2.3:  
11515 - version "3.2.3"  
11516 - resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.3.tgz#7717e69ab6e8c7ae7ee12baa50a7ab5cab8a1c31"  
11517 - integrity sha512-z3/maZr+As43eL42pJTLWG+mnOTXpdPvbhFN7cDs8ZpJgMWtKlbjInLcyOD2XRyH424yulupYhyEFITfybcKnw== 11502 +vue@3.2.4:
  11503 + version "3.2.4"
  11504 + resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.4.tgz#d94d88675e41c050d3a722d0848a7063b5e87a60"
  11505 + integrity sha512-rNCFmoewm8IwmTK0nj3ysKq53iRpNEFKoBJ4inar6tIh7Oj7juubS39RI8UI+VE7x+Cs2z6PBsadtZu7z2qppg==
11518 dependencies: 11506 dependencies:
11519 - "@vue/compiler-dom" "3.2.3"  
11520 - "@vue/runtime-dom" "3.2.3"  
11521 - "@vue/shared" "3.2.3" 11507 + "@vue/compiler-dom" "3.2.4"
  11508 + "@vue/runtime-dom" "3.2.4"
  11509 + "@vue/shared" "3.2.4"
11522 11510
11523 w3c-hr-time@^1.0.2: 11511 w3c-hr-time@^1.0.2:
11524 version "1.0.2" 11512 version "1.0.2"
@@ -11665,33 +11653,35 @@ wordwrap@^1.0.0: @@ -11665,33 +11653,35 @@ wordwrap@^1.0.0:
11665 resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" 11653 resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
11666 integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= 11654 integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
11667 11655
11668 -workbox-background-sync@^6.1.5:  
11669 - version "6.1.5"  
11670 - resolved "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.1.5.tgz#83904fc6487722db98ed9b19eaa39ab5f826c33e"  
11671 - integrity sha512-VbUmPLsdz+sLzuNxHvMylzyRTiM4q+q7rwLBk3p2mtRL5NZozI8j/KgoGbno96vs84jx4b9zCZMEOIKEUTPf6w== 11656 +workbox-background-sync@6.2.4:
  11657 + version "6.2.4"
  11658 + resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-6.2.4.tgz#1e5a4241f985d566a4cba8c67d3a1f4933a96444"
  11659 + integrity sha512-uoGgm1PZU6THRzXKlMEntrdA4Xkp6SCfxI7re4heN+yGrtAZq6zMKYhZmsdeW+YGnXS3y5xj7WV03b5TDgLh6A==
11672 dependencies: 11660 dependencies:
11673 - workbox-core "^6.1.5" 11661 + idb "^6.0.0"
  11662 + workbox-core "6.2.4"
11674 11663
11675 -workbox-broadcast-update@^6.1.5:  
11676 - version "6.1.5"  
11677 - resolved "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.1.5.tgz#49a2a4cc50c7b1cfe86bed6d8f15edf1891d1e79"  
11678 - integrity sha512-zGrTTs+n4wHpYtqYMqBg6kl/x5j1UrczGCQnODSHTxIDV8GXLb/GtA1BCZdysNxpMmdVSeLmTcgIYAAqWFamrA== 11664 +workbox-broadcast-update@6.2.4:
  11665 + version "6.2.4"
  11666 + resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-6.2.4.tgz#4cae36f553e2ead833236df1b3c9b7cccaa3ae0c"
  11667 + integrity sha512-0EpML2lbxNkiZUoap4BJDA0Hfz36MhtUd/rRhFvF6YWoRbTQ8tc6tMaRgM1EBIUmIN2OX9qQlkqe5SGGt4lfXQ==
11679 dependencies: 11668 dependencies:
11680 - workbox-core "^6.1.5" 11669 + workbox-core "6.2.4"
11681 11670
11682 -workbox-build@^6.1.5:  
11683 - version "6.1.5"  
11684 - resolved "https://registry.npmjs.org/workbox-build/-/workbox-build-6.1.5.tgz#31c3034a38527f1f7697335c15af9c5593168841"  
11685 - integrity sha512-P+fakR5QFVqJN9l9xHVXtmafga72gh9I+jM3A9HiB/6UNRmOAejXnDgD+RMegOHgQHPwnB44TalMToFaXKWIyA== 11671 +workbox-build@^6.2.2:
  11672 + version "6.2.4"
  11673 + resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-6.2.4.tgz#454835fc63208da40d63290ae25a2e039e1d2ad6"
  11674 + integrity sha512-01ZbY1BHi+yYvu4yDGZBw9xm1bWyZW0QGWPxiksvSPAsNH/z/NwgtWW14YEroFyG98mmXb7pufWlwl40zE1KTw==
11686 dependencies: 11675 dependencies:
  11676 + "@apideck/better-ajv-errors" "^0.2.4"
11687 "@babel/core" "^7.11.1" 11677 "@babel/core" "^7.11.1"
11688 "@babel/preset-env" "^7.11.0" 11678 "@babel/preset-env" "^7.11.0"
11689 "@babel/runtime" "^7.11.2" 11679 "@babel/runtime" "^7.11.2"
11690 - "@hapi/joi" "^16.1.8"  
11691 "@rollup/plugin-babel" "^5.2.0" 11680 "@rollup/plugin-babel" "^5.2.0"
11692 "@rollup/plugin-node-resolve" "^11.2.1" 11681 "@rollup/plugin-node-resolve" "^11.2.1"
11693 "@rollup/plugin-replace" "^2.4.1" 11682 "@rollup/plugin-replace" "^2.4.1"
11694 "@surma/rollup-plugin-off-main-thread" "^1.4.1" 11683 "@surma/rollup-plugin-off-main-thread" "^1.4.1"
  11684 + ajv "^8.6.0"
11695 common-tags "^1.8.0" 11685 common-tags "^1.8.0"
11696 fast-json-stable-stringify "^2.1.0" 11686 fast-json-stable-stringify "^2.1.0"
11697 fs-extra "^9.0.1" 11687 fs-extra "^9.0.1"
@@ -11706,119 +11696,121 @@ workbox-build@^6.1.5: @@ -11706,119 +11696,121 @@ workbox-build@^6.1.5:
11706 strip-comments "^2.0.1" 11696 strip-comments "^2.0.1"
11707 tempy "^0.6.0" 11697 tempy "^0.6.0"
11708 upath "^1.2.0" 11698 upath "^1.2.0"
11709 - workbox-background-sync "^6.1.5"  
11710 - workbox-broadcast-update "^6.1.5"  
11711 - workbox-cacheable-response "^6.1.5"  
11712 - workbox-core "^6.1.5"  
11713 - workbox-expiration "^6.1.5"  
11714 - workbox-google-analytics "^6.1.5"  
11715 - workbox-navigation-preload "^6.1.5"  
11716 - workbox-precaching "^6.1.5"  
11717 - workbox-range-requests "^6.1.5"  
11718 - workbox-recipes "^6.1.5"  
11719 - workbox-routing "^6.1.5"  
11720 - workbox-strategies "^6.1.5"  
11721 - workbox-streams "^6.1.5"  
11722 - workbox-sw "^6.1.5"  
11723 - workbox-window "^6.1.5"  
11724 -  
11725 -workbox-cacheable-response@^6.1.5:  
11726 - version "6.1.5"  
11727 - resolved "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.1.5.tgz#2772e09a333cba47b0923ed91fd022416b69e75c"  
11728 - integrity sha512-x8DC71lO/JCgiaJ194l9le8wc8lFPLgUpDkLhp2si7mXV6S/wZO+8Osvw1LLgYa8YYTWGbhbFhFTXIkEMknIIA==  
11729 - dependencies:  
11730 - workbox-core "^6.1.5"  
11731 -  
11732 -workbox-core@^6.1.5:  
11733 - version "6.1.5"  
11734 - resolved "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.5.tgz#424ff600e2c5448b14ebd58b2f5ac8ed91b73fb9"  
11735 - integrity sha512-9SOEle7YcJzg3njC0xMSmrPIiFjfsFm9WjwGd5enXmI8Lwk8wLdy63B0nzu5LXoibEmS9k+aWF8EzaKtOWjNSA==  
11736 -  
11737 -workbox-expiration@^6.1.5:  
11738 - version "6.1.5"  
11739 - resolved "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.1.5.tgz#a62a4ac953bb654aa969ede13507ca5bd154adc2"  
11740 - integrity sha512-6cN+FVbh8fNq56LFKPMchGNKCJeyboHsDuGBqmhDUPvD4uDjsegQpDQzn52VaE0cpywbSIsDF/BSq9E9Yjh5oQ==  
11741 - dependencies:  
11742 - workbox-core "^6.1.5"  
11743 -  
11744 -workbox-google-analytics@^6.1.5:  
11745 - version "6.1.5"  
11746 - resolved "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.1.5.tgz#895fcc50e4976c176b5982e1a8fd08776f18d639"  
11747 - integrity sha512-LYsJ/VxTkYVLxM1uJKXZLz4cJdemidY7kPyAYtKVZ6EiDG89noASqis75/5lhqM1m3HwQfp2DtoPrelKSpSDBA==  
11748 - dependencies:  
11749 - workbox-background-sync "^6.1.5"  
11750 - workbox-core "^6.1.5"  
11751 - workbox-routing "^6.1.5"  
11752 - workbox-strategies "^6.1.5"  
11753 -  
11754 -workbox-navigation-preload@^6.1.5:  
11755 - version "6.1.5"  
11756 - resolved "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.1.5.tgz#47a0d3a6d2e74bd3a52b58b72ca337cb5b654310"  
11757 - integrity sha512-hDbNcWlffv0uvS21jCAC/mYk7NzaGRSWOQXv1p7bj2aONAX5l699D2ZK4D27G8TO0BaLHUmW/1A5CZcsvweQdg==  
11758 - dependencies:  
11759 - workbox-core "^6.1.5"  
11760 -  
11761 -workbox-precaching@^6.1.5:  
11762 - version "6.1.5"  
11763 - resolved "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.1.5.tgz#9e0fecb5c567192f46783323fccea10bffc9f79e"  
11764 - integrity sha512-yhm1kb6wgi141JeM5X7z42XJxCry53tbMLB3NgrxktrZbwbrJF8JILzYy+RFKC9tHC6u2bPmL789GPLT2NCDzw==  
11765 - dependencies:  
11766 - workbox-core "^6.1.5"  
11767 - workbox-routing "^6.1.5"  
11768 - workbox-strategies "^6.1.5"  
11769 -  
11770 -workbox-range-requests@^6.1.5:  
11771 - version "6.1.5"  
11772 - resolved "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.1.5.tgz#047ccd12838bebe51a720256a4ca0cfa7197dfd3"  
11773 - integrity sha512-iACChSapzB0yuIum3ascP/+cfBNuZi5DRrE+u4u5mCHigPlwfSWtlaY+y8p+a8EwcDTVTZVtnrGrRnF31SiLqQ==  
11774 - dependencies:  
11775 - workbox-core "^6.1.5"  
11776 -  
11777 -workbox-recipes@^6.1.5:  
11778 - version "6.1.5"  
11779 - resolved "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.1.5.tgz#bb1f8976bcdb202618d967596e9f248e6077e69a"  
11780 - integrity sha512-MD1yabHca6O/oj1hrRdfj9cRwhKA5zqIE53rWOAg/dKMMzWQsf9nyRbXRgzK3a13iQvYKuQzURU4Cx58tdnR+Q==  
11781 - dependencies:  
11782 - workbox-cacheable-response "^6.1.5"  
11783 - workbox-core "^6.1.5"  
11784 - workbox-expiration "^6.1.5"  
11785 - workbox-precaching "^6.1.5"  
11786 - workbox-routing "^6.1.5"  
11787 - workbox-strategies "^6.1.5"  
11788 -  
11789 -workbox-routing@^6.1.5:  
11790 - version "6.1.5"  
11791 - resolved "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.1.5.tgz#15884d6152dba03faef83f0b23331846d8b6ef8e"  
11792 - integrity sha512-uC/Ctz+4GXGL42h1WxUNKxqKRik/38uS0NZ6VY/EHqL2F1ObLFqMHUZ4ZYvyQsKdyI82cxusvhJZHOrY0a2fIQ==  
11793 - dependencies:  
11794 - workbox-core "^6.1.5"  
11795 -  
11796 -workbox-strategies@^6.1.5:  
11797 - version "6.1.5"  
11798 - resolved "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.1.5.tgz#2549a3e78f0eda371b760c4db21feb0d26143573"  
11799 - integrity sha512-QhiOn9KT9YGBdbfWOmJT6pXZOIAxaVrs6J6AMYzRpkUegBTEcv36+ZhE/cfHoT0u2fxVtthHnskOQ/snEzaXQw==  
11800 - dependencies:  
11801 - workbox-core "^6.1.5"  
11802 -  
11803 -workbox-streams@^6.1.5:  
11804 - version "6.1.5"  
11805 - resolved "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.1.5.tgz#bb7678677275fc23c9627565a1f238e4ca350290"  
11806 - integrity sha512-OI1kLvRHGFXV+soDvs6aEwfBwdAkvPB0mRryqdh3/K17qUj/1gRXc8QtpgU+83xqx/I/ar2bTCIj0KPzI/ChCQ==  
11807 - dependencies:  
11808 - workbox-core "^6.1.5"  
11809 - workbox-routing "^6.1.5"  
11810 -  
11811 -workbox-sw@^6.1.5:  
11812 - version "6.1.5"  
11813 - resolved "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.1.5.tgz#06eb0c91f22e207422175b3f815cd2181c7074a0"  
11814 - integrity sha512-IMDiqxYbKzPorZLGMUMacLB6r76iVQbdTzYthIZoPfy+uFURJFUtqiWQJKg1L+RMyuYXwKXTahCIGkgFs4jBeg==  
11815 -  
11816 -workbox-window@^6.1.5:  
11817 - version "6.1.5"  
11818 - resolved "https://registry.npmjs.org/workbox-window/-/workbox-window-6.1.5.tgz#017b22342e10c6df6b9672326b575ec950b6cd80"  
11819 - integrity sha512-akL0X6mAegai2yypnq78RgfazeqvKbsllRtEI4dnbhPcRINEY1NmecFmsQk8SD+zWLK1gw5OdwAOX+zHSRVmeA==  
11820 - dependencies:  
11821 - workbox-core "^6.1.5" 11699 + workbox-background-sync "6.2.4"
  11700 + workbox-broadcast-update "6.2.4"
  11701 + workbox-cacheable-response "6.2.4"
  11702 + workbox-core "6.2.4"
  11703 + workbox-expiration "6.2.4"
  11704 + workbox-google-analytics "6.2.4"
  11705 + workbox-navigation-preload "6.2.4"
  11706 + workbox-precaching "6.2.4"
  11707 + workbox-range-requests "6.2.4"
  11708 + workbox-recipes "6.2.4"
  11709 + workbox-routing "6.2.4"
  11710 + workbox-strategies "6.2.4"
  11711 + workbox-streams "6.2.4"
  11712 + workbox-sw "6.2.4"
  11713 + workbox-window "6.2.4"
  11714 +
  11715 +workbox-cacheable-response@6.2.4:
  11716 + version "6.2.4"
  11717 + resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-6.2.4.tgz#ea4cf588bbb16de9056ef968af878a275d739753"
  11718 + integrity sha512-KZSzAOmgWsrk15Wu+geCUSGLIyyzHaORKjH5JnR6qcVZAsm0JXUu2m2OZGqjQ+/eyQwrGdXXqAMW+4wQvTXccg==
  11719 + dependencies:
  11720 + workbox-core "6.2.4"
  11721 +
  11722 +workbox-core@6.2.4:
  11723 + version "6.2.4"
  11724 + resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.2.4.tgz#0ffb4f0ce6d8e36f10bf4aabd96a6f55705ccd80"
  11725 + integrity sha512-Nu8X4R4Is3g8uzEJ6qwbW2CGVpzntW/cSf8OfsQGIKQR0nt84FAKzP2cLDaNLp3L/iV9TuhZgCTZzkMiap5/OQ==
  11726 +
  11727 +workbox-expiration@6.2.4:
  11728 + version "6.2.4"
  11729 + resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.2.4.tgz#80ff337795d5741ee0f84ae68eb25bcb6a54feb8"
  11730 + integrity sha512-EdOBLunrE3+Ff50y7AYDbiwtiLDvB+oEIkL1Wd9G5d176YVqFfgPfMRzJQ7fN+Yy2NfmsFME0Bw+dQruYekWsQ==
  11731 + dependencies:
  11732 + idb "^6.0.0"
  11733 + workbox-core "6.2.4"
  11734 +
  11735 +workbox-google-analytics@6.2.4:
  11736 + version "6.2.4"
  11737 + resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-6.2.4.tgz#dbf8812d2cd10b568945569407b3e19686bf0e1d"
  11738 + integrity sha512-+PWmTouoGGcDupaxM193F2NmgrF597Pyt9eHIDxfed+x+JSSeUkETlbAKwB8rnBHkAjs8JQcvStEP/IpueNKpQ==
  11739 + dependencies:
  11740 + workbox-background-sync "6.2.4"
  11741 + workbox-core "6.2.4"
  11742 + workbox-routing "6.2.4"
  11743 + workbox-strategies "6.2.4"
  11744 +
  11745 +workbox-navigation-preload@6.2.4:
  11746 + version "6.2.4"
  11747 + resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-6.2.4.tgz#0fdfdb51814296a5a2b52701881cdba08fb91cad"
  11748 + integrity sha512-y2dOSsaSdEimqhCmBIFR6kBp+GZbtNtWCBaMFwfKxTAul2uyllKcTKBHnZ9IzxULue6o6voV+I2U8Y8tO8n+eA==
  11749 + dependencies:
  11750 + workbox-core "6.2.4"
  11751 +
  11752 +workbox-precaching@6.2.4:
  11753 + version "6.2.4"
  11754 + resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.2.4.tgz#6e8a616b0817a92be01108d260f1e8626b0627b7"
  11755 + integrity sha512-7POznbVc8EG/mkbXzeb94x3B1VJruPgXvXFgS0NJ3GRugkO4ULs/DpIIb+ycs7uJIKY9EzLS7VXvElr3rMSozQ==
  11756 + dependencies:
  11757 + workbox-core "6.2.4"
  11758 + workbox-routing "6.2.4"
  11759 + workbox-strategies "6.2.4"
  11760 +
  11761 +workbox-range-requests@6.2.4:
  11762 + version "6.2.4"
  11763 + resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-6.2.4.tgz#f22b21a7e20d04a5532acb9dee5a1ae67613f3f3"
  11764 + integrity sha512-q4jjTXD1QOKbrHnzV3nxdZtIpOiVoIP5QyVmjuJrybVnAZurtyKcqirTQcAcT/zlTvgwm07zcTTk9o/zIB6DmA==
  11765 + dependencies:
  11766 + workbox-core "6.2.4"
  11767 +
  11768 +workbox-recipes@6.2.4:
  11769 + version "6.2.4"
  11770 + resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-6.2.4.tgz#fcbc7e3ece9568bf0ff6a8a7b77d9a04c4b4be6d"
  11771 + integrity sha512-z7oECGrt940dw1Bv0xIDJEXY1xARiaxsIedeJOutZFkbgaC/yWG61VTr/hmkeJ8Nx6jnY6W7Rc0iOUvg4sePag==
  11772 + dependencies:
  11773 + workbox-cacheable-response "6.2.4"
  11774 + workbox-core "6.2.4"
  11775 + workbox-expiration "6.2.4"
  11776 + workbox-precaching "6.2.4"
  11777 + workbox-routing "6.2.4"
  11778 + workbox-strategies "6.2.4"
  11779 +
  11780 +workbox-routing@6.2.4:
  11781 + version "6.2.4"
  11782 + resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.2.4.tgz#ab169b3345a91119c0be262af385f4373589507f"
  11783 + integrity sha512-jHnOmpeH4MOWR4eXv6l608npD2y6IFv7yFJ1bT9/RbB8wq2vXHXJQ0ExTZRTWGbVltSG22wEU+MQ8VebDDwDeg==
  11784 + dependencies:
  11785 + workbox-core "6.2.4"
  11786 +
  11787 +workbox-strategies@6.2.4:
  11788 + version "6.2.4"
  11789 + resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.2.4.tgz#ccf28e91f5c00ab6d57b5080e46a0b840faa4e88"
  11790 + integrity sha512-DKgGC3ruceDuu2o+Ae5qmJy0p0q21mFP+RrkdqKrjyf2u8cJvvtvt1eIt4nevKc5BESiKxmhC2h+TZpOSzUDvA==
  11791 + dependencies:
  11792 + workbox-core "6.2.4"
  11793 +
  11794 +workbox-streams@6.2.4:
  11795 + version "6.2.4"
  11796 + resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-6.2.4.tgz#df235f877b82166b53a1421e0115ed99d3e697e1"
  11797 + integrity sha512-yG6zV7S2NmYT6koyb7/DoPsyUAat9kD+rOmjP2SbBCtJdLu6ZIi1lgN4/rOkxEby/+Xb4OE4RmCSIZdMyjEmhQ==
  11798 + dependencies:
  11799 + workbox-core "6.2.4"
  11800 + workbox-routing "6.2.4"
  11801 +
  11802 +workbox-sw@6.2.4:
  11803 + version "6.2.4"
  11804 + resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-6.2.4.tgz#d7ae4cfc1c02ad6e47b7b9f7ac5be56b4715d928"
  11805 + integrity sha512-OlWLHNNM+j44sN2OaVXnVcf2wwhJUzcHlXrTrbWDu1JWnrQJ/rLicdc/sbxkZoyE0EbQm7Xr1BXcOjsB7PNlXQ==
  11806 +
  11807 +workbox-window@6.2.4, workbox-window@^6.2.2:
  11808 + version "6.2.4"
  11809 + resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.2.4.tgz#377e792158ec83670b6f810e0077a45c1a948d1b"
  11810 + integrity sha512-9jD6THkwGEASj1YP56ZBHYJ147733FoGpJlMamYk38k/EBFE75oc6K3Vs2tGOBx5ZGq54+mHSStnlrtFG3IiOg==
  11811 + dependencies:
  11812 + "@types/trusted-types" "^2.0.2"
  11813 + workbox-core "6.2.4"
11822 11814
11823 wrap-ansi@^5.1.0: 11815 wrap-ansi@^5.1.0:
11824 version "5.1.0" 11816 version "5.1.0"
@@ -11867,14 +11859,14 @@ ws@^7.4.5: @@ -11867,14 +11859,14 @@ ws@^7.4.5:
11867 resolved "https://registry.npmjs.org/ws/-/ws-7.5.0.tgz#0033bafea031fb9df041b2026fc72a571ca44691" 11859 resolved "https://registry.npmjs.org/ws/-/ws-7.5.0.tgz#0033bafea031fb9df041b2026fc72a571ca44691"
11868 integrity sha512-6ezXvzOZupqKj4jUqbQ9tXuJNo+BR2gU8fFRk3XCP3e0G6WT414u5ELe6Y0vtp7kmSJ3F7YWObSNr1ESsgi4vw== 11860 integrity sha512-6ezXvzOZupqKj4jUqbQ9tXuJNo+BR2gU8fFRk3XCP3e0G6WT414u5ELe6Y0vtp7kmSJ3F7YWObSNr1ESsgi4vw==
11869 11861
11870 -xlsx@^0.17.0:  
11871 - version "0.17.0"  
11872 - resolved "https://registry.npmjs.org/xlsx/-/xlsx-0.17.0.tgz#028176a0140967dcee1817d221678461e47481c8"  
11873 - integrity sha512-bZ36FSACiAyjoldey1+7it50PMlDp1pcAJrZKcVZHzKd8BC/z6TQ/QAN8onuqcepifqSznR6uKnjPhaGt6ig9A== 11862 +xlsx@^0.17.1:
  11863 + version "0.17.1"
  11864 + resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.17.1.tgz#2557400d594998301831ef60b08ddde80f2842ee"
  11865 + integrity sha512-SrvK+kMEjiVIKYyJSjSIJwzm2cZn8nQWVh708g7O+pTsmgjoa+uYNLEUn7jmwQdMI/ffCHcY5yEvwBXssBwpRA==
11874 dependencies: 11866 dependencies:
11875 adler-32 "~1.2.0" 11867 adler-32 "~1.2.0"
11876 cfb "^1.1.4" 11868 cfb "^1.1.4"
11877 - codepage "~1.14.0" 11869 + codepage "~1.15.0"
11878 commander "~2.17.1" 11870 commander "~2.17.1"
11879 crc-32 "~1.2.0" 11871 crc-32 "~1.2.0"
11880 exit-on-epipe "~1.0.1" 11872 exit-on-epipe "~1.0.1"