From aaf581c64a14dbfbab8ca68a65469184bb8930d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:41:30 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 3.29.0 to 3.29.3 Bumps [rollup](https://github.com/rollup/rollup) from 3.29.0 to 3.29.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/v3.29.0...v3.29.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 5a0861d..503875f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "http-server": "14.1.1", "npm-run-all": "4.1.5", "open-cli": "7.2.0", - "rollup": "3.29.0", + "rollup": "3.29.3", "rollup-plugin-filesize": "10.0.0", "standard": "17.1.0", "start-server-and-test": "2.0.0" @@ -6698,9 +6698,9 @@ } }, "node_modules/rollup": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.0.tgz", - "integrity": "sha512-nszM8DINnx1vSS+TpbWKMkxem0CDWk3cSit/WWCBVs9/JZ1I/XLwOsiUglYuYReaeWWSsW9kge5zE5NZtf/a4w==", + "version": "3.29.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.3.tgz", + "integrity": "sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==", "dev": true, "bin": { "rollup": "dist/bin/rollup" diff --git a/package.json b/package.json index ac346bf..4aa18c2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "http-server": "14.1.1", "npm-run-all": "4.1.5", "open-cli": "7.2.0", - "rollup": "3.29.0", + "rollup": "3.29.3", "rollup-plugin-filesize": "10.0.0", "standard": "17.1.0", "start-server-and-test": "2.0.0"