Skip to content

Commit d26c04a

Browse files
fix(deps): update all non-major dependencies
1 parent 57b8f5b commit d26c04a

4 files changed

Lines changed: 267 additions & 212 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check Out Repo
20-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
20+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2121

2222
#- name: Set up QEMU (We don't need QEMU, because we don't build images for platforms other than linux/amd64, which is our current native arch in our infra
2323
# uses: docker/setup-qemu-action@v1.2.0
2424

2525
- name: Set up Docker Buildx
2626
id: buildx
27-
uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2.4.1
27+
uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2.7.0
2828

2929
- name: Login to GitHub Container Registry
30-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
30+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
3131
if: ${{ github.event_name != 'pull_request' }}
3232
with:
3333
registry: ghcr.io
@@ -44,7 +44,7 @@ jobs:
4444
run: if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi
4545

4646
- name: Generate Docker image metadata
47-
uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3.0
47+
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
4848
id: img_meta
4949
with:
5050
flavor: |
@@ -56,7 +56,7 @@ jobs:
5656
latest
5757
- name: Build and push
5858
id: docker_build
59-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
59+
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
6060
with:
6161
context: ./
6262
tags: ${{ steps.img_meta.outputs.tags }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
16+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1717

1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
41+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
4242

4343
- name: Setup pnpm
4444
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@next/font": "13.2.4",
13-
"@types/node": "18.15.0",
14-
"@types/react": "18.0.28",
15-
"@types/react-dom": "18.0.11",
12+
"@next/font": "13.4.5",
13+
"@types/node": "18.16.18",
14+
"@types/react": "18.2.12",
15+
"@types/react-dom": "18.2.5",
1616
"eslint": "8.34.0",
1717
"eslint-config-next": "13.2.1",
18-
"next": "13.2.4",
18+
"next": "13.4.5",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0",
2121
"typescript": "4.9.5"
@@ -25,7 +25,7 @@
2525
"@typescript-eslint/eslint-plugin": "^5.53.0",
2626
"@typescript-eslint/parser": "^5.53.0",
2727
"autoprefixer": "^10.4.14",
28-
"postcss": "^8.4.21",
29-
"tailwindcss": "^3.2.7"
28+
"postcss": "^8.4.24",
29+
"tailwindcss": "^3.3.2"
3030
}
3131
}

0 commit comments

Comments
 (0)