Skip to content

Commit c0e2844

Browse files
committed
fix: plugins/stack-overflow-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 c0e2844

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/stack-overflow-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
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",
39-
"qs": "^6.9.4",
39+
"qs": "^6.14.2",
4040
"winston": "^3.2.1"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)