Pin dependencies

This commit is contained in:
Renovate Bot 2025-04-06 21:25:22 +00:00
parent 2959c79e7e
commit de973e7fdf
Signed by: renovate
SSH key fingerprint: SHA256:eJ5qIWQzSJR2PhJIntCX93eajyPs7DOJ48bxc0HGszM
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.24-alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS builder
COPY . /go/src/twitch-bot
WORKDIR /go/src/twitch-bot

2
package-lock.json generated
View file

@ -20,7 +20,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.27.0",
"esbuild": "^0.25.0",
"esbuild": "0.25.2",
"esbuild-vue": "1.2.2",
"eslint": "8.57.1",
"eslint-plugin-vue": "9.33.0",

View file

@ -1,7 +1,7 @@
{
"devDependencies": {
"@babel/eslint-parser": "7.27.0",
"esbuild": "^0.25.0",
"esbuild": "0.25.2",
"esbuild-vue": "1.2.2",
"eslint": "8.57.1",
"eslint-plugin-vue": "9.33.0",