From b3814f77fb9a898045c3f4050af6b1a0f55f57ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 01:30:25 +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-UDECODEPLATECORE-8068536 --- 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 61226183f0..750b99c143 100644 --- a/examples/cms-tina/package.json +++ b/examples/cms-tina/package.json @@ -19,7 +19,7 @@ "remark": "14.0.2", "remark-html": "15.0.1", "styled-components": "^5.3.3", - "tinacms": "^0.68.4" + "tinacms": "^0.69.0" }, "devDependencies": { "autoprefixer": "^10.4.2",