From b97e915adceabff20f1a3c486fb35c732752d312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:45:49 +0000 Subject: [PATCH] build(deps-dev): bump rollup-plugin-license from 3.6.0 to 3.7.0 Bumps [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) from 3.6.0 to 3.7.0. - [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md) - [Commits](https://github.com/mjeanroy/rollup-plugin-license/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: rollup-plugin-license dependency-version: 3.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++--------- packages/tooling/package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1adb84c2..23e24849c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5494,18 +5494,20 @@ } }, "node_modules/rollup-plugin-license": { - "version": "3.6.0", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-license/-/rollup-plugin-license-3.7.0.tgz", + "integrity": "sha512-RvvOIF+GH3fBR3wffgc/vmjQn6qOn72WjppWVDp/v+CLpT0BbcRBdSkPeeIOL6U5XccdYgSIMjUyXgxlKEEFcw==", "dev": true, "license": "MIT", "dependencies": { - "commenting": "~1.1.0", + "commenting": "^1.1.0", "fdir": "^6.4.3", - "lodash": "~4.17.21", - "magic-string": "~0.30.0", - "moment": "~2.30.1", - "package-name-regex": "~2.0.6", - "spdx-expression-validate": "~2.0.0", - "spdx-satisfies": "~5.0.1" + "lodash": "^4.17.21", + "magic-string": "^0.30.0", + "moment": "^2.30.1", + "package-name-regex": "^2.0.6", + "spdx-expression-validate": "^2.0.0", + "spdx-satisfies": "^5.0.1" }, "engines": { "node": ">=14.0.0" @@ -7168,7 +7170,7 @@ "@microsoft/api-extractor": "^7.56.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.3.0", - "rollup-plugin-license": "^3.6.0", + "rollup-plugin-license": "^3.7.0", "typescript": "^5.9.3" } }, diff --git a/packages/tooling/package.json b/packages/tooling/package.json index e17124fa1..1b7a85e7b 100644 --- a/packages/tooling/package.json +++ b/packages/tooling/package.json @@ -8,7 +8,7 @@ "@microsoft/api-extractor": "^7.56.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.3.0", - "rollup-plugin-license": "^3.6.0", + "rollup-plugin-license": "^3.7.0", "typescript": "^5.9.3" } }