Skip to content

Commit 7dd7b14

Browse files
authored
fix: plugins/tech-insights-backend-module-jsonfc/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 7dd7b14

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/tech-insights-backend-module-jsonfc/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/backend-common": "workspace:^",
37-
"@backstage/config": "workspace:^",
38-
"@backstage/errors": "workspace:^",
36+
"@backstage/backend-common": "0.25.0",
37+
"@backstage/config": "0.1.1",
38+
"@backstage/errors": "0.1.1",
3939
"@backstage/plugin-tech-insights-common": "workspace:^",
4040
"@backstage/plugin-tech-insights-node": "workspace:^",
4141
"ajv": "^8.10.0",
4242
"json-rules-engine": "^6.1.2",
43-
"lodash": "^4.17.21",
43+
"lodash": "^4.17.23",
4444
"luxon": "^3.0.0",
4545
"winston": "^3.2.1"
4646
},

0 commit comments

Comments
 (0)