Skip to content

Commit 2c8526a

Browse files
committed
fix: plugins/bazaar-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit 2c8526a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/bazaar-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"clean": "backstage-cli package clean"
2424
},
2525
"dependencies": {
26-
"@backstage/backend-common": "workspace:^",
27-
"@backstage/backend-plugin-api": "workspace:^",
26+
"@backstage/backend-common": "0.24.1",
27+
"@backstage/backend-plugin-api": "0.6.19",
2828
"@backstage/config": "workspace:^",
29-
"@backstage/errors": "workspace:^",
30-
"@backstage/plugin-auth-node": "workspace:^",
29+
"@backstage/errors": "0.1.1",
30+
"@backstage/plugin-auth-node": "0.6.0",
3131
"@types/express": "^4.17.6",
3232
"express": "^4.17.1",
3333
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)