From 8fb1711d14f8625179b5f7f354a72e20b5f316fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:27:52 -0600 Subject: [PATCH] chore(deps-dev): Bump rollup from 3.27.2 to 3.28.0 (#2941) Bumps [rollup](https://github.com/rollup/rollup) from 3.27.2 to 3.28.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.27.2...v3.28.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc8c6d94c0..63fcf4e8a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "marked-highlight": "^2.0.4", "node-fetch": "^3.3.2", "recheck": "^4.4.5", - "rollup": "^3.27.0", + "rollup": "^3.28.0", "semantic-release": "^21.0.7", "titleize": "^3.0.0", "ts-expect": "^1.3.0", @@ -9325,9 +9325,9 @@ } }, "node_modules/rollup": { - "version": "3.27.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.2.tgz", - "integrity": "sha512-YGwmHf7h2oUHkVBT248x0yt6vZkYQ3/rvE5iQuVBh3WO8GcJ6BNeOkpoX1yMHIiBm18EMLjBPIoUDkhgnyxGOQ==", + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz", + "integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" diff --git a/package.json b/package.json index 23b020b635..2b9f0ae8c3 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "marked-highlight": "^2.0.4", "node-fetch": "^3.3.2", "recheck": "^4.4.5", - "rollup": "^3.27.0", + "rollup": "^3.28.0", "semantic-release": "^21.0.7", "titleize": "^3.0.0", "ts-expect": "^1.3.0",