Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 696fae7

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): lock file maintenance
1 parent 21c35d8 commit 696fae7

File tree

1 file changed

+143
-148
lines changed

1 file changed

+143
-148
lines changed

yarn.lock

Lines changed: 143 additions & 148 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
6-
version "7.12.11"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
8-
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13":
6+
version "7.12.13"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
8+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
99
dependencies:
10-
"@babel/highlight" "^7.10.4"
10+
"@babel/highlight" "^7.12.13"
1111

1212
"@babel/core@^7.7.5":
13-
version "7.12.10"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
15-
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
16-
dependencies:
17-
"@babel/code-frame" "^7.10.4"
18-
"@babel/generator" "^7.12.10"
19-
"@babel/helper-module-transforms" "^7.12.1"
20-
"@babel/helpers" "^7.12.5"
21-
"@babel/parser" "^7.12.10"
22-
"@babel/template" "^7.12.7"
23-
"@babel/traverse" "^7.12.10"
24-
"@babel/types" "^7.12.10"
13+
version "7.12.13"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
15+
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
16+
dependencies:
17+
"@babel/code-frame" "^7.12.13"
18+
"@babel/generator" "^7.12.13"
19+
"@babel/helper-module-transforms" "^7.12.13"
20+
"@babel/helpers" "^7.12.13"
21+
"@babel/parser" "^7.12.13"
22+
"@babel/template" "^7.12.13"
23+
"@babel/traverse" "^7.12.13"
24+
"@babel/types" "^7.12.13"
2525
convert-source-map "^1.7.0"
2626
debug "^4.1.0"
2727
gensync "^1.0.0-beta.1"
@@ -30,147 +30,147 @@
3030
semver "^5.4.1"
3131
source-map "^0.5.0"
3232

33-
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11":
34-
version "7.12.11"
35-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
36-
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
33+
"@babel/generator@^7.12.13":
34+
version "7.12.15"
35+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
36+
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
3737
dependencies:
38-
"@babel/types" "^7.12.11"
38+
"@babel/types" "^7.12.13"
3939
jsesc "^2.5.1"
4040
source-map "^0.5.0"
4141

42-
"@babel/helper-function-name@^7.12.11":
43-
version "7.12.11"
44-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
45-
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
46-
dependencies:
47-
"@babel/helper-get-function-arity" "^7.12.10"
48-
"@babel/template" "^7.12.7"
49-
"@babel/types" "^7.12.11"
50-
51-
"@babel/helper-get-function-arity@^7.12.10":
52-
version "7.12.10"
53-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
54-
integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
55-
dependencies:
56-
"@babel/types" "^7.12.10"
57-
58-
"@babel/helper-member-expression-to-functions@^7.12.7":
59-
version "7.12.7"
60-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
61-
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
62-
dependencies:
63-
"@babel/types" "^7.12.7"
64-
65-
"@babel/helper-module-imports@^7.12.1":
66-
version "7.12.5"
67-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
68-
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
69-
dependencies:
70-
"@babel/types" "^7.12.5"
71-
72-
"@babel/helper-module-transforms@^7.12.1":
73-
version "7.12.1"
74-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
75-
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
76-
dependencies:
77-
"@babel/helper-module-imports" "^7.12.1"
78-
"@babel/helper-replace-supers" "^7.12.1"
79-
"@babel/helper-simple-access" "^7.12.1"
80-
"@babel/helper-split-export-declaration" "^7.11.0"
81-
"@babel/helper-validator-identifier" "^7.10.4"
82-
"@babel/template" "^7.10.4"
83-
"@babel/traverse" "^7.12.1"
84-
"@babel/types" "^7.12.1"
42+
"@babel/helper-function-name@^7.12.13":
43+
version "7.12.13"
44+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
45+
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
46+
dependencies:
47+
"@babel/helper-get-function-arity" "^7.12.13"
48+
"@babel/template" "^7.12.13"
49+
"@babel/types" "^7.12.13"
50+
51+
"@babel/helper-get-function-arity@^7.12.13":
52+
version "7.12.13"
53+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
54+
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
55+
dependencies:
56+
"@babel/types" "^7.12.13"
57+
58+
"@babel/helper-member-expression-to-functions@^7.12.13":
59+
version "7.12.13"
60+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40"
61+
integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ==
62+
dependencies:
63+
"@babel/types" "^7.12.13"
64+
65+
"@babel/helper-module-imports@^7.12.13":
66+
version "7.12.13"
67+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
68+
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
69+
dependencies:
70+
"@babel/types" "^7.12.13"
71+
72+
"@babel/helper-module-transforms@^7.12.13":
73+
version "7.12.13"
74+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea"
75+
integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA==
76+
dependencies:
77+
"@babel/helper-module-imports" "^7.12.13"
78+
"@babel/helper-replace-supers" "^7.12.13"
79+
"@babel/helper-simple-access" "^7.12.13"
80+
"@babel/helper-split-export-declaration" "^7.12.13"
81+
"@babel/helper-validator-identifier" "^7.12.11"
82+
"@babel/template" "^7.12.13"
83+
"@babel/traverse" "^7.12.13"
84+
"@babel/types" "^7.12.13"
8585
lodash "^4.17.19"
8686

