From 2ae1ab45c8f44d302c99fa4c514ec5d0290ea6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:16:04 +0000 Subject: [PATCH] Bump @casl/ability from 6.5.0 to 6.7.1 in /spiffworkflow-frontend (#1374) Bumps [@casl/ability](https://github.com/stalniy/casl/tree/HEAD/packages/casl-ability) from 6.5.0 to 6.7.1. - [Release notes](https://github.com/stalniy/casl/releases) - [Changelog](https://github.com/stalniy/casl/blob/master/packages/casl-ability/CHANGELOG.md) - [Commits](https://github.com/stalniy/casl/commits/@casl/ability@6.7.1/packages/casl-ability) --- updated-dependencies: - dependency-name: "@casl/ability" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- spiffworkflow-frontend/package-lock.json | 14 +++++++------- spiffworkflow-frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spiffworkflow-frontend/package-lock.json b/spiffworkflow-frontend/package-lock.json index 0baeb0f7b..567cd61f5 100644 --- a/spiffworkflow-frontend/package-lock.json +++ b/spiffworkflow-frontend/package-lock.json @@ -15,7 +15,7 @@ "@carbon/icons-react": "^11.36.0", "@carbon/react": "^1.33.0", "@carbon/styles": "^1.51.0", - "@casl/ability": "^6.5.0", + "@casl/ability": "^6.7.1", "@casl/react": "^3.1.0", "@microsoft/fetch-event-source": "^2.0.1", "@monaco-editor/react": "^4.4.5", @@ -2354,9 +2354,9 @@ } }, "node_modules/@casl/ability": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@casl/ability/-/ability-6.5.0.tgz", - "integrity": "sha512-3guc94ugr5ylZQIpJTLz0CDfwNi0mxKVECj1vJUPAvs+Lwunh/dcuUjwzc4MHM9D8JOYX0XUZMEPedpB3vIbOw==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/@casl/ability/-/ability-6.7.1.tgz", + "integrity": "sha512-e+Vgrehd1/lzOSwSqKHtmJ6kmIuZbGBlM2LBS5IuYGGKmVHuhUuyh3XgTn1VIw9+TO4gqU+uptvxfIRBUEdJuw==", "dependencies": { "@ucast/mongo2js": "^1.3.0" }, @@ -36124,9 +36124,9 @@ } }, "@casl/ability": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@casl/ability/-/ability-6.5.0.tgz", - "integrity": "sha512-3guc94ugr5ylZQIpJTLz0CDfwNi0mxKVECj1vJUPAvs+Lwunh/dcuUjwzc4MHM9D8JOYX0XUZMEPedpB3vIbOw==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/@casl/ability/-/ability-6.7.1.tgz", + "integrity": "sha512-e+Vgrehd1/lzOSwSqKHtmJ6kmIuZbGBlM2LBS5IuYGGKmVHuhUuyh3XgTn1VIw9+TO4gqU+uptvxfIRBUEdJuw==", "requires": { "@ucast/mongo2js": "^1.3.0" } diff --git a/spiffworkflow-frontend/package.json b/spiffworkflow-frontend/package.json index f7478e3c4..7433ad0dc 100644 --- a/spiffworkflow-frontend/package.json +++ b/spiffworkflow-frontend/package.json @@ -10,7 +10,7 @@ "@carbon/icons-react": "^11.36.0", "@carbon/react": "^1.33.0", "@carbon/styles": "^1.51.0", - "@casl/ability": "^6.5.0", + "@casl/ability": "^6.7.1", "@casl/react": "^3.1.0", "@microsoft/fetch-event-source": "^2.0.1", "@monaco-editor/react": "^4.4.5",