|
78 | 78 | lodash "^4.2.0"
|
79 | 79 | to-fast-properties "^2.0.0"
|
80 | 80 |
|
| 81 | +"@javascript-obfuscator/[email protected]": |
| 82 | + version "2.1.0" |
| 83 | + resolved "https://registry.yarnpkg.com/@javascript-obfuscator/escodegen/-/escodegen-2.1.0.tgz#9ef8ea4966c41d1008932463a15395a37278b813" |
| 84 | + integrity sha512-I9SEQcMWOrBp35/SScSB75QQd1BuYjZuLZnAgwwNOPudPsN8J9+rnS+InHGUsxho/Q7/sttaw/5MWH/qz2oElg== |
| 85 | + dependencies: |
| 86 | + esprima "^4.0.1" |
| 87 | + estraverse "^5.2.0" |
| 88 | + esutils "^2.0.2" |
| 89 | + optionator "^0.8.1" |
| 90 | + optionalDependencies: |
| 91 | + source-map "~0.6.1" |
| 92 | + |
81 | 93 | "@mrmlnc/readdir-enhanced@^2.2.1":
|
82 | 94 | version "2.2.1"
|
83 | 95 | resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
|
84 | 96 | dependencies:
|
85 | 97 | call-me-maybe "^1.0.1"
|
86 | 98 | glob-to-regexp "^0.3.0"
|
87 | 99 |
|
88 |
| -"@nuxtjs/opencollective@0.2.2": |
89 |
| - version "0.2.2" |
90 |
| - resolved "https://registry.yarnpkg.com/@nuxtjs/opencollective/-/opencollective-0.2.2.tgz#26a761ebf588cc92a422d7cee996a66bd6e2761e" |
91 |
| - integrity sha512-69gFVDs7mJfNjv9Zs5DFVD+pvBW+k1TaHSOqUWqAyTTfLcKI/EMYQgvEvziRd+zAFtUOoye6MfWh0qvinGISPw== |
| 100 | +"@nuxtjs/opencollective@0.3.2": |
| 101 | + version "0.3.2" |
| 102 | + resolved "https://registry.yarnpkg.com/@nuxtjs/opencollective/-/opencollective-0.3.2.tgz#620ce1044f7ac77185e825e1936115bb38e2681c" |
| 103 | + integrity sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA== |
92 | 104 | dependencies:
|
93 |
| - chalk "^2.4.1" |
94 |
| - consola "^2.3.0" |
95 |
| - node-fetch "^2.3.0" |
| 105 | + chalk "^4.1.0" |
| 106 | + consola "^2.15.0" |
| 107 | + node-fetch "^2.6.1" |
96 | 108 |
|
97 | 109 | "@opencensus/core@^0.0.8":
|
98 | 110 | version "0.0.8"
|
@@ -1639,7 +1651,7 @@ caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
|
1639 | 1651 | version "1.0.30000839"
|
1640 | 1652 | resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000839.tgz#55a86e402c74ae17149707bea3ea399522233497"
|
1641 | 1653 |
|
1642 |
| - |
| 1654 | + |
1643 | 1655 | version "4.1.0"
|
1644 | 1656 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
|
1645 | 1657 | integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
|
@@ -2017,10 +2029,10 @@ concat-stream@^1.5.0, concat-stream@^1.6.0:
|
2017 | 2029 | readable-stream "^2.2.2"
|
2018 | 2030 | typedarray "^0.0.6"
|
2019 | 2031 |
|
2020 |
| -consola@^2.3.0: |
2021 |
| - version "2.11.3" |
2022 |
| - resolved "https://registry.yarnpkg.com/consola/-/consola-2.11.3.tgz#f7315836224c143ac5094b47fd4c816c2cd1560e" |
2023 |
| - integrity sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw== |
| 2032 | +consola@^2.15.0: |
| 2033 | + version "2.15.0" |
| 2034 | + resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9" |
| 2035 | + integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ== |
2024 | 2036 |
|
2025 | 2037 | console-browserify@^1.1.0:
|
2026 | 2038 | version "1.1.0"
|
|
2832 | 2844 | optionalDependencies:
|
2833 | 2845 | source-map "~0.6.1"
|
2834 | 2846 |
|
2835 |
| - |
2836 |
| - version "2.0.0" |
2837 |
| - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd" |
2838 |
| - integrity sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw== |
2839 |
| - dependencies: |
2840 |
| - esprima "^4.0.1" |
2841 |
| - estraverse "^5.2.0" |
2842 |
| - esutils "^2.0.2" |
2843 |
| - optionator "^0.8.1" |
2844 |
| - optionalDependencies: |
2845 |
| - source-map "~0.6.1" |
2846 |
| - |
2847 | 2847 |
|
2848 | 2848 | version "7.7.0"
|
2849 | 2849 | resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.7.0.tgz#f606c719dbd8a1a2b3d25c16299813878cca0160"
|
@@ -4447,19 +4447,19 @@ iterate-object@^1.3.0, iterate-object@^1.3.1:
|
4447 | 4447 | resolved "https://registry.yarnpkg.com/iterate-object/-/iterate-object-1.3.4.tgz#fa50b1d9e58e340a7dd6b4c98c8a5e182e790096"
|
4448 | 4448 | integrity sha512-4dG1D1x/7g8PwHS9aK6QV5V94+ZvyP4+d19qDv43EzImmrndysIl4prmJ1hWWIGCqrZHyaHBm6BSEWHOLnpoNw==
|
4449 | 4449 |
|
4450 |
| -javascript-obfuscator@2.6.4: |
4451 |
| - version "2.6.4" |
4452 |
| - resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.6.4.tgz#b39dde1676a116e19ed2aac3b5c8bb28f080f12f" |
4453 |
| - integrity sha512-f4eaJuNwB8fTZZjhi1Gtaau4079Moyso2vl04etmZDnwcEpR2OArMWez7zIMifsX150mPcTOVNsxnz9TR/XilA== |
| 4450 | +javascript-obfuscator@2.7.0: |
| 4451 | + version "2.7.0" |
| 4452 | + resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.7.0.tgz#427062bd3dc432b8c864ed479e6afa2def077ca4" |
| 4453 | + integrity sha512-qq/sPl6GOUDjd2l3TBFxze7dFbWwW0m5WBIJQchwQWkvorku3P6POuFaBLLXNnhpZO3LbOrc1kCH0Dnl9BMUkg== |
4454 | 4454 | dependencies:
|
4455 |
| - "@nuxtjs/opencollective" "0.2.2" |
| 4455 | + "@javascript-obfuscator/escodegen" "2.1.0" |
| 4456 | + "@nuxtjs/opencollective" "0.3.2" |
4456 | 4457 | acorn "8.0.4"
|
4457 | 4458 | assert "2.0.0"
|
4458 | 4459 | chalk "4.1.0"
|
4459 | 4460 | chance "1.1.7"
|
4460 | 4461 | class-validator "0.12.2"
|
4461 | 4462 | commander "6.2.0"
|
4462 |
| - escodegen "2.0.0" |
4463 | 4463 | eslint-scope "5.1.1"
|
4464 | 4464 | estraverse "5.2.0"
|
4465 | 4465 | eventemitter3 "4.0.7"
|
@@ -5313,10 +5313,10 @@ node-fetch@^1.0.1:
|
5313 | 5313 | encoding "^0.1.11"
|
5314 | 5314 | is-stream "^1.0.1"
|
5315 | 5315 |
|
5316 |
| -node-fetch@^2.3.0: |
5317 |
| - version "2.6.0" |
5318 |
| - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" |
5319 |
| - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== |
| 5316 | +node-fetch@^2.6.1: |
| 5317 | + version "2.6.1" |
| 5318 | + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" |
| 5319 | + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== |
5320 | 5320 |
|
5321 | 5321 | node-libs-browser@^2.0.0:
|
5322 | 5322 | version "2.1.0"
|
|
0 commit comments