Skip to content

Commit 131921d

Browse files
authored
fix: plugins/tech-insights-node/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 131921d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/tech-insights-node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"clean": "backstage-cli package clean"
3333
},
3434
"dependencies": {
35-
"@backstage/backend-common": "workspace:^",
36-
"@backstage/backend-tasks": "workspace:^",
37-
"@backstage/config": "workspace:^",
38-
"@backstage/plugin-tech-insights-common": "workspace:^",
35+
"@backstage/backend-common": "0.25.0",
36+
"@backstage/backend-tasks": "0.6.1",
37+
"@backstage/config": "0.1.1",
38+
"@backstage/plugin-tech-insights-common": "0.1.0",
3939
"@backstage/types": "workspace:^",
4040
"@types/luxon": "^3.0.0",
4141
"luxon": "^3.0.0",

0 commit comments

Comments
 (0)