Skip to content

Commit c83a116

Browse files
build(deps-dev): bump @rollup/plugin-babel from 6.0.0 to 6.0.2
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.2/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 d3db908 commit c83a116

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"devDependencies": {
7575
"@babel/preset-env": "^7.19.4",
76-
"@rollup/plugin-babel": "^6.0.0",
76+
"@rollup/plugin-babel": "^6.0.2",
7777
"@rollup/plugin-commonjs": "23.0.2",
7878
"@rollup/plugin-json": "^4.0.2",
7979
"@rollup/plugin-node-resolve": "15.0.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,13 +1516,13 @@
15161516
"@nodelib/fs.scandir" "2.1.3"
15171517
fastq "^1.6.0"
15181518

1519-
"@rollup/plugin-babel@^6.0.0":
1520-
version "6.0.0"
1521-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.0.tgz#7ce5b064e5d3ead3c9a1874af6594bd1df87791b"
1522-
integrity sha512-qM8YIt/2fVxw5O0wUgAeglyC+qx9mg3UtCCLoSqetmQOKipmnQ/X3I0L2sjjb6BswaYpv2tun25lHViU7JPxLQ==
1519+
"@rollup/plugin-babel@^6.0.2":
1520+
version "6.0.2"
1521+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.2.tgz#92ad7a00cc0e4a6b59e1498cda9f907a9c0d2db3"
1522+
integrity sha512-Vnt8XIWYwCf3MD7qhBWYlP9pjSZvcE++nlPXhQYw6YNehl5742AzFbrV6h4BHb20VAOVUlIksVLymQCTwVCGDg==
15231523
dependencies:
15241524
"@babel/helper-module-imports" "^7.18.6"
1525-
"@rollup/pluginutils" "^4.2.1"
1525+
"@rollup/pluginutils" "^5.0.1"
15261526

15271527
15281528
version "23.0.2"
@@ -1564,7 +1564,7 @@
15641564
estree-walker "^1.0.1"
15651565
picomatch "^2.2.2"
15661566

1567-
"@rollup/pluginutils@^4.1.2", "@rollup/pluginutils@^4.2.1":
1567+
"@rollup/pluginutils@^4.1.2":
15681568
version "4.2.1"
15691569
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz#e6c6c3aba0744edce3fb2074922d3776c0af2a6d"
15701570
integrity sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==

0 commit comments

Comments
 (0)