Skip to content

Commit 5e13398

Browse files
authored
fix: plugins/search-backend-module-pg/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 5e13398

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 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:^",
40-
"@backstage/backend-plugin-api": "workspace:^",
39+
"@backstage/backend-common": "0.24.1",
40+
"@backstage/backend-plugin-api": "1.6.1",
4141
"@backstage/config": "workspace:^",
42-
"@backstage/plugin-search-backend-node": "workspace:^",
43-
"@backstage/plugin-search-common": "workspace:^",
42+
"@backstage/plugin-search-backend-node": "0.1.2",
43+
"@backstage/plugin-search-common": "0.3.1",
4444
"knex": "^2.0.0",
45-
"lodash": "^4.17.21",
45+
"lodash": "^4.17.23",
4646
"uuid": "^8.3.2",
4747
"winston": "^3.2.1"
4848
},

0 commit comments

Comments
 (0)