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",