From c491f065c158d34549d0415de0b9cbdf0c448fa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 13:04:54 +0000 Subject: [PATCH 1/3] chore(deps): update docker/login-action digest to 3b8fed7 --- .github/workflows/build.yaml | 2 +- .github/workflows/push_main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0d6173c..c6d2ea5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: - name: Log in to the ghcr.io Container registry - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 + uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/push_main.yaml b/.github/workflows/push_main.yaml index 9847af3..3420fc7 100644 --- a/.github/workflows/push_main.yaml +++ b/.github/workflows/push_main.yaml @@ -22,7 +22,7 @@ jobs: - name: Log in to the ghcr.io Container registry - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 + uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760 with: registry: ghcr.io username: ${{ github.actor }} From 7463e7b3f097b167fb359113662fa643611acedc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:39:25 +0000 Subject: [PATCH 2/3] chore(deps): update dependency vite to v5.4.7 --- site/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 5e83e46..385ee3f 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -4423,9 +4423,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "version": "5.4.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", + "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", "dev": true, "license": "MIT", "dependencies": { From 9e8e1b9e6b7e0c26ccb06865c913f0331f78c253 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 03:50:49 +0000 Subject: [PATCH 3/3] fix(deps): update dependency @swup/head-plugin to v2.2.1 --- site/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 385ee3f..a218d7c 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -1804,9 +1804,9 @@ } }, "node_modules/@swup/head-plugin": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@swup/head-plugin/-/head-plugin-2.2.0.tgz", - "integrity": "sha512-8/p86H6Ypu+peAAnRZEugOdot3IHhWRMoP/19f9ZEOqErDnIpSWHOkiTI/dWAcHZ6Gbia67fu67cgD2Rag1eKQ==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@swup/head-plugin/-/head-plugin-2.2.1.tgz", + "integrity": "sha512-GmUTkjAvkaXkf6VWaHXH623lrnvo+vQzc6DFcyox99ec+HkGVWpgGvrz2imq2veLyFk5o348SEvNnSQyXYxkiA==", "license": "MIT", "dependencies": { "@swup/plugin": "^4.0.0"