Skip to content

Commit e8322bb

Browse files
authored
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
1 parent c67ec7f commit e8322bb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/search-backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
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",

0 commit comments

Comments
 (0)