Skip to content

Commit 344b2cc

Browse files
Update dependency @rollup/plugin-babel to v7.1.0 (#933)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb11cca commit 344b2cc

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/core": "7.29.7",
3838
"@babel/polyfill": "7.12.1",
3939
"@babel/preset-env": "7.29.7",
40-
"@rollup/plugin-babel": "7.0.0",
40+
"@rollup/plugin-babel": "7.1.0",
4141
"@rollup/plugin-json": "6.1.0",
4242
"@rollup/plugin-node-resolve": "16.0.3",
4343
"@rollup/plugin-terser": "1.0.0",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/core": "7.29.7",
3939
"@babel/polyfill": "7.12.1",
40-
"@rollup/plugin-babel": "7.0.0",
40+
"@rollup/plugin-babel": "7.1.0",
4141
"@rollup/plugin-node-resolve": "16.0.3",
4242
"@rollup/plugin-terser": "1.0.0",
4343
"c8": "11.0.0",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,13 +2213,14 @@
22132213
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz#e3fcee093fbb5ce765e1ad088ff4de2889f6f9be"
22142214
integrity sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==
22152215

2216-
"@rollup/plugin-babel@7.0.0":
2217-
version "7.0.0"
2218-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-7.0.0.tgz#bbdc39ca023afc1a67d3488cf20731695b27a911"
2219-
integrity sha512-NS2+P7v80N3MQqehZEjgpaFb9UyX3URNMW/zvoECKGo4PY4DvJfQusTI7BX/Ks+CPvtTfk3TqcR6S9VYBi/C+A==
2216+
"@rollup/plugin-babel@7.1.0":
2217+
version "7.1.0"
2218+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-7.1.0.tgz#82c823a0d4f8e2dbc5cc1fb84b39558177d54bdf"
2219+
integrity sha512-h9Y+xYha6p4wKO+FwdiPIkE+eIYCm8MzZPpX1iARIoFBnmKP9CnpT1p9dDf/DTFm6fyN8PmuLyRI5qZgchnitw==
22202220
dependencies:
22212221
"@babel/helper-module-imports" "^7.18.6"
22222222
"@rollup/pluginutils" "^5.0.1"
2223+
workerpool "^9.0.0"
22232224

22242225
"@rollup/plugin-inject@^5.0.4":
22252226
version "5.0.5"
@@ -11873,7 +11874,7 @@ workerpool@^6.5.1:
1187311874
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
1187411875
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
1187511876

11876-
workerpool@^9.2.0:
11877+
workerpool@^9.0.0, workerpool@^9.2.0:
1187711878
version "9.3.4"
1187811879
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-9.3.4.tgz#f6c92395b2141afd78e2a889e80cb338fe9fca41"
1187911880
integrity sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg==

0 commit comments

Comments
 (0)