diff --git a/package-lock.json b/package-lock.json index ed85aafab..f98811fa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.4.0", "license": "MIT", "dependencies": { - "@casl/ability": "^6.8.1", + "@casl/ability": "^7.0.0", "@jest/globals": "^30.4.1", "axios": "^1.16.1", "bcrypt": "^6.0.0", @@ -625,12 +625,12 @@ "license": "MIT" }, "node_modules/@casl/ability": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/@casl/ability/-/ability-6.8.1.tgz", - "integrity": "sha512-VX5DD1JbSP/DdewZnNwXXaCzve+0pLe14mcUj2l93CdOFAQUT/ylAptNqxf3Wc/jlsuSanAgXza4Z1Iq23dzpQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@casl/ability/-/ability-7.0.0.tgz", + "integrity": "sha512-QhwRflkTucpdS2uw1XScrzLWbgLYJGvPoq2Xm5OjeRci3dwtPixxnjUKJ04Ss1ivNS9tZQ8y4sjWeelWsrwo4g==", "license": "MIT", "dependencies": { - "@ucast/mongo2js": "^1.3.0" + "@ucast/mongo2js": "^2.0.0" }, "funding": { "url": "https://github.com/stalniy/casl/blob/master/BACKERS.md" @@ -4968,38 +4968,38 @@ "license": "MIT" }, "node_modules/@ucast/core": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@ucast/core/-/core-1.10.2.tgz", - "integrity": "sha512-ons5CwXZ/51wrUPfoduC+cO7AS1/wRb0ybpQJ9RrssossDxVy4t49QxWoWgfBDvVKsz9VXzBk9z0wqTdZ+Cq8g==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@ucast/core/-/core-2.0.0.tgz", + "integrity": "sha512-4XVx6LzPXZGvnZO5jp39cm/G4UvuwvEdtmg+9+4+zl6uFkCcB7UJacvtMYeBE56GJVT99Zqy6Pii7dGJq3Kz9Q==", "license": "Apache-2.0" }, "node_modules/@ucast/js": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@ucast/js/-/js-3.1.0.tgz", - "integrity": "sha512-eJ7yQeYtMK85UZjxoxBEbTWx6UMxEXKbjVyp+NlzrT5oMKV5Gpo/9bjTl3r7msaXTVC8iD9NJacqJ8yp7joX+Q==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@ucast/js/-/js-4.0.1.tgz", + "integrity": "sha512-9O5xPBvwEWQk2WvO69Eh2WJB8QljVZ2vRVdFvfnKjlZwWXcYxp1lqLBhwXBU1AtuSgCvKhJPkXdjKJggUmAmQQ==", "license": "Apache-2.0", "dependencies": { - "@ucast/core": "1.10.2" + "@ucast/core": "2.0.0" } }, "node_modules/@ucast/mongo": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/@ucast/mongo/-/mongo-2.4.3.tgz", - "integrity": "sha512-XcI8LclrHWP83H+7H2anGCEeDq0n+12FU2mXCTz6/Tva9/9ddK/iacvvhCyW6cijAAOILmt0tWplRyRhVyZLsA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@ucast/mongo/-/mongo-3.0.0.tgz", + "integrity": "sha512-kwuSH+kdB4GCR0LGhy/PEDm4PCflur89AlK82kNiYD0FvsA8A/p+0sx7m+/R8mMFAlmlkAd3VXp7sM/cLLYWYg==", "license": "Apache-2.0", "dependencies": { - "@ucast/core": "^1.4.1" + "@ucast/core": "2.0.0" } }, "node_modules/@ucast/mongo2js": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@ucast/mongo2js/-/mongo2js-1.4.1.tgz", - "integrity": "sha512-9aeg5cmqwRQnKCXHN6I17wk83Rcm487bHelaG8T4vfpWneAI469wSI3Srnbu+PuZ5znWRbnwtVq9RgPL+bN6CA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@ucast/mongo2js/-/mongo2js-2.0.0.tgz", + "integrity": "sha512-vNBZzRnsfLr/TSxEoxz6W6hHQ5tmWsfEeC0nCq5z8RezC1AqIRy3cfHm8AGvlGtcn+cTSFQcZremfqnz6wm+nQ==", "license": "Apache-2.0", "dependencies": { - "@ucast/core": "1.10.2", - "@ucast/js": "3.1.0", - "@ucast/mongo": "2.4.3" + "@ucast/core": "2.0.0", + "@ucast/js": "4.0.1", + "@ucast/mongo": "3.0.0" } }, "node_modules/@ungap/structured-clone": { diff --git a/package.json b/package.json index 4217761d2..4eb095144 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "release:auto": "npx semantic-release" }, "dependencies": { - "@casl/ability": "^6.8.1", + "@casl/ability": "^7.0.0", "@jest/globals": "^30.4.1", "axios": "^1.16.1", "bcrypt": "^6.0.0",