Skip to content

Commit

Permalink
fix(deps): update weekly patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent d8f9e47 commit 28037a7
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build layer template for an eventual TS migration
FROM node:20.15.0-slim as builder
FROM node:20.15.1-slim as builder
ENV NODE_ENV=production

# Set working directory
Expand All @@ -9,7 +9,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci --omit=dev

FROM node:20.15.0-slim
FROM node:20.15.1-slim
ENV NODE_ENV=production

# Set working directory
Expand Down
98 changes: 49 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/csesoc/discord-bot#readme",
"dependencies": {
"@discordjs/builders": "1.8.1",
"@discordjs/builders": "1.8.2",
"@discordjs/rest": "2.3.0",
"auro-ms-conversion": "1.3.0",
"axios": "^1.6.8",
Expand All @@ -35,21 +35,21 @@
"closest-match": "1.3.3",
"csv-parser": "3.0.0",
"csv-writer": "1.6.0",
"discord-api-types": "0.37.90",
"discord.js": "14.15.2",
"discord-api-types": "0.37.92",
"discord.js": "14.15.3",
"discordjs-button-pagination": "3.0.1",
"dotenv": "16.4.5",
"js-yaml": "4.1.0",
"mathjs": "^13.0.0",
"node-cron": "^3.0.2",
"nodemailer": "6.9.13",
"nodemailer": "6.9.14",
"nodemon": "^3.0.0",
"pg": "8.12.0",
"puppeteer": "^22.12.1",
"textversionjs": "1.1.3",
"voucher-code-generator": "1.3.0",
"xkcd-api": "^1.0.1",
"yaml": "2.4.2"
"yaml": "2.4.5"
},
"devDependencies": {
"@babel/core": "7.24.7",
Expand Down

0 comments on commit 28037a7

Please sign in to comment.