Skip to content

Commit a2a785d

Browse files
committed
fix: plugins/search-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 a2a785d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

plugins/search-backend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
3636
"clean": "backstage-cli package clean"
3737
},
3838
"dependencies": {
39-
"@backstage/backend-common": "workspace:^",
40-
"@backstage/backend-openapi-utils": "workspace:^",
41-
"@backstage/backend-plugin-api": "workspace:^",
39+
"@backstage/backend-common": "0.24.1",
40+
"@backstage/backend-openapi-utils": "0.0.1",
41+
"@backstage/backend-plugin-api": "0.6.19",
4242
"@backstage/config": "workspace:^",
4343
"@backstage/errors": "workspace:^",
44-
"@backstage/plugin-auth-node": "workspace:^",
44+
"@backstage/plugin-auth-node": "0.6.0",
4545
"@backstage/plugin-permission-common": "workspace:^",
4646
"@backstage/plugin-permission-node": "workspace:^",
47-
"@backstage/plugin-search-backend-node": "workspace:^",
48-
"@backstage/plugin-search-common": "workspace:^",
47+
"@backstage/plugin-search-backend-node": "0.1.2",
48+
"@backstage/plugin-search-common": "0.3.1",
4949
"@backstage/types": "workspace:^",
5050
"@types/express": "^4.17.6",
5151
"dataloader": "^2.0.0",
52-
"express": "^4.17.1",
52+
"express": "^4.22.0",
5353
"express-promise-router": "^4.1.0",
5454
"lodash": "^4.17.21",
55-
"qs": "^6.10.1",
55+
"qs": "^6.14.2",
5656
"winston": "^3.2.1",
5757
"yn": "^4.0.0",
5858
"zod": "^3.21.4"

0 commit comments

Comments
 (0)