Skip to content

Commit 43d50e3

Browse files
authored
fix: plugins/playlist-backend/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 43d50e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/playlist-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
26-
"@backstage/catalog-client": "workspace:^",
25+
"@backstage/backend-common": "0.24.1",
26+
"@backstage/catalog-client": "0.2.0",
2727
"@backstage/catalog-model": "workspace:^",
28-
"@backstage/config": "workspace:^",
28+
"@backstage/config": "0.1.1",
2929
"@backstage/errors": "workspace:^",
3030
"@backstage/plugin-auth-node": "workspace:^",
3131
"@backstage/plugin-permission-common": "workspace:^",
32-
"@backstage/plugin-permission-node": "workspace:^",
32+
"@backstage/plugin-permission-node": "0.1.0",
3333
"@backstage/plugin-playlist-common": "workspace:^",
3434
"@types/express": "*",
3535
"express": "^4.17.1",

0 commit comments

Comments
 (0)