From 270ddd80e082c6967e7bfd26f2489ce64297403c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:55:50 +0000 Subject: [PATCH] build(deps-dev): bump rollup-plugin-license from 3.5.1 to 3.5.2 Bumps [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) from 3.5.1 to 3.5.2. - [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md) - [Commits](https://github.com/mjeanroy/rollup-plugin-license/compare/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: rollup-plugin-license dependency-type: direct:development update-type: version-update:semver-patch ... 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 8932cc0a..421eb6f1 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "rollup-plugin-browsersync": "^1.3.3", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-filesize": "^10.0.0", - "rollup-plugin-license": "^3.5.1", + "rollup-plugin-license": "^3.5.2", "rollup-plugin-sass": "^1.13.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-visualizer": "^5.12.0", diff --git a/yarn.lock b/yarn.lock index 7de22a5c..ea26c64e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9064,10 +9064,10 @@ rollup-plugin-filesize@^10.0.0: pacote "^15.1.1" terser "^5.6.0" -rollup-plugin-license@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/rollup-plugin-license/-/rollup-plugin-license-3.5.1.tgz#42e90b9bd82663fd880700d2ed5d2c2ed281647f" - integrity sha512-z/UN/d5KbJhyvmmAg6no/2M2XK1QH8DUZyhbQeuaxe48hkIBTvvMlUP97g4txOzEC82HlZzb7dlWslc/rmBskg== +rollup-plugin-license@^3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/rollup-plugin-license/-/rollup-plugin-license-3.5.2.tgz#958f52cfde78a38ce328c0e66632a4394ebe7d1d" + integrity sha512-NNeXBcE6RyQdZdSC8Vxe8Cheax2aUa/K0Ok6JDZwr9isjkSDer4aMg0sovas1Ua76ojLZX1BrNQ6ZFspztKkZQ== dependencies: commenting "~1.1.0" fdir "6.1.1"