Skip to content

Commit 33043e5

Browse files
Merge pull request #5438 from Hacker0x01/dependabot/npm_and_yarn/babel/core-7.26.9
chore(deps-dev): bump @babel/core from 7.26.8 to 7.26.9
2 parents 2943b29 + 912e911 commit 33043e5

File tree

1 file changed

+38
-18
lines changed

1 file changed

+38
-18
lines changed

yarn.lock

Lines changed: 38 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,25 @@ __metadata:
4848
linkType: hard
4949

5050
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.18.9, @babel/core@npm:^7.23.9, @babel/core@npm:^7.26.7":
51-
version: 7.26.8
52-
resolution: "@babel/core@npm:7.26.8"
51+
version: 7.26.9
52+
resolution: "@babel/core@npm:7.26.9"
5353
dependencies:
5454
"@ampproject/remapping": "npm:^2.2.0"
5555
"@babel/code-frame": "npm:^7.26.2"
56-
"@babel/generator": "npm:^7.26.8"
56+
"@babel/generator": "npm:^7.26.9"
5757
"@babel/helper-compilation-targets": "npm:^7.26.5"
5858
"@babel/helper-module-transforms": "npm:^7.26.0"
59-
"@babel/helpers": "npm:^7.26.7"
60-
"@babel/parser": "npm:^7.26.8"
61-
"@babel/template": "npm:^7.26.8"
62-
"@babel/traverse": "npm:^7.26.8"
63-
"@babel/types": "npm:^7.26.8"
64-
"@types/gensync": "npm:^1.0.0"
59+
"@babel/helpers": "npm:^7.26.9"
60+
"@babel/parser": "npm:^7.26.9"
61+
"@babel/template": "npm:^7.26.9"
62+
"@babel/traverse": "npm:^7.26.9"
63+
"@babel/types": "npm:^7.26.9"
6564
convert-source-map: "npm:^2.0.0"
6665
debug: "npm:^4.1.0"
6766
gensync: "npm:^1.0.0-beta.2"
6867
json5: "npm:^2.2.3"
6968
semver: "npm:^6.3.1"
70-
checksum: 10c0/fafbd083ed3f79973ae2a11a69eee3f13b3226a1d4907abc2c6f2fea21adf4a7c20e00fe0eaa33f44a3666eeaf414edb07460ec031d478ee5f6088eb38b2a011
69+
checksum: 10c0/ed7212ff42a9453765787019b7d191b167afcacd4bd8fec10b055344ef53fa0cc648c9a80159ae4ecf870016a6318731e087042dcb68d1a2a9d34eb290dc014b
7170
languageName: node
7271
linkType: hard
7372

@@ -111,6 +110,19 @@ __metadata:
111110
languageName: node
112111
linkType: hard
113112

113+
"@babel/generator@npm:^7.26.9":
114+
version: 7.26.9
115+
resolution: "@babel/generator@npm:7.26.9"
116+
dependencies:
117+
"@babel/parser": "npm:^7.26.9"
118+
"@babel/types": "npm:^7.26.9"
119+
"@jridgewell/gen-mapping": "npm:^0.3.5"
120+
"@jridgewell/trace-mapping": "npm:^0.3.25"
121+
jsesc: "npm:^3.0.2"
122+
checksum: 10c0/6b78872128205224a9a9761b9ea7543a9a7902a04b82fc2f6801ead4de8f59056bab3fd17b1f834ca7b049555fc4c79234b9a6230dd9531a06525306050becad
123+
languageName: node
124+
linkType: hard
125+
114126
"@babel/helper-annotate-as-pure@npm:^7.25.9":
115127
version: 7.25.9
116128
resolution: "@babel/helper-annotate-as-pure@npm:7.25.9"
@@ -315,7 +327,7 @@ __metadata:
315327
languageName: node
316328
linkType: hard
317329

318-
"@babel/helpers@npm:^7.26.7":
330+
"@babel/helpers@npm:^7.26.7, @babel/helpers@npm:^7.26.9":
319331
version: 7.26.9
320332
resolution: "@babel/helpers@npm:7.26.9"
321333
dependencies:
@@ -1505,6 +1517,21 @@ __metadata:
15051517
languageName: node
15061518
linkType: hard
15071519

1520+
"@babel/traverse@npm:^7.26.9":
1521+
version: 7.26.9
1522+
resolution: "@babel/traverse@npm:7.26.9"
1523+
dependencies:
1524+
"@babel/code-frame": "npm:^7.26.2"
1525+
"@babel/generator": "npm:^7.26.9"
1526+
"@babel/parser": "npm:^7.26.9"
1527+
"@babel/template": "npm:^7.26.9"
1528+
"@babel/types": "npm:^7.26.9"
1529+
debug: "npm:^4.3.1"
1530+
globals: "npm:^11.1.0"
1531+
checksum: 10c0/51dd57fa39ea34d04816806bfead04c74f37301269d24c192d1406dc6e244fea99713b3b9c5f3e926d9ef6aa9cd5c062ad4f2fc1caa9cf843d5e864484ac955e
1532+
languageName: node
1533+
linkType: hard
1534+
15081535
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.9, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.3, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
15091536
version: 7.26.3
15101537
resolution: "@babel/types@npm:7.26.3"
@@ -2865,13 +2892,6 @@ __metadata:
28652892
languageName: node
28662893
linkType: hard
28672894

2868-
"@types/gensync@npm:^1.0.0":
2869-
version: 1.0.4
2870-
resolution: "@types/gensync@npm:1.0.4"
2871-
checksum: 10c0/1daeb1693196a85ee68b82f3fb30906a1cccede69d492b190de80ff20cec2d528d98cad866d733fd83cb171096dfe8c26c9c02c50ffb93e1113d48bd79daa556
2872-
languageName: node
2873-
linkType: hard
2874-
28752895
"@types/graceful-fs@npm:^4.1.3":
28762896
version: 4.1.9
28772897
resolution: "@types/graceful-fs@npm:4.1.9"

0 commit comments

Comments
 (0)