From ace959d471fb0c0ddbf0ec76b63f0e35a751ef76 Mon Sep 17 00:00:00 2001 From: Kaspar Lyngsie Date: Mon, 16 Oct 2023 15:17:33 +0300 Subject: [PATCH] fix: adjusting to reorganized error catalog --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2645e7e..fcbfced 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "prepare": "npm run build" }, "dependencies": { - "@snyk/error-catalog-nodejs-public": "^3.18.6", + "@snyk/error-catalog-nodejs-public": "^4.0.1", "@iarna/toml": "^2.2.5", "@snyk/cli-interface": "^2.9.2", "@snyk/dep-graph": "^2.3.0",