Skip to content

Commit 1c5a655

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 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 1c5a655

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)