Skip to content

Commit f179c1d

Browse files
authored
fix: packages/backend-plugin-api/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
1 parent c67ec7f commit f179c1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/backend-plugin-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"start": "backstage-cli package start"
3333
},
3434
"dependencies": {
35-
"@backstage/backend-tasks": "workspace:^",
35+
"@backstage/backend-tasks": "0.6.1",
3636
"@backstage/config": "workspace:^",
37-
"@backstage/plugin-auth-node": "workspace:^",
38-
"@backstage/plugin-permission-common": "workspace:^",
37+
"@backstage/plugin-auth-node": "0.5.0",
38+
"@backstage/plugin-permission-common": "0.1.0",
3939
"@backstage/types": "workspace:^",
4040
"@types/express": "^4.17.6",
4141
"express": "^4.17.1",

0 commit comments

Comments
 (0)