87-
"@babel/helper-optimise-call-expression@^7.12.10":
88-
version "7.12.10"
89-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d"
90-
integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ==
87+
"@babel/helper-optimise-call-expression@^7.12.13":
88+
version "7.12.13"
89+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
90+
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
9191
dependencies:
92-
"@babel/types" "^7.12.10"
92+
"@babel/types" "^7.12.13"
9393

94-
"@babel/helper-replace-supers@^7.12.1":
95-
version "7.12.11"
96-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz#ea511658fc66c7908f923106dd88e08d1997d60d"
97-
integrity sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA==
94+
"@babel/helper-replace-supers@^7.12.13":
95+
version "7.12.13"
96+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121"
97+
integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg==
9898
dependencies:
99-
"@babel/helper-member-expression-to-functions" "^7.12.7"
100-
"@babel/helper-optimise-call-expression" "^7.12.10"
101-
"@babel/traverse" "^7.12.10"
102-
"@babel/types" "^7.12.11"
99+
"@babel/helper-member-expression-to-functions" "^7.12.13"
100+
"@babel/helper-optimise-call-expression" "^7.12.13"
101+
"@babel/traverse" "^7.12.13"
102+
"@babel/types" "^7.12.13"
103103

104-
"@babel/helper-simple-access@^7.12.1":
105-
version "7.12.1"
106-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
107-
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
104+
"@babel/helper-simple-access@^7.12.13":
105+
version "7.12.13"
106+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
107+
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
108108
dependencies:
109-
"@babel/types" "^7.12.1"
109+
"@babel/types" "^7.12.13"
110110

111-
"@babel/helper-split-export-declaration@^7.11.0", "@babel/helper-split-export-declaration@^7.12.11":
112-
version "7.12.11"
113-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
114-
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
111+
"@babel/helper-split-export-declaration@^7.12.13":
112+
version "7.12.13"
113+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
114+
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
115115
dependencies:
116-
"@babel/types" "^7.12.11"
116+
"@babel/types" "^7.12.13"
117117

118-
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
118+
"@babel/helper-validator-identifier@^7.12.11":
119119
version "7.12.11"
120120
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
121121
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
122122

123-
"@babel/helpers@^7.12.5":
124-
version "7.12.5"
125-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
126-
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
123+
"@babel/helpers@^7.12.13":
124+
version "7.12.13"
125+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
126+
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
127127
dependencies:
128-
"@babel/template" "^7.10.4"
129-
"@babel/traverse" "^7.12.5"
130-
"@babel/types" "^7.12.5"
128+
"@babel/template" "^7.12.13"
129+
"@babel/traverse" "^7.12.13"
130+
"@babel/types" "^7.12.13"
131131

132-
"@babel/highlight@^7.10.4":
133-
version "7.10.4"
134-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
135-
integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
132+
"@babel/highlight@^7.12.13":
133+
version "7.12.13"
134+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
135+
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
136136
dependencies:
137-
"@babel/helper-validator-identifier" "^7.10.4"
137+
"@babel/helper-validator-identifier" "^7.12.11"
138138
chalk "^2.0.0"
139139
js-tokens "^4.0.0"
140140

141-
"@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7":
142-
version "7.12.11"
143-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
144-
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
145-
146-
"@babel/template@^7.10.4", "@babel/template@^7.12.7":
147-
version "7.12.7"
148-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
149-
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
150-
dependencies:
151-
"@babel/code-frame" "^7.10.4"
152-
"@babel/parser" "^7.12.7"
153-
"@babel/types" "^7.12.7"
154-
155-
"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5":
156-
version "7.12.12"
157-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
158-
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
159-
dependencies:
160-
"@babel/code-frame" "^7.12.11"
161-
"@babel/generator" "^7.12.11"
162-
"@babel/helper-function-name" "^7.12.11"
163-
"@babel/helper-split-export-declaration" "^7.12.11"
164-
"@babel/parser" "^7.12.11"
165-
"@babel/types" "^7.12.12"
141+
"@babel/parser@^7.12.13":
142+
version "7.12.15"
143+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
144+
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
145+
146+
"@babel/template@^7.12.13":
147+
version "7.12.13"
148+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
149+
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
150+
dependencies:
151+
"@babel/code-frame" "^7.12.13"
152+
"@babel/parser" "^7.12.13"
153+
"@babel/types" "^7.12.13"
154+
155+
"@babel/traverse@^7.12.13":
156+
version "7.12.13"
157+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
158+
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
159+
dependencies:
160+
"@babel/code-frame" "^7.12.13"
161+
"@babel/generator" "^7.12.13"
162+
"@babel/helper-function-name" "^7.12.13"
163+
"@babel/helper-split-export-declaration" "^7.12.13"
164+
"@babel/parser" "^7.12.13"
165+
"@babel/types" "^7.12.13"
166166
debug "^4.1.0"
167167
globals "^11.1.0"
168168
lodash "^4.17.19"
169169

