Skip to content

Commit a63655b

Browse files
committed
fix: plugins/search-backend-module-catalog/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent dcd7e16 commit a63655b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"dependencies": {
3939
"@backstage/backend-common": "workspace:^",
4040
"@backstage/backend-plugin-api": "workspace:^",
41-
"@backstage/backend-tasks": "workspace:^",
41+
"@backstage/backend-tasks": "0.6.1",
4242
"@backstage/catalog-client": "workspace:^",
4343
"@backstage/catalog-model": "workspace:^",
4444
"@backstage/config": "workspace:^",
45-
"@backstage/plugin-catalog-common": "workspace:^",
45+
"@backstage/plugin-catalog-common": "0.1.0",
4646
"@backstage/plugin-permission-common": "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
},
5050
"devDependencies": {
5151
"@backstage/backend-common": "workspace:^",

0 commit comments

Comments
 (0)