Skip to content

Commit ad20fdb

Browse files
committed
fix: bump next version floor in package.json to ^16.2.2
Raises the minimum version to ensure fresh installs cannot resolve to a version below the security fix threshold (16.1.7). Addresses review comment from @cjbell.
1 parent 87e37ff commit ad20fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"lodash": "^4.17.21",
6060
"lucide-react": "^0.525.0",
6161
"mdast-util-to-hast": "13.2.1",
62-
"next": "^16.1.4",
62+
"next": "^16.2.2",
6363
"next-mdx-remote": "^6.0.0",
6464
"next-remote-refresh": "^0.10.1",
6565
"next-seo": "^5.4.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4877,7 +4877,7 @@ next-seo@^5.4.0:
48774877
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.15.0.tgz#b1a90508599774982909ea44803323c6fb7b50f4"
48784878
integrity sha512-LGbcY91yDKGMb7YI+28n3g+RuChUkt6pXNpa8FkfKkEmNiJkeRDEXTnnjVtwT9FmMhG6NH8qwHTelGrlYm9rgg==
48794879

4880-
next@^16.1.4:
4880+
next@^16.2.2:
48814881
version "16.2.2"
48824882
resolved "https://registry.yarnpkg.com/next/-/next-16.2.2.tgz#7b02ce7ec5f2e17fc699ca2590820c779ae8282e"
48834883
integrity sha512-i6AJdyVa4oQjyvX/6GeER8dpY/xlIV+4NMv/svykcLtURJSy/WzDnnUk/TM4d0uewFHK7xSQz4TbIwPgjky+3A==

0 commit comments

Comments
 (0)