From 9a3e9ecd4e306093e7e71c432504fe25ba45a53c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:04:04 +0000 Subject: [PATCH] Bump @rollup/plugin-babel from 6.0.2 to 6.0.3 Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.2 to 6.0.3. - [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.3/packages/babel) --- updated-dependencies: - dependency-name: "@rollup/plugin-babel" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cfc8bf2..cd3b342 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bundler" ], "dependencies": { - "@rollup/plugin-babel": "^6.0.2", + "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^23.0.3", "@rollup/plugin-image": "^3.0.1", "@rollup/plugin-json": "^5.0.2", diff --git a/yarn.lock b/yarn.lock index 483450e..a011310 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1372,10 +1372,10 @@ tiny-glob "^0.2.9" tslib "^2.4.0" -"@rollup/plugin-babel@^6.0.2": - version "6.0.2" - resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.2.tgz#92ad7a00cc0e4a6b59e1498cda9f907a9c0d2db3" - integrity sha512-Vnt8XIWYwCf3MD7qhBWYlP9pjSZvcE++nlPXhQYw6YNehl5742AzFbrV6h4BHb20VAOVUlIksVLymQCTwVCGDg== +"@rollup/plugin-babel@^6.0.3": + version "6.0.3" + resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.3.tgz#07ccde15de278c581673034ad6accdb4a153dfeb" + integrity sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg== dependencies: "@babel/helper-module-imports" "^7.18.6" "@rollup/pluginutils" "^5.0.1"