From 0f85fccf2a31655f94196c5c2af71d50a59bfbae Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Sun, 23 Oct 2022 21:32:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON-1082930 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e04b05c3a6..81a3e58a74 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "devDependencies": { "execa": "^5.0.0", - "json": "^10.0.0", + "json": "^11.0.0", "lerna": "^5.5.2", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2"