From c2fb723009aca3a297bc074b55fbca55e0658990 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Feb 2024 02:12:34 +0000 Subject: [PATCH] fix: upgrade chessops from 0.9.0 to 0.14.0 Snyk has created this PR to upgrade chessops from 0.9.0 to 0.14.0. See this package in npm: https://www.npmjs.com/package/chessops See this project in Snyk: https://app.snyk.io/org/gellerb/project/2cbcc419-5df2-4c3f-8cbb-a5fc261080cb?utm_source=github&utm_medium=referral&page=upgrade-pr --- ui/puz/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/puz/package.json b/ui/puz/package.json index ee26382f14db4..14fa123d6fa82 100644 --- a/ui/puz/package.json +++ b/ui/puz/package.json @@ -14,7 +14,7 @@ "prod": "yarn run compile" }, "dependencies": { - "chessops": "^0.9.0", + "chessops": "^0.14.0", "snabbdom": "^3.0.1", "chessground": "^8.1.1", "common": "2.0.0"