From 0899d1988c205d7dd7c877bc8813f449fa9187b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:44:20 +0000 Subject: [PATCH] Bump rollup from 3.26.3 to 3.27.0 Bumps [rollup](https://github.com/rollup/rollup) from 3.26.3 to 3.27.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.26.3...v3.27.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:production update-type: version-update:semver-minor ... 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 0ca2ce3..6018506 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "cross-spawn": "^7.0.3", "minimist": "^1.2.8", "node-typescript-compiler": "^3.0.0", - "rollup": "^3.26.3", + "rollup": "^3.27.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-ignore-import": "^1.3.2", "rollup-pluginutils": "^2.8.2" diff --git a/yarn.lock b/yarn.lock index e0ac3d6..b3d2622 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3625,10 +3625,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^3.26.3: - version "3.26.3" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.26.3.tgz#bbc8818cadd0aebca348dbb3d68d296d220967b8" - integrity sha512-7Tin0C8l86TkpcMtXvQu6saWH93nhG3dGQ1/+l5V2TDMceTxO7kDiK6GzbfLWNNxqJXm591PcEZUozZm51ogwQ== +rollup@^3.27.0: + version "3.27.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.27.0.tgz#15bd07e2e1cbfa9255bf6a3f04a432621c2f3550" + integrity sha512-aOltLCrYZ0FhJDm7fCqwTjIUEVjWjcydKBV/Zeid6Mn8BWgDCUBBWT5beM5ieForYNo/1ZHuGJdka26kvQ3Gzg== optionalDependencies: fsevents "~2.3.2"