fix(deps): pin dependencies

This commit is contained in:
Renovate Bot 2025-01-03 08:31:06 +00:00
parent 4a0b8ca6c7
commit eecc0c150d
3 changed files with 17 additions and 13 deletions

View File

@ -21,10 +21,10 @@ jobs:
- name: Installing necessary packages
run: apk add nodejs git curl bash
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Docker meta
id: meta
uses: https://github.com/docker/metadata-action@v5
uses: https://github.com/docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
with:
# list of Docker images to use as base name for tags
images: |
@ -35,15 +35,15 @@ jobs:
type=ref,event=branch
type=semver,pattern={{raw}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2
- name: Login to fai.st docker registry
uses: docker/login-action@v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
registry: git.fai.st
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
platforms: linux/amd64,linux/arm64
context: .

12
package-lock.json generated
View File

@ -8,13 +8,13 @@
"name": "bot-image-moderation-fe",
"version": "0.0.0",
"dependencies": {
"react-dom": "^19.0.0",
"typescript": "^5.2.2",
"vite": "^6.0.0"
"react-dom": "19.0.0",
"typescript": "5.7.2",
"vite": "6.0.6"
},
"devDependencies": {
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react-swc": "^3.5.0"
"@vitejs/plugin-react-swc": "3.7.2"
}
},
"node_modules/@esbuild/aix-ppc64": {
@ -555,6 +555,8 @@
},
"node_modules/@vitejs/plugin-react-swc": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.7.2.tgz",
"integrity": "sha512-y0byko2b2tSVVf5Gpng1eEhX1OvPC7x8yns1Fx8jDzlJp4LS6CMkCPfLw47cjyoMrshQDoQw4qcgjsU9VvlCew==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -742,6 +744,8 @@
},
"node_modules/typescript": {
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",

View File

@ -8,12 +8,12 @@
"build": "tsc && vite build"
},
"dependencies": {
"react-dom": "^19.0.0",
"typescript": "^5.2.2",
"vite": "^6.0.0"
"react-dom": "19.0.0",
"typescript": "5.7.2",
"vite": "6.0.6"
},
"devDependencies": {
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react-swc": "^3.5.0"
"@vitejs/plugin-react-swc": "3.7.2"
}
}