Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2024
1 parent 2fc086a commit 60fe42b
Show file tree
Hide file tree
Showing 10 changed files with 230 additions and 223 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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodejs 20.14.0
pnpm 9.3.0
nodejs 20.15.0
pnpm 9.4.0
python 3.11.6
kubectl 1.30.2
argocd 2.11.3
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.14.0-bookworm
ARG NODE_VERSION=20.15.0-bookworm

FROM node:${NODE_VERSION} AS base

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.8.5"
required_version = "1.9.0"

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

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.8.5"
required_version = "1.9.0"

required_providers {
cloudflare = {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.5.0",
"@swc/cli": "0.3.12",
"@swc/core": "1.6.1",
"@eslint/js": "9.6.0",
"@swc/cli": "0.3.14",
"@swc/core": "1.6.5",
"@tsconfig/strictest": "2.0.5",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.2",
"@vitest/coverage-v8": "1.6.0",
"eslint": "9.5.0",
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"prettier": "3.3.2",
"tsx": "4.15.5",
"typescript": "5.4.5",
"typescript-eslint": "7.13.0",
"tsx": "4.16.0",
"typescript": "5.5.2",
"typescript-eslint": "7.14.1",
"vitest": "1.6.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 60fe42b

Please sign in to comment.