Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 57aa9e7

Browse files
Merge pull request #72 from CodingItWrong/dependabot/npm_and_yarn/babel/core-7.26.0
Bump @babel/core from 7.25.2 to 7.26.0
2 parents 64fa919 + 3562c94 commit 57aa9e7

File tree

2 files changed

+29
-162
lines changed

2 files changed

+29
-162
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-native": "^0.71.14"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.25.2",
17+
"@babel/core": "^7.26.0",
1818
"@babel/preset-env": "^7.26.0",
1919
"@babel/runtime": "^7.25.6",
2020
"@react-native-community/eslint-config": "^3.2.0",

yarn.lock

Lines changed: 28 additions & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@
1515
"@jridgewell/gen-mapping" "^0.1.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7":
19-
version "7.24.7"
20-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
21-
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
22-
dependencies:
23-
"@babel/highlight" "^7.24.7"
24-
picocolors "^1.0.0"
25-
26-
"@babel/code-frame@^7.25.9":
18+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
2719
version "7.26.2"
2820
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
2921
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -37,21 +29,21 @@
3729
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.2.tgz#278b6b13664557de95b8f35b90d96785850bb56e"
3830
integrity sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==
3931

40-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.20.0", "@babel/core@^7.25.2":
41-
version "7.25.2"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
43-
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
32+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.20.0", "@babel/core@^7.26.0":
33+
version "7.26.0"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
35+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
4436
dependencies:
4537
"@ampproject/remapping" "^2.2.0"
46-
"@babel/code-frame" "^7.24.7"
47-
"@babel/generator" "^7.25.0"
48-
"@babel/helper-compilation-targets" "^7.25.2"
49-
"@babel/helper-module-transforms" "^7.25.2"
50-
"@babel/helpers" "^7.25.0"
51-
"@babel/parser" "^7.25.0"
52-
"@babel/template" "^7.25.0"
53-
"@babel/traverse" "^7.25.2"
54-
"@babel/types" "^7.25.2"
38+
"@babel/code-frame" "^7.26.0"
39+
"@babel/generator" "^7.26.0"
40+
"@babel/helper-compilation-targets" "^7.25.9"
41+
"@babel/helper-module-transforms" "^7.26.0"
42+
"@babel/helpers" "^7.26.0"
43+
"@babel/parser" "^7.26.0"
44+
"@babel/template" "^7.25.9"
45+
"@babel/traverse" "^7.25.9"
46+
"@babel/types" "^7.26.0"
5547
convert-source-map "^2.0.0"
5648
debug "^4.1.0"
5749
gensync "^1.0.0-beta.2"
@@ -67,17 +59,7 @@
6759
eslint-visitor-keys "^2.1.0"
6860
semver "^6.3.0"
6961

70-
"@babel/generator@^7.20.0", "@babel/generator@^7.25.0", "@babel/generator@^7.7.2":
71-
version "7.25.0"
72-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
73-
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
74-
dependencies:
75-
"@babel/types" "^7.25.0"
76-
"@jridgewell/gen-mapping" "^0.3.5"
77-
"@jridgewell/trace-mapping" "^0.3.25"
78-
jsesc "^2.5.1"
79-
80-
"@babel/generator@^7.25.9":
62+
"@babel/generator@^7.20.0", "@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2":
8163
version "7.26.2"
8264
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f"
8365
integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==
@@ -110,7 +92,7 @@
11092
"@babel/traverse" "^7.25.9"
11193
"@babel/types" "^7.25.9"
11294

113-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.2", "@babel/helper-compilation-targets@^7.25.9":
95+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9":
11496
version "7.25.9"
11597
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
11698
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
@@ -234,14 +216,6 @@
234216
dependencies:
235217
"@babel/types" "^7.18.6"
236218

