From 542ff5a911f9c5a3375d079359bf38ce3c7497c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:25:48 +0000 Subject: [PATCH] Chore(deps-dev): bump rollup from 2.79.1 to 3.28.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.28.1. - [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.79.1...v3.28.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development 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 5c44e2b..b9f4391 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7856,9 +7856,9 @@ } }, "rollup": { - "version": "2.79.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", - "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", + "version": "3.28.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.1.tgz", + "integrity": "sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 17f21cd..a97898d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "jest": "29.6.4", "markdown-link-check": "3.11.2", "regenerator-runtime": "0.13.11", - "rollup": "2.79.1", + "rollup": "3.28.1", "rollup-plugin-babel": "4.4.0", "standard": "17.1.0" },