fix(deps): update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-04-04 18:15:14 +00:00
parent 171b6abcb4
commit ec0cd76a75
3 changed files with 11 additions and 11 deletions

View File

@ -12,7 +12,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.24.0"/> <PackageReference Include="MongoDB.Driver" Version="2.24.0"/>
<PackageReference Include="MongoDB.Driver.Core" Version="2.24.0"/> <PackageReference Include="MongoDB.Driver.Core" Version="2.24.0"/>
<PackageReference Include="AspNetCore.HealthChecks.MongoDb" Version="8.0.0"/> <PackageReference Include="AspNetCore.HealthChecks.MongoDb" Version="8.0.1"/>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"@microsoft/signalr": "8.0.0", "@microsoft/signalr": "8.0.0",
"@reduxjs/toolkit": "2.2.2", "@reduxjs/toolkit": "2.2.3",
"@tippyjs/react": "4.2.6", "@tippyjs/react": "4.2.6",
"axios": "1.6.8", "axios": "1.6.8",
"next": "14.1.4", "next": "14.1.4",
@ -30,6 +30,6 @@
"postcss": "8.4.38", "postcss": "8.4.38",
"postcss-import": "16.1.0", "postcss-import": "16.1.0",
"prettier": "3.2.5", "prettier": "3.2.5",
"typescript": "5.4.3" "typescript": "5.4.4"
} }
} }

View File

@ -1132,10 +1132,10 @@
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.10.2.tgz#0798c03351f0dea1a5a4cabddf26a55a7cbee590" resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.10.2.tgz#0798c03351f0dea1a5a4cabddf26a55a7cbee590"
integrity sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ== integrity sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==
"@reduxjs/toolkit@2.2.2": "@reduxjs/toolkit@2.2.3":
version "2.2.2" version "2.2.3"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.2.2.tgz#952fc8f8315d7274e28f6e4608b7ec66fce7e94e" resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.2.3.tgz#5ce71cbf162f98c5dafb49bd3f1e11c5486ab9c4"
integrity sha512-454GZrEx3G6QSYwIx9ROaso1HR6sTH8qyZBe3KEsdWVGU3ayV8jYCwdaEJV3vl9V6+pi3GRl+7Xl7AeDna6qwQ== integrity sha512-76dll9EnJXg4EVcI5YNxZA/9hSAmZsFqzMmNRHvIlzw2WS/twfcVX3ysYrWGJMClwEmChQFC4yRq74tn6fdzRA==
dependencies: dependencies:
immer "^10.0.3" immer "^10.0.3"
redux "^5.0.1" redux "^5.0.1"
@ -5415,10 +5415,10 @@ typed-array-length@^1.0.4:
for-each "^0.3.3" for-each "^0.3.3"
is-typed-array "^1.1.9" is-typed-array "^1.1.9"
typescript@5.4.3: typescript@5.4.4:
version "5.4.3" version "5.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
unbox-primitive@^1.0.1: unbox-primitive@^1.0.1:
version "1.0.1" version "1.0.1"