From 7cf1084f0cb993b41f5ec3ad4d55d6f285f3812f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:54:32 -0400 Subject: [PATCH] Bump rollup-plugin-license from 3.5.2 to 3.5.3 (#3036) Bumps [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) from 3.5.2 to 3.5.3. - [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md) - [Commits](https://github.com/mjeanroy/rollup-plugin-license/compare/v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: rollup-plugin-license dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 24 +++++++----------------- shepherd.js/package.json | 2 +- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 100a46c8e..a957e1e1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -274,8 +274,8 @@ importers: specifier: ^10.0.0 version: 10.0.0 rollup-plugin-license: - specifier: ^3.4.0 - version: 3.5.2(rollup@4.24.0) + specifier: ^3.5.3 + version: 3.5.3(picomatch@4.0.2)(rollup@4.24.0) rollup-plugin-livereload: specifier: ^2.0.5 version: 2.0.5 @@ -4005,14 +4005,6 @@ packages: fd-slicer@1.1.0: resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} - fdir@6.1.1: - resolution: {integrity: sha512-QfKBVg453Dyn3mr0Q0O+Tkr1r79lOTAKSi9f/Ot4+qVEwxWhav2Z+SudrG9vQjM2aYRMQQZ2/Q1zdA8ACM1pDg==} - peerDependencies: - picomatch: 3.x - peerDependenciesMeta: - picomatch: - optional: true - fdir@6.3.0: resolution: {integrity: sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==} peerDependencies: @@ -6883,8 +6875,8 @@ packages: resolution: {integrity: sha512-JAYYhzCcmGjmCzo3LEHSDE3RAPHKIeBdpqRhiyZSv5o/3wFhktUOzYAWg/uUKyEu5dEaVaql6UOmaqHx1qKrZA==} engines: {node: '>=16.0.0'} - rollup-plugin-license@3.5.2: - resolution: {integrity: sha512-NNeXBcE6RyQdZdSC8Vxe8Cheax2aUa/K0Ok6JDZwr9isjkSDer4aMg0sovas1Ua76ojLZX1BrNQ6ZFspztKkZQ==} + rollup-plugin-license@3.5.3: + resolution: {integrity: sha512-r3wImZSo2d6sEk9BRJtlzeI/upjyjnpthy06Fdl0EzqRrlg3ULb9KQR7xHJI0zuayW/8bchEXSF5dO6dha4OyA==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 @@ -12838,8 +12830,6 @@ snapshots: dependencies: pend: 1.2.0 - fdir@6.1.1: {} - fdir@6.3.0(picomatch@4.0.2): optionalDependencies: picomatch: 4.0.2 @@ -16550,12 +16540,12 @@ snapshots: - bluebird - supports-color - rollup-plugin-license@3.5.2(rollup@4.24.0): + rollup-plugin-license@3.5.3(picomatch@4.0.2)(rollup@4.24.0): dependencies: commenting: 1.1.0 - fdir: 6.1.1 + fdir: 6.3.0(picomatch@4.0.2) lodash: 4.17.21 - magic-string: 0.30.10 + magic-string: 0.30.11 moment: 2.30.1 package-name-regex: 2.0.6 rollup: 4.24.0 diff --git a/shepherd.js/package.json b/shepherd.js/package.json index 638af8eae..8e721ae38 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -79,7 +79,7 @@ "rollup": "^4.24.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-filesize": "^10.0.0", - "rollup-plugin-license": "^3.4.0", + "rollup-plugin-license": "^3.5.3", "rollup-plugin-livereload": "^2.0.5", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-serve": "^2.0.2",