From 9ee3b7737588fbda3c4b412f6547c61fbc275e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:25:05 +0000 Subject: [PATCH] Bump rollup from 3.27.0 to 3.29.3 Bumps [rollup](https://github.com/rollup/rollup) from 3.27.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.27.0...v3.29.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 017849c..c3f3578 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "chai": "^4.3.7", "eslint": "^8.46.0", "mocha": "^10.1.0", - "rollup": "^3.27.0", + "rollup": "^3.29.3", "rollup-plugin-typescript2": "^0.34.1", "sinon": "^15.0.4", "ts-node": "^10.9.1", diff --git a/yarn.lock b/yarn.lock index 16bdce1..02b4a62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2040,10 +2040,10 @@ rollup-plugin-typescript2@^0.34.1: semver "^7.3.7" tslib "^2.4.0" -rollup@^3.27.0: - version "3.27.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.27.0.tgz#15bd07e2e1cbfa9255bf6a3f04a432621c2f3550" - integrity sha512-aOltLCrYZ0FhJDm7fCqwTjIUEVjWjcydKBV/Zeid6Mn8BWgDCUBBWT5beM5ieForYNo/1ZHuGJdka26kvQ3Gzg== +rollup@^3.29.3: + version "3.29.3" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.3.tgz#97769774ccaa6a3059083d4680fcabd8ead01289" + integrity sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg== optionalDependencies: fsevents "~2.3.2"