Skip to content

Commit b878824

Browse files
build(deps): bump @babel/core from 7.26.0 to 7.29.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.0 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50042e8 commit b878824

1 file changed

Lines changed: 145 additions & 57 deletions

File tree

yarn.lock

Lines changed: 145 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@ampproject/remapping@^2.2.0":
6-
version "2.3.0"
7-
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
8-
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
9-
dependencies:
10-
"@jridgewell/gen-mapping" "^0.3.5"
11-
"@jridgewell/trace-mapping" "^0.3.24"
12-
135
"@asamuzakjp/css-color@^3.2.0":
146
version "3.2.0"
157
resolved "https://registry.yarnpkg.com/@asamuzakjp/css-color/-/css-color-3.2.0.tgz#cc42f5b85c593f79f1fa4f25d2b9b321e61d1794"
@@ -21,7 +13,7 @@
2113
"@csstools/css-tokenizer" "^3.0.3"
2214
lru-cache "^10.4.3"
2315

24-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.21.4", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.28.6":
16+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.21.4", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.28.6":
2517
version "7.29.0"
2618
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
2719
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
@@ -30,33 +22,42 @@
3022
js-tokens "^4.0.0"
3123
picocolors "^1.1.1"
3224

33-
"@babel/compat-data@^7.25.9":
34-
version "7.26.3"
35-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.3.tgz#99488264a56b2aded63983abd6a417f03b92ed02"
36-
integrity sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==
25+
"@babel/code-frame@^7.29.7":
26+
version "7.29.7"
27+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
28+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
29+
dependencies:
30+
"@babel/helper-validator-identifier" "^7.29.7"
31+
js-tokens "^4.0.0"
32+
picocolors "^1.1.1"
33+
34+
"@babel/compat-data@^7.29.7":
35+
version "7.29.7"
36+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
37+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
3738

3839
"@babel/core@^7.26.0":
39-
version "7.26.0"
40-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
41-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
42-
dependencies:
43-
"@ampproject/remapping" "^2.2.0"
44-
"@babel/code-frame" "^7.26.0"
45-
"@babel/generator" "^7.26.0"
46-
"@babel/helper-compilation-targets" "^7.25.9"
47-
"@babel/helper-module-transforms" "^7.26.0"
48-
"@babel/helpers" "^7.26.0"
49-
"@babel/parser" "^7.26.0"
50-
"@babel/template" "^7.25.9"
51-
"@babel/traverse" "^7.25.9"
52-
"@babel/types" "^7.26.0"
40+
version "7.29.7"
41+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
42+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
43+
dependencies:
44+
"@babel/code-frame" "^7.29.7"
45+
"@babel/generator" "^7.29.7"
46+
"@babel/helper-compilation-targets" "^7.29.7"
47+
"@babel/helper-module-transforms" "^7.29.7"
48+
"@babel/helpers" "^7.29.7"
49+
"@babel/parser" "^7.29.7"
50+
"@babel/template" "^7.29.7"
51+
"@babel/traverse" "^7.29.7"
52+
"@babel/types" "^7.29.7"
53+
"@jridgewell/remapping" "^2.3.5"
5354
convert-source-map "^2.0.0"
5455
debug "^4.1.0"
5556
gensync "^1.0.0-beta.2"
5657
json5 "^2.2.3"
5758
semver "^6.3.1"
5859

59-
"@babel/generator@^7.26.0", "@babel/generator@^7.26.3":
60+
"@babel/generator@^7.26.3":
6061
version "7.26.3"
6162
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.3.tgz#ab8d4360544a425c90c248df7059881f4b2ce019"
6263
integrity sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==
@@ -67,33 +68,57 @@
6768
"@jridgewell/trace-mapping" "^0.3.25"
6869
jsesc "^3.0.2"
6970

