chore(deps): pin dependencies
All checks were successful
docker-build / docker (push) Successful in 9m18s
tests / Tests (push) Successful in 5m39s
container-scan / Container Scan (pull_request) Successful in 6m48s
docker-build / docker (pull_request) Successful in 1m21s
tests / Tests (pull_request) Successful in 6m6s
All checks were successful
docker-build / docker (push) Successful in 9m18s
tests / Tests (push) Successful in 5m39s
container-scan / Container Scan (pull_request) Successful in 6m48s
docker-build / docker (pull_request) Successful in 1m21s
tests / Tests (pull_request) Successful in 6m6s
This commit is contained in:
parent
412117b4dd
commit
edee739812
3 changed files with 8 additions and 8 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
10
yarn.lock
10
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<compat/typescript>, typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
|
||||
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
|
||||
version: 5.8.3
|
||||
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
|
||||
bin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue