From 2bc2585dab6e2d5271a5bea78b8a7e71d8aad10e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Feb 2024 02:10:09 +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/0983d8c1-d6e8-498b-9f8c-d3f4a9e549cb?utm_source=github&utm_medium=referral&page=upgrade-pr --- ui/dgt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/dgt/package.json b/ui/dgt/package.json index 605bddaf536d2..2a71f21c05ad0 100644 --- a/ui/dgt/package.json +++ b/ui/dgt/package.json @@ -10,7 +10,7 @@ "@types/lichess": "2.0.0" }, "dependencies": { - "chessops": "^0.9.0" + "chessops": "^0.14.0" }, "scripts": { "dev": "rollup --config",