From 6f93d6376bdd36b79128f7fa6b5633d5fb04ef99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 16:58:15 +0000 Subject: [PATCH] fix: examples/cms-tina/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- examples/cms-tina/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-tina/package.json b/examples/cms-tina/package.json index dd9d204a04f76..d4e18b9c14a88 100644 --- a/examples/cms-tina/package.json +++ b/examples/cms-tina/package.json @@ -9,7 +9,7 @@ "tina-start": "yarn tinacms server:start -c \"next start\"" }, "dependencies": { - "@tinacms/cli": "^0.60.16", + "@tinacms/cli": "^1.5.47", "classnames": "2.3.1", "date-fns": "2.28.0", "gray-matter": "4.0.3",