Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 274a33f

Browse files
committed
update next.js
Directory traversal vulnerability under the /_next request namespace has been fixed
1 parent 6ac6153 commit 274a33f

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
@@ -74,7 +74,7 @@
7474
"isomorphic-unfetch": "2.0.0",
7575
"lodash.take": "^4.1.1",
7676
"marked": "^0.3.6",
77-
"next": "^4.1.0",
77+
"next": "^4.2.3",
7878
"nprogress": "^0.2.0",
7979
"path-match": "1.2.4",
8080
"prop-types": "^15.5.10",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5173,7 +5173,7 @@ netrc@^0.1.4:
51735173
version "0.1.4"
51745174
resolved "https://registry.yarnpkg.com/netrc/-/netrc-0.1.4.tgz#6be94fcaca8d77ade0a9670dc460914c94472444"
51755175

5176-
next@^4.1.0:
5176+
next@^4.2.3:
51775177
version "4.2.3"
51785178
resolved "https://registry.yarnpkg.com/next/-/next-4.2.3.tgz#6f85f9bd6df2c420b4f6425f9f158e82515b7bc8"
51795179
dependencies:

0 commit comments

Comments
 (0)