From 2d963bd494e5b7ad6b7c5ffa72dbc149180ca88f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Oct 2023 06:29:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6032387 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 565c1b36..5f4914c5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "debug": "^4.1.0", "lodash": "^4.17.15", "moment-timezone": "^0.5.23", - "next": "^9.0.4", + "next": "^13.5.0", "number-to-words": "^1.2.4", "penpal": "^4.0.0", "prop-types": "^15.6.1",