From 238a3816cee7f5dc2458ef878b140cbcb7a7b2ec Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 1 Jun 2021 11:39:12 +0200 Subject: build: Update to Next.js 10.2.3 This change updates the web frontend to Next.js version 10.2.3. This addresses a vulnerability in a dependency in Next.js as well as enabling use of native ESLint integration of Next.js. --- opendc-web/opendc-web-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-web/opendc-web-ui/package.json') diff --git a/opendc-web/opendc-web-ui/package.json b/opendc-web/opendc-web-ui/package.json index 52dcf8bf..ac98c9d7 100644 --- a/opendc-web/opendc-web-ui/package.json +++ b/opendc-web/opendc-web-ui/package.json @@ -31,7 +31,7 @@ "konva": "~7.2.5", "lint-staged": "~10.2.2", "mathjs": "~7.6.0", - "next": "^10.2.0", + "next": "^10.2.3", "prettier": "~2.0.5", "prop-types": "~15.7.2", "react": "~17.0.2", -- cgit v1.2.3