WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 73e63b8

Browse files
committed
Bump a bunch of dependencies, move to Next 16, and patch CVE-2025-55182
In this sites case, it wasn't a huge priority of mine because its all static (minus one very tiny worker) so in production RCE's are not possible, but it technically impacts development. Also we get all the patches within the latest Next releases
1 parent 59ee68e commit 73e63b8

File tree

6 files changed

+1647
-3178
lines changed

6 files changed

+1647
-3178
lines changed

next/next.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ let nextConfig: NextConfig = {
66
typescript: {
77
ignoreBuildErrors: true,
88
},
9+
turbopack: {
10+
root: __dirname,
11+
},
912
};
1013

1114
if (process.env.NEXT_PUBLIC_SENTRY_DSN) {

0 commit comments

Comments
 (0)