diff --git a/pkg/nodejs/angular.go b/pkg/nodejs/angular.go index 37eb7b987..73e434dd2 100644 --- a/pkg/nodejs/angular.go +++ b/pkg/nodejs/angular.go @@ -26,7 +26,7 @@ var ( // angularVersionKey is the metadata key used to store the angular build adaptor version in the angular layer. angularVersionKey = "version" // PinnedAngularAdapterVersion is the version of the angular adapter that will be used. - PinnedAngularAdapterVersion = "17.2.7" + PinnedAngularAdapterVersion = "17.2.8" ) // InstallAngularBuildAdaptor installs the angular build adaptor in the given layer if it is not already cached. diff --git a/pkg/nodejs/nextjs.go b/pkg/nodejs/nextjs.go index e31210ca8..47c13a13f 100644 --- a/pkg/nodejs/nextjs.go +++ b/pkg/nodejs/nextjs.go @@ -25,7 +25,7 @@ var ( // nextJsVersionKey is the metadata key used to store the nextjs build adaptor version in the nextjs layer. nextJsVersionKey = "version" // PinnedNextjsAdapterVersion is the version of the nextjs adapter that will be used. - PinnedNextjsAdapterVersion = "14.0.6" + PinnedNextjsAdapterVersion = "14.0.7" ) // InstallNextJsBuildAdaptor installs the nextjs build adaptor in the given layer if it is not already cached.