From 21622c9490a73bf47d0cf16feb19791599720d6a Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Mon, 25 Oct 2021 16:30:03 +0200 Subject: [PATCH] Update a json dev-dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26d2e1a..9e767a4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "eslint-plugin-no-unsanitized": "^2.0.0", "eslint-plugin-promise": "^3.4.0", "htmllint-cli": "0.0.7", - "json": "^9.0.6", + "json": ">=10.0.0", "mocha": "^6.2.2", "npm-run-all": "^4.0.0", "nyc": "^15.0.0",