From edee739812642c2e1cfd1b2a0111ac19477add5f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Jun 2025 18:01:00 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/tests.yml | 2 +- package.json | 4 ++-- yarn.lock | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3220256..b0d8710 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: name: Tests runs-on: docker container: - image: cypress/browsers:latest + image: cypress/browsers:latest@sha256:9daea41366dfd1b72496bf3e8295eda215a6990c2dbe4f9ff4b8ba47342864fb options: --user 1001 steps: - name: Checkout diff --git a/package.json b/package.json index e18c3c4..4594d6a 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/node": "22.15.33", "@types/react": "19.1.8", "@types/react-dom": "19.1.6", - "@types/swagger-ui-react": "5", + "@types/swagger-ui-react": "5.18.0", "@types/webpack-env": "1.18.8", "cypress": "14.5.0", "dotenv-cli": "8.0.0", @@ -86,7 +86,7 @@ "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", "tw-animate-css": "1.3.4", - "typescript": "^5.8.3" + "typescript": "5.8.3" }, "packageManager": "yarn@4.9.2" } diff --git a/yarn.lock b/yarn.lock index 5ef4d93..b7a88a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3396,7 +3396,7 @@ __metadata: languageName: node linkType: hard -"@types/swagger-ui-react@npm:5": +"@types/swagger-ui-react@npm:5.18.0": version: 5.18.0 resolution: "@types/swagger-ui-react@npm:5.18.0" dependencies: @@ -7587,7 +7587,7 @@ __metadata: "@types/node": "npm:22.15.33" "@types/react": "npm:19.1.8" "@types/react-dom": "npm:19.1.6" - "@types/swagger-ui-react": "npm:5" + "@types/swagger-ui-react": "npm:5.18.0" "@types/webpack-env": "npm:1.18.8" bcryptjs: "npm:^3.0.2" class-variance-authority: "npm:^0.7.1" @@ -7619,7 +7619,7 @@ __metadata: ts-node: "npm:10.9.2" tsconfig-paths: "npm:4.2.0" tw-animate-css: "npm:1.3.4" - typescript: "npm:^5.8.3" + typescript: "npm:5.8.3" zod: "npm:^3.25.60" languageName: unknown linkType: soft @@ -10471,7 +10471,7 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.6.3, typescript@npm:^5.8.3": +"typescript@npm:5.8.3, typescript@npm:^5.6.3": version: 5.8.3 resolution: "typescript@npm:5.8.3" bin: @@ -10481,7 +10481,7 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin, typescript@patch:typescript@npm%3A^5.8.3#optional!builtin": +"typescript@patch:typescript@npm%3A5.8.3#optional!builtin, typescript@patch:typescript@npm%3A^5.6.3#optional!builtin": version: 5.8.3 resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin::version=5.8.3&hash=5786d5" bin: -- 2.47.2