70-
"@babel/helper-compilation-targets@^7.25.9":
71-
version "7.25.9"
72-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
73-
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
71+
"@babel/generator@^7.29.7":
72+
version "7.29.7"
73+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
74+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
75+
dependencies:
76+
"@babel/parser" "^7.29.7"
77+
"@babel/types" "^7.29.7"
78+
"@jridgewell/gen-mapping" "^0.3.12"
79+
"@jridgewell/trace-mapping" "^0.3.28"
80+
jsesc "^3.0.2"
81+
82+
"@babel/helper-compilation-targets@^7.29.7":
83+
version "7.29.7"
84+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
85+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
7486
dependencies:
75-
"@babel/compat-data" "^7.25.9"
76-
"@babel/helper-validator-option" "^7.25.9"
87+
"@babel/compat-data" "^7.29.7"
88+
"@babel/helper-validator-option" "^7.29.7"
7789
browserslist "^4.24.0"
7890
lru-cache "^5.1.1"
7991
semver "^6.3.1"
8092

81-
"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.25.9":
93+
"@babel/helper-globals@^7.29.7":
94+
version "7.29.7"
95+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
96+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
97+
98+
"@babel/helper-module-imports@^7.16.7":
8299
version "7.25.9"
83100
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
84101
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
85102
dependencies:
86103
"@babel/traverse" "^7.25.9"
87104
"@babel/types" "^7.25.9"
88105

89-
"@babel/helper-module-transforms@^7.26.0":
90-
version "7.26.0"
91-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
92-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
106+
"@babel/helper-module-imports@^7.29.7":
107+
version "7.29.7"
108+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
109+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
93110
dependencies:
94-
"@babel/helper-module-imports" "^7.25.9"
95-
"@babel/helper-validator-identifier" "^7.25.9"
96-
"@babel/traverse" "^7.25.9"
111+
"@babel/traverse" "^7.29.7"
112+
"@babel/types" "^7.29.7"
113+
114+
"@babel/helper-module-transforms@^7.29.7":
115+
version "7.29.7"
116+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
117+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
118+
dependencies:
119+
"@babel/helper-module-imports" "^7.29.7"
120+
"@babel/helper-validator-identifier" "^7.29.7"
121+
"@babel/traverse" "^7.29.7"
97122

98123
"@babel/helper-plugin-utils@^7.25.9":
99124
version "7.25.9"
@@ -105,31 +130,48 @@
105130
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
106131
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
107132

108-
"@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.28.5":
133+
"@babel/helper-string-parser@^7.29.7":
134+
version "7.29.7"
135+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
136+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
137+
138+
"@babel/helper-validator-identifier@^7.28.5":
109139
version "7.28.5"
110140
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
111141
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
112142

113-
"@babel/helper-validator-option@^7.25.9":
114-
version "7.25.9"
115-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
116-
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
143+
"@babel/helper-validator-identifier@^7.29.7":
144+
version "7.29.7"
145+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
146+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
117147

118-
"@babel/helpers@^7.26.0":
119-
version "7.29.2"
120-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49"
121-
integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==
148+
"@babel/helper-validator-option@^7.29.7":
149+
version "7.29.7"
150+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
151+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
152+
153+
"@babel/helpers@^7.29.7":
154+
version "7.29.7"
155+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
156+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
122157
dependencies:
123-
"@babel/template" "^7.28.6"
124-
"@babel/types" "^7.29.0"
158+
"@babel/template" "^7.29.7"
159+
"@babel/types" "^7.29.7"
125160

126-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3", "@babel/parser@^7.28.6", "@babel/parser@^7.29.2":
161+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.26.3", "@babel/parser@^7.28.6", "@babel/parser@^7.29.2":
127162
version "7.29.2"
128163
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.2.tgz#58bd50b9a7951d134988a1ae177a35ef9a703ba1"
129164
integrity sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==
130165
dependencies:
131166
"@babel/types" "^7.29.0"
132167

168+
"@babel/parser@^7.29.7":
169+
version "7.29.7"
170+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
171+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
172+
dependencies:
173+
"@babel/types" "^7.29.7"
174+
133175
"@babel/plugin-transform-react-jsx-self@^7.25.9":
134176
version "7.25.9"
135177
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858"
@@ -154,7 +196,7 @@
154196
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.29.2.tgz#9a6e2d05f4b6692e1801cd4fb176ad823930ed5e"
155197
integrity sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==
156198

