Skip to content

Commit

Permalink
fix: packages/backend/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 5, 2024
1 parent 0e9fef8 commit e2edc1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
"@backstage/plugin-techdocs-backend": "^0.9.0",
"@backstage/plugin-todo-backend": "^0.1.8",
"@gitbeaker/node": "^30.2.0",
"@octokit/rest": "^18.5.3",
"azure-devops-node-api": "^10.2.2",
"dockerode": "^3.2.1",
"@octokit/rest": "^20.0.0",
"azure-devops-node-api": "^14.0.1",
"dockerode": "^4.0.0",
"example-app": "^0.2.37",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^0.95.1",
"pg": "^8.3.0",
"pg-connection-string": "^2.3.0",
"sqlite3": "^5.0.1",
"winston": "^3.2.1"
"sqlite3": "^5.0.3",
"winston": "^3.3.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.5",
Expand Down

0 comments on commit e2edc1f

Please sign in to comment.