Skip to content

Commit

Permalink
Update nuget non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent e1e867a commit 5060716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Building studio frontend
FROM node:21.2.0-alpine AS generate-studio-frontend
FROM node:21.3.0-alpine AS generate-studio-frontend
WORKDIR /build
COPY . .
RUN corepack enable
Expand Down
4 changes: 2 additions & 2 deletions backend/packagegroups/NuGet.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<ItemGroup Label="Altinn specific packages">
<!-- Need to update to .NET8 before upgrading App Core from 8.0.0-preview.10 -->
<PackageReference Update="Altinn.App.Core" Version="8.0.0-preview.10" />
<PackageReference Update="Altinn.App.Core" Version="8.0.0-preview.11" />
<PackageReference Update="Altinn.Common.AccessToken" Version="3.0.3" />
<PackageReference Update="Altinn.Common.AccessTokenClient" Version="1.1.5" />
<PackageReference Update="Altinn.Platform.Storage.Interface" Version="3.24.0" />
</ItemGroup>

<ItemGroup Label="Shared nuget packages">
<PackageReference Update="JsonSchema.Net" Version="5.4.0" />
<PackageReference Update="JsonSchema.Net" Version="5.4.1" />
<PackageReference Update="CompilerAttributes" Version="1.1.2" />
<PackageReference Update="ini-parser-netstandard" Version="2.5.2" />
<PackageReference Update="JWTCookieAuthentication" Version="3.0.1" />
Expand Down

0 comments on commit 5060716

Please sign in to comment.