237-
"@babel/helper-module-imports@^7.24.7":
238-
version "7.24.7"
239-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
240-
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
241-
dependencies:
242-
"@babel/traverse" "^7.24.7"
243-
"@babel/types" "^7.24.7"
244-
245219
"@babel/helper-module-imports@^7.25.9":
246220
version "7.25.9"
247221
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
@@ -250,17 +224,7 @@
250224
"@babel/traverse" "^7.25.9"
251225
"@babel/types" "^7.25.9"
252226

253-
"@babel/helper-module-transforms@^7.25.2":
254-
version "7.25.2"
255-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
256-
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
257-
dependencies:
258-
"@babel/helper-module-imports" "^7.24.7"
259-
"@babel/helper-simple-access" "^7.24.7"
260-
"@babel/helper-validator-identifier" "^7.24.7"
261-
"@babel/traverse" "^7.25.2"
262-
263-
"@babel/helper-module-transforms@^7.25.9":
227+
"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0":
264228
version "7.26.0"
265229
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
266230
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
@@ -328,14 +292,6 @@
328292
"@babel/helper-optimise-call-expression" "^7.25.9"
329293
"@babel/traverse" "^7.25.9"
330294

331-
"@babel/helper-simple-access@^7.24.7":
332-
version "7.24.7"
333-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
334-
integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
335-
dependencies:
336-
"@babel/traverse" "^7.24.7"
337-
"@babel/types" "^7.24.7"
338-
339295
"@babel/helper-simple-access@^7.25.9":
340296
version "7.25.9"
341297
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739"
@@ -366,21 +322,11 @@
366322
dependencies:
367323
"@babel/types" "^7.18.6"
368324

369-
"@babel/helper-string-parser@^7.24.8":
370-
version "7.24.8"
371-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
372-
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
373-
374325
"@babel/helper-string-parser@^7.25.9":
375326
version "7.25.9"
376327
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
377328
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
378329

379-
"@babel/helper-validator-identifier@^7.24.7":
380-
version "7.24.7"
381-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
382-
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
383-
384330
"@babel/helper-validator-identifier@^7.25.9":
385331
version "7.25.9"
386332
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
@@ -410,32 +356,15 @@
410356
"@babel/traverse" "^7.25.9"
411357
"@babel/types" "^7.25.9"
412358

413-
"@babel/helpers@^7.25.0":
414-
version "7.25.0"
415-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
416-
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
417-
dependencies:
418-
"@babel/template" "^7.25.0"
419-
"@babel/types" "^7.25.0"
420-
421-
"@babel/highlight@^7.24.7":
422-
version "7.24.7"
423-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
424-
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
425-
dependencies:
426-
"@babel/helper-validator-identifier" "^7.24.7"
427-
chalk "^2.4.2"
428-
js-tokens "^4.0.0"
429-
picocolors "^1.0.0"
430-
431-
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3":
432-
version "7.25.3"
433-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
434-
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
359+
"@babel/helpers@^7.26.0":
360+
version "7.26.0"
361+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
362+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
435363
dependencies:
436-
"@babel/types" "^7.25.2"
364+
"@babel/template" "^7.25.9"
365+
"@babel/types" "^7.26.0"
437366

438-
"@babel/parser@^7.25.9", "@babel/parser@^7.26.2":
367+
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2":
439368
version "7.26.2"
440369
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11"
441370
integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==
@@ -1273,16 +1202,7 @@
12731202
dependencies:
12741203
regenerator-runtime "^0.14.0"
12751204

1276-
"@babel/template@^7.0.0", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.25.0", "@babel/template@^7.3.3":
1277-
version "7.25.0"
1278-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
1279-
integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
1280-
dependencies:
1281-
"@babel/code-frame" "^7.24.7"
1282-
"@babel/parser" "^7.25.0"
1283-
"@babel/types" "^7.25.0"
1284-
1285-
"@babel/template@^7.25.9":
1205+
"@babel/template@^7.0.0", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.25.9", "@babel/template@^7.3.3":
12861206
version "7.25.9"
12871207
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
12881208
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
@@ -1291,20 +1211,7 @@
12911211
"@babel/parser" "^7.25.9"
12921212
"@babel/types" "^7.25.9"
12931213

