Skip to content

Commit

Permalink
fix(rbac): update rbac-backend plugin (#1994)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <[email protected]>
  • Loading branch information
AndrienkoAleksandr authored Nov 26, 2024
1 parent 9fdcab3 commit 8312c88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage-community/plugin-rbac-backend": "5.2.4",
"@backstage-community/plugin-rbac-backend": "5.2.6",
"@backstage-community/plugin-rbac-node": "1.8.2",
"@backstage/backend-app-api": "1.0.1",
"@backstage/backend-defaults": "0.5.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3736,9 +3736,9 @@ __metadata:
languageName: node
linkType: hard

"@backstage-community/plugin-rbac-backend@npm:5.2.4":
version: 5.2.4
resolution: "@backstage-community/plugin-rbac-backend@npm:5.2.4"
"@backstage-community/plugin-rbac-backend@npm:5.2.6":
version: 5.2.6
resolution: "@backstage-community/plugin-rbac-backend@npm:5.2.6"
dependencies:
"@backstage-community/plugin-rbac-common": ^1.12.2
"@backstage-community/plugin-rbac-node": ^1.8.2
Expand All @@ -3761,7 +3761,7 @@ __metadata:
knex: ^3.0.0
lodash: ^4.17.21
typeorm-adapter: ^1.6.1
checksum: a855e93074dc18e9189ded5cc6af8e010f9a7d24f7f81dc18f554895b4ac638b81ec35c39c9878b2eb7253b5e12c7341e4bf13366814a647fb108d65236d309d
checksum: 9fb8adb2bd9cac6abfaba832f173b35ab933099cdc70375a37138f3a991f40324f97b070497daceed9d13c0e9c40ec550e7c5bdf3b81cfb8ef365c8111c45e43
languageName: node
linkType: hard

Expand Down Expand Up @@ -22526,7 +22526,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "backend@workspace:packages/backend"
dependencies:
"@backstage-community/plugin-rbac-backend": 5.2.4
"@backstage-community/plugin-rbac-backend": 5.2.6
"@backstage-community/plugin-rbac-node": 1.8.2
"@backstage/backend-app-api": 1.0.1
"@backstage/backend-defaults": 0.5.2
Expand Down

0 comments on commit 8312c88

Please sign in to comment.