Skip to content

Commit 803a7f6

Browse files
chore(deps): bump babel-plugin-styled-components to ^2.0.0
1 parent 9ad187b commit 803a7f6

2 files changed

Lines changed: 153 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@typescript-eslint/parser": "^5.0.0",
6464
"@vitejs/plugin-react-refresh": "^1.3.6",
6565
"babel-loader": "^8.2.2",
66-
"babel-plugin-styled-components": "^1.13.2",
66+
"babel-plugin-styled-components": "^2.0.0",
6767
"body-parser": "^1.19.0",
6868
"commitizen": "^4.2.4",
6969
"core-js": "^3.18.2",

yarn.lock

Lines changed: 152 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
dependencies:
1717
"@babel/highlight" "^7.14.5"
1818

19+
"@babel/code-frame@^7.27.1":
20+
version "7.27.1"
21+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
22+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
23+
dependencies:
24+
"@babel/helper-validator-identifier" "^7.27.1"
25+
js-tokens "^4.0.0"
26+
picocolors "^1.1.1"
27+
1928
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
2029
version "7.15.0"
2130
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
@@ -73,13 +82,31 @@
7382
jsesc "^2.5.1"
7483
source-map "^0.5.0"
7584

85+
"@babel/generator@^7.28.0":
86+
version "7.28.0"
87+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
88+
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
89+
dependencies:
90+
"@babel/parser" "^7.28.0"
91+
"@babel/types" "^7.28.0"
92+
"@jridgewell/gen-mapping" "^0.3.12"
93+
"@jridgewell/trace-mapping" "^0.3.28"
94+
jsesc "^3.0.2"
95+
7696
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4":
7797
version "7.15.4"
7898
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
7999
integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==
80100
dependencies:
81101
"@babel/types" "^7.15.4"
82102

103+
"@babel/helper-annotate-as-pure@^7.22.5":
104+
version "7.27.3"
105+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
106+
integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==
107+
dependencies:
108+
"@babel/types" "^7.27.3"
109+
83110
"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
84111
version "7.15.4"
85112
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz#21ad815f609b84ee0e3058676c33cf6d1670525f"
@@ -169,6 +196,11 @@
169196
dependencies:
170197
"@babel/types" "^7.15.4"
171198

199+
"@babel/helper-globals@^7.28.0":
200+
version "7.28.0"
201+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
202+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
203+
172204
"@babel/helper-hoist-variables@^7.15.4":
173205
version "7.15.4"
174206
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
@@ -190,6 +222,14 @@
190222
dependencies:
191223
"@babel/types" "^7.15.4"
192224

225+
"@babel/helper-module-imports@^7.22.5":
226+
version "7.27.1"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
228+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
229+
dependencies:
230+
"@babel/traverse" "^7.27.1"
231+
"@babel/types" "^7.27.1"
232+
193233
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8":
194234
version "7.15.8"
195235
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
@@ -221,6 +261,11 @@
221261
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
222262
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
223263

264+
"@babel/helper-plugin-utils@^7.27.1":
265+
version "7.27.1"
266+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
267+
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
268+
224269
"@babel/helper-remap-async-to-generator@^7.14.5", "@babel/helper-remap-async-to-generator@^7.15.4":
225270
version "7.15.4"
226271
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz#2637c0731e4c90fbf58ac58b50b2b5a192fc970f"
@@ -261,11 +306,21 @@
261306
dependencies:
262307
"@babel/types" "^7.15.4"
263308

309+
"@babel/helper-string-parser@^7.27.1":
310+
version "7.27.1"
311+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
312+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
313+
264314
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
265315
version "7.15.7"
266316
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
267317
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
268318

319+
"@babel/helper-validator-identifier@^7.27.1":
320+
version "7.27.1"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
322+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
323+
269324
"@babel/helper-validator-option@^7.14.5":
270325
version "7.14.5"
271326
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -304,6 +359,13 @@
304359
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
305360
integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
306361

362+
"@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
363+
version "7.28.0"
364+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
365+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
366+
dependencies:
367+
"@babel/types" "^7.28.0"
368+
307369
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
308370
version "7.15.4"
309371
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e"
@@ -558,6 +620,13 @@
558620
dependencies:
559621
"@babel/helper-plugin-utils" "^7.14.5"
560622

623+
"@babel/plugin-syntax-jsx@^7.22.5":
624+
version "7.27.1"
625+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz#2f9beb5eff30fa507c5532d107daac7b888fa34c"
626+
integrity sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==
627+
dependencies:
628+
"@babel/helper-plugin-utils" "^7.27.1"
629+
561630
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
562631
version "7.10.4"
563632
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
@@ -1088,6 +1157,15 @@
10881157
"@babel/parser" "^7.15.4"
10891158
"@babel/types" "^7.15.4"
10901159

1160+
"@babel/template@^7.27.2":
1161+
version "7.27.2"
1162+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1163+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1164+
dependencies:
1165+
"@babel/code-frame" "^7.27.1"
1166+
"@babel/parser" "^7.27.2"
1167+
"@babel/types" "^7.27.1"
1168+
10911169
"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.2":
10921170
version "7.15.4"
10931171
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
@@ -1103,6 +1181,19 @@
11031181
debug "^4.1.0"
11041182
globals "^11.1.0"
11051183

