Skip to content

Commit 3eacfcd

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-DIFF-14917201
1 parent c67ec7f commit 3eacfcd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/permission-common/package.json

Lines changed: 3 additions & 3 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:^",
45-
"@backstage/errors": "workspace:^",
46-
"@backstage/types": "workspace:^",
44+
"@backstage/config": "0.1.1",
45+
"@backstage/errors": "0.1.1",
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)