Commit e3569b81b10e887ed7144349181904ea6fdef14d
1 parent
7519a00a
fix: typo, ifx #637
Showing
2 changed files
with
135 additions
and
63 deletions
package.json
@@ -33,13 +33,13 @@ | @@ -33,13 +33,13 @@ | ||
33 | }, | 33 | }, |
34 | "dependencies": { | 34 | "dependencies": { |
35 | "@iconify/iconify": "^2.0.1", | 35 | "@iconify/iconify": "^2.0.1", |
36 | - "@logicflow/core": "^0.4.3", | ||
37 | - "@logicflow/extension": "^0.4.3", | 36 | + "@logicflow/core": "^0.4.6", |
37 | + "@logicflow/extension": "^0.4.6", | ||
38 | "@vueuse/core": "^4.11.0", | 38 | "@vueuse/core": "^4.11.0", |
39 | "@zxcvbn-ts/core": "^0.3.0", | 39 | "@zxcvbn-ts/core": "^0.3.0", |
40 | "ant-design-vue": "^2.1.6", | 40 | "ant-design-vue": "^2.1.6", |
41 | "axios": "^0.21.1", | 41 | "axios": "^0.21.1", |
42 | - "codemirror": "^5.61.0", | 42 | + "codemirror": "^5.61.1", |
43 | "cropperjs": "^1.5.11", | 43 | "cropperjs": "^1.5.11", |
44 | "crypto-js": "^4.0.0", | 44 | "crypto-js": "^4.0.0", |
45 | "echarts": "^5.1.1", | 45 | "echarts": "^5.1.1", |
@@ -47,11 +47,11 @@ | @@ -47,11 +47,11 @@ | ||
47 | "mockjs": "^1.1.0", | 47 | "mockjs": "^1.1.0", |
48 | "nprogress": "^0.2.0", | 48 | "nprogress": "^0.2.0", |
49 | "path-to-regexp": "^6.2.0", | 49 | "path-to-regexp": "^6.2.0", |
50 | - "pinia": "2.0.0-alpha.18", | 50 | + "pinia": "2.0.0-alpha.13", |
51 | "print-js": "^1.6.0", | 51 | "print-js": "^1.6.0", |
52 | "qrcode": "^1.4.4", | 52 | "qrcode": "^1.4.4", |
53 | "sortablejs": "^1.13.0", | 53 | "sortablejs": "^1.13.0", |
54 | - "tinymce": "^5.8.0", | 54 | + "tinymce": "^5.8.1", |
55 | "vditor": "^3.8.5", | 55 | "vditor": "^3.8.5", |
56 | "vue": "3.0.11", | 56 | "vue": "3.0.11", |
57 | "vue-i18n": "9.0.0", | 57 | "vue-i18n": "9.0.0", |
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | "devDependencies": { | 63 | "devDependencies": { |
64 | "@commitlint/cli": "^12.1.4", | 64 | "@commitlint/cli": "^12.1.4", |
65 | "@commitlint/config-conventional": "^12.1.4", | 65 | "@commitlint/config-conventional": "^12.1.4", |
66 | - "@iconify/json": "^1.1.344", | 66 | + "@iconify/json": "^1.1.347", |
67 | "@purge-icons/generated": "^0.7.0", | 67 | "@purge-icons/generated": "^0.7.0", |
68 | "@types/codemirror": "^5.60.0", | 68 | "@types/codemirror": "^5.60.0", |
69 | "@types/crypto-js": "^4.0.1", | 69 | "@types/crypto-js": "^4.0.1", |
@@ -86,7 +86,7 @@ | @@ -86,7 +86,7 @@ | ||
86 | "conventional-changelog-cli": "^2.1.1", | 86 | "conventional-changelog-cli": "^2.1.1", |
87 | "cross-env": "^7.0.3", | 87 | "cross-env": "^7.0.3", |
88 | "dotenv": "^9.0.2", | 88 | "dotenv": "^9.0.2", |
89 | - "eslint": "^7.26.0", | 89 | + "eslint": "^7.27.0", |
90 | "eslint-config-prettier": "^8.3.0", | 90 | "eslint-config-prettier": "^8.3.0", |
91 | "eslint-define-config": "^1.0.8", | 91 | "eslint-define-config": "^1.0.8", |
92 | "eslint-plugin-prettier": "^3.4.0", | 92 | "eslint-plugin-prettier": "^3.4.0", |
@@ -95,11 +95,11 @@ | @@ -95,11 +95,11 @@ | ||
95 | "fs-extra": "^10.0.0", | 95 | "fs-extra": "^10.0.0", |
96 | "http-server": "^0.12.3", | 96 | "http-server": "^0.12.3", |
97 | "husky": "^6.0.0", | 97 | "husky": "^6.0.0", |
98 | - "inquirer": "^8.0.0", | 98 | + "inquirer": "^8.1.0", |
99 | "is-ci": "^3.0.0", | 99 | "is-ci": "^3.0.0", |
100 | "less": "^4.1.1", | 100 | "less": "^4.1.1", |
101 | "lint-staged": "^11.0.0", | 101 | "lint-staged": "^11.0.0", |
102 | - "postcss": "^8.2.15", | 102 | + "postcss": "^8.3.0", |
103 | "prettier": "^2.3.0", | 103 | "prettier": "^2.3.0", |
104 | "pretty-quick": "^3.1.0", | 104 | "pretty-quick": "^3.1.0", |
105 | "rimraf": "^3.0.2", | 105 | "rimraf": "^3.0.2", |
yarn.lock
@@ -1186,10 +1186,10 @@ | @@ -1186,10 +1186,10 @@ | ||
1186 | dependencies: | 1186 | dependencies: |
1187 | cross-fetch "^3.0.6" | 1187 | cross-fetch "^3.0.6" |
1188 | 1188 | ||
1189 | -"@iconify/json@^1.1.344": | ||
1190 | - version "1.1.344" | ||
1191 | - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.344.tgz#d4c85357fdbb0bc702a63cbe4112ae3fcb2668eb" | ||
1192 | - integrity sha512-9gBCLMq20fgR3zmy2VtsLKxBgSSjkBIwuwr5M5MNQMo5S/Ins/oLzcwoZaJzpN8dXJrqWKSTB+8qCW3NdQjMlQ== | 1189 | +"@iconify/json@^1.1.347": |
1190 | + version "1.1.347" | ||
1191 | + resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.347.tgz#88eb12657b005d59420dd0971e23ae409b0fa42f" | ||
1192 | + integrity sha512-tXd8zM1eczMJlQgR3CRVqIIgKJkV8MfMJh7qllOdoyHkDv3t6eeWxqc4ZTRMCgC6uF21lyPs5t2Gw3k4AMKAHQ== | ||
1193 | 1193 | ||
1194 | "@intlify/core-base@9.0.0": | 1194 | "@intlify/core-base@9.0.0": |
1195 | version "9.0.0" | 1195 | version "9.0.0" |
@@ -1229,21 +1229,21 @@ | @@ -1229,21 +1229,21 @@ | ||
1229 | resolved "https://registry.npmjs.org/@intlify/shared/-/shared-9.0.0.tgz#d85b3b5f9033f377c5cf2202cf2459aa49948f36" | 1229 | resolved "https://registry.npmjs.org/@intlify/shared/-/shared-9.0.0.tgz#d85b3b5f9033f377c5cf2202cf2459aa49948f36" |
1230 | integrity sha512-0r4v7dnY8g/Jfx2swUWy2GyfH/WvIpWvkU4OIupvxDTWiE8RhcpbOCVvqpVh/xGi0proHQ/r2Dhc0QSItUsfDQ== | 1230 | integrity sha512-0r4v7dnY8g/Jfx2swUWy2GyfH/WvIpWvkU4OIupvxDTWiE8RhcpbOCVvqpVh/xGi0proHQ/r2Dhc0QSItUsfDQ== |
1231 | 1231 | ||
1232 | -"@logicflow/core@^0.4.3": | ||
1233 | - version "0.4.3" | ||
1234 | - resolved "https://registry.npmjs.org/@logicflow/core/-/core-0.4.3.tgz#64de82d487830ea1271b0f708ca7ce4df150a8b0" | ||
1235 | - integrity sha512-QmUR9QfVBo1F8+Uu/l9oCtpAD414dc/x5gY7HGfQ22WEgbktnuEBwjPyPcjVxNZm7nQDrIbFJwj/DD9YpW1FMQ== | 1232 | +"@logicflow/core@^0.4.6": |
1233 | + version "0.4.6" | ||
1234 | + resolved "https://registry.npmjs.org/@logicflow/core/-/core-0.4.6.tgz#2dd2a462e97d4840d252b049a215aeda258720a9" | ||
1235 | + integrity sha512-kTbXyHI7KE5+p59lXphcSS8VutrKqbjtQPdP3omQIUJUsi5TpFKZhPMT7rtbt3y4QRUY+gaw7M7WCBTWrcm8ng== | ||
1236 | dependencies: | 1236 | dependencies: |
1237 | "@types/mousetrap" "^1.6.4" | 1237 | "@types/mousetrap" "^1.6.4" |
1238 | mousetrap "^1.6.5" | 1238 | mousetrap "^1.6.5" |
1239 | preact "^10.4.8" | 1239 | preact "^10.4.8" |
1240 | 1240 | ||
1241 | -"@logicflow/extension@^0.4.3": | ||
1242 | - version "0.4.3" | ||
1243 | - resolved "https://registry.npmjs.org/@logicflow/extension/-/extension-0.4.3.tgz#5cb14df361cb9d856d1454643a8b008737855b4a" | ||
1244 | - integrity sha512-2NqydJiy577vKCrjKOGs94rtPnagc1JUz5XHXGhynv45GKEz77UwzlZa72EYo+TpjCV6sbYJUCQR8fO9TQuzQQ== | 1241 | +"@logicflow/extension@^0.4.6": |
1242 | + version "0.4.6" | ||
1243 | + resolved "https://registry.npmjs.org/@logicflow/extension/-/extension-0.4.6.tgz#7f5ef6d61ac0bbfe52f7581c9aacd80f2fe99045" | ||
1244 | + integrity sha512-SRJN4WqPbAHVDNnBb2VCD3nu9OobG6nWjMwovfcP1Of1t7w6G869GkHqLrG7HUEoy8j3UrQ0ECQ67gHM87qwcw== | ||
1245 | dependencies: | 1245 | dependencies: |
1246 | - "@logicflow/core" "^0.4.3" | 1246 | + "@logicflow/core" "^0.4.6" |
1247 | ids "^1.0.0" | 1247 | ids "^1.0.0" |
1248 | preact "^10.4.8" | 1248 | preact "^10.4.8" |
1249 | 1249 | ||
@@ -2477,6 +2477,15 @@ bl@^1.0.0: | @@ -2477,6 +2477,15 @@ bl@^1.0.0: | ||
2477 | readable-stream "^2.3.5" | 2477 | readable-stream "^2.3.5" |
2478 | safe-buffer "^5.1.1" | 2478 | safe-buffer "^5.1.1" |
2479 | 2479 | ||
2480 | +bl@^4.1.0: | ||
2481 | + version "4.1.0" | ||
2482 | + resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" | ||
2483 | + integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== | ||
2484 | + dependencies: | ||
2485 | + buffer "^5.5.0" | ||
2486 | + inherits "^2.0.4" | ||
2487 | + readable-stream "^3.4.0" | ||
2488 | + | ||
2480 | bluebird@^3.5.0, bluebird@^3.7.2: | 2489 | bluebird@^3.5.0, bluebird@^3.7.2: |
2481 | version "3.7.2" | 2490 | version "3.7.2" |
2482 | resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" | 2491 | resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" |
@@ -2571,7 +2580,7 @@ buffer-from@^1.0.0, buffer-from@^1.1.1: | @@ -2571,7 +2580,7 @@ buffer-from@^1.0.0, buffer-from@^1.1.1: | ||
2571 | resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" | 2580 | resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" |
2572 | integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== | 2581 | integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== |
2573 | 2582 | ||
2574 | -buffer@^5.2.1, buffer@^5.4.3: | 2583 | +buffer@^5.2.1, buffer@^5.4.3, buffer@^5.5.0: |
2575 | version "5.7.1" | 2584 | version "5.7.1" |
2576 | resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" | 2585 | resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" |
2577 | integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== | 2586 | integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== |
@@ -2902,6 +2911,11 @@ cli-cursor@^3.1.0: | @@ -2902,6 +2911,11 @@ cli-cursor@^3.1.0: | ||
2902 | dependencies: | 2911 | dependencies: |
2903 | restore-cursor "^3.1.0" | 2912 | restore-cursor "^3.1.0" |
2904 | 2913 | ||
2914 | +cli-spinners@^2.5.0: | ||
2915 | + version "2.6.0" | ||
2916 | + resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.0.tgz#36c7dc98fb6a9a76bd6238ec3f77e2425627e939" | ||
2917 | + integrity sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q== | ||
2918 | + | ||
2905 | cli-truncate@^2.1.0: | 2919 | cli-truncate@^2.1.0: |
2906 | version "2.1.0" | 2920 | version "2.1.0" |
2907 | resolved "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" | 2921 | resolved "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" |
@@ -2952,6 +2966,11 @@ clone-response@1.0.2, clone-response@^1.0.2: | @@ -2952,6 +2966,11 @@ clone-response@1.0.2, clone-response@^1.0.2: | ||
2952 | dependencies: | 2966 | dependencies: |
2953 | mimic-response "^1.0.0" | 2967 | mimic-response "^1.0.0" |
2954 | 2968 | ||
2969 | +clone@^1.0.2: | ||
2970 | + version "1.0.4" | ||
2971 | + resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" | ||
2972 | + integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= | ||
2973 | + | ||
2955 | clone@^2.1.1: | 2974 | clone@^2.1.1: |
2956 | version "2.1.2" | 2975 | version "2.1.2" |
2957 | resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" | 2976 | resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" |
@@ -2966,10 +2985,10 @@ coa@^2.0.2: | @@ -2966,10 +2985,10 @@ coa@^2.0.2: | ||
2966 | chalk "^2.4.1" | 2985 | chalk "^2.4.1" |
2967 | q "^1.1.2" | 2986 | q "^1.1.2" |
2968 | 2987 | ||
2969 | -codemirror@^5.61.0: | ||
2970 | - version "5.61.0" | ||
2971 | - resolved "https://registry.npmjs.org/codemirror/-/codemirror-5.61.0.tgz#318e5b034a707207948b92ffc2862195e8fdb08e" | ||
2972 | - integrity sha512-D3wYH90tYY1BsKlUe0oNj2JAhQ9TepkD51auk3N7q+4uz7A/cgJ5JsWHreT0PqieW1QhOuqxQ2reCXV1YXzecg== | 2988 | +codemirror@^5.61.1: |
2989 | + version "5.61.1" | ||
2990 | + resolved "https://registry.npmjs.org/codemirror/-/codemirror-5.61.1.tgz#ccfc8a43b8fcfb8b12e8e75b5ffde48d541406e0" | ||
2991 | + integrity sha512-+D1NZjAucuzE93vJGbAaXzvoBHwp9nJZWWWF9utjv25+5AZUiah6CIlfb4ikG4MoDsFsCG8niiJH5++OO2LgIQ== | ||
2973 | 2992 | ||
2974 | codepage@~1.14.0: | 2993 | codepage@~1.14.0: |
2975 | version "1.14.0" | 2994 | version "1.14.0" |
@@ -3727,6 +3746,13 @@ deepmerge@^4.2.2: | @@ -3727,6 +3746,13 @@ deepmerge@^4.2.2: | ||
3727 | resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" | 3746 | resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" |
3728 | integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== | 3747 | integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== |
3729 | 3748 | ||
3749 | +defaults@^1.0.3: | ||
3750 | + version "1.0.3" | ||
3751 | + resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" | ||
3752 | + integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= | ||
3753 | + dependencies: | ||
3754 | + clone "^1.0.2" | ||
3755 | + | ||
3730 | defer-to-connect@^1.0.1: | 3756 | defer-to-connect@^1.0.1: |
3731 | version "1.1.3" | 3757 | version "1.1.3" |
3732 | resolved "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591" | 3758 | resolved "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591" |
@@ -4146,6 +4172,11 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1 | @@ -4146,6 +4172,11 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1 | ||
4146 | resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" | 4172 | resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" |
4147 | integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= | 4173 | integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= |
4148 | 4174 | ||
4175 | +escape-string-regexp@^4.0.0: | ||
4176 | + version "4.0.0" | ||
4177 | + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" | ||
4178 | + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== | ||
4179 | + | ||
4149 | eslint-config-prettier@^8.3.0: | 4180 | eslint-config-prettier@^8.3.0: |
4150 | version "8.3.0" | 4181 | version "8.3.0" |
4151 | resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" | 4182 | resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" |
@@ -4198,10 +4229,10 @@ eslint-visitor-keys@^2.0.0: | @@ -4198,10 +4229,10 @@ eslint-visitor-keys@^2.0.0: | ||
4198 | resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" | 4229 | resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" |
4199 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== | 4230 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== |
4200 | 4231 | ||
4201 | -eslint@^7.26.0: | ||
4202 | - version "7.26.0" | ||
4203 | - resolved "https://registry.npmjs.org/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6" | ||
4204 | - integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg== | 4232 | +eslint@^7.27.0: |
4233 | + version "7.27.0" | ||
4234 | + resolved "https://registry.npmjs.org/eslint/-/eslint-7.27.0.tgz#665a1506d8f95655c9274d84bd78f7166b07e9c7" | ||
4235 | + integrity sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA== | ||
4205 | dependencies: | 4236 | dependencies: |
4206 | "@babel/code-frame" "7.12.11" | 4237 | "@babel/code-frame" "7.12.11" |
4207 | "@eslint/eslintrc" "^0.4.1" | 4238 | "@eslint/eslintrc" "^0.4.1" |
@@ -4211,12 +4242,14 @@ eslint@^7.26.0: | @@ -4211,12 +4242,14 @@ eslint@^7.26.0: | ||
4211 | debug "^4.0.1" | 4242 | debug "^4.0.1" |
4212 | doctrine "^3.0.0" | 4243 | doctrine "^3.0.0" |
4213 | enquirer "^2.3.5" | 4244 | enquirer "^2.3.5" |
4245 | + escape-string-regexp "^4.0.0" | ||
4214 | eslint-scope "^5.1.1" | 4246 | eslint-scope "^5.1.1" |
4215 | eslint-utils "^2.1.0" | 4247 | eslint-utils "^2.1.0" |
4216 | eslint-visitor-keys "^2.0.0" | 4248 | eslint-visitor-keys "^2.0.0" |
4217 | espree "^7.3.1" | 4249 | espree "^7.3.1" |
4218 | esquery "^1.4.0" | 4250 | esquery "^1.4.0" |
4219 | esutils "^2.0.2" | 4251 | esutils "^2.0.2" |
4252 | + fast-deep-equal "^3.1.3" | ||
4220 | file-entry-cache "^6.0.1" | 4253 | file-entry-cache "^6.0.1" |
4221 | functional-red-black-tree "^1.0.1" | 4254 | functional-red-black-tree "^1.0.1" |
4222 | glob-parent "^5.0.0" | 4255 | glob-parent "^5.0.0" |
@@ -4228,7 +4261,7 @@ eslint@^7.26.0: | @@ -4228,7 +4261,7 @@ eslint@^7.26.0: | ||
4228 | js-yaml "^3.13.1" | 4261 | js-yaml "^3.13.1" |
4229 | json-stable-stringify-without-jsonify "^1.0.1" | 4262 | json-stable-stringify-without-jsonify "^1.0.1" |
4230 | levn "^0.4.1" | 4263 | levn "^0.4.1" |
4231 | - lodash "^4.17.21" | 4264 | + lodash.merge "^4.6.2" |
4232 | minimatch "^3.0.4" | 4265 | minimatch "^3.0.4" |
4233 | natural-compare "^1.4.0" | 4266 | natural-compare "^1.4.0" |
4234 | optionator "^0.9.1" | 4267 | optionator "^0.9.1" |
@@ -4237,7 +4270,7 @@ eslint@^7.26.0: | @@ -4237,7 +4270,7 @@ eslint@^7.26.0: | ||
4237 | semver "^7.2.1" | 4270 | semver "^7.2.1" |
4238 | strip-ansi "^6.0.0" | 4271 | strip-ansi "^6.0.0" |
4239 | strip-json-comments "^3.1.0" | 4272 | strip-json-comments "^3.1.0" |
4240 | - table "^6.0.4" | 4273 | + table "^6.0.9" |
4241 | text-table "^0.2.0" | 4274 | text-table "^0.2.0" |
4242 | v8-compile-cache "^2.0.3" | 4275 | v8-compile-cache "^2.0.3" |
4243 | 4276 | ||
@@ -4485,7 +4518,7 @@ extglob@^2.0.2, extglob@^2.0.4: | @@ -4485,7 +4518,7 @@ extglob@^2.0.2, extglob@^2.0.4: | ||
4485 | snapdragon "^0.8.1" | 4518 | snapdragon "^0.8.1" |
4486 | to-regex "^3.0.1" | 4519 | to-regex "^3.0.1" |
4487 | 4520 | ||
4488 | -fast-deep-equal@^3.1.1: | 4521 | +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: |
4489 | version "3.1.3" | 4522 | version "3.1.3" |
4490 | resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" | 4523 | resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" |
4491 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== | 4524 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
@@ -5662,7 +5695,7 @@ inflight@^1.0.4: | @@ -5662,7 +5695,7 @@ inflight@^1.0.4: | ||
5662 | once "^1.3.0" | 5695 | once "^1.3.0" |
5663 | wrappy "1" | 5696 | wrappy "1" |
5664 | 5697 | ||
5665 | -inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3: | 5698 | +inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: |
5666 | version "2.0.4" | 5699 | version "2.0.4" |
5667 | resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" | 5700 | resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" |
5668 | integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== | 5701 | integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== |
@@ -5691,19 +5724,20 @@ inquirer@6.5.2: | @@ -5691,19 +5724,20 @@ inquirer@6.5.2: | ||
5691 | strip-ansi "^5.1.0" | 5724 | strip-ansi "^5.1.0" |
5692 | through "^2.3.6" | 5725 | through "^2.3.6" |
5693 | 5726 | ||
5694 | -inquirer@^8.0.0: | ||
5695 | - version "8.0.0" | ||
5696 | - resolved "https://registry.npmjs.org/inquirer/-/inquirer-8.0.0.tgz#957a46db1abcf0fdd2ab82deb7470e90afc7d0ac" | ||
5697 | - integrity sha512-ON8pEJPPCdyjxj+cxsYRe6XfCJepTxANdNnTebsTuQgXpRyZRRT9t4dJwjRubgmvn20CLSEnozRUayXyM9VTXA== | 5727 | +inquirer@^8.1.0: |
5728 | + version "8.1.0" | ||
5729 | + resolved "https://registry.npmjs.org/inquirer/-/inquirer-8.1.0.tgz#68ce5ce5376cf0e89765c993d8b7c1e62e184d69" | ||
5730 | + integrity sha512-1nKYPoalt1vMBfCMtpomsUc32wmOoWXAoq3kM/5iTfxyQ2f/BxjixQpC+mbZ7BI0JUXHED4/XPXekDVtJNpXYw== | ||
5698 | dependencies: | 5731 | dependencies: |
5699 | ansi-escapes "^4.2.1" | 5732 | ansi-escapes "^4.2.1" |
5700 | - chalk "^4.1.0" | 5733 | + chalk "^4.1.1" |
5701 | cli-cursor "^3.1.0" | 5734 | cli-cursor "^3.1.0" |
5702 | cli-width "^3.0.0" | 5735 | cli-width "^3.0.0" |
5703 | external-editor "^3.0.3" | 5736 | external-editor "^3.0.3" |
5704 | figures "^3.0.0" | 5737 | figures "^3.0.0" |
5705 | lodash "^4.17.21" | 5738 | lodash "^4.17.21" |
5706 | mute-stream "0.0.8" | 5739 | mute-stream "0.0.8" |
5740 | + ora "^5.3.0" | ||
5707 | run-async "^2.4.0" | 5741 | run-async "^2.4.0" |
5708 | rxjs "^6.6.6" | 5742 | rxjs "^6.6.6" |
5709 | string-width "^4.1.0" | 5743 | string-width "^4.1.0" |
@@ -5941,6 +5975,11 @@ is-installed-globally@^0.1.0: | @@ -5941,6 +5975,11 @@ is-installed-globally@^0.1.0: | ||
5941 | global-dirs "^0.1.0" | 5975 | global-dirs "^0.1.0" |
5942 | is-path-inside "^1.0.0" | 5976 | is-path-inside "^1.0.0" |
5943 | 5977 | ||
5978 | +is-interactive@^1.0.0: | ||
5979 | + version "1.0.0" | ||
5980 | + resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" | ||
5981 | + integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== | ||
5982 | + | ||
5944 | is-jpg@^2.0.0: | 5983 | is-jpg@^2.0.0: |
5945 | version "2.0.0" | 5984 | version "2.0.0" |
5946 | resolved "https://registry.npmjs.org/is-jpg/-/is-jpg-2.0.0.tgz#2e1997fa6e9166eaac0242daae443403e4ef1d97" | 5985 | resolved "https://registry.npmjs.org/is-jpg/-/is-jpg-2.0.0.tgz#2e1997fa6e9166eaac0242daae443403e4ef1d97" |
@@ -6517,11 +6556,6 @@ lodash.debounce@^4.0.8: | @@ -6517,11 +6556,6 @@ lodash.debounce@^4.0.8: | ||
6517 | resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" | 6556 | resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" |
6518 | integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= | 6557 | integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= |
6519 | 6558 | ||
6520 | -lodash.flatten@^4.4.0: | ||
6521 | - version "4.4.0" | ||
6522 | - resolved "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" | ||
6523 | - integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= | ||
6524 | - | ||
6525 | lodash.ismatch@^4.4.0: | 6559 | lodash.ismatch@^4.4.0: |
6526 | version "4.4.0" | 6560 | version "4.4.0" |
6527 | resolved "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37" | 6561 | resolved "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37" |
@@ -6537,6 +6571,11 @@ lodash.map@^4.5.1: | @@ -6537,6 +6571,11 @@ lodash.map@^4.5.1: | ||
6537 | resolved "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3" | 6571 | resolved "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3" |
6538 | integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM= | 6572 | integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM= |
6539 | 6573 | ||
6574 | +lodash.merge@^4.6.2: | ||
6575 | + version "4.6.2" | ||
6576 | + resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" | ||
6577 | + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== | ||
6578 | + | ||
6540 | lodash.sortby@^4.7.0: | 6579 | lodash.sortby@^4.7.0: |
6541 | version "4.7.0" | 6580 | version "4.7.0" |
6542 | resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" | 6581 | resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" |
@@ -7400,6 +7439,21 @@ optipng-bin@^7.0.0: | @@ -7400,6 +7439,21 @@ optipng-bin@^7.0.0: | ||
7400 | bin-wrapper "^4.0.0" | 7439 | bin-wrapper "^4.0.0" |
7401 | logalot "^2.0.0" | 7440 | logalot "^2.0.0" |
7402 | 7441 | ||
7442 | +ora@^5.3.0: | ||
7443 | + version "5.4.0" | ||
7444 | + resolved "https://registry.npmjs.org/ora/-/ora-5.4.0.tgz#42eda4855835b9cd14d33864c97a3c95a3f56bf4" | ||
7445 | + integrity sha512-1StwyXQGoU6gdjYkyVcqOLnVlbKj+6yPNNOxJVgpt9t4eksKjiriiHuxktLYkgllwk+D6MbC4ihH84L1udRXPg== | ||
7446 | + dependencies: | ||
7447 | + bl "^4.1.0" | ||
7448 | + chalk "^4.1.0" | ||
7449 | + cli-cursor "^3.1.0" | ||
7450 | + cli-spinners "^2.5.0" | ||
7451 | + is-interactive "^1.0.0" | ||
7452 | + is-unicode-supported "^0.1.0" | ||
7453 | + log-symbols "^4.1.0" | ||
7454 | + strip-ansi "^6.0.0" | ||
7455 | + wcwidth "^1.0.1" | ||
7456 | + | ||
7403 | os-filter-obj@^2.0.0: | 7457 | os-filter-obj@^2.0.0: |
7404 | version "2.0.0" | 7458 | version "2.0.0" |
7405 | resolved "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-2.0.0.tgz#1c0b62d5f3a2442749a2d139e6dddee6e81d8d16" | 7459 | resolved "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-2.0.0.tgz#1c0b62d5f3a2442749a2d139e6dddee6e81d8d16" |
@@ -7761,10 +7815,10 @@ pify@^4.0.1: | @@ -7761,10 +7815,10 @@ pify@^4.0.1: | ||
7761 | resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" | 7815 | resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" |
7762 | integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== | 7816 | integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== |
7763 | 7817 | ||
7764 | -pinia@2.0.0-alpha.16: | ||
7765 | - version "2.0.0-alpha.16" | ||
7766 | - resolved "https://registry.npmjs.org/pinia/-/pinia-2.0.0-alpha.16.tgz#0693b2260603a7d701fe3fa0e84bbec535746ad1" | ||
7767 | - integrity sha512-E2ctjES/G5X3qdbRmoj1bddVPlXKXTH97VMnETqPo2IVps2uPt0J0XTKjNsm02ofBWQc/0arUq+OLrMUh8Yenw== | 7818 | +pinia@2.0.0-alpha.13: |
7819 | + version "2.0.0-alpha.13" | ||
7820 | + resolved "https://registry.npmjs.org/pinia/-/pinia-2.0.0-alpha.13.tgz#d48e6efec11d38201e20770bc02b168e2157a9f7" | ||
7821 | + integrity sha512-3r9fpUi5Uai48vjeTXzcHAvlDjYvx/9mNtWiO5QyWy4zqfn7YjvOiBCHXH9r1jwo4LakZzG/ppr5i6sr/63fYQ== | ||
7768 | 7822 | ||
7769 | pinkie-promise@^2.0.0: | 7823 | pinkie-promise@^2.0.0: |
7770 | version "2.0.1" | 7824 | version "2.0.1" |
@@ -7980,7 +8034,7 @@ postcss@^8.1.10: | @@ -7980,7 +8034,7 @@ postcss@^8.1.10: | ||
7980 | nanoid "^3.1.22" | 8034 | nanoid "^3.1.22" |
7981 | source-map "^0.6.1" | 8035 | source-map "^0.6.1" |
7982 | 8036 | ||
7983 | -postcss@^8.2.10, postcss@^8.2.15: | 8037 | +postcss@^8.2.10: |
7984 | version "8.2.15" | 8038 | version "8.2.15" |
7985 | resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.15.tgz#9e66ccf07292817d226fc315cbbf9bc148fbca65" | 8039 | resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.15.tgz#9e66ccf07292817d226fc315cbbf9bc148fbca65" |
7986 | integrity sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q== | 8040 | integrity sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q== |
@@ -7989,6 +8043,15 @@ postcss@^8.2.10, postcss@^8.2.15: | @@ -7989,6 +8043,15 @@ postcss@^8.2.10, postcss@^8.2.15: | ||
7989 | nanoid "^3.1.23" | 8043 | nanoid "^3.1.23" |
7990 | source-map "^0.6.1" | 8044 | source-map "^0.6.1" |
7991 | 8045 | ||
8046 | +postcss@^8.3.0: | ||
8047 | + version "8.3.0" | ||
8048 | + resolved "https://registry.npmjs.org/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f" | ||
8049 | + integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ== | ||
8050 | + dependencies: | ||
8051 | + colorette "^1.2.2" | ||
8052 | + nanoid "^3.1.23" | ||
8053 | + source-map-js "^0.6.2" | ||
8054 | + | ||
7992 | posthtml-parser@^0.2.0, posthtml-parser@^0.2.1: | 8055 | posthtml-parser@^0.2.0, posthtml-parser@^0.2.1: |
7993 | version "0.2.1" | 8056 | version "0.2.1" |
7994 | resolved "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.2.1.tgz#35d530de386740c2ba24ff2eb2faf39ccdf271dd" | 8057 | resolved "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.2.1.tgz#35d530de386740c2ba24ff2eb2faf39ccdf271dd" |
@@ -8378,7 +8441,7 @@ read-pkg@^5.2.0: | @@ -8378,7 +8441,7 @@ read-pkg@^5.2.0: | ||
8378 | parse-json "^5.0.0" | 8441 | parse-json "^5.0.0" |
8379 | type-fest "^0.6.0" | 8442 | type-fest "^0.6.0" |
8380 | 8443 | ||
8381 | -readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.1.1: | 8444 | +readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.1.1, readable-stream@^3.4.0: |
8382 | version "3.6.0" | 8445 | version "3.6.0" |
8383 | resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" | 8446 | resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" |
8384 | integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== | 8447 | integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== |
@@ -9008,6 +9071,11 @@ sortablejs@^1.13.0: | @@ -9008,6 +9071,11 @@ sortablejs@^1.13.0: | ||
9008 | resolved "https://registry.npmjs.org/sortablejs/-/sortablejs-1.13.0.tgz#3ab2473f8c69ca63569e80b1cd1b5669b51269e9" | 9071 | resolved "https://registry.npmjs.org/sortablejs/-/sortablejs-1.13.0.tgz#3ab2473f8c69ca63569e80b1cd1b5669b51269e9" |
9009 | integrity sha512-RBJirPY0spWCrU5yCmWM1eFs/XgX2J5c6b275/YyxFRgnzPhKl/TDeU2hNR8Dt7ITq66NRPM4UlOt+e5O4CFHg== | 9072 | integrity sha512-RBJirPY0spWCrU5yCmWM1eFs/XgX2J5c6b275/YyxFRgnzPhKl/TDeU2hNR8Dt7ITq66NRPM4UlOt+e5O4CFHg== |
9010 | 9073 | ||
9074 | +source-map-js@^0.6.2: | ||
9075 | + version "0.6.2" | ||
9076 | + resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e" | ||
9077 | + integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug== | ||
9078 | + | ||
9011 | source-map-resolve@^0.5.0: | 9079 | source-map-resolve@^0.5.0: |
9012 | version "0.5.3" | 9080 | version "0.5.3" |
9013 | resolved "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" | 9081 | resolved "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" |
@@ -9552,20 +9620,17 @@ systemjs@^6.8.3: | @@ -9552,20 +9620,17 @@ systemjs@^6.8.3: | ||
9552 | resolved "https://registry.npmjs.org/systemjs/-/systemjs-6.8.3.tgz#67e27f49242e9d81c2b652b204ae54e8bfcc75a3" | 9620 | resolved "https://registry.npmjs.org/systemjs/-/systemjs-6.8.3.tgz#67e27f49242e9d81c2b652b204ae54e8bfcc75a3" |
9553 | integrity sha512-UcTY+FEA1B7e+bpJk1TI+a9Na6LG7wFEqW7ED16cLqLuQfI/9Ri0rsXm3tKlIgNoHyLHZycjdAOijzNbzelgwA== | 9621 | integrity sha512-UcTY+FEA1B7e+bpJk1TI+a9Na6LG7wFEqW7ED16cLqLuQfI/9Ri0rsXm3tKlIgNoHyLHZycjdAOijzNbzelgwA== |
9554 | 9622 | ||
9555 | -table@^6.0.4: | ||
9556 | - version "6.0.9" | ||
9557 | - resolved "https://registry.npmjs.org/table/-/table-6.0.9.tgz#790a12bf1e09b87b30e60419bafd6a1fd85536fb" | ||
9558 | - integrity sha512-F3cLs9a3hL1Z7N4+EkSscsel3z55XT950AvB05bwayrNg5T1/gykXtigioTAjbltvbMSJvvhFCbnf6mX+ntnJQ== | 9623 | +table@^6.0.9: |
9624 | + version "6.7.1" | ||
9625 | + resolved "https://registry.npmjs.org/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2" | ||
9626 | + integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg== | ||
9559 | dependencies: | 9627 | dependencies: |
9560 | ajv "^8.0.1" | 9628 | ajv "^8.0.1" |
9561 | - is-boolean-object "^1.1.0" | ||
9562 | - is-number-object "^1.0.4" | ||
9563 | - is-string "^1.0.5" | ||
9564 | lodash.clonedeep "^4.5.0" | 9629 | lodash.clonedeep "^4.5.0" |
9565 | - lodash.flatten "^4.4.0" | ||
9566 | lodash.truncate "^4.4.2" | 9630 | lodash.truncate "^4.4.2" |
9567 | slice-ansi "^4.0.0" | 9631 | slice-ansi "^4.0.0" |
9568 | string-width "^4.2.0" | 9632 | string-width "^4.2.0" |
9633 | + strip-ansi "^6.0.0" | ||
9569 | 9634 | ||
9570 | table@^6.6.0: | 9635 | table@^6.6.0: |
9571 | version "6.7.0" | 9636 | version "6.7.0" |
@@ -9707,10 +9772,10 @@ tinycolor2@^1.4.2: | @@ -9707,10 +9772,10 @@ tinycolor2@^1.4.2: | ||
9707 | resolved "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803" | 9772 | resolved "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803" |
9708 | integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== | 9773 | integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== |
9709 | 9774 | ||
9710 | -tinymce@^5.8.0: | ||
9711 | - version "5.8.0" | ||
9712 | - resolved "https://registry.npmjs.org/tinymce/-/tinymce-5.8.0.tgz#3ffd1d96da2619153bd0bd2023a382052339bb0a" | ||
9713 | - integrity sha512-1bOI3k+1D76rVjAJC3XkHezXJVghurnKBDREF1STHBLTQUY17XTbaDNJUxNgJqJHa2xg1udd5I1bzdfSd77DGw== | 9775 | +tinymce@^5.8.1: |
9776 | + version "5.8.1" | ||
9777 | + resolved "https://registry.npmjs.org/tinymce/-/tinymce-5.8.1.tgz#f6ace70e47cf6b5b0a63f52cf38e4ae04a35ba58" | ||
9778 | + integrity sha512-1zGXdZplWQafstlC7sri0ttCgMagsiXDc9N3I8JNrPOsWAeTfq4AAJWZoxsQBYn8gYcuPu/WzMKG5SoJjxI1VA== | ||
9714 | 9779 | ||
9715 | tmp@^0.0.33: | 9780 | tmp@^0.0.33: |
9716 | version "0.0.33" | 9781 | version "0.0.33" |
@@ -10750,6 +10815,13 @@ warning@^4.0.0: | @@ -10750,6 +10815,13 @@ warning@^4.0.0: | ||
10750 | dependencies: | 10815 | dependencies: |
10751 | loose-envify "^1.0.0" | 10816 | loose-envify "^1.0.0" |
10752 | 10817 | ||
10818 | +wcwidth@^1.0.1: | ||
10819 | + version "1.0.1" | ||
10820 | + resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" | ||
10821 | + integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= | ||
10822 | + dependencies: | ||
10823 | + defaults "^1.0.3" | ||
10824 | + | ||
10753 | webidl-conversions@^4.0.2: | 10825 | webidl-conversions@^4.0.2: |
10754 | version "4.0.2" | 10826 | version "4.0.2" |
10755 | resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" | 10827 | resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" |