Commit 44b21bfc6c9df7aa82f4b0c9c5d787bec11a42df
1 parent
2820d5a6
chore: update deps
Showing
3 changed files
with
321 additions
and
321 deletions
package.json
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | "@iconify/iconify": "^2.0.4", |
38 | 38 | "@logicflow/core": "^0.6.16", |
39 | 39 | "@logicflow/extension": "^0.6.16", |
40 | - "@vueuse/core": "^6.3.2", | |
40 | + "@vueuse/core": "^6.3.3", | |
41 | 41 | "@zxcvbn-ts/core": "^1.0.0-beta.0", |
42 | 42 | "ant-design-vue": "2.2.7", |
43 | 43 | "axios": "^0.21.4", |
... | ... | @@ -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.8", | |
53 | + "pinia": "2.0.0-rc.9", | |
54 | 54 | "print-js": "^1.6.0", |
55 | 55 | "qrcode": "^1.4.4", |
56 | 56 | "resize-observer-polyfill": "^1.5.1", |
... | ... | @@ -68,7 +68,7 @@ |
68 | 68 | "devDependencies": { |
69 | 69 | "@commitlint/cli": "^13.1.0", |
70 | 70 | "@commitlint/config-conventional": "^13.1.0", |
71 | - "@iconify/json": "^1.1.399", | |
71 | + "@iconify/json": "^1.1.401", | |
72 | 72 | "@purge-icons/generated": "^0.7.0", |
73 | 73 | "@types/codemirror": "^5.60.2", |
74 | 74 | "@types/crypto-js": "^4.0.2", |
... | ... | @@ -76,9 +76,9 @@ |
76 | 76 | "@types/inquirer": "^8.1.1", |
77 | 77 | "@types/intro.js": "^3.0.2", |
78 | 78 | "@types/jest": "^27.0.1", |
79 | - "@types/lodash-es": "^4.17.4", | |
79 | + "@types/lodash-es": "^4.17.5", | |
80 | 80 | "@types/mockjs": "^1.0.4", |
81 | - "@types/node": "^16.9.0", | |
81 | + "@types/node": "^16.9.1", | |
82 | 82 | "@types/nprogress": "^0.2.0", |
83 | 83 | "@types/qrcode": "^1.4.1", |
84 | 84 | "@types/qs": "^6.9.7", |
... | ... | @@ -108,7 +108,7 @@ |
108 | 108 | "husky": "^7.0.2", |
109 | 109 | "inquirer": "^8.1.2", |
110 | 110 | "is-ci": "^3.0.0", |
111 | - "jest": "^27.1.1", | |
111 | + "jest": "^27.2.0", | |
112 | 112 | "less": "^4.1.1", |
113 | 113 | "lint-staged": "^11.1.2", |
114 | 114 | "npm-run-all": "^4.1.5", |
... | ... | @@ -123,8 +123,8 @@ |
123 | 123 | "stylelint-order": "^4.1.0", |
124 | 124 | "ts-jest": "^27.0.5", |
125 | 125 | "ts-node": "^10.2.1", |
126 | - "typescript": "4.4.2", | |
127 | - "vite": "2.5.6", | |
126 | + "typescript": "4.4.3", | |
127 | + "vite": "2.5.7", | |
128 | 128 | "vite-plugin-compression": "^0.3.5", |
129 | 129 | "vite-plugin-html": "^2.1.0", |
130 | 130 | "vite-plugin-imagemin": "^0.4.5", | ... | ... |
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.9.0", | |
27 | + "@types/node": "^16.9.1", | |
28 | 28 | "nodemon": "^2.0.12", |
29 | 29 | "pm2": "^5.1.1", |
30 | 30 | "rimraf": "^3.0.2", |
31 | 31 | "ts-node": "^10.2.1", |
32 | 32 | "tsconfig-paths": "^3.11.0", |
33 | 33 | "tsup": "^4.14.0", |
34 | - "typescript": "^4.4.2" | |
34 | + "typescript": "^4.4.3" | |
35 | 35 | } |
36 | 36 | } | ... | ... |
yarn.lock
... | ... | @@ -1330,10 +1330,10 @@ |
1330 | 1330 | dependencies: |
1331 | 1331 | cross-fetch "^3.0.6" |
1332 | 1332 | |
1333 | -"@iconify/json@^1.1.399": | |
1334 | - version "1.1.399" | |
1335 | - resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.399.tgz#85d06cb504e4aa4464758ce8f67fff947d552835" | |
1336 | - integrity sha512-PcmegNfMCisVGAe9x60Pt0SR1LAOFUlBL3pSQuO+DzlDmTXIbVhI5/5jWk0vEZMPdoNEawy/1FY8AWWOD7nx4w== | |
1333 | +"@iconify/json@^1.1.401": | |
1334 | + version "1.1.401" | |
1335 | + resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.401.tgz#bc1eeef1fb7f59eac7c0d220139d995b6035036b" | |
1336 | + integrity sha512-h2Ia0ode2yhft4/I//HAuuhZEiQr9JgEBqOTlE2U2hFoeZXx6sCJLu561GEomK4gKuZ5I0tHWJYTBfF0+Kcz4w== | |
1337 | 1337 | |
1338 | 1338 | "@intlify/core-base@9.1.7": |
1339 | 1339 | version "9.1.7" |
... | ... | @@ -1407,27 +1407,27 @@ |
1407 | 1407 | resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" |
1408 | 1408 | integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== |
1409 | 1409 | |
1410 | -"@jest/console@^27.1.1": | |
1411 | - version "27.1.1" | |
1412 | - resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.1.1.tgz#e1eb8ef8a410e75e80bb17429047ed5d43411d20" | |
1413 | - integrity sha512-VpQJRsWSeAem0zpBjeRtDbcD6DlbNoK11dNYt+PSQ+DDORh9q2/xyEpErfwgnLjWX0EKkSZmTGx/iH9Inzs6vQ== | |
1410 | +"@jest/console@^27.2.0": | |
1411 | + version "27.2.0" | |
1412 | + resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.2.0.tgz#57f702837ec52899be58c3794dce5941c77a8b63" | |
1413 | + integrity sha512-35z+RqsK2CCgNxn+lWyK8X4KkaDtfL4BggT7oeZ0JffIiAiEYFYPo5B67V50ZubqDS1ehBrdCR2jduFnIrZOYw== | |
1414 | 1414 | dependencies: |
1415 | 1415 | "@jest/types" "^27.1.1" |
1416 | 1416 | "@types/node" "*" |
1417 | 1417 | chalk "^4.0.0" |
1418 | - jest-message-util "^27.1.1" | |
1419 | - jest-util "^27.1.1" | |
1418 | + jest-message-util "^27.2.0" | |
1419 | + jest-util "^27.2.0" | |
1420 | 1420 | slash "^3.0.0" |
1421 | 1421 | |
1422 | -"@jest/core@^27.1.1": | |
1423 | - version "27.1.1" | |
1424 | - resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.1.1.tgz#d9d42214920cb96c2a6cc48517cf62d4351da3aa" | |
1425 | - integrity sha512-oCkKeTgI0emznKcLoq5OCD0PhxCijA4l7ejDnWW3d5bgSi+zfVaLybVqa+EQOxpNejQWtTna7tmsAXjMN9N43Q== | |
1422 | +"@jest/core@^27.2.0": | |
1423 | + version "27.2.0" | |
1424 | + resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.2.0.tgz#61fc27b244e9709170ed9ffe41b006add569f1b3" | |
1425 | + integrity sha512-E/2NHhq+VMo18DpKkoty8Sjey8Kps5Cqa88A8NP757s6JjYqPdioMuyUBhDiIOGCdQByEp0ou3jskkTszMS0nw== | |
1426 | 1426 | dependencies: |
1427 | - "@jest/console" "^27.1.1" | |
1428 | - "@jest/reporters" "^27.1.1" | |
1429 | - "@jest/test-result" "^27.1.1" | |
1430 | - "@jest/transform" "^27.1.1" | |
1427 | + "@jest/console" "^27.2.0" | |
1428 | + "@jest/reporters" "^27.2.0" | |
1429 | + "@jest/test-result" "^27.2.0" | |
1430 | + "@jest/transform" "^27.2.0" | |
1431 | 1431 | "@jest/types" "^27.1.1" |
1432 | 1432 | "@types/node" "*" |
1433 | 1433 | ansi-escapes "^4.2.1" |
... | ... | @@ -1436,64 +1436,64 @@ |
1436 | 1436 | exit "^0.1.2" |
1437 | 1437 | graceful-fs "^4.2.4" |
1438 | 1438 | jest-changed-files "^27.1.1" |
1439 | - jest-config "^27.1.1" | |
1440 | - jest-haste-map "^27.1.1" | |
1441 | - jest-message-util "^27.1.1" | |
1439 | + jest-config "^27.2.0" | |
1440 | + jest-haste-map "^27.2.0" | |
1441 | + jest-message-util "^27.2.0" | |
1442 | 1442 | jest-regex-util "^27.0.6" |
1443 | - jest-resolve "^27.1.1" | |
1444 | - jest-resolve-dependencies "^27.1.1" | |
1445 | - jest-runner "^27.1.1" | |
1446 | - jest-runtime "^27.1.1" | |
1447 | - jest-snapshot "^27.1.1" | |
1448 | - jest-util "^27.1.1" | |
1449 | - jest-validate "^27.1.1" | |
1450 | - jest-watcher "^27.1.1" | |
1443 | + jest-resolve "^27.2.0" | |
1444 | + jest-resolve-dependencies "^27.2.0" | |
1445 | + jest-runner "^27.2.0" | |
1446 | + jest-runtime "^27.2.0" | |
1447 | + jest-snapshot "^27.2.0" | |
1448 | + jest-util "^27.2.0" | |
1449 | + jest-validate "^27.2.0" | |
1450 | + jest-watcher "^27.2.0" | |
1451 | 1451 | micromatch "^4.0.4" |
1452 | 1452 | p-each-series "^2.1.0" |
1453 | 1453 | rimraf "^3.0.0" |
1454 | 1454 | slash "^3.0.0" |
1455 | 1455 | strip-ansi "^6.0.0" |
1456 | 1456 | |
1457 | -"@jest/environment@^27.1.1": | |
1458 | - version "27.1.1" | |
1459 | - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.1.1.tgz#a1f7a552f7008f773988b9c0e445ede35f77bbb7" | |
1460 | - integrity sha512-+y882/ZdxhyqF5RzxIrNIANjHj991WH7jifdcplzMDosDUOyCACFYUyVTBGbSTocbU+s1cesroRzkwi8hZ9SHg== | |
1457 | +"@jest/environment@^27.2.0": | |
1458 | + version "27.2.0" | |
1459 | + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.2.0.tgz#48d1dbfa65f8e4a5a5c6cbeb9c59d1a5c2776f6b" | |
1460 | + integrity sha512-iPWmQI0wRIYSZX3wKu4FXHK4eIqkfq6n1DCDJS+v3uby7SOXrHvX4eiTBuEdSvtDRMTIH2kjrSkjHf/F9JIYyQ== | |
1461 | 1461 | dependencies: |
1462 | - "@jest/fake-timers" "^27.1.1" | |
1462 | + "@jest/fake-timers" "^27.2.0" | |
1463 | 1463 | "@jest/types" "^27.1.1" |
1464 | 1464 | "@types/node" "*" |
1465 | 1465 | jest-mock "^27.1.1" |
1466 | 1466 | |
1467 | -"@jest/fake-timers@^27.1.1": | |
1468 | - version "27.1.1" | |
1469 | - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.1.1.tgz#557a1c0d067d33bcda4dfae9a7d8f96a15a954b5" | |
1470 | - integrity sha512-u8TJ5VlsVYTsGFatoyIae2l25pku4Bu15QCPTx2Gs5z+R//Ee3tHN85462Vc9yGVcdDvgADbqNkhOLxbEwPjMQ== | |
1467 | +"@jest/fake-timers@^27.2.0": | |
1468 | + version "27.2.0" | |
1469 | + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.2.0.tgz#560841bc21ae7fbeff0cbff8de8f5cf43ad3561d" | |
1470 | + integrity sha512-gSu3YHvQOoVaTWYGgHFB7IYFtcF2HBzX4l7s47VcjvkUgL4/FBnE20x7TNLa3W6ABERtGd5gStSwsA8bcn+c4w== | |
1471 | 1471 | dependencies: |
1472 | 1472 | "@jest/types" "^27.1.1" |
1473 | 1473 | "@sinonjs/fake-timers" "^7.0.2" |
1474 | 1474 | "@types/node" "*" |
1475 | - jest-message-util "^27.1.1" | |
1475 | + jest-message-util "^27.2.0" | |
1476 | 1476 | jest-mock "^27.1.1" |
1477 | - jest-util "^27.1.1" | |
1477 | + jest-util "^27.2.0" | |
1478 | 1478 | |
1479 | -"@jest/globals@^27.1.1": | |
1480 | - version "27.1.1" | |
1481 | - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.1.1.tgz#cfe5f4d5b37483cef62b79612128ccc7e3c951d8" | |
1482 | - integrity sha512-Q3JcTPmY+DAEHnr4MpnBV3mwy50EGrTC6oSDTNnW7FNGGacTJAfpWNk02D7xv422T1OzK2A2BKx+26xJOvHkyw== | |
1479 | +"@jest/globals@^27.2.0": | |
1480 | + version "27.2.0" | |
1481 | + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.0.tgz#4d7085f51df5ac70c8240eb3501289676503933d" | |
1482 | + integrity sha512-raqk9Gf9WC3hlBa57rmRmJfRl9hom2b+qEE/ifheMtwn5USH5VZxzrHHOZg0Zsd/qC2WJ8UtyTwHKQAnNlDMdg== | |
1483 | 1483 | dependencies: |
1484 | - "@jest/environment" "^27.1.1" | |
1484 | + "@jest/environment" "^27.2.0" | |
1485 | 1485 | "@jest/types" "^27.1.1" |
1486 | - expect "^27.1.1" | |
1486 | + expect "^27.2.0" | |
1487 | 1487 | |
1488 | -"@jest/reporters@^27.1.1": | |
1489 | - version "27.1.1" | |
1490 | - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.1.1.tgz#ee5724092f197bb78c60affb9c6f34b6777990c2" | |
1491 | - integrity sha512-cEERs62n1P4Pqox9HWyNOEkP57G95aK2mBjB6D8Ruz1Yc98fKH53b58rlVEnsY5nLmkLNZk65fxNi9C0Yds/8w== | |
1488 | +"@jest/reporters@^27.2.0": | |
1489 | + version "27.2.0" | |
1490 | + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.2.0.tgz#629886d9a42218e504a424889a293abb27919e25" | |
1491 | + integrity sha512-7wfkE3iRTLaT0F51h1mnxH3nQVwDCdbfgXiLuCcNkF1FnxXLH9utHqkSLIiwOTV1AtmiE0YagHbOvx4rnMP/GA== | |
1492 | 1492 | dependencies: |
1493 | 1493 | "@bcoe/v8-coverage" "^0.2.3" |
1494 | - "@jest/console" "^27.1.1" | |
1495 | - "@jest/test-result" "^27.1.1" | |
1496 | - "@jest/transform" "^27.1.1" | |
1494 | + "@jest/console" "^27.2.0" | |
1495 | + "@jest/test-result" "^27.2.0" | |
1496 | + "@jest/transform" "^27.2.0" | |
1497 | 1497 | "@jest/types" "^27.1.1" |
1498 | 1498 | chalk "^4.0.0" |
1499 | 1499 | collect-v8-coverage "^1.0.0" |
... | ... | @@ -1505,10 +1505,10 @@ |
1505 | 1505 | istanbul-lib-report "^3.0.0" |
1506 | 1506 | istanbul-lib-source-maps "^4.0.0" |
1507 | 1507 | istanbul-reports "^3.0.2" |
1508 | - jest-haste-map "^27.1.1" | |
1509 | - jest-resolve "^27.1.1" | |
1510 | - jest-util "^27.1.1" | |
1511 | - jest-worker "^27.1.1" | |
1508 | + jest-haste-map "^27.2.0" | |
1509 | + jest-resolve "^27.2.0" | |
1510 | + jest-util "^27.2.0" | |
1511 | + jest-worker "^27.2.0" | |
1512 | 1512 | slash "^3.0.0" |
1513 | 1513 | source-map "^0.6.0" |
1514 | 1514 | string-length "^4.0.1" |
... | ... | @@ -1524,30 +1524,30 @@ |
1524 | 1524 | graceful-fs "^4.2.4" |
1525 | 1525 | source-map "^0.6.0" |
1526 | 1526 | |
1527 | -"@jest/test-result@^27.1.1": | |
1528 | - version "27.1.1" | |
1529 | - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.1.1.tgz#1086b39af5040b932a55e7f1fa1bc4671bed4781" | |
1530 | - integrity sha512-8vy75A0Jtfz9DqXFUkjC5Co/wRla+D7qRFdShUY8SbPqBS3GBx3tpba7sGKFos8mQrdbe39n+c1zgVKtarfy6A== | |
1527 | +"@jest/test-result@^27.2.0": | |
1528 | + version "27.2.0" | |
1529 | + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.2.0.tgz#377b46a41a6415dd4839fd0bed67b89fecea6b20" | |
1530 | + integrity sha512-JPPqn8h0RGr4HyeY1Km+FivDIjTFzDROU46iAvzVjD42ooGwYoqYO/MQTilhfajdz6jpVnnphFrKZI5OYrBONA== | |
1531 | 1531 | dependencies: |
1532 | - "@jest/console" "^27.1.1" | |
1532 | + "@jest/console" "^27.2.0" | |
1533 | 1533 | "@jest/types" "^27.1.1" |
1534 | 1534 | "@types/istanbul-lib-coverage" "^2.0.0" |
1535 | 1535 | collect-v8-coverage "^1.0.0" |
1536 | 1536 | |
1537 | -"@jest/test-sequencer@^27.1.1": | |
1538 | - version "27.1.1" | |
1539 | - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.1.1.tgz#cea3722ec6f6330000240fd999ad3123adaf5992" | |
1540 | - integrity sha512-l8zD3EdeixvwmLNlJoMX3hhj8iIze95okj4sqmBzOq/zW8gZLElUveH4bpKEMuR+Nweazjlwc7L6g4C26M/y6Q== | |
1537 | +"@jest/test-sequencer@^27.2.0": | |
1538 | + version "27.2.0" | |
1539 | + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.2.0.tgz#b02b507687825af2fdc84e90c539d36fd8cf7bc9" | |
1540 | + integrity sha512-PrqarcpzOU1KSAK7aPwfL8nnpaqTMwPe7JBPnaOYRDSe/C6AoJiL5Kbnonqf1+DregxZIRAoDg69R9/DXMGqXA== | |
1541 | 1541 | dependencies: |
1542 | - "@jest/test-result" "^27.1.1" | |
1542 | + "@jest/test-result" "^27.2.0" | |
1543 | 1543 | graceful-fs "^4.2.4" |
1544 | - jest-haste-map "^27.1.1" | |
1545 | - jest-runtime "^27.1.1" | |
1544 | + jest-haste-map "^27.2.0" | |
1545 | + jest-runtime "^27.2.0" | |
1546 | 1546 | |
1547 | -"@jest/transform@^27.1.1": | |
1548 | - version "27.1.1" | |
1549 | - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.1.1.tgz#51a22f5a48d55d796c02757117c02fcfe4da13d7" | |
1550 | - integrity sha512-qM19Eu75U6Jc5zosXXVnq900Nl9JDpoGaZ4Mg6wZs7oqbu3heYSMOZS19DlwjlhWdfNRjF4UeAgkrCJCK3fEXg== | |
1547 | +"@jest/transform@^27.2.0": | |
1548 | + version "27.2.0" | |
1549 | + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.2.0.tgz#e7e6e49d2591792db2385c33cdbb4379d407068d" | |
1550 | + integrity sha512-Q8Q/8xXIZYllk1AF7Ou5sV3egOZsdY/Wlv09CSbcexBRcC1Qt6lVZ7jRFAZtbHsEEzvOCyFEC4PcrwKwyjXtCg== | |
1551 | 1551 | dependencies: |
1552 | 1552 | "@babel/core" "^7.1.0" |
1553 | 1553 | "@jest/types" "^27.1.1" |
... | ... | @@ -1556,9 +1556,9 @@ |
1556 | 1556 | convert-source-map "^1.4.0" |
1557 | 1557 | fast-json-stable-stringify "^2.0.0" |
1558 | 1558 | graceful-fs "^4.2.4" |
1559 | - jest-haste-map "^27.1.1" | |
1559 | + jest-haste-map "^27.2.0" | |
1560 | 1560 | jest-regex-util "^27.0.6" |
1561 | - jest-util "^27.1.1" | |
1561 | + jest-util "^27.2.0" | |
1562 | 1562 | micromatch "^4.0.4" |
1563 | 1563 | pirates "^4.0.1" |
1564 | 1564 | slash "^3.0.0" |
... | ... | @@ -1971,10 +1971,10 @@ |
1971 | 1971 | resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad" |
1972 | 1972 | integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== |
1973 | 1973 | |
1974 | -"@types/lodash-es@^4.17.4": | |
1975 | - version "4.17.4" | |
1976 | - resolved "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.4.tgz#b2e440d2bf8a93584a9fd798452ec497986c9b97" | |
1977 | - integrity sha512-BBz79DCJbD2CVYZH67MBeHZRX++HF+5p8Mo5MzjZi64Wac39S3diedJYHZtScbRVf4DjZyN6LzA0SB0zy+HSSQ== | |
1974 | +"@types/lodash-es@^4.17.5": | |
1975 | + version "4.17.5" | |
1976 | + resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.5.tgz#1c3fdd16849d84aea43890b1c60da379fb501353" | |
1977 | + integrity sha512-SHBoI8/0aoMQWAgUHMQ599VM6ZiSKg8sh/0cFqqlQQMyY9uEplc0ULU5yQNzcvdR4ZKa0ey8+vFmahuRbOCT1A== | |
1978 | 1978 | dependencies: |
1979 | 1979 | "@types/lodash" "*" |
1980 | 1980 | |
... | ... | @@ -2020,10 +2020,10 @@ |
2020 | 2020 | resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d" |
2021 | 2021 | integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw== |
2022 | 2022 | |
2023 | -"@types/node@^16.9.0": | |
2024 | - version "16.9.0" | |
2025 | - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.0.tgz#d9512fe037472dcb58931ce19f837348db828a62" | |
2026 | - integrity sha512-nmP+VR4oT0pJUPFbKE4SXj3Yb4Q/kz3M9dSAO1GGMebRKWHQxLfDNmU/yh3xxCJha3N60nQ/JwXWwOE/ZSEVag== | |
2023 | +"@types/node@^16.9.1": | |
2024 | + version "16.9.1" | |
2025 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.1.tgz#0611b37db4246c937feef529ddcc018cf8e35708" | |
2026 | + integrity sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g== | |
2027 | 2027 | |
2028 | 2028 | "@types/normalize-package-data@^2.4.0": |
2029 | 2029 | version "2.4.0" |
... | ... | @@ -2591,18 +2591,18 @@ |
2591 | 2591 | resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-rc.14.tgz#9da1be7b0e365ff5f945677da17bf6c8a7a83abd" |
2592 | 2592 | integrity sha512-gmaeKqRCCMfxUtWN2L9fb9mYW5YocNc9KPj6F5uwlyXevlKELi40Oaz0PICYjzHI+7+dC4bV5Dg6Vjnf51VjvQ== |
2593 | 2593 | |
2594 | -"@vueuse/core@^6.3.2": | |
2595 | - version "6.3.2" | |
2596 | - resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-6.3.2.tgz#3365b21a2d094d5afc42b607e84792fed6a4c463" | |
2597 | - integrity sha512-Uq8XT4iH9tq7uIxsxDWeH3YXo5GJAJC9cB7q58oVMym3o34oO6AaMVDJd6HlqjzoIwoOAlsrd3ZLHrEUjBGPsw== | |
2594 | +"@vueuse/core@^6.3.3": | |
2595 | + version "6.3.3" | |
2596 | + resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-6.3.3.tgz#0682c01b50d28e91d3d76f27278600ee1692fa24" | |
2597 | + integrity sha512-qa/0WYqcvqFKQmlkgsLGlXBrYcQeUi3fzHMIaxsD/lO/zm0IWBSN8CTFu91LwER5qNYs4DGhU5pu7jOdrTzAIQ== | |
2598 | 2598 | dependencies: |
2599 | - "@vueuse/shared" "6.3.2" | |
2599 | + "@vueuse/shared" "6.3.3" | |
2600 | 2600 | vue-demi "*" |
2601 | 2601 | |
2602 | -"@vueuse/shared@6.3.2": | |
2603 | - version "6.3.2" | |
2604 | - resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-6.3.2.tgz#35a821561fd4fb1ea2e24b6fa9086f3d0d506316" | |
2605 | - integrity sha512-/KcGBbdxdjAPlmPjAs6Zs5dVWMYYL5eK7/c1kPExRIO7HKVRnV6scUYWgmU4qMP9ZVB8XD2tF+5JuWz3vAHuAw== | |
2602 | +"@vueuse/shared@6.3.3": | |
2603 | + version "6.3.3" | |
2604 | + resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-6.3.3.tgz#4e5c600ad1ed5bf2a8630ad0bd38edb1f4269f37" | |
2605 | + integrity sha512-2+YPRhFNUXEhhvKNTWBtNU6hGkft9+mfYSVjI4hZu2U8KDbNNKF/215lBPzMYI2twScDtPsAssQ+vu5t9PBy0g== | |
2606 | 2606 | dependencies: |
2607 | 2607 | vue-demi "*" |
2608 | 2608 | |
... | ... | @@ -3009,16 +3009,16 @@ axios@^0.21.4: |
3009 | 3009 | dependencies: |
3010 | 3010 | follow-redirects "^1.14.0" |
3011 | 3011 | |
3012 | -babel-jest@^27.1.1: | |
3013 | - version "27.1.1" | |
3014 | - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.1.1.tgz#9359c45995d0940b84d2176ab83423f9eed07617" | |
3015 | - integrity sha512-JA+dzJl4n2RBvWQEnph6HJaTHrsIPiXGQYatt/D8nR4UpX9UG4GaDzykVVPQBbrdTebZREkRb6SOxyIXJRab6Q== | |
3012 | +babel-jest@^27.2.0: | |
3013 | + version "27.2.0" | |
3014 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.2.0.tgz#c0f129a81f1197028aeb4447acbc04564c8bfc52" | |
3015 | + integrity sha512-bS2p+KGGVVmWXBa8+i6SO/xzpiz2Q/2LnqLbQknPKefWXVZ67YIjA4iXup/jMOEZplga9PpWn+wrdb3UdDwRaA== | |
3016 | 3016 | dependencies: |
3017 | - "@jest/transform" "^27.1.1" | |
3017 | + "@jest/transform" "^27.2.0" | |
3018 | 3018 | "@jest/types" "^27.1.1" |
3019 | 3019 | "@types/babel__core" "^7.1.14" |
3020 | 3020 | babel-plugin-istanbul "^6.0.0" |
3021 | - babel-preset-jest "^27.0.6" | |
3021 | + babel-preset-jest "^27.2.0" | |
3022 | 3022 | chalk "^4.0.0" |
3023 | 3023 | graceful-fs "^4.2.4" |
3024 | 3024 | slash "^3.0.0" |
... | ... | @@ -3041,10 +3041,10 @@ babel-plugin-istanbul@^6.0.0: |
3041 | 3041 | istanbul-lib-instrument "^4.0.0" |
3042 | 3042 | test-exclude "^6.0.0" |
3043 | 3043 | |
3044 | -babel-plugin-jest-hoist@^27.0.6: | |
3045 | - version "27.0.6" | |
3046 | - resolved "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.0.6.tgz#f7c6b3d764af21cb4a2a1ab6870117dbde15b456" | |
3047 | - integrity sha512-CewFeM9Vv2gM7Yr9n5eyyLVPRSiBnk6lKZRjgwYnGKSl9M14TMn2vkN02wTF04OGuSDLEzlWiMzvjXuW9mB6Gw== | |
3044 | +babel-plugin-jest-hoist@^27.2.0: | |
3045 | + version "27.2.0" | |
3046 | + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz#79f37d43f7e5c4fdc4b2ca3e10cc6cf545626277" | |
3047 | + integrity sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw== | |
3048 | 3048 | dependencies: |
3049 | 3049 | "@babel/template" "^7.3.3" |
3050 | 3050 | "@babel/types" "^7.3.3" |
... | ... | @@ -3093,12 +3093,12 @@ babel-preset-current-node-syntax@^1.0.0: |
3093 | 3093 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
3094 | 3094 | "@babel/plugin-syntax-top-level-await" "^7.8.3" |
3095 | 3095 | |
3096 | -babel-preset-jest@^27.0.6: | |
3097 | - version "27.0.6" | |
3098 | - resolved "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.0.6.tgz#909ef08e9f24a4679768be2f60a3df0856843f9d" | |
3099 | - integrity sha512-WObA0/Biw2LrVVwZkF/2GqbOdzhKD6Fkdwhoy9ASIrOWr/zodcSpQh72JOkEn6NWyjmnPDjNSqaGN4KnpKzhXw== | |
3096 | +babel-preset-jest@^27.2.0: | |
3097 | + version "27.2.0" | |
3098 | + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.2.0.tgz#556bbbf340608fed5670ab0ea0c8ef2449fba885" | |
3099 | + integrity sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg== | |
3100 | 3100 | dependencies: |
3101 | - babel-plugin-jest-hoist "^27.0.6" | |
3101 | + babel-plugin-jest-hoist "^27.2.0" | |
3102 | 3102 | babel-preset-current-node-syntax "^1.0.0" |
3103 | 3103 | |
3104 | 3104 | babel-walk@3.0.0-canary-5: |
... | ... | @@ -5208,16 +5208,16 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: |
5208 | 5208 | dependencies: |
5209 | 5209 | homedir-polyfill "^1.0.1" |
5210 | 5210 | |
5211 | -expect@^27.1.1: | |
5212 | - version "27.1.1" | |
5213 | - resolved "https://registry.yarnpkg.com/expect/-/expect-27.1.1.tgz#020215da67d41cd6ad805fa00bd030985ca7c093" | |
5214 | - integrity sha512-JQAzp0CJoFFHF1RnOtrMUNMdsfx/Tl0+FhRzVl8q0fa23N+JyWdPXwb3T5rkHCvyo9uttnK7lVdKCBl1b/9EDw== | |
5211 | +expect@^27.2.0: | |
5212 | + version "27.2.0" | |
5213 | + resolved "https://registry.yarnpkg.com/expect/-/expect-27.2.0.tgz#40eb89a492afb726a3929ccf3611ee0799ab976f" | |
5214 | + integrity sha512-oOTbawMQv7AK1FZURbPTgGSzmhxkjFzoARSvDjOMnOpeWuYQx1tP6rXu9MIX5mrACmyCAM7fSNP8IJO2f1p0CQ== | |
5215 | 5215 | dependencies: |
5216 | 5216 | "@jest/types" "^27.1.1" |
5217 | 5217 | ansi-styles "^5.0.0" |
5218 | 5218 | jest-get-type "^27.0.6" |
5219 | - jest-matcher-utils "^27.1.1" | |
5220 | - jest-message-util "^27.1.1" | |
5219 | + jest-matcher-utils "^27.2.0" | |
5220 | + jest-message-util "^27.2.0" | |
5221 | 5221 | jest-regex-util "^27.0.6" |
5222 | 5222 | |
5223 | 5223 | ext-list@^2.0.0: |
... | ... | @@ -6970,75 +6970,75 @@ jest-changed-files@^27.1.1: |
6970 | 6970 | execa "^5.0.0" |
6971 | 6971 | throat "^6.0.1" |
6972 | 6972 | |
6973 | -jest-circus@^27.1.1: | |
6974 | - version "27.1.1" | |
6975 | - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.1.1.tgz#08dd3ec5cbaadce68ce6388ebccbe051d1b34bc6" | |
6976 | - integrity sha512-Xed1ApiMFu/yzqGMBToHr8sp2gkX/ARZf4nXoGrHJrXrTUdVIWiVYheayfcOaPdQvQEE/uyBLgW7I7YBLIrAXQ== | |
6973 | +jest-circus@^27.2.0: | |
6974 | + version "27.2.0" | |
6975 | + resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.2.0.tgz#ad0d6d75514050f539d422bae41344224d2328f9" | |
6976 | + integrity sha512-WwENhaZwOARB1nmcboYPSv/PwHBUGRpA4MEgszjr9DLCl97MYw0qZprBwLb7rNzvMwfIvNGG7pefQ5rxyBlzIA== | |
6977 | 6977 | dependencies: |
6978 | - "@jest/environment" "^27.1.1" | |
6979 | - "@jest/test-result" "^27.1.1" | |
6978 | + "@jest/environment" "^27.2.0" | |
6979 | + "@jest/test-result" "^27.2.0" | |
6980 | 6980 | "@jest/types" "^27.1.1" |
6981 | 6981 | "@types/node" "*" |
6982 | 6982 | chalk "^4.0.0" |
6983 | 6983 | co "^4.6.0" |
6984 | 6984 | dedent "^0.7.0" |
6985 | - expect "^27.1.1" | |
6985 | + expect "^27.2.0" | |
6986 | 6986 | is-generator-fn "^2.0.0" |
6987 | - jest-each "^27.1.1" | |
6988 | - jest-matcher-utils "^27.1.1" | |
6989 | - jest-message-util "^27.1.1" | |
6990 | - jest-runtime "^27.1.1" | |
6991 | - jest-snapshot "^27.1.1" | |
6992 | - jest-util "^27.1.1" | |
6993 | - pretty-format "^27.1.1" | |
6987 | + jest-each "^27.2.0" | |
6988 | + jest-matcher-utils "^27.2.0" | |
6989 | + jest-message-util "^27.2.0" | |
6990 | + jest-runtime "^27.2.0" | |
6991 | + jest-snapshot "^27.2.0" | |
6992 | + jest-util "^27.2.0" | |
6993 | + pretty-format "^27.2.0" | |
6994 | 6994 | slash "^3.0.0" |
6995 | 6995 | stack-utils "^2.0.3" |
6996 | 6996 | throat "^6.0.1" |
6997 | 6997 | |
6998 | -jest-cli@^27.1.1: | |
6999 | - version "27.1.1" | |
7000 | - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.1.1.tgz#6491a0278231ffee61083ad468809328e96a8eb2" | |
7001 | - integrity sha512-LCjfEYp9D3bcOeVUUpEol9Y1ijZYMWVqflSmtw/wX+6Fb7zP4IlO14/6s9v1pxsoM4Pn46+M2zABgKuQjyDpTw== | |
6998 | +jest-cli@^27.2.0: | |
6999 | + version "27.2.0" | |
7000 | + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.2.0.tgz#6da5ecca5bd757e20449f5ec1f1cad5b0303d16b" | |
7001 | + integrity sha512-bq1X/B/b1kT9y1zIFMEW3GFRX1HEhFybiqKdbxM+j11XMMYSbU9WezfyWIhrSOmPT+iODLATVjfsCnbQs7cfIA== | |
7002 | 7002 | dependencies: |
7003 | - "@jest/core" "^27.1.1" | |
7004 | - "@jest/test-result" "^27.1.1" | |
7003 | + "@jest/core" "^27.2.0" | |
7004 | + "@jest/test-result" "^27.2.0" | |
7005 | 7005 | "@jest/types" "^27.1.1" |
7006 | 7006 | chalk "^4.0.0" |
7007 | 7007 | exit "^0.1.2" |
7008 | 7008 | graceful-fs "^4.2.4" |
7009 | 7009 | import-local "^3.0.2" |
7010 | - jest-config "^27.1.1" | |
7011 | - jest-util "^27.1.1" | |
7012 | - jest-validate "^27.1.1" | |
7010 | + jest-config "^27.2.0" | |
7011 | + jest-util "^27.2.0" | |
7012 | + jest-validate "^27.2.0" | |
7013 | 7013 | prompts "^2.0.1" |
7014 | 7014 | yargs "^16.0.3" |
7015 | 7015 | |
7016 | -jest-config@^27.1.1: | |
7017 | - version "27.1.1" | |
7018 | - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.1.1.tgz#cde823ad27f7ec0b9440035eabc75d4ac1ea024c" | |
7019 | - integrity sha512-2iSd5zoJV4MsWPcLCGwUVUY/j6pZXm4Qd3rnbCtrd9EHNTg458iHw8PZztPQXfxKBKJxLfBk7tbZqYF8MGtxJA== | |
7016 | +jest-config@^27.2.0: | |
7017 | + version "27.2.0" | |
7018 | + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.2.0.tgz#d1c359253927005c53d11ab3e50d3b2f402a673a" | |
7019 | + integrity sha512-Z1romHpxeNwLxQtouQ4xt07bY6HSFGKTo0xJcvOK3u6uJHveA4LB2P+ty9ArBLpTh3AqqPxsyw9l9GMnWBYS9A== | |
7020 | 7020 | dependencies: |
7021 | 7021 | "@babel/core" "^7.1.0" |
7022 | - "@jest/test-sequencer" "^27.1.1" | |
7022 | + "@jest/test-sequencer" "^27.2.0" | |
7023 | 7023 | "@jest/types" "^27.1.1" |
7024 | - babel-jest "^27.1.1" | |
7024 | + babel-jest "^27.2.0" | |
7025 | 7025 | chalk "^4.0.0" |
7026 | 7026 | deepmerge "^4.2.2" |
7027 | 7027 | glob "^7.1.1" |
7028 | 7028 | graceful-fs "^4.2.4" |
7029 | 7029 | is-ci "^3.0.0" |
7030 | - jest-circus "^27.1.1" | |
7031 | - jest-environment-jsdom "^27.1.1" | |
7032 | - jest-environment-node "^27.1.1" | |
7030 | + jest-circus "^27.2.0" | |
7031 | + jest-environment-jsdom "^27.2.0" | |
7032 | + jest-environment-node "^27.2.0" | |
7033 | 7033 | jest-get-type "^27.0.6" |
7034 | - jest-jasmine2 "^27.1.1" | |
7034 | + jest-jasmine2 "^27.2.0" | |
7035 | 7035 | jest-regex-util "^27.0.6" |
7036 | - jest-resolve "^27.1.1" | |
7037 | - jest-runner "^27.1.1" | |
7038 | - jest-util "^27.1.1" | |
7039 | - jest-validate "^27.1.1" | |
7036 | + jest-resolve "^27.2.0" | |
7037 | + jest-runner "^27.2.0" | |
7038 | + jest-util "^27.2.0" | |
7039 | + jest-validate "^27.2.0" | |
7040 | 7040 | micromatch "^4.0.4" |
7041 | - pretty-format "^27.1.1" | |
7041 | + pretty-format "^27.2.0" | |
7042 | 7042 | |
7043 | 7043 | jest-diff@^27.0.0: |
7044 | 7044 | version "27.0.6" |
... | ... | @@ -7050,15 +7050,15 @@ jest-diff@^27.0.0: |
7050 | 7050 | jest-get-type "^27.0.6" |
7051 | 7051 | pretty-format "^27.0.6" |
7052 | 7052 | |
7053 | -jest-diff@^27.1.1: | |
7054 | - version "27.1.1" | |
7055 | - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.1.1.tgz#1d1629ca2e3933b10cb27dc260e28e3dba182684" | |
7056 | - integrity sha512-m/6n5158rqEriTazqHtBpOa2B/gGgXJijX6nsEgZfbJ/3pxQcdpVXBe+FP39b1dxWHyLVVmuVXddmAwtqFO4Lg== | |
7053 | +jest-diff@^27.2.0: | |
7054 | + version "27.2.0" | |
7055 | + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.2.0.tgz#bda761c360f751bab1e7a2fe2fc2b0a35ce8518c" | |
7056 | + integrity sha512-QSO9WC6btFYWtRJ3Hac0sRrkspf7B01mGrrQEiCW6TobtViJ9RWL0EmOs/WnBsZDsI/Y2IoSHZA2x6offu0sYw== | |
7057 | 7057 | dependencies: |
7058 | 7058 | chalk "^4.0.0" |
7059 | 7059 | diff-sequences "^27.0.6" |
7060 | 7060 | jest-get-type "^27.0.6" |
7061 | - pretty-format "^27.1.1" | |
7061 | + pretty-format "^27.2.0" | |
7062 | 7062 | |
7063 | 7063 | jest-docblock@^27.0.6: |
7064 | 7064 | version "27.0.6" |
... | ... | @@ -7067,51 +7067,51 @@ jest-docblock@^27.0.6: |
7067 | 7067 | dependencies: |
7068 | 7068 | detect-newline "^3.0.0" |
7069 | 7069 | |
7070 | -jest-each@^27.1.1: | |
7071 | - version "27.1.1" | |
7072 | - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.1.1.tgz#caa1e7eed77144be346eb18712885b990389348a" | |
7073 | - integrity sha512-r6hOsTLavUBb1xN0uDa89jdDeBmJ+K49fWpbyxeGRA2pLY46PlC4z551/cWNQzrj+IUa5/gSRsCIV/01HdNPug== | |
7070 | +jest-each@^27.2.0: | |
7071 | + version "27.2.0" | |
7072 | + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.2.0.tgz#4c531c7223de289429fc7b2473a86e653c86d61f" | |
7073 | + integrity sha512-biDmmUQjg+HZOB7MfY2RHSFL3j418nMoC3TK3pGAj880fQQSxvQe1y2Wy23JJJNUlk6YXiGU0yWy86Le1HBPmA== | |
7074 | 7074 | dependencies: |
7075 | 7075 | "@jest/types" "^27.1.1" |
7076 | 7076 | chalk "^4.0.0" |
7077 | 7077 | jest-get-type "^27.0.6" |
7078 | - jest-util "^27.1.1" | |
7079 | - pretty-format "^27.1.1" | |
7078 | + jest-util "^27.2.0" | |
7079 | + pretty-format "^27.2.0" | |
7080 | 7080 | |
7081 | -jest-environment-jsdom@^27.1.1: | |
7082 | - version "27.1.1" | |
7083 | - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.1.1.tgz#e53e98a16e6a764b8ee8db3b29b3a8c27db06f66" | |
7084 | - integrity sha512-6vOnoZ6IaExuw7FvnuJhA1qFYv1DDSnN0sQowzolNwxQp7bG1YhLxj2YU1sVXAYA3IR3MbH2mbnJUsLUWfyfzw== | |
7081 | +jest-environment-jsdom@^27.2.0: | |
7082 | + version "27.2.0" | |
7083 | + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.2.0.tgz#c654dfae50ca2272c2a2e2bb95ff0af298283a3c" | |
7084 | + integrity sha512-wNQJi6Rd/AkUWqTc4gWhuTIFPo7tlMK0RPZXeM6AqRHZA3D3vwvTa9ktAktyVyWYmUoXdYstOfyYMG3w4jt7eA== | |
7085 | 7085 | dependencies: |
7086 | - "@jest/environment" "^27.1.1" | |
7087 | - "@jest/fake-timers" "^27.1.1" | |
7086 | + "@jest/environment" "^27.2.0" | |
7087 | + "@jest/fake-timers" "^27.2.0" | |
7088 | 7088 | "@jest/types" "^27.1.1" |
7089 | 7089 | "@types/node" "*" |
7090 | 7090 | jest-mock "^27.1.1" |
7091 | - jest-util "^27.1.1" | |
7091 | + jest-util "^27.2.0" | |
7092 | 7092 | jsdom "^16.6.0" |
7093 | 7093 | |
7094 | -jest-environment-node@^27.1.1: | |
7095 | - version "27.1.1" | |
7096 | - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.1.1.tgz#97425d4762b2aeab15892ffba08c6cbed7653e75" | |
7097 | - integrity sha512-OEGeZh0PwzngNIYWYgWrvTcLygopV8OJbC9HNb0j70VBKgEIsdZkYhwcFnaURX83OHACMqf1pa9Tv5Pw5jemrg== | |
7094 | +jest-environment-node@^27.2.0: | |
7095 | + version "27.2.0" | |
7096 | + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.2.0.tgz#73ef2151cb62206669becb94cd84f33276252de5" | |
7097 | + integrity sha512-WbW+vdM4u88iy6Q3ftUEQOSgMPtSgjm3qixYYK2AKEuqmFO2zmACTw1vFUB0qI/QN88X6hA6ZkVKIdIWWzz+yg== | |
7098 | 7098 | dependencies: |
7099 | - "@jest/environment" "^27.1.1" | |
7100 | - "@jest/fake-timers" "^27.1.1" | |
7099 | + "@jest/environment" "^27.2.0" | |
7100 | + "@jest/fake-timers" "^27.2.0" | |
7101 | 7101 | "@jest/types" "^27.1.1" |
7102 | 7102 | "@types/node" "*" |
7103 | 7103 | jest-mock "^27.1.1" |
7104 | - jest-util "^27.1.1" | |
7104 | + jest-util "^27.2.0" | |
7105 | 7105 | |
7106 | 7106 | jest-get-type@^27.0.6: |
7107 | 7107 | version "27.0.6" |
7108 | 7108 | resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe" |
7109 | 7109 | integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg== |
7110 | 7110 | |
7111 | -jest-haste-map@^27.1.1: | |
7112 | - version "27.1.1" | |
7113 | - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.1.1.tgz#f7c646b0e417ec29b80b96cf785b57b581384adf" | |
7114 | - integrity sha512-NGLYVAdh5C8Ezg5QBFzrNeYsfxptDBPlhvZNaicLiZX77F/rS27a9M6u9ripWAaaD54xnWdZNZpEkdjD5Eo5aQ== | |
7111 | +jest-haste-map@^27.2.0: | |
7112 | + version "27.2.0" | |
7113 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.2.0.tgz#703b3a473e3f2e27d75ab07864ffd7bbaad0d75e" | |
7114 | + integrity sha512-laFet7QkNlWjwZtMGHCucLvF8o9PAh2cgePRck1+uadSM4E4XH9J4gnx4do+a6do8ZV5XHNEAXEkIoNg5XUH2Q== | |
7115 | 7115 | dependencies: |
7116 | 7116 | "@jest/types" "^27.1.1" |
7117 | 7117 | "@types/graceful-fs" "^4.1.2" |
... | ... | @@ -7121,59 +7121,59 @@ jest-haste-map@^27.1.1: |
7121 | 7121 | graceful-fs "^4.2.4" |
7122 | 7122 | jest-regex-util "^27.0.6" |
7123 | 7123 | jest-serializer "^27.0.6" |
7124 | - jest-util "^27.1.1" | |
7125 | - jest-worker "^27.1.1" | |
7124 | + jest-util "^27.2.0" | |
7125 | + jest-worker "^27.2.0" | |
7126 | 7126 | micromatch "^4.0.4" |
7127 | 7127 | walker "^1.0.7" |
7128 | 7128 | optionalDependencies: |
7129 | 7129 | fsevents "^2.3.2" |
7130 | 7130 | |
7131 | -jest-jasmine2@^27.1.1: | |
7132 | - version "27.1.1" | |
7133 | - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.1.1.tgz#efb9e7b70ce834c35c91e1a2f01bb41b462fad43" | |
7134 | - integrity sha512-0LAzUmcmvQwjIdJt0cXUVX4G5qjVXE8ELt6nbMNDzv2yAs2hYCCUtQq+Eje70GwAysWCGcS64QeYj5VPHYVxPg== | |
7131 | +jest-jasmine2@^27.2.0: | |
7132 | + version "27.2.0" | |
7133 | + resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.2.0.tgz#1ece0ee37c348b59ed3dfcfe509fc24e3377b12d" | |
7134 | + integrity sha512-NcPzZBk6IkDW3Z2V8orGueheGJJYfT5P0zI/vTO/Jp+R9KluUdgFrgwfvZ0A34Kw6HKgiWFILZmh3oQ/eS+UxA== | |
7135 | 7135 | dependencies: |
7136 | 7136 | "@babel/traverse" "^7.1.0" |
7137 | - "@jest/environment" "^27.1.1" | |
7137 | + "@jest/environment" "^27.2.0" | |
7138 | 7138 | "@jest/source-map" "^27.0.6" |
7139 | - "@jest/test-result" "^27.1.1" | |
7139 | + "@jest/test-result" "^27.2.0" | |
7140 | 7140 | "@jest/types" "^27.1.1" |
7141 | 7141 | "@types/node" "*" |
7142 | 7142 | chalk "^4.0.0" |
7143 | 7143 | co "^4.6.0" |
7144 | - expect "^27.1.1" | |
7144 | + expect "^27.2.0" | |
7145 | 7145 | is-generator-fn "^2.0.0" |
7146 | - jest-each "^27.1.1" | |
7147 | - jest-matcher-utils "^27.1.1" | |
7148 | - jest-message-util "^27.1.1" | |
7149 | - jest-runtime "^27.1.1" | |
7150 | - jest-snapshot "^27.1.1" | |
7151 | - jest-util "^27.1.1" | |
7152 | - pretty-format "^27.1.1" | |
7146 | + jest-each "^27.2.0" | |
7147 | + jest-matcher-utils "^27.2.0" | |
7148 | + jest-message-util "^27.2.0" | |
7149 | + jest-runtime "^27.2.0" | |
7150 | + jest-snapshot "^27.2.0" | |
7151 | + jest-util "^27.2.0" | |
7152 | + pretty-format "^27.2.0" | |
7153 | 7153 | throat "^6.0.1" |
7154 | 7154 | |
7155 | -jest-leak-detector@^27.1.1: | |
7156 | - version "27.1.1" | |
7157 | - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.1.1.tgz#8e05ec4b339814fc4202f07d875da65189e3d7d4" | |
7158 | - integrity sha512-gwSgzmqShoeEsEVpgObymQPrM9P6557jt1EsFW5aCeJ46Cme0EdjYU7xr6llQZ5GpWDl56eOstUaPXiZOfiTKw== | |
7155 | +jest-leak-detector@^27.2.0: | |
7156 | + version "27.2.0" | |
7157 | + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.2.0.tgz#9a7ca2dad1a21c4e49ad2a8ad7f1214ffdb86a28" | |
7158 | + integrity sha512-e91BIEmbZw5+MHkB4Hnrq7S86coTxUMCkz4n7DLmQYvl9pEKmRx9H/JFH87bBqbIU5B2Ju1soKxRWX6/eGFGpA== | |
7159 | 7159 | dependencies: |
7160 | 7160 | jest-get-type "^27.0.6" |
7161 | - pretty-format "^27.1.1" | |
7161 | + pretty-format "^27.2.0" | |
7162 | 7162 | |
7163 | -jest-matcher-utils@^27.1.1: | |
7164 | - version "27.1.1" | |
7165 | - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.1.1.tgz#1f444d7491ccf9edca746336b056178789a59651" | |
7166 | - integrity sha512-Q1a10w9Y4sh0wegkdP6reQOa/Dtz7nAvDqBgrat1ItZAUvk4jzXAqyhXPu/ZuEtDaXaNKpdRPRQA8bvkOh2Eaw== | |
7163 | +jest-matcher-utils@^27.2.0: | |
7164 | + version "27.2.0" | |
7165 | + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.2.0.tgz#b4d224ab88655d5fab64b96b989ac349e2f5da43" | |
7166 | + integrity sha512-F+LG3iTwJ0gPjxBX6HCyrARFXq6jjiqhwBQeskkJQgSLeF1j6ui1RTV08SR7O51XTUhtc8zqpDj8iCG4RGmdKw== | |
7167 | 7167 | dependencies: |
7168 | 7168 | chalk "^4.0.0" |
7169 | - jest-diff "^27.1.1" | |
7169 | + jest-diff "^27.2.0" | |
7170 | 7170 | jest-get-type "^27.0.6" |
7171 | - pretty-format "^27.1.1" | |
7171 | + pretty-format "^27.2.0" | |
7172 | 7172 | |
7173 | -jest-message-util@^27.1.1: | |
7174 | - version "27.1.1" | |
7175 | - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.1.1.tgz#980110fb72fcfa711cd9a95e8f10d335207585c6" | |
7176 | - integrity sha512-b697BOJV93+AVGvzLRtVZ0cTVRbd59OaWnbB2D75GRaIMc4I+Z9W0wHxbfjW01JWO+TqqW4yevT0aN7Fd0XWng== | |
7173 | +jest-message-util@^27.2.0: | |
7174 | + version "27.2.0" | |
7175 | + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.2.0.tgz#2f65c71df55267208686b1d7514e18106c91ceaf" | |
7176 | + integrity sha512-y+sfT/94CiP8rKXgwCOzO1mUazIEdEhrLjuiu+RKmCP+8O/TJTSne9dqQRbFIHBtlR2+q7cddJlWGir8UATu5w== | |
7177 | 7177 | dependencies: |
7178 | 7178 | "@babel/code-frame" "^7.12.13" |
7179 | 7179 | "@jest/types" "^27.1.1" |
... | ... | @@ -7181,7 +7181,7 @@ jest-message-util@^27.1.1: |
7181 | 7181 | chalk "^4.0.0" |
7182 | 7182 | graceful-fs "^4.2.4" |
7183 | 7183 | micromatch "^4.0.4" |
7184 | - pretty-format "^27.1.1" | |
7184 | + pretty-format "^27.2.0" | |
7185 | 7185 | slash "^3.0.0" |
7186 | 7186 | stack-utils "^2.0.3" |
7187 | 7187 | |
... | ... | @@ -7203,40 +7203,40 @@ jest-regex-util@^27.0.6: |
7203 | 7203 | resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5" |
7204 | 7204 | integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ== |
7205 | 7205 | |
7206 | -jest-resolve-dependencies@^27.1.1: | |
7207 | - version "27.1.1" | |
7208 | - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.1.1.tgz#6f3e0916c1764dd1853c6111ed9d66c66c792e40" | |
7209 | - integrity sha512-sYZR+uBjFDCo4VhYeazZf/T+ryYItvdLKu9vHatqkUqHGjDMrdEPOykiqC2iEpaCFTS+3iL/21CYiJuKdRbniw== | |
7206 | +jest-resolve-dependencies@^27.2.0: | |
7207 | + version "27.2.0" | |
7208 | + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.2.0.tgz#b56a1aab95b0fd21e0a69a15fda985c05f902b8a" | |
7209 | + integrity sha512-EY5jc/Y0oxn+oVEEldTidmmdVoZaknKPyDORA012JUdqPyqPL+lNdRyI3pGti0RCydds6coaw6xt4JQY54dKsg== | |
7210 | 7210 | dependencies: |
7211 | 7211 | "@jest/types" "^27.1.1" |
7212 | 7212 | jest-regex-util "^27.0.6" |
7213 | - jest-snapshot "^27.1.1" | |
7213 | + jest-snapshot "^27.2.0" | |
7214 | 7214 | |
7215 | -jest-resolve@^27.1.1: | |
7216 | - version "27.1.1" | |
7217 | - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.1.1.tgz#3a86762f9affcad9697bc88140b0581b623add33" | |
7218 | - integrity sha512-M41YFmWhvDVstwe7XuV21zynOiBLJB5Sk0GrIsYYgTkjfEWNLVXDjAyq1W7PHseaYNOxIc0nOGq/r5iwcZNC1A== | |
7215 | +jest-resolve@^27.2.0: | |
7216 | + version "27.2.0" | |
7217 | + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.2.0.tgz#f5d053693ab3806ec2f778e6df8b0aa4cfaef95f" | |
7218 | + integrity sha512-v09p9Ib/VtpHM6Cz+i9lEAv1Z/M5NVxsyghRHRMEUOqwPQs3zwTdwp1xS3O/k5LocjKiGS0OTaJoBSpjbM2Jlw== | |
7219 | 7219 | dependencies: |
7220 | 7220 | "@jest/types" "^27.1.1" |
7221 | 7221 | chalk "^4.0.0" |
7222 | 7222 | escalade "^3.1.1" |
7223 | 7223 | graceful-fs "^4.2.4" |
7224 | - jest-haste-map "^27.1.1" | |
7224 | + jest-haste-map "^27.2.0" | |
7225 | 7225 | jest-pnp-resolver "^1.2.2" |
7226 | - jest-util "^27.1.1" | |
7227 | - jest-validate "^27.1.1" | |
7226 | + jest-util "^27.2.0" | |
7227 | + jest-validate "^27.2.0" | |
7228 | 7228 | resolve "^1.20.0" |
7229 | 7229 | slash "^3.0.0" |
7230 | 7230 | |
7231 | -jest-runner@^27.1.1: | |
7232 | - version "27.1.1" | |
7233 | - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.1.1.tgz#1991fdf13a8fe6e49cef47332db33300649357cd" | |
7234 | - integrity sha512-lP3MBNQhg75/sQtVkC8dsAQZumvy3lHK/YIwYPfEyqGIX1qEcnYIRxP89q0ZgC5ngvi1vN2P5UFHszQxguWdng== | |
7231 | +jest-runner@^27.2.0: | |
7232 | + version "27.2.0" | |
7233 | + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.2.0.tgz#281b255d88a473aebc0b5cb46e58a83a1251cab3" | |
7234 | + integrity sha512-Cl+BHpduIc0cIVTjwoyx0pQk4Br8gn+wkr35PmKCmzEdOUnQ2wN7QVXA8vXnMQXSlFkN/+KWnk20TAVBmhgrww== | |
7235 | 7235 | dependencies: |
7236 | - "@jest/console" "^27.1.1" | |
7237 | - "@jest/environment" "^27.1.1" | |
7238 | - "@jest/test-result" "^27.1.1" | |
7239 | - "@jest/transform" "^27.1.1" | |
7236 | + "@jest/console" "^27.2.0" | |
7237 | + "@jest/environment" "^27.2.0" | |
7238 | + "@jest/test-result" "^27.2.0" | |
7239 | + "@jest/transform" "^27.2.0" | |
7240 | 7240 | "@jest/types" "^27.1.1" |
7241 | 7241 | "@types/node" "*" |
7242 | 7242 | chalk "^4.0.0" |
... | ... | @@ -7244,30 +7244,30 @@ jest-runner@^27.1.1: |
7244 | 7244 | exit "^0.1.2" |
7245 | 7245 | graceful-fs "^4.2.4" |
7246 | 7246 | jest-docblock "^27.0.6" |
7247 | - jest-environment-jsdom "^27.1.1" | |
7248 | - jest-environment-node "^27.1.1" | |
7249 | - jest-haste-map "^27.1.1" | |
7250 | - jest-leak-detector "^27.1.1" | |
7251 | - jest-message-util "^27.1.1" | |
7252 | - jest-resolve "^27.1.1" | |
7253 | - jest-runtime "^27.1.1" | |
7254 | - jest-util "^27.1.1" | |
7255 | - jest-worker "^27.1.1" | |
7247 | + jest-environment-jsdom "^27.2.0" | |
7248 | + jest-environment-node "^27.2.0" | |
7249 | + jest-haste-map "^27.2.0" | |
7250 | + jest-leak-detector "^27.2.0" | |
7251 | + jest-message-util "^27.2.0" | |
7252 | + jest-resolve "^27.2.0" | |
7253 | + jest-runtime "^27.2.0" | |
7254 | + jest-util "^27.2.0" | |
7255 | + jest-worker "^27.2.0" | |
7256 | 7256 | source-map-support "^0.5.6" |
7257 | 7257 | throat "^6.0.1" |
7258 | 7258 | |
7259 | -jest-runtime@^27.1.1: | |
7260 | - version "27.1.1" | |
7261 | - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.1.1.tgz#bd0a0958a11c2f7d94d2e5f6f71864ad1c65fe44" | |
7262 | - integrity sha512-FEwy+tSzmsvuKaQpyYsUyk31KG5vMmA2r2BSTHgv0yNfcooQdm2Ke91LM9Ud8D3xz8CLDHJWAI24haMFTwrsPg== | |
7259 | +jest-runtime@^27.2.0: | |
7260 | + version "27.2.0" | |
7261 | + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.2.0.tgz#998295ccd80008b3031eeb5cc60e801e8551024b" | |
7262 | + integrity sha512-6gRE9AVVX49hgBbWQ9PcNDeM4upMUXzTpBs0kmbrjyotyUyIJixLPsYjpeTFwAA07PVLDei1iAm2chmWycdGdQ== | |
7263 | 7263 | dependencies: |
7264 | - "@jest/console" "^27.1.1" | |
7265 | - "@jest/environment" "^27.1.1" | |
7266 | - "@jest/fake-timers" "^27.1.1" | |
7267 | - "@jest/globals" "^27.1.1" | |
7264 | + "@jest/console" "^27.2.0" | |
7265 | + "@jest/environment" "^27.2.0" | |
7266 | + "@jest/fake-timers" "^27.2.0" | |
7267 | + "@jest/globals" "^27.2.0" | |
7268 | 7268 | "@jest/source-map" "^27.0.6" |
7269 | - "@jest/test-result" "^27.1.1" | |
7270 | - "@jest/transform" "^27.1.1" | |
7269 | + "@jest/test-result" "^27.2.0" | |
7270 | + "@jest/transform" "^27.2.0" | |
7271 | 7271 | "@jest/types" "^27.1.1" |
7272 | 7272 | "@types/yargs" "^16.0.0" |
7273 | 7273 | chalk "^4.0.0" |
... | ... | @@ -7277,14 +7277,14 @@ jest-runtime@^27.1.1: |
7277 | 7277 | exit "^0.1.2" |
7278 | 7278 | glob "^7.1.3" |
7279 | 7279 | graceful-fs "^4.2.4" |
7280 | - jest-haste-map "^27.1.1" | |
7281 | - jest-message-util "^27.1.1" | |
7280 | + jest-haste-map "^27.2.0" | |
7281 | + jest-message-util "^27.2.0" | |
7282 | 7282 | jest-mock "^27.1.1" |
7283 | 7283 | jest-regex-util "^27.0.6" |
7284 | - jest-resolve "^27.1.1" | |
7285 | - jest-snapshot "^27.1.1" | |
7286 | - jest-util "^27.1.1" | |
7287 | - jest-validate "^27.1.1" | |
7284 | + jest-resolve "^27.2.0" | |
7285 | + jest-snapshot "^27.2.0" | |
7286 | + jest-util "^27.2.0" | |
7287 | + jest-validate "^27.2.0" | |
7288 | 7288 | slash "^3.0.0" |
7289 | 7289 | strip-bom "^4.0.0" |
7290 | 7290 | yargs "^16.0.3" |
... | ... | @@ -7297,10 +7297,10 @@ jest-serializer@^27.0.6: |
7297 | 7297 | "@types/node" "*" |
7298 | 7298 | graceful-fs "^4.2.4" |
7299 | 7299 | |
7300 | -jest-snapshot@^27.1.1: | |
7301 | - version "27.1.1" | |
7302 | - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.1.1.tgz#3b816e0ca4352fbbd1db48dc692e3d9641d2531b" | |
7303 | - integrity sha512-Wi3QGiuRFo3lU+EbQmZnBOks0CJyAMPHvYoG7iJk00Do10jeOyuOEO0Jfoaoun8+8TDv+Nzl7Aswir/IK9+1jg== | |
7300 | +jest-snapshot@^27.2.0: | |
7301 | + version "27.2.0" | |
7302 | + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.2.0.tgz#7961e7107ac666a46fbb23e7bb48ce0b8c6a9285" | |
7303 | + integrity sha512-MukJvy3KEqemCT2FoT3Gum37CQqso/62PKTfIzWmZVTsLsuyxQmJd2PI5KPcBYFqLlA8LgZLHM8ZlazkVt8LsQ== | |
7304 | 7304 | dependencies: |
7305 | 7305 | "@babel/core" "^7.7.2" |
7306 | 7306 | "@babel/generator" "^7.7.2" |
... | ... | @@ -7308,23 +7308,23 @@ jest-snapshot@^27.1.1: |
7308 | 7308 | "@babel/plugin-syntax-typescript" "^7.7.2" |
7309 | 7309 | "@babel/traverse" "^7.7.2" |
7310 | 7310 | "@babel/types" "^7.0.0" |
7311 | - "@jest/transform" "^27.1.1" | |
7311 | + "@jest/transform" "^27.2.0" | |
7312 | 7312 | "@jest/types" "^27.1.1" |
7313 | 7313 | "@types/babel__traverse" "^7.0.4" |
7314 | 7314 | "@types/prettier" "^2.1.5" |
7315 | 7315 | babel-preset-current-node-syntax "^1.0.0" |
7316 | 7316 | chalk "^4.0.0" |
7317 | - expect "^27.1.1" | |
7317 | + expect "^27.2.0" | |
7318 | 7318 | graceful-fs "^4.2.4" |
7319 | - jest-diff "^27.1.1" | |
7319 | + jest-diff "^27.2.0" | |
7320 | 7320 | jest-get-type "^27.0.6" |
7321 | - jest-haste-map "^27.1.1" | |
7322 | - jest-matcher-utils "^27.1.1" | |
7323 | - jest-message-util "^27.1.1" | |
7324 | - jest-resolve "^27.1.1" | |
7325 | - jest-util "^27.1.1" | |
7321 | + jest-haste-map "^27.2.0" | |
7322 | + jest-matcher-utils "^27.2.0" | |
7323 | + jest-message-util "^27.2.0" | |
7324 | + jest-resolve "^27.2.0" | |
7325 | + jest-util "^27.2.0" | |
7326 | 7326 | natural-compare "^1.4.0" |
7327 | - pretty-format "^27.1.1" | |
7327 | + pretty-format "^27.2.0" | |
7328 | 7328 | semver "^7.3.2" |
7329 | 7329 | |
7330 | 7330 | jest-util@^27.0.0: |
... | ... | @@ -7339,10 +7339,10 @@ jest-util@^27.0.0: |
7339 | 7339 | is-ci "^3.0.0" |
7340 | 7340 | picomatch "^2.2.3" |
7341 | 7341 | |
7342 | -jest-util@^27.1.1: | |
7343 | - version "27.1.1" | |
7344 | - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.1.1.tgz#2b06db1391d779ec2bd406ab3690ddc56ac728b9" | |
7345 | - integrity sha512-zf9nEbrASWn2mC/L91nNb0K+GkhFvi4MP6XJG2HqnHzHvLYcs7ou/In68xYU1i1dSkJlrWcYfWXQE8nVR+nbOA== | |
7342 | +jest-util@^27.2.0: | |
7343 | + version "27.2.0" | |
7344 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.2.0.tgz#bfccb85cfafae752257319e825a5b8d4ada470dc" | |
7345 | + integrity sha512-T5ZJCNeFpqcLBpx+Hl9r9KoxBCUqeWlJ1Htli+vryigZVJ1vuLB9j35grEBASp4R13KFkV7jM52bBGnArpJN6A== | |
7346 | 7346 | dependencies: |
7347 | 7347 | "@jest/types" "^27.1.1" |
7348 | 7348 | "@types/node" "*" |
... | ... | @@ -7351,29 +7351,29 @@ jest-util@^27.1.1: |
7351 | 7351 | is-ci "^3.0.0" |
7352 | 7352 | picomatch "^2.2.3" |
7353 | 7353 | |
7354 | -jest-validate@^27.1.1: | |
7355 | - version "27.1.1" | |
7356 | - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.1.1.tgz#0783733af02c988d503995fc0a07bbdc58c7dd50" | |
7357 | - integrity sha512-N5Er5FKav/8m2dJwn7BGnZwnoD1BSc8jx5T+diG2OvyeugvZDhPeAt5DrNaGkkaKCrSUvuE7A5E4uHyT7Vj0Mw== | |
7354 | +jest-validate@^27.2.0: | |
7355 | + version "27.2.0" | |
7356 | + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.2.0.tgz#b7535f12d95dd3b4382831f4047384ca098642ab" | |
7357 | + integrity sha512-uIEZGkFKk3+4liA81Xu0maG5aGDyPLdp+4ed244c+Ql0k3aLWQYcMbaMLXOIFcb83LPHzYzqQ8hwNnIxTqfAGQ== | |
7358 | 7358 | dependencies: |
7359 | 7359 | "@jest/types" "^27.1.1" |
7360 | 7360 | camelcase "^6.2.0" |
7361 | 7361 | chalk "^4.0.0" |
7362 | 7362 | jest-get-type "^27.0.6" |
7363 | 7363 | leven "^3.1.0" |
7364 | - pretty-format "^27.1.1" | |
7364 | + pretty-format "^27.2.0" | |
7365 | 7365 | |
7366 | -jest-watcher@^27.1.1: | |
7367 | - version "27.1.1" | |
7368 | - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.1.1.tgz#a8147e18703b5d753ada4b287451f2daf40f4118" | |
7369 | - integrity sha512-XQzyHbxziDe+lZM6Dzs40fEt4q9akOGwitJnxQasJ9WG0bv3JGiRlsBgjw13znGapeMtFaEsyhL0Cl04IbaoWQ== | |
7366 | +jest-watcher@^27.2.0: | |
7367 | + version "27.2.0" | |
7368 | + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.2.0.tgz#dc2eef4c13c6d41cebf3f1fc5f900a54b51c2ea0" | |
7369 | + integrity sha512-SjRWhnr+qO8aBsrcnYIyF+qRxNZk6MZH8TIDgvi+VlsyrvOyqg0d+Rm/v9KHiTtC9mGGeFi9BFqgavyWib6xLg== | |
7370 | 7370 | dependencies: |
7371 | - "@jest/test-result" "^27.1.1" | |
7371 | + "@jest/test-result" "^27.2.0" | |
7372 | 7372 | "@jest/types" "^27.1.1" |
7373 | 7373 | "@types/node" "*" |
7374 | 7374 | ansi-escapes "^4.2.1" |
7375 | 7375 | chalk "^4.0.0" |
7376 | - jest-util "^27.1.1" | |
7376 | + jest-util "^27.2.0" | |
7377 | 7377 | string-length "^4.0.1" |
7378 | 7378 | |
7379 | 7379 | jest-worker@^26.2.1: |
... | ... | @@ -7385,23 +7385,23 @@ jest-worker@^26.2.1: |
7385 | 7385 | merge-stream "^2.0.0" |
7386 | 7386 | supports-color "^7.0.0" |
7387 | 7387 | |
7388 | -jest-worker@^27.1.1: | |
7389 | - version "27.1.1" | |
7390 | - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.1.1.tgz#eb5f05c4657fdcb702c36c48b20d785bd4599378" | |
7391 | - integrity sha512-XJKCL7tu+362IUYTWvw8+3S75U7qMiYiRU6u5yqscB48bTvzwN6i8L/7wVTXiFLwkRsxARNM7TISnTvcgv9hxA== | |
7388 | +jest-worker@^27.2.0: | |
7389 | + version "27.2.0" | |
7390 | + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.2.0.tgz#11eef39f1c88f41384ca235c2f48fe50bc229bc0" | |
7391 | + integrity sha512-laB0ZVIBz+voh/QQy9dmUuuDsadixeerrKqyVpgPz+CCWiOYjOBabUXHIXZhsdvkWbLqSHbgkAHWl5cg24Q6RA== | |
7392 | 7392 | dependencies: |
7393 | 7393 | "@types/node" "*" |
7394 | 7394 | merge-stream "^2.0.0" |
7395 | 7395 | supports-color "^8.0.0" |
7396 | 7396 | |
7397 | -jest@^27.1.1: | |
7398 | - version "27.1.1" | |
7399 | - resolved "https://registry.yarnpkg.com/jest/-/jest-27.1.1.tgz#49f0497fa0fb07dc78898318cc1b737b5fbf72d8" | |
7400 | - integrity sha512-LFTEZOhoZNR/2DQM3OCaK5xC6c55c1OWhYh0njRsoHX0qd6x4nkcgenkSH0JKjsAGMTmmJAoL7/oqYHMfwhruA== | |
7397 | +jest@^27.2.0: | |
7398 | + version "27.2.0" | |
7399 | + resolved "https://registry.yarnpkg.com/jest/-/jest-27.2.0.tgz#3bc329287d699d26361e2094919630eefdf1ac0d" | |
7400 | + integrity sha512-oUqVXyvh5YwEWl263KWdPUAqEzBFzGHdFLQ05hUnITr1tH+9SscEI9A/GH9eBClA+Nw1ct+KNuuOV6wlnmBPcg== | |
7401 | 7401 | dependencies: |
7402 | - "@jest/core" "^27.1.1" | |
7402 | + "@jest/core" "^27.2.0" | |
7403 | 7403 | import-local "^3.0.2" |
7404 | - jest-cli "^27.1.1" | |
7404 | + jest-cli "^27.2.0" | |
7405 | 7405 | |
7406 | 7406 | jiti@^1.11.0: |
7407 | 7407 | version "1.11.0" |
... | ... | @@ -8978,10 +8978,10 @@ pify@^4.0.1: |
8978 | 8978 | resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" |
8979 | 8979 | integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== |
8980 | 8980 | |
8981 | -pinia@2.0.0-rc.8: | |
8982 | - version "2.0.0-rc.8" | |
8983 | - resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.0-rc.8.tgz#82460671988c9d5ad6861da570ea6d594e8260b0" | |
8984 | - integrity sha512-T+ZKYw9mtMI9GvC358UsS5B8CysAr+D44rL7mmN50ww0b5lamiw022IZcXmRQa1oJrZKzwrwwxJ25A10SIq3lg== | |
8981 | +pinia@2.0.0-rc.9: | |
8982 | + version "2.0.0-rc.9" | |
8983 | + resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.0-rc.9.tgz#ea0812ea28f8197f14767e9b731ae10d3a523803" | |
8984 | + integrity sha512-JrFnxKbuyYPEZ6ZS56sBHRzabZj+5xkJj8jxCHGNJ1h2I824QJuLXJVV/3pgkUw0pfXYrRxcO6EiV9+wapSicg== | |
8985 | 8985 | dependencies: |
8986 | 8986 | "@vue/devtools-api" "^6.0.0-beta.15" |
8987 | 8987 | vue-demi "*" |
... | ... | @@ -9305,10 +9305,10 @@ pretty-format@^27.0.0, pretty-format@^27.0.6: |
9305 | 9305 | ansi-styles "^5.0.0" |
9306 | 9306 | react-is "^17.0.1" |
9307 | 9307 | |
9308 | -pretty-format@^27.1.1: | |
9309 | - version "27.1.1" | |
9310 | - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.1.1.tgz#cbaf9ec6cd7cfc3141478b6f6293c0ccdbe968e0" | |
9311 | - integrity sha512-zdBi/xlstKJL42UH7goQti5Hip/B415w1Mfj+WWWYMBylAYtKESnXGUtVVcMVid9ReVjypCotUV6CEevYPHv2g== | |
9308 | +pretty-format@^27.2.0: | |
9309 | + version "27.2.0" | |
9310 | + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.0.tgz#ee37a94ce2a79765791a8649ae374d468c18ef19" | |
9311 | + integrity sha512-KyJdmgBkMscLqo8A7K77omgLx5PWPiXJswtTtFV7XgVZv2+qPk6UivpXXO+5k6ZEbWIbLoKdx1pZ6ldINzbwTA== | |
9312 | 9312 | dependencies: |
9313 | 9313 | "@jest/types" "^27.1.1" |
9314 | 9314 | ansi-regex "^5.0.0" |
... | ... | @@ -11218,10 +11218,10 @@ typedarray-to-buffer@^3.1.5: |
11218 | 11218 | dependencies: |
11219 | 11219 | is-typedarray "^1.0.0" |
11220 | 11220 | |
11221 | -typescript@4.4.2: | |
11222 | - version "4.4.2" | |
11223 | - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86" | |
11224 | - integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ== | |
11221 | +typescript@4.4.3: | |
11222 | + version "4.4.3" | |
11223 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324" | |
11224 | + integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA== | |
11225 | 11225 | |
11226 | 11226 | uglify-js@^3.1.4: |
11227 | 11227 | version "3.13.9" |
... | ... | @@ -11618,10 +11618,10 @@ vite-plugin-windicss@^1.4.2: |
11618 | 11618 | debug "^4.3.2" |
11619 | 11619 | windicss "^3.1.7" |
11620 | 11620 | |
11621 | -vite@2.5.6: | |
11622 | - version "2.5.6" | |
11623 | - resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.6.tgz#51431bb5b99b041289595300ba15947bad0f89aa" | |
11624 | - integrity sha512-P++qzXuOPhTql8iDamsatlJfD7/yGi8NCNwzyqkB2p0jrNJC567WEdXiKn3hQ+ZV8amQmB2dTH6svo3Z2tJ6MQ== | |
11621 | +vite@2.5.7: | |
11622 | + version "2.5.7" | |
11623 | + resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.7.tgz#e495be9d8bcbf9d30c7141efdccacde746ee0125" | |
11624 | + integrity sha512-hyUoWmRPhjN1aI+ZSBqDINKdIq7aokHE2ZXiztOg4YlmtpeQtMwMeyxv6X9YxHZmvGzg/js/eATM9Z1nwyakxg== | |
11625 | 11625 | dependencies: |
11626 | 11626 | esbuild "^0.12.17" |
11627 | 11627 | postcss "^8.3.6" | ... | ... |