From 2306c792a3c02c2d4cc9c0376e61f400538a9205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:18:30 +0000 Subject: [PATCH] chore(deps): bump rollup from 3.25.1 to 3.26.3 Bumps [rollup](https://github.com/rollup/rollup) from 3.25.1 to 3.26.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.25.1...v3.26.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 881f1f1c..81afedd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "dependencies": { "lerna": "^6.4.1", "rimraf": "^5.0.1", - "rollup": "^3.25.1", + "rollup": "^3.26.3", "rollup-plugin-typescript2": "^0.34.1", "typescript": "^5.1.3" }, @@ -12902,9 +12902,9 @@ } }, "node_modules/rollup": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz", - "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==", + "version": "3.26.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.3.tgz", + "integrity": "sha512-7Tin0C8l86TkpcMtXvQu6saWH93nhG3dGQ1/+l5V2TDMceTxO7kDiK6GzbfLWNNxqJXm591PcEZUozZm51ogwQ==", "bin": { "rollup": "dist/bin/rollup" }, @@ -23793,9 +23793,9 @@ } }, "rollup": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz", - "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==", + "version": "3.26.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.3.tgz", + "integrity": "sha512-7Tin0C8l86TkpcMtXvQu6saWH93nhG3dGQ1/+l5V2TDMceTxO7kDiK6GzbfLWNNxqJXm591PcEZUozZm51ogwQ==", "requires": { "fsevents": "~2.3.2" } diff --git a/package.json b/package.json index 4917bd96..a2863c13 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "lerna": "^6.4.1", "rimraf": "^5.0.1", - "rollup": "^3.25.1", + "rollup": "^3.26.3", "rollup-plugin-typescript2": "^0.34.1", "typescript": "^5.1.3" },