Skip to content

Commit

Permalink
Merge pull request #158 from Lombiq/renovate/all-packages
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
Piedone authored Dec 29, 2024
2 parents 98f4d3f + 3e4421e commit 1a7fd3a
Show file tree
Hide file tree
Showing 5 changed files with 1,115 additions and 258 deletions.
2 changes: 1 addition & 1 deletion Lombiq.VueJs.Samples/Lombiq.VueJs.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="OrchardCore.DisplayManagement" Version="2.1.0" />
<PackageReference Include="OrchardCore.ResourceManagement" Version="2.1.0" />
<!-- Only needed to override the vulnerable version referenced by ZXing.Net.Bindings.ImageSharp.V3. -->
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="ZXing.Net.Bindings.ImageSharp.V3" Version="0.16.16" />
</ItemGroup>

Expand Down
10 changes: 5 additions & 5 deletions Lombiq.VueJs.Samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"watch": "npm explore nodejs-extensions -- pnpm watch && npm explore lombiq-vuejs -- pnpm watch"
},
"devDependencies": {
"eslint": "8.45.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-promise": "6.1.1",
"vue-qrcode-reader": "5.5.3"
"eslint-plugin-promise": "6.6.0",
"vue-qrcode-reader": "5.7.0"
}
}
Loading

0 comments on commit 1a7fd3a

Please sign in to comment.