Skip to content

[Snyk] Upgrade docusaurus-lunr-search from 3.3.0 to 3.3.2 #674

[Snyk] Upgrade docusaurus-lunr-search from 3.3.0 to 3.3.2

[Snyk] Upgrade docusaurus-lunr-search from 3.3.0 to 3.3.2 #674

Triggered via pull request April 9, 2024 19:06
Status Success
Total duration 2m 44s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/FlowtideDotNet.Storage/DeviceFactories/PosixLocalDisk.cs#L65
Cannot convert null literal to non-nullable reference type.
build: src/FlowtideDotNet.Storage/Comparers/StringComparer.cs#L19
Dereference of a possibly null reference.
build: src/FlowtideDotNet.Storage/DeviceFactories/PosixLocalDisk.cs#L36
Dereference of a possibly null reference.
build: src/FlowtideDotNet.Storage/DeviceFactories/PosixLocalDisk.cs#L30
Non-nullable field '_managedLocmalStorageDevice' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/FlowtideDotNet.Storage/DeviceFactories/PosixLocalDisk.cs#L30
Non-nullable field '_getSegmentName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/FlowtideDotNet.Storage/Persistence/FasterStorage/FasterKvPersistentStorage.cs#L95
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/FlowtideDotNet.Storage/Persistence/FasterStorage/FasterKVPersistentSession.cs#L42
The variable 'input' is assigned but its value is never used
build: src/FlowtideDotNet.Storage/Tree/Internal/BPlusTree.Search.cs#L21
Dereference of a possibly null reference.