From 1b6a7296674c15576837dbc1e5b842cebe707f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:52:27 +0000 Subject: [PATCH] Bump @casl/ability from 6.5.0 to 6.7.1 in /ui 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] --- ui/package-lock.json | 12 ++++++------ ui/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index abae1638db0..81e2acae4ec 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@casl/ability": "^6.5.0", + "@casl/ability": "^6.7.1", "@casl/react": "^3.1.0", "@date-io/moment": "^2.17.0", "@emotion/react": "^11.11.3", @@ -54,7 +54,7 @@ "isomorphic-unfetch": "^4.0.2", "js-yaml": "^4.1.0", "jsonlint-mod": "^1.7.6", - "jss": "latest", + "jss": "*", "lodash": "^4.17.21", "mochawesome": "^7.1.3", "moment": "^2.29.4", @@ -67,7 +67,7 @@ "path-parse": "^1.0.7", "pluralize": "^8.0.0", "postcss": "^8.4.38", - "prop-types": "latest", + "prop-types": "*", "react": "^17.0.2", "react-big-calendar": "^1.13.4", "react-codemirror2": "^7.2.1", @@ -2164,9 +2164,9 @@ "dev": true }, "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" }, diff --git a/ui/package.json b/ui/package.json index 7b795b2d216..628c79bde74 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ "repository": "https://github.com/meshery/meshery", "license": "Apache-2.0", "dependencies": { - "@casl/ability": "^6.5.0", + "@casl/ability": "^6.7.1", "@casl/react": "^3.1.0", "@date-io/moment": "^2.17.0", "@emotion/react": "^11.11.3",