@strapi/permissions 0.0.0-next.c58b405b44c71a93df733024d1f15c069cb6bdca → 0.0.0-next.f45143c5e2a8a9d85691d0abf79a3f42024a0c71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/permissions",
3
- "version": "0.0.0-next.c58b405b44c71a93df733024d1f15c069cb6bdca",
3
+ "version": "0.0.0-next.f45143c5e2a8a9d85691d0abf79a3f42024a0c71",
4
4
  "description": "Strapi's permission layer.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@casl/ability": "5.4.4",
30
- "@strapi/utils": "0.0.0-next.c58b405b44c71a93df733024d1f15c069cb6bdca",
30
+ "@strapi/utils": "0.0.0-next.f45143c5e2a8a9d85691d0abf79a3f42024a0c71",
31
31
  "lodash": "4.17.21",
32
32
  "sift": "16.0.1"
33
33
  },
@@ -35,5 +35,5 @@
35
35
  "node": ">=14.19.1 <=18.x.x",
36
36
  "npm": ">=6.0.0"
37
37
  },
38
- "gitHead": "c58b405b44c71a93df733024d1f15c069cb6bdca"
38
+ "gitHead": "f45143c5e2a8a9d85691d0abf79a3f42024a0c71"
39
39
  }