diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index 9aebaf9..1dff9fa 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -10,6 +10,6 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v2.0.0 + - uses: amannn/action-semantic-pull-request@v2.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Dockerfile b/Dockerfile index 40cb3bf..fbea2b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the source code -FROM node:14.14.0-alpine3.12 AS builder +FROM node:15.0.1-alpine3.12 AS builder ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true @@ -14,7 +14,7 @@ COPY src/ src/ RUN npm run build RUN npm prune --production -FROM node:14.14.0-alpine3.12 +FROM node:15.0.1-alpine3.12 RUN apk add --no-cache chromium diff --git a/package-lock.json b/package-lock.json index 42ccfea..c35638a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4816,9 +4816,9 @@ "dev": true }, "ircv3": { - "version": "0.26.3", - "resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.26.3.tgz", - "integrity": "sha512-W4P+vqFVHUUBSCX7lY9HnH1Rag0OLqlpLSFE69z3qKx3Fpx4EpLVJVQXRF/LVSC+Fo1efvj9hXnH+A4m9yJwVQ==", + "version": "0.26.4", + "resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.26.4.tgz", + "integrity": "sha512-7exmf76YORH9OSEn0zy4u6zuyrK0WSex2usP9GKjaMDDUnbwkjT2eyslJ5wE0A5s5F87MPI7cTC21T80UpSVdg==", "requires": { "@d-fischer/connection": "^6.2.0", "@d-fischer/escape-string-regexp": "^5.0.0", @@ -11946,16 +11946,16 @@ } }, "twitch-chat-client": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.2.6.tgz", - "integrity": "sha512-p1zj8L2aVxJjSq572rgHpwVqzszuo7mwnyO49QMS8XMR3kogaBpa0O/ilN3Hv2xd35FTlCi8FXya1HvxYBfLAg==", + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.2.7.tgz", + "integrity": "sha512-n3KTPjiC7kC8eoJIQrWmmJAf+tV5YURwItMsNJ/NyJzZqSNERt7FuitoBeM/ZU6HgyXD+/r1vP1FYiDz1cdFBw==", "requires": { "@d-fischer/cache-decorators": "^2.0.0", "@d-fischer/deprecate": "^2.0.1", "@d-fischer/logger": "^2.0.0", "@d-fischer/shared-utils": "^2.3.2", "@d-fischer/typed-event-emitter": "^3.0.2", - "ircv3": "^0.26.0", + "ircv3": "^0.26.4", "tslib": "^2.0.0" }, "dependencies": { diff --git a/package.json b/package.json index 11a9a25..74178b3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "twilio": "^3.50.0", "twitch": "^4.2.7", "twitch-auth": "^4.2.7", - "twitch-chat-client": "^4.2.6", + "twitch-chat-client": "^4.2.7", "twitter": "^1.7.1", "winston": "^3.3.3" },