Skip to content

Commit ed150ed

Browse files
authored
chore(nextjs): Bump rollup to 3.29.5 (#13761)
1 parent a9750be commit ed150ed

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

packages/nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@sentry/webpack-plugin": "2.22.3",
8383
"chalk": "3.0.0",
8484
"resolve": "1.22.8",
85-
"rollup": "3.29.4",
85+
"rollup": "3.29.5",
8686
"stacktrace-parser": "^0.1.10"
8787
},
8888
"devDependencies": {
@@ -128,4 +128,4 @@
128128
"extends": "../../package.json"
129129
},
130130
"sideEffects": false
131-
}
131+
}

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -29543,10 +29543,10 @@ rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
2954329543
dependencies:
2954429544
estree-walker "^0.6.1"
2954529545

29546-
[email protected].4, rollup@^3.27.1, rollup@^3.28.1:
29547-
version "3.29.4"
29548-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981"
29549-
integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==
29546+
29547+
version "3.29.5"
29548+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54"
29549+
integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
2955029550
optionalDependencies:
2955129551
fsevents "~2.3.2"
2955229552

@@ -29557,6 +29557,13 @@ rollup@^2.70.0:
2955729557
optionalDependencies:
2955829558
fsevents "~2.3.2"
2955929559

29560+
rollup@^3.27.1, rollup@^3.28.1:
29561+
version "3.29.4"
29562+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981"
29563+
integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==
29564+
optionalDependencies:
29565+
fsevents "~2.3.2"
29566+
2956029567
rollup@^4.13.0:
2956129568
version "4.13.0"
2956229569
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.13.0.tgz#dd2ae144b4cdc2ea25420477f68d4937a721237a"

0 commit comments

Comments
 (0)