From e38ece208671de83040ac5065f031c7b89970896 Mon Sep 17 00:00:00 2001 From: Dominik Thalhammer Date: Tue, 25 Jun 2024 11:14:48 +0200 Subject: [PATCH] :construction_worker: Update dependencies --- .github/workflows/deploy.yml | 4 ++-- requirements.txt | 4 ++-- themes/b4/package-lock.json | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2f1be66..f1d697f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install requirements run: | pip install -r requirements.txt @@ -22,7 +22,7 @@ jobs: hugo - if: github.event_name == 'push' && always() name: Deploy website - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public diff --git a/requirements.txt b/requirements.txt index 888572a..524ff3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ Click==7.0 gitdb2==2.0.5 -GitPython==2.1.11 +GitPython==3.1.30 Jinja2==2.11.3 livereload==2.5.2 Markdown==3.0.1 MarkupSafe==1.1.1 Pygments==2.7.4 pymdown-extensions==6.0 -PyYAML==5.4 +PyYAML==5.3.1 six==1.11.0 smmap2==2.0.5 tornado==5.1.1 diff --git a/themes/b4/package-lock.json b/themes/b4/package-lock.json index deef98c..be97d79 100644 --- a/themes/b4/package-lock.json +++ b/themes/b4/package-lock.json @@ -1039,9 +1039,9 @@ } }, "node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", "dev": true }, "node_modules/http-proxy-agent": { @@ -3477,9 +3477,9 @@ } }, "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", "dev": true }, "http-proxy-agent": {