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

Commit d4b3d4e

Browse files
committed
Publish v2.3.2
- Fix: Bump elliptic to v6.5.3 to fix [CVE-2020-13822](GHSA-vh7m-p724-62c2)
1 parent 8511459 commit d4b3d4e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.3.2 (2020-08-04)
4+
5+
- Fix: Bump elliptic to v6.5.3 to fix [CVE-2020-13822](https://github.com/advisories/GHSA-vh7m-p724-62c2)
6+
37
## 2.3.1 (2020-07-19)
48

59
- Fix: Correctly get distDir from `next.config.js` when config is a function ([#25](https://github.com/FinnWoelm/next-on-netlify/issues/25))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-on-netlify",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
55
"bin": "./next-on-netlify.js",
66
"keywords": [

0 commit comments

Comments
 (0)