Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent d1737c7 commit 5a2bfea
Show file tree
Hide file tree
Showing 10 changed files with 543 additions and 288 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]
- name: Generate github token
id: generate_token
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enable-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]
- name: Generate github token
id: generate_token
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
Expand Down
8 changes: 4 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodejs 20.11.1
pnpm 8.15.4
nodejs 20.12.0
pnpm 8.15.5
python 3.11.6
kubectl 1.29.2
argocd 2.10.2
kubectl 1.29.3
argocd 2.10.5
2 changes: 1 addition & 1 deletion infra/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=20.11.1-bookworm
ARG NODE_VERSION=20.12.0-bookworm

FROM node:${NODE_VERSION} AS builder

Expand Down
58 changes: 29 additions & 29 deletions infra/terraform/cloudflare/envs/main/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/terraform/cloudflare/envs/main/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.7.4"
required_version = "1.7.5"

required_providers {
cloudflare = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.7.4"
required_version = "1.7.5"

required_providers {
cloudflare = {
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/cloudflare/modules/app/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.7.4"
required_version = "1.7.5"

required_providers {
cloudflare = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"zod": "^3.22.4"
},
"resolutions": {
"vite": "5.1.6"
"vite": "5.2.6"
}
}
Loading

0 comments on commit 5a2bfea

Please sign in to comment.