1184+
"@babel/traverse@^7.27.1":
1185+
version "7.28.0"
1186+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
1187+
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
1188+
dependencies:
1189+
"@babel/code-frame" "^7.27.1"
1190+
"@babel/generator" "^7.28.0"
1191+
"@babel/helper-globals" "^7.28.0"
1192+
"@babel/parser" "^7.28.0"
1193+
"@babel/template" "^7.27.2"
1194+
"@babel/types" "^7.28.0"
1195+
debug "^4.3.1"
1196+
11061197
"@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.14.9", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.5.0":
11071198
version "7.15.6"
11081199
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
@@ -1111,6 +1202,14 @@
11111202
"@babel/helper-validator-identifier" "^7.14.9"
11121203
to-fast-properties "^2.0.0"
11131204

1205+
"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.0":
1206+
version "7.28.2"
1207+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1208+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1209+
dependencies:
1210+
"@babel/helper-string-parser" "^7.27.1"
1211+
"@babel/helper-validator-identifier" "^7.27.1"
1212+
11141213
"@base2/pretty-print-object@1.0.0":
11151214
version "1.0.0"
11161215
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
@@ -1583,6 +1682,32 @@
15831682
"@types/yargs" "^16.0.0"
15841683
chalk "^4.0.0"
15851684

1685+
"@jridgewell/gen-mapping@^0.3.12":
1686+
version "0.3.13"
1687+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
1688+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
1689+
dependencies:
1690+
"@jridgewell/sourcemap-codec" "^1.5.0"
1691+
"@jridgewell/trace-mapping" "^0.3.24"
1692+
1693+
"@jridgewell/resolve-uri@^3.1.0":
1694+
version "3.1.2"
1695+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
1696+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
1697+
1698+
"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0":
1699+
version "1.5.5"
1700+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba"
1701+
integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
1702+
1703+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.28":
1704+
version "0.3.30"
1705+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.30.tgz#4a76c4daeee5df09f5d3940e087442fb36ce2b99"
1706+
integrity sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==
1707+
dependencies:
1708+
"@jridgewell/resolve-uri" "^3.1.0"
1709+
"@jridgewell/sourcemap-codec" "^1.4.14"
1710+
15861711
"@lottiefiles/react-lottie-player@^3.4.1":
15871712
version "3.4.1"
15881713
resolved "https://registry.yarnpkg.com/@lottiefiles/react-lottie-player/-/react-lottie-player-3.4.1.tgz#e0735aa451a6bb518c7e425a8a43fc527d372f37"
@@ -4631,7 +4756,7 @@ babel-plugin-styled-components@1.10.x:
46314756
babel-plugin-syntax-jsx "^6.18.0"
46324757
lodash "^4.17.11"
46334758

4634-
"babel-plugin-styled-components@>= 1.12.0", babel-plugin-styled-components@^1.13.2:
4759+
"babel-plugin-styled-components@>= 1.12.0":
46354760
version "1.13.2"
46364761
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.2.tgz#ebe0e6deff51d7f93fceda1819e9b96aeb88278d"
46374762
integrity sha512-Vb1R3d4g+MUfPQPVDMCGjm3cDocJEUTR7Xq7QS95JWWeksN1wdFRYpD2kulDgI3Huuaf1CZd+NK4KQmqUFh5dA==
@@ -4641,6 +4766,17 @@ babel-plugin-styled-components@1.10.x:
46414766
babel-plugin-syntax-jsx "^6.18.0"
46424767
lodash "^4.17.11"
46434768

4769+
babel-plugin-styled-components@^2.0.0:
4770+
version "2.1.4"
4771+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz#9a1f37c7f32ef927b4b008b529feb4a2c82b1092"
4772+
integrity sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==
4773+
dependencies:
4774+
"@babel/helper-annotate-as-pure" "^7.22.5"
4775+
"@babel/helper-module-imports" "^7.22.5"
4776+
"@babel/plugin-syntax-jsx" "^7.22.5"
4777+
lodash "^4.17.21"
4778+
picomatch "^2.3.1"
4779+
46444780
babel-plugin-syntax-jsx@^6.18.0:
46454781
version "6.18.0"
46464782
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
@@ -10365,6 +10501,11 @@ jsesc@^2.5.1:
1036510501
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
1036610502
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
1036710503

10504+
jsesc@^3.0.2:
10505+
version "3.1.0"
10506+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d"
10507+
integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==
10508+
1036810509
jsesc@~0.5.0:
1036910510
version "0.5.0"
1037010511
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -12678,11 +12819,21 @@ picocolors@^0.2.1:
1267812819
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
1267912820
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
1268012821

12822+
picocolors@^1.1.1:
12823+
version "1.1.1"
12824+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
12825+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
12826+
1268112827
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:
1268212828
version "2.3.0"
1268312829
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
1268412830
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
1268512831

12832+
picomatch@^2.3.1:
12833+
version "2.3.1"
12834+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
12835+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
12836+
1268612837
pify@^3.0.0:
1268712838
version "3.0.0"
1268812839
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"

0 commit comments

Comments
 (0)