Skip to content

Commit e1bf55d

Browse files
committed
fix: plugins/playlist-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit e1bf55d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/playlist-backend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
26-
"@backstage/catalog-client": "workspace:^",
27-
"@backstage/catalog-model": "workspace:^",
28-
"@backstage/config": "workspace:^",
25+
"@backstage/backend-common": "0.24.1",
26+
"@backstage/catalog-client": "0.2.0",
27+
"@backstage/catalog-model": "0.1.1",
28+
"@backstage/config": "0.1.1",
2929
"@backstage/errors": "workspace:^",
30-
"@backstage/plugin-auth-node": "workspace:^",
30+
"@backstage/plugin-auth-node": "0.1.0",
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": "*",
35-
"express": "^4.17.1",
35+
"express": "^4.22.0",
3636
"express-promise-router": "^4.1.0",
3737
"knex": "^2.0.0",
3838
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)