Skip to content

Commit 6987684

Browse files
authored
fix: plugins/search-backend-module-explore/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 6987684

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/search-backend-module-explore/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"clean": "backstage-cli package clean"
3737
},
3838
"dependencies": {
39-
"@backstage/backend-common": "workspace:^",
39+
"@backstage/backend-common": "0.24.1",
4040
"@backstage/backend-plugin-api": "workspace:^",
4141
"@backstage/backend-tasks": "workspace:^",
4242
"@backstage/config": "workspace:^",
4343
"@backstage/plugin-explore-common": "workspace:^",
44-
"@backstage/plugin-search-backend-node": "workspace:^",
45-
"@backstage/plugin-search-common": "workspace:^",
44+
"@backstage/plugin-search-backend-node": "0.1.2",
45+
"@backstage/plugin-search-common": "0.3.1",
4646
"node-fetch": "^2.6.7",
4747
"winston": "^3.2.1"
4848
},

0 commit comments

Comments
 (0)