Skip to content

Commit 0f56733

Browse files
authored
fix: plugins/permission-common/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-10293725
1 parent dcd7e16 commit 0f56733

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/permission-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"url": "https://github.com/backstage/backstage/issues"
4242
},
4343
"dependencies": {
44-
"@backstage/config": "workspace:^",
44+
"@backstage/config": "0.1.1",
4545
"@backstage/errors": "workspace:^",
46-
"@backstage/types": "workspace:^",
46+
"@backstage/types": "0.1.1",
4747
"cross-fetch": "^3.1.5",
4848
"uuid": "^8.0.0",
4949
"zod": "^3.21.4"

0 commit comments

Comments
 (0)