From 253fe813350ca3be3865fd70f3e64975873f3e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:00:37 +0000 Subject: [PATCH] Bump rollup from 3.14.0 to 3.15.0 Bumps [rollup](https://github.com/rollup/rollup) from 3.14.0 to 3.15.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.14.0...v3.15.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 ad99e11..85a9bf8 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.14.0", + "rollup": "^3.15.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 502f4e9..bc1a357 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3773,10 +3773,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^3.14.0: - version "3.14.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.14.0.tgz#f5925255f3b6e8de1dba3916d7619c7da5708d95" - integrity sha512-o23sdgCLcLSe3zIplT9nQ1+r97okuaiR+vmAPZPTDYB7/f3tgWIYNyiQveMsZwshBT0is4eGax/HH83Q7CG+/Q== +rollup@^3.15.0: + version "3.15.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.15.0.tgz#6f4105e8c4b8145229657b74ad660b02fbfacc05" + integrity sha512-F9hrCAhnp5/zx/7HYmftvsNBkMfLfk/dXUh73hPSM2E3CRgap65orDNJbLetoiUFwSAk6iHPLvBrZ5iHYvzqsg== optionalDependencies: fsevents "~2.3.2"