Skip to content

Commit 90c67d3

Browse files
fix(deps): update babel monorepo to v7.24.3 (patch) (#236)
Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
1 parent 0427ae5 commit 90c67d3

File tree

2 files changed

+47
-25
lines changed

2 files changed

+47
-25
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"packageManager": "[email protected]",
2626
"dependencies": {
27-
"@babel/core": "7.24.1",
27+
"@babel/core": "7.24.3",
2828
"@babel/eslint-parser": "7.24.1",
29-
"@babel/preset-env": "7.24.1",
29+
"@babel/preset-env": "7.24.3",
3030
"@babel/preset-react": "7.24.1",
3131
"@pluralsh/eslint-config-pluralsh": "1.4.40",
3232
"@types/node": "18.19.26",

yarn.lock

+45-23
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ __metadata:
6161
languageName: node
6262
linkType: hard
6363

64+
"@babel/code-frame@npm:^7.24.2":
65+
version: 7.24.2
66+
resolution: "@babel/code-frame@npm:7.24.2"
67+
dependencies:
68+
"@babel/highlight": ^7.24.2
69+
picocolors: ^1.0.0
70+
checksum: 70e867340cfe09ca5488b2f36372c45cabf43c79a5b6426e6df5ef0611ff5dfa75a57dda841895693de6008f32c21a7c97027a8c7bcabd63a7d17416cbead6f8
71+
languageName: node
72+
linkType: hard
73+
6474
"@babel/compat-data@npm:^7.22.6":
6575
version: 7.22.6
6676
resolution: "@babel/compat-data@npm:7.22.6"
@@ -82,12 +92,12 @@ __metadata:
8292
languageName: node
8393
linkType: hard
8494

85-
"@babel/core@npm:7.24.1":
86-
version: 7.24.1
87-
resolution: "@babel/core@npm:7.24.1"
95+
"@babel/core@npm:7.24.3":
96+
version: 7.24.3
97+
resolution: "@babel/core@npm:7.24.3"
8898
dependencies:
8999
"@ampproject/remapping": ^2.2.0
90-
"@babel/code-frame": ^7.24.1
100+
"@babel/code-frame": ^7.24.2
91101
"@babel/generator": ^7.24.1
92102
"@babel/helper-compilation-targets": ^7.23.6
93103
"@babel/helper-module-transforms": ^7.23.3
@@ -101,7 +111,7 @@ __metadata:
101111
gensync: ^1.0.0-beta.2
102112
json5: ^2.2.3
103113
semver: ^6.3.1
104-
checksum: 6e77c9e5b774bfc36fed88a0529a8e5bc62bfc95d44dbdf380244fab866ea564889a60fffc4c16b576f7acd110ef3d1d645ab837d3ae0ca24c9653ddd7b7d1e3
114+
checksum: 1a33460794f4122cf255b656f4d6586913f41078a1afdf1bcf0365ddbd99c1ddb68f904062f9079445ab26b507c36bc297055192bc26e5c8e6e3def42195f9ab
105115
languageName: node
106116
linkType: hard
107117

@@ -558,6 +568,18 @@ __metadata:
558568
languageName: node
559569
linkType: hard
560570

571+
"@babel/highlight@npm:^7.24.2":
572+
version: 7.24.2
573+
resolution: "@babel/highlight@npm:7.24.2"
574+
dependencies:
575+
"@babel/helper-validator-identifier": ^7.22.20
576+
chalk: ^2.4.2
577+
js-tokens: ^4.0.0
578+
picocolors: ^1.0.0
579+
checksum: 5f17b131cc3ebf3ab285a62cf98a404aef1bd71a6be045e748f8d5bf66d6a6e1aefd62f5972c84369472e8d9f22a614c58a89cd331eb60b7ba965b31b1bbeaf5
580+
languageName: node
581+
linkType: hard
582+
561583
"@babel/parser@npm:^7.22.15":
562584
version: 7.22.15
563585
resolution: "@babel/parser@npm:7.22.15"
@@ -871,17 +893,17 @@ __metadata:
871893
languageName: node
872894
linkType: hard
873895

874-
"@babel/plugin-transform-async-generator-functions@npm:^7.24.1":
875-
version: 7.24.1
876-
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.24.1"
896+
"@babel/plugin-transform-async-generator-functions@npm:^7.24.3":
897+
version: 7.24.3
898+
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.24.3"
877899
dependencies:
878900
"@babel/helper-environment-visitor": ^7.22.20
879901
"@babel/helper-plugin-utils": ^7.24.0
880902
"@babel/helper-remap-async-to-generator": ^7.22.20
881903
"@babel/plugin-syntax-async-generators": ^7.8.4
882904
peerDependencies:
883905
"@babel/core": ^7.0.0-0
884-
checksum: bbf1e6b2099615b679b13051ef243c9fffd0fc129c3626e63eeb530240f3ec98ab681c39338cad8bc6c9f7b72f844a98557bc38726532afd19853ddb188cb052
906+
checksum: 309af02610be65d937664435adb432a32d9b6eb42bb3d3232c377d27fbc57014774d931665a5bfdaff3d1841b72659e0ad7adcef84b709f251cb0b8444f19214
885907
languageName: node
886908
linkType: hard
887909

@@ -1503,9 +1525,9 @@ __metadata:
15031525
languageName: node
15041526
linkType: hard
15051527

1506-
"@babel/preset-env@npm:7.24.1":
1507-
version: 7.24.1
1508-
resolution: "@babel/preset-env@npm:7.24.1"
1528+
"@babel/preset-env@npm:7.24.3":
1529+
version: 7.24.3
1530+
resolution: "@babel/preset-env@npm:7.24.3"
15091531
dependencies:
15101532
"@babel/compat-data": ^7.24.1
15111533
"@babel/helper-compilation-targets": ^7.23.6
@@ -1534,7 +1556,7 @@ __metadata:
15341556
"@babel/plugin-syntax-top-level-await": ^7.14.5
15351557
"@babel/plugin-syntax-unicode-sets-regex": ^7.18.6
15361558
"@babel/plugin-transform-arrow-functions": ^7.24.1
1537-
"@babel/plugin-transform-async-generator-functions": ^7.24.1
1559+
"@babel/plugin-transform-async-generator-functions": ^7.24.3
15381560
"@babel/plugin-transform-async-to-generator": ^7.24.1
15391561
"@babel/plugin-transform-block-scoped-functions": ^7.24.1
15401562
"@babel/plugin-transform-block-scoping": ^7.24.1
@@ -1583,13 +1605,13 @@ __metadata:
15831605
"@babel/plugin-transform-unicode-sets-regex": ^7.24.1
15841606
"@babel/preset-modules": 0.1.6-no-external-plugins
15851607
babel-plugin-polyfill-corejs2: ^0.4.10
1586-
babel-plugin-polyfill-corejs3: ^0.10.1
1608+
babel-plugin-polyfill-corejs3: ^0.10.4
15871609
babel-plugin-polyfill-regenerator: ^0.6.1
15881610
core-js-compat: ^3.31.0
15891611
semver: ^6.3.1
15901612
peerDependencies:
15911613
"@babel/core": ^7.0.0-0
1592-
checksum: 957d598447296405be3951faac86f9cc3f8571e13ff4599cf31fe92b761a81dedafe7d120f2f1e00e7f792d5abb4d5b3a9b28e106694ab84ab1bee91b149eac8
1614+
checksum: 4f3376444f938b3884fddd3cded86cfda97a1fb4bccc93b49fb4593a63f79d9b20e6fb0e1a0934736cea6205df3998c752b248c5f5ec398162fbe165c8e69c5c
15931615
languageName: node
15941616
linkType: hard
15951617

@@ -1996,9 +2018,9 @@ __metadata:
19962018
version: 0.0.0-use.local
19972019
resolution: "@pluralsh/eslint-config-typescript@workspace:."
19982020
dependencies:
1999-
"@babel/core": 7.24.1
2021+
"@babel/core": 7.24.3
20002022
"@babel/eslint-parser": 7.24.1
2001-
"@babel/preset-env": 7.24.1
2023+
"@babel/preset-env": 7.24.3
20022024
"@babel/preset-react": 7.24.1
20032025
"@pluralsh/eslint-config-pluralsh": 1.4.40
20042026
"@types/node": 18.19.26
@@ -2481,15 +2503,15 @@ __metadata:
24812503
languageName: node
24822504
linkType: hard
24832505

2484-
"babel-plugin-polyfill-corejs3@npm:^0.10.1":
2485-
version: 0.10.1
2486-
resolution: "babel-plugin-polyfill-corejs3@npm:0.10.1"
2506+
"babel-plugin-polyfill-corejs3@npm:^0.10.4":
2507+
version: 0.10.4
2508+
resolution: "babel-plugin-polyfill-corejs3@npm:0.10.4"
24872509
dependencies:
24882510
"@babel/helper-define-polyfill-provider": ^0.6.1
2489-
core-js-compat: ^3.36.0
2511+
core-js-compat: ^3.36.1
24902512
peerDependencies:
24912513
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
2492-
checksum: cdc8d1fd25ffaadc2429cb0584e967b3979b11a3386c913b3e923169ac6594b64ebaec9a4454997f9d9f651d27f22f39581db47aeba825ccac1509c923065c19
2514+
checksum: b96a54495f7cc8b3797251c8c15f5ed015edddc3110fc122f6b32c94bec33af1e8bc56fa99091808f500bde0cccaaa266889cdc5935d9e6e9cf09898214f02dd
24932515
languageName: node
24942516
linkType: hard
24952517

@@ -2745,7 +2767,7 @@ __metadata:
27452767
languageName: node
27462768
linkType: hard
27472769

2748-
"core-js-compat@npm:^3.36.0":
2770+
"core-js-compat@npm:^3.36.1":
27492771
version: 3.36.1
27502772
resolution: "core-js-compat@npm:3.36.1"
27512773
dependencies:

0 commit comments

Comments
 (0)