From 153b08422887786793d0c141c6f0835a6285c30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 01:58:53 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.78.1 to 3.17.3 Bumps [rollup](https://github.com/rollup/rollup) from 2.78.1 to 3.17.3. - [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/v2.78.1...v3.17.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 95da7e2..0b903a1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "serve": "vite preview" }, "devDependencies": { - "rollup": "^2.78.1", + "rollup": "^3.17.3", "rollup-preset-solid": "^1.4.0", "typescript": "^4.7.4", "vite": "^3.0.9", diff --git a/yarn.lock b/yarn.lock index df04faa..3c7affd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2036,24 +2036,17 @@ rollup-preset-solid@^1.4.0: rollup-plugin-terser "^7.0.2" typescript "^4.5.5" -"rollup@>=2.75.6 <2.77.0 || ~2.77.0": +"rollup@>=2.75.6 <2.77.0 || ~2.77.0", rollup@^2.68.0: version "2.77.3" resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12" integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g== optionalDependencies: fsevents "~2.3.2" -rollup@^2.68.0: - version "2.75.7" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.7.tgz#221ff11887ae271e37dcc649ba32ce1590aaa0b9" - integrity sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ== - optionalDependencies: - fsevents "~2.3.2" - -rollup@^2.78.1: - version "2.78.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.1.tgz#52fe3934d9c83cb4f7c4cb5fb75d88591be8648f" - integrity sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg== +rollup@^3.17.3: + version "3.17.3" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.17.3.tgz#ee7c4e1a262da55c491a4788b632fa123315f6ef" + integrity sha512-p5LaCXiiOL/wrOkj8djsIDFmyU9ysUxcyW+EKRLHb6TKldJzXpImjcRSR+vgo09DBdofGcOoLOsRyxxG2n5/qQ== optionalDependencies: fsevents "~2.3.2"