@backstage/plugin-permission-common
Advanced tools
Comparing version 0.0.0-nightly-20231017021237 to 0.0.0-nightly-20231216021354
# @backstage/plugin-permission-common | ||
## 0.0.0-nightly-20231017021237 | ||
## 0.0.0-nightly-20231216021354 | ||
### Patch Changes | ||
- 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617 | ||
- Updated dependencies | ||
- @backstage/errors@0.0.0-nightly-20231017021237 | ||
- @backstage/config@0.0.0-nightly-20231017021237 | ||
- @backstage/config@1.1.1 | ||
- @backstage/errors@1.2.3 | ||
- @backstage/types@1.1.1 | ||
## 0.7.10 | ||
### Patch Changes | ||
- 4aa43f62aa: Updated dependency `cross-fetch` to `^4.0.0`. | ||
- Updated dependencies | ||
- @backstage/config@1.1.1 | ||
- @backstage/errors@1.2.3 | ||
- @backstage/types@1.1.1 | ||
## 0.7.9 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/errors@1.2.3 | ||
- @backstage/config@1.1.1 | ||
- @backstage/types@1.1.1 | ||
## 0.7.9-next.0 | ||
@@ -13,0 +33,0 @@ |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
"version": "0.0.0-nightly-20231017021237", | ||
"version": "0.0.0-nightly-20231216021354", | ||
"main": "dist/index.cjs.js", | ||
@@ -45,11 +45,11 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/config": "^0.0.0-nightly-20231017021237", | ||
"@backstage/errors": "^0.0.0-nightly-20231017021237", | ||
"@backstage/config": "^1.1.1", | ||
"@backstage/errors": "^1.2.3", | ||
"@backstage/types": "^1.1.1", | ||
"cross-fetch": "^3.1.5", | ||
"cross-fetch": "^4.0.0", | ||
"uuid": "^8.0.0", | ||
"zod": "^3.21.4" | ||
"zod": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20231017021237", | ||
"@backstage/cli": "^0.0.0-nightly-20231216021354", | ||
"msw": "^1.0.0" | ||
@@ -56,0 +56,0 @@ }, |
89951
+ Added@backstage/config@1.3.2(transitive)
+ Added@backstage/errors@1.2.7(transitive)
+ Addedcross-fetch@4.1.0(transitive)
- Removed@backstage/config@0.0.0-nightly-20250114022708(transitive)
- Removed@backstage/errors@0.0.0-nightly-20250114022708(transitive)
- Removed@backstage/types@0.0.0-nightly-20250114022708(transitive)
- Removedcross-fetch@3.2.0(transitive)
Updated@backstage/config@^1.1.1
Updated@backstage/errors@^1.2.3
Updatedcross-fetch@^4.0.0
Updatedzod@^3.22.4