From f6b7089c70fb105c1c254e35e2c6105f5b5bec0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:20:46 +0000 Subject: [PATCH] build(deps-dev): Bump rollup-plugin-visualizer from 5.9.2 to 5.9.3 Bumps [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) from 5.9.2 to 5.9.3. - [Changelog](https://github.com/btd/rollup-plugin-visualizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/btd/rollup-plugin-visualizer/compare/v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: rollup-plugin-visualizer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4759f616d..5cbe093aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12091,9 +12091,10 @@ } }, "node_modules/rollup-plugin-visualizer": { - "version": "5.9.2", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.9.3.tgz", + "integrity": "sha512-ieGM5UAbMVqThX67GCuFHu/GkaSXIUZwFKJsSzE+7+k9fibU/6gbUz7SL+9BBzNtv5bIFHj7kEu0TWcqEnT/sQ==", "dev": true, - "license": "MIT", "dependencies": { "open": "^8.4.0", "picomatch": "^2.3.1", @@ -12107,7 +12108,7 @@ "node": ">=14" }, "peerDependencies": { - "rollup": "2.x || 3.x" + "rollup": "2.x || 3.x || 4.x" }, "peerDependenciesMeta": { "rollup": {