Skip to content

Commit 9e37c31

Browse files
authored
chore(deps): Bump @rollup/plugin-commonjs (#14250)
1 parent 335da37 commit 9e37c31

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@opentelemetry/api": "^1.9.0",
8080
"@opentelemetry/instrumentation-http": "0.53.0",
8181
"@opentelemetry/semantic-conventions": "^1.27.0",
82-
"@rollup/plugin-commonjs": "26.0.1",
82+
"@rollup/plugin-commonjs": "28.0.1",
8383
"@sentry-internal/browser-utils": "8.38.0",
8484
"@sentry/core": "8.38.0",
8585
"@sentry/node": "8.38.0",

yarn.lock

+12-11
Original file line numberDiff line numberDiff line change
@@ -8163,17 +8163,18 @@
81638163
dependencies:
81648164
slash "^4.0.0"
81658165

8166-
"@rollup/plugin-commonjs@26.0.1":
8167-
version "26.0.1"
8168-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-26.0.1.tgz#16d4d6e54fa63021249a292b50f27c0b0f1a30d8"
8169-
integrity sha512-UnsKoZK6/aGIH6AdkptXhNvhaqftcjq3zZdT+LY5Ftms6JR06nADcDsYp5hTU9E2lbJUEOhdlY5J4DNTneM+jQ==
8166+
"@rollup/plugin-commonjs@28.0.1":
8167+
version "28.0.1"
8168+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.1.tgz#e2138e31cc0637676dc3d5cae7739131f7cd565e"
8169+
integrity sha512-+tNWdlWKbpB3WgBN7ijjYkq9X5uhjmcvyjEght4NmH5fAU++zfQzAJ6wumLS+dNcvwEZhKx2Z+skY8m7v0wGSA==
81708170
dependencies:
81718171
"@rollup/pluginutils" "^5.0.1"
81728172
commondir "^1.0.1"
81738173
estree-walker "^2.0.2"
8174-
glob "^10.4.1"
8174+
fdir "^6.2.0"
81758175
is-reference "1.2.1"
81768176
magic-string "^0.30.3"
8177+
picomatch "^4.0.2"
81778178

81788179
"@rollup/plugin-commonjs@^25.0.4", "@rollup/plugin-commonjs@^25.0.8":
81798180
version "25.0.8"
@@ -18433,16 +18434,16 @@ fd-slicer@~1.1.0:
1843318434
dependencies:
1843418435
pend "~1.2.0"
1843518436

18437+
fdir@^6.2.0, fdir@^6.4.2:
18438+
version "6.4.2"
18439+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.2.tgz#ddaa7ce1831b161bc3657bb99cb36e1622702689"
18440+
integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==
18441+
1843618442
fdir@^6.3.0:
1843718443
version "6.3.0"
1843818444
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.3.0.tgz#fcca5a23ea20e767b15e081ee13b3e6488ee0bb0"
1843918445
integrity sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==
1844018446

18441-
fdir@^6.4.2:
18442-
version "6.4.2"
18443-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.2.tgz#ddaa7ce1831b161bc3657bb99cb36e1622702689"
18444-
integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==
18445-
1844618447
[email protected], fflate@^0.8.1:
1844718448
version "0.8.1"
1844818449
resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.8.1.tgz#1ed92270674d2ad3c73f077cd0acf26486dae6c9"
@@ -19372,7 +19373,7 @@ glob@^10.2.2:
1937219373
minipass "^5.0.0 || ^6.0.2"
1937319374
path-scurry "^1.10.0"
1937419375

19375-
glob@^10.3.10, glob@^10.4.1:
19376+
glob@^10.3.10:
1937619377
version "10.4.1"
1937719378
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
1937819379
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==

0 commit comments

Comments
 (0)