From 55ad2d2145590b15725bd1ac4b861bcdee01cc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:03:37 +0000 Subject: [PATCH] Bump rollup from 3.5.1 to 3.6.0 Bumps [rollup](https://github.com/rollup/rollup) from 3.5.1 to 3.6.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.5.1...v3.6.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 cfc8bf2..9bdbe96 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "cross-spawn": "^7.0.3", "minimist": "^1.2.7", "node-typescript-compiler": "^3.0.0", - "rollup": "^3.5.1", + "rollup": "^3.6.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 483450e..22c9023 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3621,10 +3621,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.5.1.tgz#5aefd0d29288ce686239fa8c2e3de87c27708ae1" - integrity sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw== +rollup@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.6.0.tgz#2bff14b8680747fbb0228d102607d6a6e21859d7" + integrity sha512-qCgiBeSu2/AIOKWGFMiRkjPlGlcVwxAjwpGKQZOQYng+83Hip4PjrWHm7EQX1wnrvRqfTytEihRRfLHdX+hR4g== optionalDependencies: fsevents "~2.3.2"