Skip to content

Commit 991a9c0

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-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 991a9c0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/backend-tasks/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"start": "backstage-cli package start"
3333
},
3434
"dependencies": {
35-
"@backstage/backend-common": "workspace:^",
36-
"@backstage/config": "workspace:^",
37-
"@backstage/errors": "workspace:^",
38-
"@backstage/types": "workspace:^",
35+
"@backstage/backend-common": "0.25.0",
36+
"@backstage/config": "0.1.1",
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",
42-
"lodash": "^4.17.21",
42+
"lodash": "^4.17.23",
4343
"luxon": "^3.0.0",
4444
"uuid": "^8.0.0",
4545
"winston": "^3.2.1",

0 commit comments

Comments
 (0)