Skip to content

Commit de8da03

Browse files
committed
fix: plugins/explore-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit de8da03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/explore-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
25+
"@backstage/backend-common": "0.24.1",
2626
"@backstage/config": "workspace:^",
2727
"@backstage/plugin-explore-common": "workspace:^",
28-
"@backstage/plugin-search-backend-module-explore": "workspace:^",
29-
"@backstage/plugin-search-common": "workspace:^",
28+
"@backstage/plugin-search-backend-module-explore": "0.3.6",
29+
"@backstage/plugin-search-common": "0.3.1",
3030
"@backstage/types": "workspace:^",
3131
"@types/express": "*",
32-
"express": "^4.18.1",
32+
"express": "^4.22.0",
3333
"express-promise-router": "^4.1.0",
3434
"lodash": "^4.17.21",
3535
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)