Skip to content

Commit e8fc8ce

Browse files
committed
fix: plugins/periskop-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 e8fc8ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/periskop-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
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": "*",
31-
"express": "^4.17.1",
31+
"express": "^4.22.0",
3232
"express-promise-router": "^4.1.0",
3333
"node-fetch": "^2.6.7",
3434
"winston": "^3.2.1",

0 commit comments

Comments
 (0)