Skip to content

Commit 1c8fd7c

Browse files
authored
fix: plugins/stack-overflow-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 1c8fd7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/stack-overflow-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"clean": "backstage-cli package clean"
3333
},
3434
"dependencies": {
35-
"@backstage/backend-common": "workspace:^",
35+
"@backstage/backend-common": "0.24.1",
3636
"@backstage/config": "workspace:^",
37-
"@backstage/plugin-search-common": "workspace:^",
37+
"@backstage/plugin-search-common": "0.3.1",
3838
"node-fetch": "^2.6.7",
3939
"qs": "^6.9.4",
4040
"winston": "^3.2.1"

0 commit comments

Comments
 (0)