From c9a7b55c76f51f87e0c8e7c1b83be04dcfc199b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Nov 2023 19:17:35 +0000 Subject: [PATCH] fix: upgrade @makeswift/runtime from 0.2.2 to 0.11.12 Snyk has created this PR to upgrade @makeswift/runtime from 0.2.2 to 0.11.12. See this package in npm: https://www.npmjs.com/package/@makeswift/runtime See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/a8349d90-e0ec-4112-adf5-c43b69b9b585?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/cms-makeswift/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-makeswift/package.json b/examples/cms-makeswift/package.json index e02e952e2cb58..922906a4f33a2 100644 --- a/examples/cms-makeswift/package.json +++ b/examples/cms-makeswift/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@makeswift/runtime": "0.2.2", + "@makeswift/runtime": "0.11.12", "next": "latest", "react": "18.2.0", "react-dom": "18.2.0"