Skip to content

Commit f4f64c3

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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit f4f64c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/backend-tasks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
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:^",
37-
"@backstage/errors": "workspace:^",
38-
"@backstage/types": "workspace:^",
37+
"@backstage/errors": "0.1.1",
38+
"@backstage/types": "0.1.1",
3939
"@types/luxon": "^3.0.0",
4040
"cron": "^2.0.0",
4141
"knex": "^2.0.0",

0 commit comments

Comments
 (0)