From 693e295dba82841bb9b2feb711d532c90e2cbedf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 15:48:04 +0000 Subject: [PATCH] Update dependency @casl/ability to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9895b7b..511cff0b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "test:watch:backend": "onchange -i -k '**/*.{js,json,yml}' -- npm run test:nowatch:backend" }, "dependencies": { - "@casl/ability": "^5.4.3", + "@casl/ability": "^6.0.0", "@hapi/bourne": "^3.0.0", "@passport-next/passport": "^3.1.0", "ajv": "^8.6.3",