Skip to content

Commit ce3e605

Browse files
fix(nextjs): Update @rollup/plugin-commonjs (#12527)
updates `@rollup/plugin-commonjs` to `v26.0.1`
1 parent e0302c3 commit ce3e605

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"dependencies": {
6868
"@opentelemetry/instrumentation-http": "0.52.0",
69-
"@rollup/plugin-commonjs": "24.0.0",
69+
"@rollup/plugin-commonjs": "26.0.1",
7070
"@sentry/core": "8.9.2",
7171
"@sentry/node": "8.9.2",
7272
"@sentry/opentelemetry": "8.9.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6844,17 +6844,17 @@
68446844
dependencies:
68456845
web-streams-polyfill "^3.1.1"
68466846

6847-
"@rollup/plugin-commonjs@24.0.0":
6848-
version "24.0.0"
6849-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-24.0.0.tgz#fb7cf4a6029f07ec42b25daa535c75b05a43f75c"
6850-
integrity sha512-0w0wyykzdyRRPHOb0cQt14mIBLujfAv6GgP6g8nvg/iBxEm112t3YPPq+Buqe2+imvElTka+bjNlJ/gB56TD8g==
6847+
"@rollup/plugin-commonjs@26.0.1":
6848+
version "26.0.1"
6849+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-26.0.1.tgz#16d4d6e54fa63021249a292b50f27c0b0f1a30d8"
6850+
integrity sha512-UnsKoZK6/aGIH6AdkptXhNvhaqftcjq3zZdT+LY5Ftms6JR06nADcDsYp5hTU9E2lbJUEOhdlY5J4DNTneM+jQ==
68516851
dependencies:
68526852
"@rollup/pluginutils" "^5.0.1"
68536853
commondir "^1.0.1"
68546854
estree-walker "^2.0.2"
6855-
glob "^8.0.3"
6855+
glob "^10.4.1"
68566856
is-reference "1.2.1"
6857-
magic-string "^0.27.0"
6857+
magic-string "^0.30.3"
68586858

68596859
"@rollup/plugin-commonjs@^25.0.7":
68606860
version "25.0.7"
@@ -17758,7 +17758,7 @@ glob@^10.2.2:
1775817758
minipass "^5.0.0 || ^6.0.2"
1775917759
path-scurry "^1.10.0"
1776017760

17761-
glob@^10.3.10:
17761+
glob@^10.3.10, glob@^10.4.1:
1776217762
version "10.4.1"
1776317763
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
1776417764
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
@@ -21690,7 +21690,7 @@ magic-string@0.26.2:
2169021690
dependencies:
2169121691
sourcemap-codec "^1.4.8"
2169221692

21693-
magic-string@0.27.0, magic-string@^0.27.0:
21693+
magic-string@0.27.0:
2169421694
version "0.27.0"
2169521695
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.27.0.tgz#e4a3413b4bab6d98d2becffd48b4a257effdbbf3"
2169621696
integrity sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==

0 commit comments

Comments
 (0)