Skip to content

Commit 17ed60c

Browse files
build(deps-dev): bump @rollup/plugin-babel from 6.0.3 to 6.0.4
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.3 to 6.0.4. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.4/packages/babel) --- updated-dependencies: - dependency-name: "@rollup/plugin-babel" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d90d98 commit 17ed60c

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"devDependencies": {
7676
"@babel/core": "^7.25.2",
7777
"@babel/preset-env": "^7.25.4",
78-
"@rollup/plugin-babel": "^6.0.3",
78+
"@rollup/plugin-babel": "^6.0.4",
7979
"@rollup/plugin-commonjs": "25.0.2",
8080
"@rollup/plugin-json": "^6.0.0",
8181
"@rollup/plugin-node-resolve": "15.1.0",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,7 @@
141141
"@babel/traverse" "^7.24.8"
142142
"@babel/types" "^7.24.8"
143143

144-
"@babel/helper-module-imports@^7.18.6":
145-
version "7.18.6"
146-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
147-
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
148-
dependencies:
149-
"@babel/types" "^7.18.6"
150-
151-
"@babel/helper-module-imports@^7.24.7":
144+
"@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.24.7":
152145
version "7.24.7"
153146
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
154147
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
@@ -1388,10 +1381,10 @@
13881381
"@nodelib/fs.scandir" "2.1.5"
13891382
fastq "^1.6.0"
13901383

1391-
"@rollup/plugin-babel@^6.0.3":
1392-
version "6.0.3"
1393-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.3.tgz#07ccde15de278c581673034ad6accdb4a153dfeb"
1394-
integrity sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==
1384+
"@rollup/plugin-babel@^6.0.4":
1385+
version "6.0.4"
1386+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz#bd698e351fa9aa9619fcae780aea2a603d98e4c4"
1387+
integrity sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==
13951388
dependencies:
13961389
"@babel/helper-module-imports" "^7.18.6"
13971390
"@rollup/pluginutils" "^5.0.1"

0 commit comments

Comments
 (0)