Skip to content

Commit 82d4fcd

Browse files
authored
fix: packages/backend-tasks/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-10293725
1 parent dcd7e16 commit 82d4fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/backend-tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"start": "backstage-cli package start"
3333
},
3434
"dependencies": {
35-
"@backstage/backend-common": "workspace:^",
35+
"@backstage/backend-common": "0.24.1",
3636
"@backstage/config": "workspace:^",
3737
"@backstage/errors": "workspace:^",
3838
"@backstage/types": "workspace:^",

0 commit comments

Comments
 (0)