From 0fb8281277f1e82b1166d1ce676b3beb3122eeec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 06:57:42 +0000 Subject: [PATCH] Bump rollup from 2.72.1 to 3.17.3 Bumps [rollup](https://github.com/rollup/rollup) from 2.72.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.72.1...v3.17.3) --- 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..727985f 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.17.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.17.3.tgz", + "integrity": "sha512-p5LaCXiiOL/wrOkj8djsIDFmyU9ysUxcyW+EKRLHb6TKldJzXpImjcRSR+vgo09DBdofGcOoLOsRyxxG2n5/qQ==", "requires": { "fsevents": "~2.3.2" } diff --git a/package.json b/package.json index 9f7d9eb..71f1883 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.17.3", "tap-spec": "^5.0.0", "tape": "^5.5.3" },