From cf9b8ae481b7c413c91807f137797becf833c4e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Feb 2024 00:19:33 +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/1ec7ace6-8a06-4228-a35d-b146c169e1ee?utm_source=github&utm_medium=referral&page=upgrade-pr --- ui/analyse/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/analyse/package.json b/ui/analyse/package.json index 966e9797a7a01..f01b1070864c6 100644 --- a/ui/analyse/package.json +++ b/ui/analyse/package.json @@ -26,7 +26,7 @@ "chat": "2.0.0", "chess": "2.0.0", "chessground": "^8.1.1", - "chessops": "^0.9.0", + "chessops": "^0.14.0", "common": "2.0.0", "game": "2.0.0", "nvui": "2.0.0",