Skip to content

Commit 91f2622

Browse files
dependabot[bot]wojtekmaj
authored andcommitted
Bump @babel/core from 7.19.6 to 7.20.2 in /test (#460)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.6 to 7.20.2. - [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.20.2/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35d309c commit 91f2622

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-dom": "^18.2.0"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.15.0",
23+
"@babel/core": "^7.20.2",
2424
"@babel/preset-env": "^7.15.0",
2525
"@babel/preset-react": "^7.14.0",
2626
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0",

test/yarn.lock

+59-59
Original file line numberDiff line numberDiff line change
@@ -24,44 +24,44 @@ __metadata:
2424
languageName: node
2525
linkType: hard
2626

27-
"@babel/compat-data@npm:^7.17.7, @babel/compat-data@npm:^7.19.3, @babel/compat-data@npm:^7.19.4":
28-
version: 7.19.4
29-
resolution: "@babel/compat-data@npm:7.19.4"
30-
checksum: 757fdaeb6756c2d323ff56f60fb8e670292108cda6abf762a56c0d40910ecc4d2c7e283dbdfbcee6bc28c74ad659144352609e1cb49d31e101ab13ea5ce90072
27+
"@babel/compat-data@npm:^7.17.7, @babel/compat-data@npm:^7.19.4, @babel/compat-data@npm:^7.20.0":
28+
version: 7.20.1
29+
resolution: "@babel/compat-data@npm:7.20.1"
30+
checksum: 989b9b7a6fe43c547bb8329241bd0ba6983488b83d29cc59de35536272ee6bb4cc7487ba6c8a4bceebb3a57f8c5fea1434f80bbbe75202bc79bc1110f955ff25
3131
languageName: node
3232
linkType: hard
3333

34-
"@babel/core@npm:^7.15.0":
35-
version: 7.19.6
36-
resolution: "@babel/core@npm:7.19.6"
34+
"@babel/core@npm:^7.20.2":
35+
version: 7.20.2
36+
resolution: "@babel/core@npm:7.20.2"
3737
dependencies:
3838
"@ampproject/remapping": ^2.1.0
3939
"@babel/code-frame": ^7.18.6
40-
"@babel/generator": ^7.19.6
41-
"@babel/helper-compilation-targets": ^7.19.3
42-
"@babel/helper-module-transforms": ^7.19.6
43-
"@babel/helpers": ^7.19.4
44-
"@babel/parser": ^7.19.6
40+
"@babel/generator": ^7.20.2
41+
"@babel/helper-compilation-targets": ^7.20.0
42+
"@babel/helper-module-transforms": ^7.20.2
43+
"@babel/helpers": ^7.20.1
44+
"@babel/parser": ^7.20.2
4545
"@babel/template": ^7.18.10
46-
"@babel/traverse": ^7.19.6
47-
"@babel/types": ^7.19.4
46+
"@babel/traverse": ^7.20.1
47+
"@babel/types": ^7.20.2
4848
convert-source-map: ^1.7.0
4949
debug: ^4.1.0
5050
gensync: ^1.0.0-beta.2
5151
json5: ^2.2.1
5252
semver: ^6.3.0
53-
checksum: 85c0bd38d0ef180aa2d23c3db6840a0baec88d2e05c30e7ffc3dfeb6b2b89d6e4864922f04997a1f4ce55f9dd469bf2e76518d5c7ae744b98516709d32769b73
53+
checksum: 98faaaef26103a276a30a141b951a93bc8418d100d1f668bf7a69d12f3e25df57958e8b6b9100d95663f720db62da85ade736f6629a5ebb1e640251a1b43c0e4
5454
languageName: node
5555
linkType: hard
5656

57-
"@babel/generator@npm:^7.19.6":
58-
version: 7.19.6
59-
resolution: "@babel/generator@npm:7.19.6"
57+
"@babel/generator@npm:^7.20.1, @babel/generator@npm:^7.20.2":
58+
version: 7.20.2
59+
resolution: "@babel/generator@npm:7.20.2"
6060
dependencies:
61-
"@babel/types": ^7.19.4
61+
"@babel/types": ^7.20.2
6262
"@jridgewell/gen-mapping": ^0.3.2
6363
jsesc: ^2.5.1
64-
checksum: 734fcb1fbef182e7b8967459cb39b81edd2701dd13170c154b368d4e086842f72ef214798c5a37e67e0a695dfb34b13143277bedcd9795b3b1b83da8e1d236c6
64+
checksum: 56b780b8490e007ceeea0c1fc9cea230210488efbcd62b139876ae01958aacab3dd5931fa02ff3a991850af05c01d658baf85f11d4a5cb9c3b899db544214bb9
6565
languageName: node
6666
linkType: hard
6767

@@ -84,17 +84,17 @@ __metadata:
8484
languageName: node
8585
linkType: hard
8686

87-
"@babel/helper-compilation-targets@npm:^7.17.7, @babel/helper-compilation-targets@npm:^7.18.9, @babel/helper-compilation-targets@npm:^7.19.0, @babel/helper-compilation-targets@npm:^7.19.3":
88-
version: 7.19.3
89-
resolution: "@babel/helper-compilation-targets@npm:7.19.3"
87+
"@babel/helper-compilation-targets@npm:^7.17.7, @babel/helper-compilation-targets@npm:^7.18.9, @babel/helper-compilation-targets@npm:^7.19.0, @babel/helper-compilation-targets@npm:^7.19.3, @babel/helper-compilation-targets@npm:^7.20.0":
88+
version: 7.20.0
89+
resolution: "@babel/helper-compilation-targets@npm:7.20.0"
9090
dependencies:
91-
"@babel/compat-data": ^7.19.3
91+
"@babel/compat-data": ^7.20.0
9292
"@babel/helper-validator-option": ^7.18.6
9393
browserslist: ^4.21.3
9494
semver: ^6.3.0
9595
peerDependencies:
9696
"@babel/core": ^7.0.0
97-
checksum: aafcb4490c98cddb3255fff98bfbdb881b4def85a1935fd9b1f9b1f0f8b502696839f6b387fb508ca991ea72ba82ce6913bab99f21df4ce80bda2b79e91a09f5
97+
checksum: bc183f2109648849c8fde0b3c5cf08adf2f7ad6dc617b546fd20f34c8ef574ee5ee293c8d1bd0ed0221212e8f5907cdc2c42097870f1dcc769a654107d82c95b
9898
languageName: node
9999
linkType: hard
100100

@@ -196,19 +196,19 @@ __metadata:
196196
languageName: node
197197
linkType: hard
198198

199-
"@babel/helper-module-transforms@npm:^7.18.6, @babel/helper-module-transforms@npm:^7.19.6":
200-
version: 7.19.6
201-
resolution: "@babel/helper-module-transforms@npm:7.19.6"
199+
"@babel/helper-module-transforms@npm:^7.18.6, @babel/helper-module-transforms@npm:^7.19.6, @babel/helper-module-transforms@npm:^7.20.2":
200+
version: 7.20.2
201+
resolution: "@babel/helper-module-transforms@npm:7.20.2"
202202
dependencies:
203203
"@babel/helper-environment-visitor": ^7.18.9
204204
"@babel/helper-module-imports": ^7.18.6
205-
"@babel/helper-simple-access": ^7.19.4
205+
"@babel/helper-simple-access": ^7.20.2
206206
"@babel/helper-split-export-declaration": ^7.18.6
207207
"@babel/helper-validator-identifier": ^7.19.1
208208
"@babel/template": ^7.18.10
209-
"@babel/traverse": ^7.19.6
210-
"@babel/types": ^7.19.4
211-
checksum: c28692b37d4b5abacc775bcab52a74f44a493f38c58cb72b56a6c6d67a97485dd8aff6f26905abd1a924d3261a171d0214a9fb76f48d8598f1e35b8b29284792
209+
"@babel/traverse": ^7.20.1
210+
"@babel/types": ^7.20.2
211+
checksum: 33a60ca115f6fce2c9d98e2a2e5649498aa7b23e2ae3c18745d7a021487708fc311458c33542f299387a0da168afccba94116e077f2cce49ae9e5ab83399e8a2
212212
languageName: node
213213
linkType: hard
214214

@@ -255,12 +255,12 @@ __metadata:
255255
languageName: node
256256
linkType: hard
257257

258-
"@babel/helper-simple-access@npm:^7.19.4":
259-
version: 7.19.4
260-
resolution: "@babel/helper-simple-access@npm:7.19.4"
258+
"@babel/helper-simple-access@npm:^7.19.4, @babel/helper-simple-access@npm:^7.20.2":
259+
version: 7.20.2
260+
resolution: "@babel/helper-simple-access@npm:7.20.2"
261261
dependencies:
262-
"@babel/types": ^7.19.4
263-
checksum: 964cb1ec36b69aabbb02f8d5ee1d680ebbb628611a6740958d9b05107ab16c0492044e430618ae42b1f8ea73e4e1bafe3750e8ebc959d6f3277d9cfbe1a94880
262+
"@babel/types": ^7.20.2
263+
checksum: ad1e96ee2e5f654ffee2369a586e5e8d2722bf2d8b028a121b4c33ebae47253f64d420157b9f0a8927aea3a9e0f18c0103e74fdd531815cf3650a0a4adca11a1
264264
languageName: node
265265
linkType: hard
266266

@@ -315,14 +315,14 @@ __metadata:
315315
languageName: node
316316
linkType: hard
317317

318-
"@babel/helpers@npm:^7.19.4":
319-
version: 7.19.4
320-
resolution: "@babel/helpers@npm:7.19.4"
318+
"@babel/helpers@npm:^7.20.1":
319+
version: 7.20.1
320+
resolution: "@babel/helpers@npm:7.20.1"
321321
dependencies:
322322
"@babel/template": ^7.18.10
323-
"@babel/traverse": ^7.19.4
324-
"@babel/types": ^7.19.4
325-
checksum: e2684e9a79d45b95db05c7e14628e8dd1d91ad59433a3afd715bdf19d4683d9e9f84382bcc82316b678aa609ecfc41b07be0b9c49eed07c444f82a6b9e501186
323+
"@babel/traverse": ^7.20.1
324+
"@babel/types": ^7.20.0
325+
checksum: be35f78666bdab895775ed94dbeb098f7b4fa08ce4cfb0c3a9e69b7220cce56960dcdc2b14f5df9d3b80388d4bf7df155c97f6cf6768c0138f4e6931d0f44955
326326
languageName: node
327327
linkType: hard
328328

@@ -337,12 +337,12 @@ __metadata:
337337
languageName: node
338338
linkType: hard
339339

340-
"@babel/parser@npm:^7.18.10, @babel/parser@npm:^7.19.6":
341-
version: 7.19.6
342-
resolution: "@babel/parser@npm:7.19.6"
340+
"@babel/parser@npm:^7.18.10, @babel/parser@npm:^7.20.1, @babel/parser@npm:^7.20.2":
341+
version: 7.20.2
342+
resolution: "@babel/parser@npm:7.20.2"
343343
bin:
344344
parser: ./bin/babel-parser.js
345-
checksum: 9a3dca4ee3acd7e4fc3b58e1e1526a11fa334acbfe437f8ebf91dfaf48e943c147ef64b1733ba0a55af57d1eccafbf4e4a4afc46a15becd921971fe2ddf309bf
345+
checksum: 441d0550144f338e1a41de785b914f5942c493dfafdf07cccdc19c3ecf94aa5ea58741566e199e385ba7a09e3e51522df87f7405cdf14ec88da0ff11db8030f1
346346
languageName: node
347347
linkType: hard
348348

@@ -1298,32 +1298,32 @@ __metadata:
12981298
languageName: node
12991299
linkType: hard
13001300

1301-
"@babel/traverse@npm:^7.19.0, @babel/traverse@npm:^7.19.1, @babel/traverse@npm:^7.19.4, @babel/traverse@npm:^7.19.6":
1302-
version: 7.19.6
1303-
resolution: "@babel/traverse@npm:7.19.6"
1301+
"@babel/traverse@npm:^7.19.0, @babel/traverse@npm:^7.19.1, @babel/traverse@npm:^7.20.1":
1302+
version: 7.20.1
1303+
resolution: "@babel/traverse@npm:7.20.1"
13041304
dependencies:
13051305
"@babel/code-frame": ^7.18.6
1306-
"@babel/generator": ^7.19.6
1306+
"@babel/generator": ^7.20.1
13071307
"@babel/helper-environment-visitor": ^7.18.9
13081308
"@babel/helper-function-name": ^7.19.0
13091309
"@babel/helper-hoist-variables": ^7.18.6
13101310
"@babel/helper-split-export-declaration": ^7.18.6
1311-
"@babel/parser": ^7.19.6
1312-
"@babel/types": ^7.19.4
1311+
"@babel/parser": ^7.20.1
1312+
"@babel/types": ^7.20.0
13131313
debug: ^4.1.0
13141314
globals: ^11.1.0
1315-
checksum: 3fafa244f7d0b696a9d38f5da016a8f8db4b08ac60a067b299a8f54d91fb7c70c3edf06f921221d333137e65ffb64392526e68fdcf596ec91e95720037789d66
1315+
checksum: 6696176d574b7ff93466848010bc7e94b250169379ec2a84f1b10da46a7cc2018ea5e3a520c3078487db51e3a4afab9ecff48f25d1dbad8c1319362f4148fb4b
13161316
languageName: node
13171317
linkType: hard
13181318

1319-
"@babel/types@npm:^7.18.10, @babel/types@npm:^7.18.6, @babel/types@npm:^7.18.9, @babel/types@npm:^7.19.0, @babel/types@npm:^7.19.4, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
1320-
version: 7.19.4
1321-
resolution: "@babel/types@npm:7.19.4"
1319+
"@babel/types@npm:^7.18.10, @babel/types@npm:^7.18.6, @babel/types@npm:^7.18.9, @babel/types@npm:^7.19.0, @babel/types@npm:^7.19.4, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.2, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
1320+
version: 7.20.2
1321+
resolution: "@babel/types@npm:7.20.2"
13221322
dependencies:
13231323
"@babel/helper-string-parser": ^7.19.4
13241324
"@babel/helper-validator-identifier": ^7.19.1
13251325
to-fast-properties: ^2.0.0
1326-
checksum: 4032f6407093f80dd4f4764be676f7527d2a5c0381586967cd79683cf8af01cdc16745a381b9cef045f702f0c9b0dffd880d84ee55dad59ba01bd23d5d52a8e0
1326+
checksum: 57e76e5f21876135f481bfd4010c87f2d38196bb0a2bc60a28d6e55e3afa90cdd9accf164e4cb71bdfb620517fa0a0cb5600cdce36c21d59fdaccfbb899c024c
13271327
languageName: node
13281328
linkType: hard
13291329

@@ -5278,7 +5278,7 @@ __metadata:
52785278
version: 0.0.0-use.local
52795279
resolution: "react-date-picker-test-page@workspace:."
52805280
dependencies:
5281-
"@babel/core": ^7.15.0
5281+
"@babel/core": ^7.20.2
52825282
"@babel/preset-env": ^7.15.0
52835283
"@babel/preset-react": ^7.14.0
52845284
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.0

0 commit comments

Comments
 (0)