diff --git a/backend/protocol_rpc/requirements.txt b/backend/protocol_rpc/requirements.txt index 6d977082..e7b4a95e 100644 --- a/backend/protocol_rpc/requirements.txt +++ b/backend/protocol_rpc/requirements.txt @@ -11,7 +11,7 @@ numpy==1.26.4 pytest==8.3.4 pytest-asyncio==0.25.2 colorama==0.4.6 -debugpy==1.8.11 +debugpy==1.8.12 aiohttp==3.11.11 SQLAlchemy[asyncio]==2.0.37 alembic==1.14.0 diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1304cf73..ffb3c9ad 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -2106,9 +2106,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz", - "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==", + "version": "22.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.6.tgz", + "integrity": "sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==", "dev": true, "license": "MIT", "dependencies": { @@ -8007,9 +8007,9 @@ } }, "node_modules/postcss": { - "version": "8.4.49", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", - "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.0.tgz", + "integrity": "sha512-27VKOqrYfPncKA2NrFOVhP5MGAfHKLYn/Q0mz9cNQyRAKYi3VNHwYU2qKKqPCqgBmeeJ0uAFB56NumXZ5ZReXg==", "funding": [ { "type": "opencollective", @@ -8024,8 +8024,9 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", + "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" },