From ab4959613fa4a03a616ce5be56975f80a8ec4365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 06:01:18 +0000 Subject: [PATCH] Bump rollup from 2.72.1 to 3.7.4 Bumps [rollup](https://github.com/rollup/rollup) from 2.72.1 to 3.7.4. - [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.72.1...v3.7.4) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30abee5..86d6214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1818,9 +1818,9 @@ } }, "rollup": { - "version": "2.72.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz", - "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.4.tgz", + "integrity": "sha512-jN9rx3k5pfg9H9al0r0y1EYKSeiRANZRYX32SuNXAnKzh6cVyf4LZVto1KAuDnbHT03E1CpsgqDKaqQ8FZtgxw==", "requires": { "fsevents": "~2.3.2" } diff --git a/package.json b/package.json index 9f7d9eb..c06ba25 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "esm": "^3.2.25", "preact": "~10.7.2", "preact-render-to-string": "~4.1.0", - "rollup": "^2.72.1", + "rollup": "^3.7.4", "tap-spec": "^5.0.0", "tape": "^5.5.3" },