chore: merge

This commit is contained in:
Jef LeCompte
2020-10-25 09:38:56 -04:00
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ jobs:
main: main:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: amannn/action-semantic-pull-request@v2.0.0 - uses: amannn/action-semantic-pull-request@v2.1.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+2 -2
View File
@@ -1,5 +1,5 @@
# Build the source code # 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 ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
@@ -14,7 +14,7 @@ COPY src/ src/
RUN npm run build RUN npm run build
RUN npm prune --production RUN npm prune --production
FROM node:14.14.0-alpine3.12 FROM node:15.0.1-alpine3.12
RUN apk add --no-cache chromium RUN apk add --no-cache chromium
+7 -7
View File
@@ -4816,9 +4816,9 @@
"dev": true "dev": true
}, },
"ircv3": { "ircv3": {
"version": "0.26.3", "version": "0.26.4",
"resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.26.3.tgz", "resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.26.4.tgz",
"integrity": "sha512-W4P+vqFVHUUBSCX7lY9HnH1Rag0OLqlpLSFE69z3qKx3Fpx4EpLVJVQXRF/LVSC+Fo1efvj9hXnH+A4m9yJwVQ==", "integrity": "sha512-7exmf76YORH9OSEn0zy4u6zuyrK0WSex2usP9GKjaMDDUnbwkjT2eyslJ5wE0A5s5F87MPI7cTC21T80UpSVdg==",
"requires": { "requires": {
"@d-fischer/connection": "^6.2.0", "@d-fischer/connection": "^6.2.0",
"@d-fischer/escape-string-regexp": "^5.0.0", "@d-fischer/escape-string-regexp": "^5.0.0",
@@ -11946,16 +11946,16 @@
} }
}, },
"twitch-chat-client": { "twitch-chat-client": {
"version": "4.2.6", "version": "4.2.7",
"resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.2.6.tgz", "resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.2.7.tgz",
"integrity": "sha512-p1zj8L2aVxJjSq572rgHpwVqzszuo7mwnyO49QMS8XMR3kogaBpa0O/ilN3Hv2xd35FTlCi8FXya1HvxYBfLAg==", "integrity": "sha512-n3KTPjiC7kC8eoJIQrWmmJAf+tV5YURwItMsNJ/NyJzZqSNERt7FuitoBeM/ZU6HgyXD+/r1vP1FYiDz1cdFBw==",
"requires": { "requires": {
"@d-fischer/cache-decorators": "^2.0.0", "@d-fischer/cache-decorators": "^2.0.0",
"@d-fischer/deprecate": "^2.0.1", "@d-fischer/deprecate": "^2.0.1",
"@d-fischer/logger": "^2.0.0", "@d-fischer/logger": "^2.0.0",
"@d-fischer/shared-utils": "^2.3.2", "@d-fischer/shared-utils": "^2.3.2",
"@d-fischer/typed-event-emitter": "^3.0.2", "@d-fischer/typed-event-emitter": "^3.0.2",
"ircv3": "^0.26.0", "ircv3": "^0.26.4",
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
"dependencies": { "dependencies": {
+1 -1
View File
@@ -44,7 +44,7 @@
"twilio": "^3.50.0", "twilio": "^3.50.0",
"twitch": "^4.2.7", "twitch": "^4.2.7",
"twitch-auth": "^4.2.7", "twitch-auth": "^4.2.7",
"twitch-chat-client": "^4.2.6", "twitch-chat-client": "^4.2.7",
"twitter": "^1.7.1", "twitter": "^1.7.1",
"winston": "^3.3.3" "winston": "^3.3.3"
}, },