Skip to content

Commit 4d7e8ab

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-AJV-15274295
1 parent c67ec7f commit 4d7e8ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/tech-insights-node/package.json

Lines changed: 3 additions & 3 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:^",
35+
"@backstage/backend-common": "0.24.1",
36+
"@backstage/backend-tasks": "0.6.1",
3737
"@backstage/config": "workspace:^",
38-
"@backstage/plugin-tech-insights-common": "workspace:^",
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)