diff --git a/backend/requirements.txt b/backend/requirements.txt index 04e0c72..5cc4637 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ click==8.1.3 ecdsa==0.18.0 fastapi==0.95.0 frozenlist==1.4.0 -gunicorn==20.1.0 +gunicorn==21.2.0 h11==0.14.0 httptools==0.5.0 idna==3.4 @@ -45,6 +45,6 @@ typing_extensions==4.5.0 urllib3==2.0.7 uvicorn==0.21.1 uvloop==0.18.0 -watchfiles==0.19.0 +watchfiles==0.21.0 websockets==11.0.3 yarl==1.9.2 diff --git a/frontend/package.json b/frontend/package.json index 5ce1efb..8f3bf3a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,8 +13,8 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.1.1", - "@types/react": "^18.2.6", - "@types/react-dom": "^18.2.4", + "@types/react": "^18.2.29", + "@types/react-dom": "^18.2.14", "@vitejs/plugin-react": "^4.1.0", "autoprefixer": "^10.4.14", "postcss": "^8.4.23", @@ -22,6 +22,6 @@ "prettier-plugin-tailwindcss": "^0.2.8", "tailwindcss": "^3.3.1", "typescript": "^5.2.2", - "vite": "^4.3.9" + "vite": "^4.5.0" } } diff --git a/package-lock.json b/package-lock.json index ca1bbe6..8faac38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,8 +20,8 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.1.1", - "@types/react": "^18.2.6", - "@types/react-dom": "^18.2.4", + "@types/react": "^18.2.29", + "@types/react-dom": "^18.2.14", "@vitejs/plugin-react": "^4.1.0", "autoprefixer": "^10.4.14", "postcss": "^8.4.23", @@ -29,7 +29,7 @@ "prettier-plugin-tailwindcss": "^0.2.8", "tailwindcss": "^3.3.1", "typescript": "^5.2.2", - "vite": "^4.3.9" + "vite": "^4.5.0" } }, "node_modules/@alloc/quick-lru": { @@ -1116,9 +1116,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.28", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.28.tgz", - "integrity": "sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==", + "version": "18.2.29", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.29.tgz", + "integrity": "sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -1127,9 +1127,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz", - "integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "dev": true, "dependencies": { "@types/react": "*" @@ -2610,9 +2610,9 @@ "dev": true }, "node_modules/vite": { - "version": "4.4.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.11.tgz", - "integrity": "sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", + "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", "dev": true, "dependencies": { "esbuild": "^0.18.10",