diff --git a/.github/workflows/call_invalid_helper.yml b/.github/workflows/call_invalid_helper.yml deleted file mode 100644 index 773767c..0000000 --- a/.github/workflows/call_invalid_helper.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Comment on invalid interaction -on: - issues: - types: - - labeled -jobs: - add-comment-on-invalid: - if: github.event.label.name == 'invalid' - permissions: - issues: write - uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1 - secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index 73dfe45..0000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Mark stale issues and pull requests - -on: - schedule: - - cron: "30 1 * * *" - -jobs: - stale: - - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v6.0.1 - with: - stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions." - stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions." - stale-issue-label: 'no-issue-activity' - stale-pr-label: 'no-pr-activity' - days-before-stale: 30 - days-before-close: 365 - exempt-issue-labels: 'awaiting-approval,work-in-progress' - exempt-pr-labels: 'awaiting-approval,work-in-progress' - repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package_versions.txt b/package_versions.txt index 316e523..312b865 100644 --- a/package_versions.txt +++ b/package_versions.txt @@ -4,7 +4,7 @@ NAME VE @socket.io/component-emitter 3.1.0 npm @types/cookie 0.4.1 npm @types/cors 2.8.13 npm -@types/node 18.15.5 npm +@types/node 18.15.11 npm accepts 1.3.8 npm alpine-baselayout 3.4.0-r0 apk alpine-baselayout-data 3.4.0-r0 apk @@ -38,7 +38,7 @@ cairo-gobject 1. call-bind 1.0.2 npm cdparanoia-libs 10.2-r11 apk chalk 4.1.2 npm -chromium 110.0.5481.177-r0 apk +chromium 111.0.5563.146-r1 apk cjson 1.7.15-r3 apk color-convert 2.0.1 npm color-name 1.1.4 npm @@ -74,8 +74,8 @@ escape-html 1. etag 1.8.1 npm eudev-libs 3.2.11-r4 apk express 4.18.2 npm -ffmpeg 5.1.2-r2 apk -ffmpeg-libs 5.1.2-r2 apk +ffmpeg 5.1.3-r0 apk +ffmpeg-libs 5.1.3-r0 apk fftw-single-libs 3.3.10-r1 apk file 5.43-r0 apk file-uri-to-path 1.0.0 npm @@ -360,7 +360,7 @@ libbsd 0. libbz2 1.0.8-r4 apk libc-utils 0.7.2-r3 apk libcap2 2.66-r0 apk -libcrypto3 3.0.8-r0 apk +libcrypto3 3.0.8-r1 apk libcurl 7.88.1-r1 apk libdav1d 1.0.0-r2 apk libdrm 2.4.114-r0 apk @@ -398,7 +398,7 @@ libsndfile 1. libsodium 1.0.18-r2 apk libsrt 1.5.1-r0 apk libssh 0.10.4-r0 apk -libssl3 3.0.8-r0 apk +libssl3 3.0.8-r1 apk libstdc++ 12.2.1_git20220924-r4 apk libtasn1 4.19.0-r0 apk libtheora 1.1.1-r16 apk @@ -495,7 +495,7 @@ openbox-libs 3. openssh-client-common 9.1_p1-r2 apk openssh-client-default 9.1_p1-r2 apk openssh-keygen 9.1_p1-r2 apk -openssl 3.0.8-r1 apk +openssl 3.0.8-r3 apk opus 1.3.1-r1 apk orc 0.4.33-r0 apk p11-kit 0.24.1-r1 apk @@ -537,7 +537,7 @@ range-parser 1. raw-body 2.5.1 npm re2 2022.06.01-r1 apk readline 8.2.0-r0 apk -runc 1.1.4-r5 apk +runc 1.1.5-r0 apk safe-buffer 5.2.1 npm safer-buffer 2.1.2 npm scanelf 1.3.5-r1 apk @@ -568,11 +568,11 @@ supports-color 7. svt-av1-libs 1.3.0-r0 apk tar 1.34-r2 apk tdb-libs 1.4.7-r0 apk -tiff 4.4.0-r2 apk +tiff 4.4.0-r3 apk tini-static 0.19.0-r1 apk toidentifier 1.0.1 npm type-is 1.6.18 npm -tzdata 2022f-r1 apk +tzdata 2023b-r1 apk unpipe 1.0.0 npm utils-merge 1.0.1 npm utmps-libs 0.1.2.0-r1 apk diff --git a/root/usr/bin/chromium-browser b/root/usr/bin/chromium-browser index d6cae87..2a31c15 100755 --- a/root/usr/bin/chromium-browser +++ b/root/usr/bin/chromium-browser @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash BIN=/usr/lib/chromium/chromium-launcher.sh