157-
"@babel/template@^7.25.9", "@babel/template@^7.28.6":
199+
"@babel/template@^7.25.9":
158200
version "7.28.6"
159201
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
160202
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
@@ -163,6 +205,15 @@
163205
"@babel/parser" "^7.28.6"
164206
"@babel/types" "^7.28.6"
165207

208+
"@babel/template@^7.29.7":
209+
version "7.29.7"
210+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
211+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
212+
dependencies:
213+
"@babel/code-frame" "^7.29.7"
214+
"@babel/parser" "^7.29.7"
215+
"@babel/types" "^7.29.7"
216+
166217
"@babel/traverse@^7.25.9":
167218
version "7.26.4"
168219
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.4.tgz#ac3a2a84b908dde6d463c3bfa2c5fdc1653574bd"
@@ -176,14 +227,35 @@
176227
debug "^4.3.1"
177228
globals "^11.1.0"
178229

179-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.3", "@babel/types@^7.28.6", "@babel/types@^7.29.0":
230+
"@babel/traverse@^7.29.7":
231+
version "7.29.7"
232+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
233+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
234+
dependencies:
235+
"@babel/code-frame" "^7.29.7"
236+
"@babel/generator" "^7.29.7"
237+
"@babel/helper-globals" "^7.29.7"
238+
"@babel/parser" "^7.29.7"
239+
"@babel/template" "^7.29.7"
240+
"@babel/types" "^7.29.7"
241+
debug "^4.3.1"
242+
243+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.3", "@babel/types@^7.28.6", "@babel/types@^7.29.0":
180244
version "7.29.0"
181245
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
182246
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
183247
dependencies:
184248
"@babel/helper-string-parser" "^7.27.1"
185249
"@babel/helper-validator-identifier" "^7.28.5"
186250

251+
"@babel/types@^7.29.7":
252+
version "7.29.7"
253+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
254+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
255+
dependencies:
256+
"@babel/helper-string-parser" "^7.29.7"
257+
"@babel/helper-validator-identifier" "^7.29.7"
258+
187259
"@chakra-ui/anatomy@2.3.5":
188260
version "2.3.5"
189261
resolved "https://registry.yarnpkg.com/@chakra-ui/anatomy/-/anatomy-2.3.5.tgz#41da569971ef7224aa2f01312c541469b69adbf8"
@@ -858,6 +930,14 @@
858930
"@types/yargs" "^17.0.8"
859931
chalk "^4.0.0"
860932

933+
"@jridgewell/gen-mapping@^0.3.12":
934+
version "0.3.13"
935+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
936+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
937+
dependencies:
938+
"@jridgewell/sourcemap-codec" "^1.5.0"
939+
"@jridgewell/trace-mapping" "^0.3.24"
940+
861941
"@jridgewell/gen-mapping@^0.3.5":
862942
version "0.3.8"
863943
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
@@ -867,7 +947,7 @@
867947
"@jridgewell/sourcemap-codec" "^1.4.10"
868948
"@jridgewell/trace-mapping" "^0.3.24"
869949

870-
"@jridgewell/remapping@^2.3.4":
950+
"@jridgewell/remapping@^2.3.4", "@jridgewell/remapping@^2.3.5":
871951
version "2.3.5"
872952
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
873953
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
@@ -914,6 +994,14 @@
914994
"@jridgewell/resolve-uri" "^3.1.0"
915995
"@jridgewell/sourcemap-codec" "^1.4.14"
916996

997+
"@jridgewell/trace-mapping@^0.3.28":
998+
version "0.3.31"
999+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0"
1000+
integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==
1001+
dependencies:
1002+
"@jridgewell/resolve-uri" "^3.1.0"
1003+
"@jridgewell/sourcemap-codec" "^1.4.14"
1004+
9171005
"@manypkg/find-root@^1.1.0":
9181006
version "1.1.0"
9191007
resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f"

0 commit comments

Comments
 (0)