Skip to content

Commit

Permalink
fix(deps): update dependencies (minor)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent c3564e9 commit 2aae7ed
Show file tree
Hide file tree
Showing 7 changed files with 319 additions and 203 deletions.
8 changes: 4 additions & 4 deletions e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"typescript": "5.7.3"
},
"dependencies": {
"@azure/identity": "4.4.1",
"@azure/identity": "4.6.0",
"@keycloak/keycloak-admin-client": "25.0.2",
"@kubernetes/client-node": "0.21.0",
"@kubernetes/client-node": "0.22.3",
"@microsoft/microsoft-graph-client": "3.0.7",
"isomorphic-fetch": "3.0.0",
"js-yaml": "4.1.0",
"node-fetch": "2.7.0",
"octokit": "4.0.2",
"winston": "3.14.2"
"octokit": "4.1.0",
"winston": "3.17.0"
}
}
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2",
"react-use": "17.5.1",
"react-router-dom": "6.28.2",
"react-use": "17.6.0",
"tss-react": "4.9.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"app": "*",
"global-agent": "3.0.0",
"undici": "6.21.1",
"winston": "3.14.2"
"winston": "3.17.0"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dynamic-plugins-info-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@backstage/config": "1.2.0",
"express": "4.21.2",
"node-fetch": "2.7.0",
"winston": "3.14.2"
"winston": "3.17.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions plugins/dynamic-plugins-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@material-table/core": "3.2.5",
"@mui/icons-material": "5.16.14",
"@mui/material": "5.16.14",
"react-use": "17.5.1"
"react-use": "17.6.0"
},
"peerDependencies": {
"react": "16.13.1 || ^17.0.0 || ^18.2.0",
"react-router-dom": "6.26.2"
"react-router-dom": "6.28.2"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/scalprum-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@backstage/config": "1.2.0",
"express": "4.21.2",
"node-fetch": "2.7.0",
"winston": "3.14.2"
"winston": "3.17.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "1.0.2",
Expand Down
Loading

0 comments on commit 2aae7ed

Please sign in to comment.