|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.10.4" |
11 | 11 |
|
12 | | -"@babel/compat-data@^7.12.1": |
13 | | - version "7.12.1" |
14 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0" |
15 | | - integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ== |
| 12 | +"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7": |
| 13 | + version "7.12.7" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41" |
| 15 | + integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== |
16 | 16 |
|
17 | 17 | "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
18 | 18 | version "7.9.0" |
|
80 | 80 | "@babel/helper-explode-assignable-expression" "^7.10.4" |
81 | 81 | "@babel/types" "^7.10.4" |
82 | 82 |
|
83 | | -"@babel/helper-compilation-targets@^7.12.1": |
84 | | - version "7.12.1" |
85 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.1.tgz#310e352888fbdbdd8577be8dfdd2afb9e7adcf50" |
86 | | - integrity sha512-jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g== |
| 83 | +"@babel/helper-compilation-targets@^7.12.5": |
| 84 | + version "7.12.5" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831" |
| 86 | + integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw== |
87 | 87 | dependencies: |
88 | | - "@babel/compat-data" "^7.12.1" |
| 88 | + "@babel/compat-data" "^7.12.5" |
89 | 89 | "@babel/helper-validator-option" "^7.12.1" |
90 | | - browserslist "^4.12.0" |
| 90 | + browserslist "^4.14.5" |
91 | 91 | semver "^5.5.0" |
92 | 92 |
|
93 | 93 | "@babel/helper-create-class-features-plugin@^7.12.1": |
|
180 | 180 | dependencies: |
181 | 181 | "@babel/types" "^7.8.3" |
182 | 182 |
|
183 | | -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.8.3": |
184 | | - version "7.12.1" |
185 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c" |
186 | | - integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA== |
| 183 | +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5", "@babel/helper-module-imports@^7.8.3": |
| 184 | + version "7.12.5" |
| 185 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb" |
| 186 | + integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== |
187 | 187 | dependencies: |
188 | | - "@babel/types" "^7.12.1" |
| 188 | + "@babel/types" "^7.12.5" |
189 | 189 |
|
190 | 190 | "@babel/helper-module-transforms@^7.12.1": |
191 | 191 | version "7.12.1" |
|
423 | 423 | "@babel/helper-plugin-utils" "^7.10.4" |
424 | 424 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
425 | 425 |
|
426 | | -"@babel/plugin-proposal-numeric-separator@^7.12.1": |
427 | | - version "7.12.1" |
428 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz#0e2c6774c4ce48be412119b4d693ac777f7685a6" |
429 | | - integrity sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA== |
| 426 | +"@babel/plugin-proposal-numeric-separator@^7.12.7": |
| 427 | + version "7.12.7" |
| 428 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b" |
| 429 | + integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ== |
430 | 430 | dependencies: |
431 | 431 | "@babel/helper-plugin-utils" "^7.10.4" |
432 | 432 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
|
448 | 448 | "@babel/helper-plugin-utils" "^7.10.4" |
449 | 449 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
450 | 450 |
|
451 | | -"@babel/plugin-proposal-optional-chaining@^7.12.1": |
452 | | - version "7.12.1" |
453 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797" |
454 | | - integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw== |
| 451 | +"@babel/plugin-proposal-optional-chaining@^7.12.7": |
| 452 | + version "7.12.7" |
| 453 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c" |
| 454 | + integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA== |
455 | 455 | dependencies: |
456 | 456 | "@babel/helper-plugin-utils" "^7.10.4" |
457 | 457 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
|
784 | 784 | "@babel/helper-plugin-utils" "^7.10.4" |
785 | 785 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
786 | 786 |
|
787 | | -"@babel/plugin-transform-sticky-regex@^7.12.1": |
788 | | - version "7.12.1" |
789 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz#5c24cf50de396d30e99afc8d1c700e8bce0f5caf" |
790 | | - integrity sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ== |
| 787 | +"@babel/plugin-transform-sticky-regex@^7.12.7": |
| 788 | + version "7.12.7" |
| 789 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad" |
| 790 | + integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg== |
791 | 791 | dependencies: |
792 | 792 | "@babel/helper-plugin-utils" "^7.10.4" |
793 | | - "@babel/helper-regex" "^7.10.4" |
794 | 793 |
|
795 | 794 | "@babel/plugin-transform-template-literals@^7.12.1": |
796 | 795 | version "7.12.1" |
|
822 | 821 | "@babel/helper-plugin-utils" "^7.10.4" |
823 | 822 |
|
824 | 823 | "@babel/preset-env@^7.7.5": |
825 | | - version "7.12.1" |
826 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2" |
827 | | - integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg== |
| 824 | + version "7.12.7" |
| 825 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55" |
| 826 | + integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew== |
828 | 827 | dependencies: |
829 | | - "@babel/compat-data" "^7.12.1" |
830 | | - "@babel/helper-compilation-targets" "^7.12.1" |
831 | | - "@babel/helper-module-imports" "^7.12.1" |
| 828 | + "@babel/compat-data" "^7.12.7" |
| 829 | + "@babel/helper-compilation-targets" "^7.12.5" |
| 830 | + "@babel/helper-module-imports" "^7.12.5" |
832 | 831 | "@babel/helper-plugin-utils" "^7.10.4" |
833 | 832 | "@babel/helper-validator-option" "^7.12.1" |
834 | 833 | "@babel/plugin-proposal-async-generator-functions" "^7.12.1" |
|
838 | 837 | "@babel/plugin-proposal-json-strings" "^7.12.1" |
839 | 838 | "@babel/plugin-proposal-logical-assignment-operators" "^7.12.1" |
840 | 839 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1" |
841 | | - "@babel/plugin-proposal-numeric-separator" "^7.12.1" |
| 840 | + "@babel/plugin-proposal-numeric-separator" "^7.12.7" |
842 | 841 | "@babel/plugin-proposal-object-rest-spread" "^7.12.1" |
843 | 842 | "@babel/plugin-proposal-optional-catch-binding" "^7.12.1" |
844 | | - "@babel/plugin-proposal-optional-chaining" "^7.12.1" |
| 843 | + "@babel/plugin-proposal-optional-chaining" "^7.12.7" |
845 | 844 | "@babel/plugin-proposal-private-methods" "^7.12.1" |
846 | 845 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.1" |
847 | 846 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
|
883 | 882 | "@babel/plugin-transform-reserved-words" "^7.12.1" |
884 | 883 | "@babel/plugin-transform-shorthand-properties" "^7.12.1" |
885 | 884 | "@babel/plugin-transform-spread" "^7.12.1" |
886 | | - "@babel/plugin-transform-sticky-regex" "^7.12.1" |
| 885 | + "@babel/plugin-transform-sticky-regex" "^7.12.7" |
887 | 886 | "@babel/plugin-transform-template-literals" "^7.12.1" |
888 | 887 | "@babel/plugin-transform-typeof-symbol" "^7.12.1" |
889 | 888 | "@babel/plugin-transform-unicode-escapes" "^7.12.1" |
890 | 889 | "@babel/plugin-transform-unicode-regex" "^7.12.1" |
891 | 890 | "@babel/preset-modules" "^0.1.3" |
892 | | - "@babel/types" "^7.12.1" |
893 | | - core-js-compat "^3.6.2" |
| 891 | + "@babel/types" "^7.12.7" |
| 892 | + core-js-compat "^3.7.0" |
894 | 893 | semver "^5.5.0" |
895 | 894 |
|
896 | 895 | "@babel/preset-modules@^0.1.3": |
|
974 | 973 | globals "^11.1.0" |
975 | 974 | lodash "^4.17.19" |
976 | 975 |
|
977 | | -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
978 | | - version "7.12.1" |
979 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae" |
980 | | - integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA== |
| 976 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
| 977 | + version "7.12.7" |
| 978 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" |
| 979 | + integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== |
981 | 980 | dependencies: |
982 | 981 | "@babel/helper-validator-identifier" "^7.10.4" |
983 | 982 | lodash "^4.17.19" |
@@ -1759,15 +1758,16 @@ browser-process-hrtime@^1.0.0: |
1759 | 1758 | resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626" |
1760 | 1759 | integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== |
1761 | 1760 |
|
1762 | | -browserslist@^4.12.0, browserslist@^4.8.3: |
1763 | | - version "4.12.0" |
1764 | | - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d" |
1765 | | - integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== |
| 1761 | +browserslist@^4.14.5, browserslist@^4.14.6: |
| 1762 | + version "4.14.7" |
| 1763 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6" |
| 1764 | + integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ== |
1766 | 1765 | dependencies: |
1767 | | - caniuse-lite "^1.0.30001043" |
1768 | | - electron-to-chromium "^1.3.413" |
1769 | | - node-releases "^1.1.53" |
1770 | | - pkg-up "^2.0.0" |
| 1766 | + caniuse-lite "^1.0.30001157" |
| 1767 | + colorette "^1.2.1" |
| 1768 | + electron-to-chromium "^1.3.591" |
| 1769 | + escalade "^3.1.1" |
| 1770 | + node-releases "^1.1.66" |
1771 | 1771 |
|
1772 | 1772 | bser@2.1.1: |
1773 | 1773 | version "2.1.1" |
@@ -1816,10 +1816,10 @@ camelcase@^6.0.0: |
1816 | 1816 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.0.0.tgz#5259f7c30e35e278f1bdc2a4d91230b37cad981e" |
1817 | 1817 | integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== |
1818 | 1818 |
|
1819 | | -caniuse-lite@^1.0.30001043: |
1820 | | - version "1.0.30001048" |
1821 | | - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001048.tgz#4bb4f1bc2eb304e5e1154da80b93dee3f1cf447e" |
1822 | | - integrity sha512-g1iSHKVxornw0K8LG9LLdf+Fxnv7T1Z+mMsf0/YYLclQX4Cd522Ap0Lrw6NFqHgezit78dtyWxzlV2Xfc7vgRg== |
| 1819 | +caniuse-lite@^1.0.30001157: |
| 1820 | + version "1.0.30001159" |
| 1821 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20" |
| 1822 | + integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA== |
1823 | 1823 |
|
1824 | 1824 | capture-exit@^2.0.0: |
1825 | 1825 | version "2.0.0" |
@@ -1945,6 +1945,11 @@ color-name@~1.1.4: |
1945 | 1945 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
1946 | 1946 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== |
1947 | 1947 |
|
| 1948 | +colorette@^1.2.1: |
| 1949 | + version "1.2.1" |
| 1950 | + resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b" |
| 1951 | + integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== |
| 1952 | + |
1948 | 1953 | combined-stream@^1.0.6, combined-stream@~1.0.6: |
1949 | 1954 | version "1.0.8" |
1950 | 1955 | resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" |
@@ -1989,12 +1994,12 @@ copy-descriptor@^0.1.0: |
1989 | 1994 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" |
1990 | 1995 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= |
1991 | 1996 |
|
1992 | | -core-js-compat@^3.6.2: |
1993 | | - version "3.6.4" |
1994 | | - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.4.tgz#938476569ebb6cda80d339bcf199fae4f16fff17" |
1995 | | - integrity sha512-zAa3IZPvsJ0slViBQ2z+vgyyTuhd3MFn1rBQjZSKVEgB0UMYhUkCj9jJUVPgGTGqWvsBVmfnruXgTcNyTlEiSA== |
| 1997 | +core-js-compat@^3.7.0: |
| 1998 | + version "3.7.0" |
| 1999 | + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed" |
| 2000 | + integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg== |
1996 | 2001 | dependencies: |
1997 | | - browserslist "^4.8.3" |
| 2002 | + browserslist "^4.14.6" |
1998 | 2003 | semver "7.0.0" |
1999 | 2004 |
|
2000 | 2005 | core-util-is@1.0.2: |
@@ -2211,10 +2216,10 @@ ecc-jsbn@~0.1.1: |
2211 | 2216 | jsbn "~0.1.0" |
2212 | 2217 | safer-buffer "^2.1.0" |
2213 | 2218 |
|
2214 | | -electron-to-chromium@^1.3.413: |
2215 | | - version "1.3.424" |
2216 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.424.tgz#29bf66325521209180829e8c8b5164deaf0f86b8" |
2217 | | - integrity sha512-h8apsMr1RK3OusH8iwxlJ7TZkpgWfg2HvTXZ3o1w9R/SeRKX0hEGMQmRyTWijZAloHfmfwTLaPurVqKWdFC5dw== |
| 2219 | +electron-to-chromium@^1.3.591: |
| 2220 | + version "1.3.603" |
| 2221 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.603.tgz#1b71bec27fb940eccd79245f6824c63d5f7e8abf" |
| 2222 | + integrity sha512-J8OHxOeJkoSLgBXfV9BHgKccgfLMHh+CoeRo6wJsi6m0k3otaxS/5vrHpMNSEYY4MISwewqanPOuhAtuE8riQQ== |
2218 | 2223 |
|
2219 | 2224 | emittery@^0.7.1: |
2220 | 2225 | version "0.7.1" |
@@ -2278,6 +2283,11 @@ es-to-primitive@^1.2.1: |
2278 | 2283 | is-date-object "^1.0.1" |
2279 | 2284 | is-symbol "^1.0.2" |
2280 | 2285 |
|
| 2286 | +escalade@^3.1.1: |
| 2287 | + version "3.1.1" |
| 2288 | + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" |
| 2289 | + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== |
| 2290 | + |
2281 | 2291 | escape-string-regexp@^1.0.5: |
2282 | 2292 | version "1.0.5" |
2283 | 2293 | resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" |
@@ -4111,10 +4121,10 @@ node-notifier@^8.0.0: |
4111 | 4121 | uuid "^8.3.0" |
4112 | 4122 | which "^2.0.2" |
4113 | 4123 |
|
4114 | | -node-releases@^1.1.53: |
4115 | | - version "1.1.53" |
4116 | | - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz#2d821bfa499ed7c5dffc5e2f28c88e78a08ee3f4" |
4117 | | - integrity sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ== |
| 4124 | +node-releases@^1.1.66: |
| 4125 | + version "1.1.67" |
| 4126 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12" |
| 4127 | + integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg== |
4118 | 4128 |
|
4119 | 4129 | normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: |
4120 | 4130 | version "2.5.0" |
@@ -4423,13 +4433,6 @@ pkg-dir@^4.2.0: |
4423 | 4433 | dependencies: |
4424 | 4434 | find-up "^4.0.0" |
4425 | 4435 |
|
4426 | | -pkg-up@^2.0.0: |
4427 | | - version "2.0.0" |
4428 | | - resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f" |
4429 | | - integrity sha1-yBmscoBZpGHKscOImivjxJoATX8= |
4430 | | - dependencies: |
4431 | | - find-up "^2.1.0" |
4432 | | - |
4433 | 4436 | posix-character-classes@^0.1.0: |
4434 | 4437 | version "0.1.1" |
4435 | 4438 | resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" |
|
0 commit comments