Skip to content

Commit e5d081a

Browse files
authored
fix: plugins/periskop-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660
1 parent c67ec7f commit e5d081a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/periskop-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"clean": "backstage-cli package clean"
2525
},
2626
"dependencies": {
27-
"@backstage/backend-common": "workspace:^",
27+
"@backstage/backend-common": "0.24.1",
2828
"@backstage/backend-plugin-api": "workspace:^",
29-
"@backstage/config": "workspace:^",
29+
"@backstage/config": "0.1.1",
3030
"@types/express": "*",
3131
"express": "^4.17.1",
3232
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)