170-
"@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.7":
171-
version "7.12.12"
172-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
173-
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
170+
"@babel/types@^7.12.13":
171+
version "7.12.13"
172+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
173+
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==
174174
dependencies:
175175
"@babel/helper-validator-identifier" "^7.12.11"
176176
lodash "^4.17.19"
@@ -271,12 +271,7 @@
271271
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
272272
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
273273

274-
"@types/node@*":
275-
version "14.14.22"
276-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.22.tgz#0d29f382472c4ccf3bd96ff0ce47daf5b7b84b18"
277-
integrity sha512-g+f/qj/cNcqKkc3tFqlXOYjrmZA+jNBiDzbP3kH+B+otKFqAdPgVTGP1IeKRdMml/aE69as5S4FqtxAbl+LaMw==
278-
279-
"@types/node@14.14.25":
274+
"@types/node@*", "@types/node@14.14.25":
280275
version "14.14.25"
281276
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93"
282277
integrity sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ==
@@ -1065,9 +1060,9 @@ binary-extensions@^2.0.0:
10651060
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
10661061

10671062
bl@^4.0.3:
1068-
version "4.0.3"
1069-
resolved "https://registry.yarnpkg.com/bl/-/bl-4.0.3.tgz#12d6287adc29080e22a705e5764b2a9522cdc489"
1070-
integrity sha512-fs4G6/Hu4/EE+F75J8DuN/0IpQqNjAdC7aEQv7Qt8MHGUH7Ckv2MwTEEeN9QehD0pfIDkMI1bkHYkKy7xHyKIg==
1063+
version "4.0.4"
1064+
resolved "https://registry.yarnpkg.com/bl/-/bl-4.0.4.tgz#f4fda39f81a811d0df6368c1ed91dae499d1c900"
1065+
integrity sha512-7tdr4EpSd7jJ6tuQ21vu2ke8w7pNEstzj1O8wwq6sNNzO3UDi5MA8Gny/gquCj7r2C6fHudg8tKRGyjRgmvNxQ==
10711066
dependencies:
10721067
buffer "^5.5.0"
10731068
inherits "^2.0.4"
@@ -2254,9 +2249,9 @@ fs.realpath@^1.0.0:
22542249
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
22552250

22562251
fsevents@~2.3.1:
2257-
version "2.3.1"
2258-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.1.tgz#b209ab14c61012636c8863507edf7fb68cc54e9f"
2259-
integrity sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==
2252+
version "2.3.2"
2253+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
2254+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
22602255

22612256
function-bind@^1.1.1:
22622257
version "1.1.1"
@@ -2441,9 +2436,9 @@ got@^9.6.0:
24412436
url-parse-lax "^3.0.0"
24422437

24432438
graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.2.4:
2444-
version "4.2.4"
2445-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
2446-
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
2439+
version "4.2.5"
2440+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.5.tgz#bc18864a6c9fc7b303f2e2abdb9155ad178fbe29"
2441+
integrity sha512-kBBSQbz2K0Nyn+31j/w36fUfxkBW9/gfwRWdUY1ULReH3iokVJgddZAFcD1D0xlgTmFxJCbUkUclAlc6/IDJkw==
24472442

24482443
handlebars@^4.7.6:
24492444
version "4.7.6"
@@ -4917,9 +4912,9 @@ typescript@4.1.3:
49174912
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
49184913

49194914
uglify-js@^3.1.4:
4920-
version "3.12.6"
4921-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.6.tgz#f884584fcc42e10bca70db5cb32e8625c2c42535"
4922-
integrity sha512-aqWHe3DfQmZUDGWBbabZ2eQnJlQd1fKlMUu7gV+MiTuDzdgDw31bI3wA2jLLsV/hNcDP26IfyEgSVoft5+0SVw==
4915+
version "3.12.7"
4916+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.7.tgz#be4f06142a67bd91ef868b4e111dc241e151bff3"
4917+
integrity sha512-SIZhkoh+U/wjW+BHGhVwE9nt8tWJspncloBcFapkpGRwNPqcH8pzX36BXe3TPBjzHWPMUZotpCigak/udWNr1Q==
49234918

49244919
unique-string@^2.0.0:
49254920
version "2.0.0"

0 commit comments

Comments
 (0)