Skip to content

Commit 96955b9

Browse files
chargomeclaude
andauthored
fix(deps): Bump rollup-plugin-license to fix lodash vulnerabilities (#20636)
## Summary - Bumps `rollup-plugin-license` from 3.3.1 → 3.7.1 - This updates the lodash constraint from `~4.17.21` to `^4.17.21`, allowing resolution to patched lodash 4.18.x - Removes orphaned `[email protected]` lockfile entry - Fixes [Dependabot alert 1281](https://github.com/getsentry/sentry-javascript/security/dependabot/1281) (CVE-2026-4800, code injection via `_.template`) - Fixes [Dependabot alert 1280](https://github.com/getsentry/sentry-javascript/security/dependabot/1280) (CVE-2026-2950, prototype pollution via `_.unset`/`_.omit`) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 05d2eb6 commit 96955b9

2 files changed

Lines changed: 55 additions & 183 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@
122122
"@rollup/plugin-terser": "^0.4.4",
123123
"@rollup/plugin-typescript": "^11.1.6",
124124
"@rollup/pluginutils": "^5.1.0",
125+
"@size-limit/esbuild": "~12.1.0",
125126
"@size-limit/file": "~12.1.0",
126127
"@size-limit/webpack": "~12.1.0",
127-
"@size-limit/esbuild": "~12.1.0",
128128
"@types/jsdom": "^21.1.6",
129129
"@types/node": "^18.19.1",
130130
"@vitest/coverage-v8": "^3.2.4",
@@ -142,7 +142,7 @@
142142
"rimraf": "^5.0.10",
143143
"rollup": "^4.59.0",
144144
"rollup-plugin-cleanup": "^3.2.1",
145-
"rollup-plugin-license": "^3.3.1",
145+
"rollup-plugin-license": "^3.7.1",
146146
"size-limit": "~12.1.0",
147147
"sucrase": "^3.35.0",
148148
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)