From 18fbc5faa85a62054d2ef131f2a2f419bf86f9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 12:26:35 +0000 Subject: [PATCH] chore(deps): bump rollup from 3.22.1 to 3.23.0 Bumps [rollup](https://github.com/rollup/rollup) from 3.22.1 to 3.23.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.22.1...v3.23.0) --- 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 5ee9ee17..b6cec4b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "dependencies": { "lerna": "^6.4.1", "rimraf": "^5.0.1", - "rollup": "^3.22.1", + "rollup": "^3.23.0", "rollup-plugin-typescript2": "^0.34.1", "typescript": "^5.0.4" } @@ -12379,9 +12379,9 @@ } }, "node_modules/rollup": { - "version": "3.22.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.22.1.tgz", - "integrity": "sha512-ZI+GSAqOkCyTtJPlwyPOaYKa0RqvztN4miRVusVJseMj6BIBT2f6pFeK90IdJsQ86FLMYkxju2whuck3yKPE4Q==", + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.23.0.tgz", + "integrity": "sha512-h31UlwEi7FHihLe1zbk+3Q7z1k/84rb9BSwmBSr/XjOCEaBJ2YyedQDuM0t/kfOS0IxM+vk1/zI9XxYj9V+NJQ==", "bin": { "rollup": "dist/bin/rollup" }, @@ -22825,9 +22825,9 @@ } }, "rollup": { - "version": "3.22.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.22.1.tgz", - "integrity": "sha512-ZI+GSAqOkCyTtJPlwyPOaYKa0RqvztN4miRVusVJseMj6BIBT2f6pFeK90IdJsQ86FLMYkxju2whuck3yKPE4Q==", + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.23.0.tgz", + "integrity": "sha512-h31UlwEi7FHihLe1zbk+3Q7z1k/84rb9BSwmBSr/XjOCEaBJ2YyedQDuM0t/kfOS0IxM+vk1/zI9XxYj9V+NJQ==", "requires": { "fsevents": "~2.3.2" } diff --git a/package.json b/package.json index 12268b65..11553e95 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "lerna": "^6.4.1", "rimraf": "^5.0.1", - "rollup": "^3.22.1", + "rollup": "^3.23.0", "rollup-plugin-typescript2": "^0.34.1", "typescript": "^5.0.4" }