1294-
"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2", "@babel/traverse@^7.7.4":
1295-
version "7.25.3"
1296-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
1297-
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
1298-
dependencies:
1299-
"@babel/code-frame" "^7.24.7"
1300-
"@babel/generator" "^7.25.0"
1301-
"@babel/parser" "^7.25.3"
1302-
"@babel/template" "^7.25.0"
1303-
"@babel/types" "^7.25.2"
1304-
debug "^4.3.1"
1305-
globals "^11.1.0"
1306-
1307-
"@babel/traverse@^7.25.9":
1214+
"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.25.9", "@babel/traverse@^7.7.4":
13081215
version "7.25.9"
13091216
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
13101217
integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==
@@ -1317,16 +1224,7 @@
13171224
debug "^4.3.1"
13181225
globals "^11.1.0"
13191226

1320-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1321-
version "7.25.2"
1322-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
1323-
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
1324-
dependencies:
1325-
"@babel/helper-string-parser" "^7.24.8"
1326-
"@babel/helper-validator-identifier" "^7.24.7"
1327-
to-fast-properties "^2.0.0"
1328-
1329-
"@babel/types@^7.25.9", "@babel/types@^7.26.0":
1227+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
13301228
version "7.26.0"
13311229
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
13321230
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
@@ -2409,7 +2307,7 @@ ansi-regex@^5.0.0, ansi-regex@^5.0.1:
24092307
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
24102308
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
24112309

2412-
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
2310+
ansi-styles@^3.2.0:
24132311
version "3.2.1"
24142312
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
24152313
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
@@ -2928,15 +2826,6 @@ caniuse-lite@^1.0.30001669:
29282826
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001676.tgz#fe133d41fe74af8f7cc93b8a714c3e86a86e6f04"
29292827
integrity sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw==
29302828

2931-
chalk@^2.4.2:
2932-
version "2.4.2"
2933-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2934-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2935-
dependencies:
2936-
ansi-styles "^3.2.1"
2937-
escape-string-regexp "^1.0.5"
2938-
supports-color "^5.3.0"
2939-
29402829
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
29412830
version "4.1.2"
29422831
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
@@ -4369,11 +4258,6 @@ has-bigints@^1.0.1, has-bigints@^1.0.2:
43694258
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
43704259
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
43714260

4372-
has-flag@^3.0.0:
4373-
version "3.0.0"
4374-
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
4375-
integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
4376-
43774261
has-flag@^4.0.0:
43784262
version "4.0.0"
43794263
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
@@ -5415,11 +5299,6 @@ jscodeshift@^0.14.0:
54155299
temp "^0.8.4"
54165300
write-file-atomic "^2.3.0"
54175301

5418-
jsesc@^2.5.1:
5419-
version "2.5.2"
5420-
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
5421-
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
5422-
54235302
jsesc@^3.0.2, jsesc@~3.0.2:
54245303
version "3.0.2"
54255304
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
@@ -7436,13 +7315,6 @@ sudo-prompt@^9.0.0:
74367315
resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-9.2.1.tgz#77efb84309c9ca489527a4e749f287e6bdd52afd"
74377316
integrity sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==
74387317

7439-
supports-color@^5.3.0:
7440-
version "5.5.0"
7441-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
7442-
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
7443-
dependencies:
7444-
has-flag "^3.0.0"
7445-
74467318
supports-color@^7.1.0:
74477319
version "7.2.0"
74487320
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
@@ -7547,11 +7419,6 @@ [email protected]:
75477419
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
75487420
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
75497421

7550-
to-fast-properties@^2.0.0:
7551-
version "2.0.0"
7552-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
7553-
integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
7554-
75557422
to-regex-range@^5.0.1:
75567423
version "5.0.1"
75577424
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"

0 commit comments

Comments
 (0)