Skip to content

Commit 9866d5f

Browse files
Bump @babel/core from 7.26.7 to 7.26.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.7 to 7.26.8. - [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.26.8/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1c1456 commit 9866d5f

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeharbor",
33
"private": true,
44
"dependencies": {
5-
"@babel/core": "7.26.7",
5+
"@babel/core": "7.26.8",
66
"@babel/plugin-transform-runtime": "7.26.8",
77
"@babel/preset-env": "7.26.8",
88
"@babel/runtime": "7.26.7",

yarn.lock

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,27 @@ __metadata:
4040
languageName: node
4141
linkType: hard
4242

43-
"@babel/core@npm:7.26.7":
44-
version: 7.26.7
45-
resolution: "@babel/core@npm:7.26.7"
43+
"@babel/core@npm:7.26.8":
44+
version: 7.26.8
45+
resolution: "@babel/core@npm:7.26.8"
4646
dependencies:
4747
"@ampproject/remapping": "npm:^2.2.0"
4848
"@babel/code-frame": "npm:^7.26.2"
49-
"@babel/generator": "npm:^7.26.5"
49+
"@babel/generator": "npm:^7.26.8"
5050
"@babel/helper-compilation-targets": "npm:^7.26.5"
5151
"@babel/helper-module-transforms": "npm:^7.26.0"
5252
"@babel/helpers": "npm:^7.26.7"
53-
"@babel/parser": "npm:^7.26.7"
54-
"@babel/template": "npm:^7.25.9"
55-
"@babel/traverse": "npm:^7.26.7"
56-
"@babel/types": "npm:^7.26.7"
53+
"@babel/parser": "npm:^7.26.8"
54+
"@babel/template": "npm:^7.26.8"
55+
"@babel/traverse": "npm:^7.26.8"
56+
"@babel/types": "npm:^7.26.8"
57+
"@types/gensync": "npm:^1.0.0"
5758
convert-source-map: "npm:^2.0.0"
5859
debug: "npm:^4.1.0"
5960
gensync: "npm:^1.0.0-beta.2"
6061
json5: "npm:^2.2.3"
6162
semver: "npm:^6.3.1"
62-
checksum: 10c0/fbd2cd9fc23280bdcaca556e558f715c0a42d940b9913c52582e8e3d24e391d269cb8a9cd6589172593983569021c379e28bba6b19ea2ee08674f6068c210a9d
63+
checksum: 10c0/fafbd083ed3f79973ae2a11a69eee3f13b3226a1d4907abc2c6f2fea21adf4a7c20e00fe0eaa33f44a3666eeaf414edb07460ec031d478ee5f6088eb38b2a011
6364
languageName: node
6465
linkType: hard
6566

@@ -1133,7 +1134,7 @@ __metadata:
11331134
languageName: node
11341135
linkType: hard
11351136

1136-
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.26.7":
1137+
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.5":
11371138
version: 7.26.7
11381139
resolution: "@babel/traverse@npm:7.26.7"
11391140
dependencies:
@@ -1746,6 +1747,13 @@ __metadata:
17461747
languageName: node
17471748
linkType: hard
17481749

1750+
"@types/gensync@npm:^1.0.0":
1751+
version: 1.0.4
1752+
resolution: "@types/gensync@npm:1.0.4"
1753+
checksum: 10c0/1daeb1693196a85ee68b82f3fb30906a1cccede69d492b190de80ff20cec2d528d98cad866d733fd83cb171096dfe8c26c9c02c50ffb93e1113d48bd79daa556
1754+
languageName: node
1755+
linkType: hard
1756+
17491757
"@types/http-errors@npm:*":
17501758
version: 2.0.4
17511759
resolution: "@types/http-errors@npm:2.0.4"
@@ -2593,7 +2601,7 @@ __metadata:
25932601
version: 0.0.0-use.local
25942602
resolution: "codeharbor@workspace:."
25952603
dependencies:
2596-
"@babel/core": "npm:7.26.7"
2604+
"@babel/core": "npm:7.26.8"
25972605
"@babel/plugin-transform-runtime": "npm:7.26.8"
25982606
"@babel/preset-env": "npm:7.26.8"
25992607
"@babel/runtime": "npm:7.26.7"

0 commit comments

Comments
 (0)