Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
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] committed Sep 18, 2023
1 parent b5b85e0 commit 72d0d86
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 88 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# 5. add Brew metadata

# Stage 1 - Build nodejs skeleton
FROM registry.access.redhat.com/ubi9/nodejs-18:1-62.1692771036 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-18:1-70 AS skeleton
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -87,7 +87,7 @@ COPY $EXTERNAL_SOURCE_NESTED/app-config*.yaml ./
RUN $YARN install --frozen-lockfile --production --network-timeout 600000

# Stage 5 - Build the runner image
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-74 AS runner
USER 0

# Upstream only - install techdocs dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.2",
"turbo": "1.10.13",
"turbo": "1.10.14",
"typescript": "5.2.2"
},
"resolutions": {
Expand Down
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"@janus-idp/backstage-plugin-quay": "1.3.0",
"@janus-idp/backstage-plugin-tekton": "1.9.2",
"@janus-idp/backstage-plugin-topology": "1.15.1",
"@mui/icons-material": "5.14.6",
"@mui/lab": "5.0.0-alpha.141",
"@mui/material": "5.14.6",
"@mui/icons-material": "5.14.9",
"@mui/lab": "5.0.0-alpha.144",
"@mui/material": "5.14.9",
"@roadiehq/backstage-plugin-argo-cd": "2.3.1",
"@roadiehq/backstage-plugin-datadog": "2.1.14",
"@roadiehq/backstage-plugin-github-insights": "2.3.18",
Expand All @@ -70,7 +70,7 @@
"history": "5.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.15.0",
"react-router-dom": "6.16.0",
"react-use": "17.4.0",
"swr": "2.2.2",
"tss-react": "4.9.0"
Expand All @@ -81,7 +81,7 @@
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.17.11",
"@types/node": "18.17.17",
"@types/react": "17.0.65",
"@types/react-dom": "17.0.20"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@roadiehq/scaffolder-backend-argocd": "1.1.13",
"@roadiehq/scaffolder-backend-module-utils": "1.10.2",
"app": "*",
"better-sqlite3": "8.5.2",
"better-sqlite3": "8.6.0",
"dockerode": "3.3.5",
"express": "4.18.2",
"express-promise-router": "4.1.1",
Expand Down
Loading

0 comments on commit 72d0d86

Please sign in to comment.